summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny1-23/+10
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana1-2/+2
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolumeJosef Bacik1-1/+5
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in btrfs_renameJosef Bacik1-2/+5
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchangeJosef Bacik1-2/+5
2021-04-19btrfs: remove unnecessary variable shadowing in btrfs_invalidatepage()Qu Wenruo1-6/+2
2021-04-19btrfs: use min() to replace open-code in btrfs_invalidatepage()Qu Wenruo1-4/+2
2021-04-19btrfs: update outdated comment at btrfs_orphan_cleanup()Filipe Manana1-7/+11
2021-04-19btrfs: convert kmap to kmap_local_page, simple casesIra Weiny1-2/+2
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana1-3/+1
2021-04-19btrfs: add a i_mmap_lock to our inodeJosef Bacik1-0/+10
2021-04-19btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues1-2/+1
2021-04-19btrfs: remove force argument from run_delalloc_nocow()Goldwyn Rodrigues1-24/+13
2021-04-19btrfs: change return type to bool in btrfs_extent_readonlyAnand Jain1-3/+3
2021-04-19btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain1-0/+13
2021-04-19btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov1-1/+1
2021-04-12btrfs: convert to fileattrMiklos Szeredi1-0/+4
2021-03-25Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+9
2021-03-18Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+26
2021-03-18btrfs: fix check_data_csum() error message for direct I/OOmar Sandoval1-5/+9
2021-03-17btrfs: zoned: remove outdated WARN_ON in direct IOJohannes Thumshirn1-4/+0
2021-03-16btrfs: fix slab cache flags for free space tree bitmapDavid Sterba1-1/+1
2021-03-15btrfs: fix qgroup data rsv leak caused by falloc failureQu Wenruo1-5/+19
2021-03-15btrfs: track qgroup released data in own variable in insert_prealloc_file_extentQu Wenruo1-5/+6
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2021-03-02btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov1-1/+1
2021-03-01Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+38
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-20/+26
2021-02-22btrfs: fix race between swap file activation and snapshot creationFilipe Manana1-2/+19
2021-02-22btrfs: fix race between writes to swap files and scrubFilipe Manana1-1/+18
2021-02-22btrfs: avoid checking for RO block group twice during nocow writebackFilipe Manana1-3/+1
2021-02-09btrfs: zoned: wait for existing extents before truncatingNaohiro Aota1-0/+9
2021-02-09btrfs: zoned: introduce dedicated data write path for zoned filesystemsNaohiro Aota1-2/+32
2021-02-09btrfs: zoned: enable zone append writing for direct IONaohiro Aota1-0/+18
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota1-0/+4
2021-02-09btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn1-0/+27
2021-02-09btrfs: zoned: split ordered extent when bio is sentNaohiro Aota1-0/+95
2021-02-09btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota1-5/+5
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo1-4/+11
2021-02-08btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo1-18/+10
2021-02-08btrfs: let callers of btrfs_get_io_geometry pass the emMichal Rostecki1-11/+30
2021-02-08btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva...Qu Wenruo1-1/+2
2021-02-08btrfs: remove wrong comment for can_nocow_extent()Filipe Manana1-3/+0
2021-02-08btrfs: fix description format of fs_info of btrfs_wait_on_delayed_iputsNikolay Borisov1-3/+5
2021-02-08btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo1-2/+2
2021-02-08btrfs: refactor btrfs_dec_test_* functions for ordered extentsQu Wenruo1-4/+2
2021-02-08btrfs: remove always true condition in btrfs_start_delalloc_rootsNikolay Borisov1-1/+1
2021-02-08btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov1-3/+3