aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-04-19btrfs: exclude mmaps while doing remapJosef Bacik1-6/+24
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik5-28/+28
2021-04-19btrfs: add a i_mmap_lock to our inodeJosef Bacik3-0/+12
2021-04-19btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues3-5/+3
2021-04-19btrfs: remove force argument from run_delalloc_nocow()Goldwyn Rodrigues1-24/+13
2021-04-19btrfs: don't opencode extent_changeset_freeNikolay Borisov1-2/+1
2021-04-19btrfs: assign proper values to a bool variable in dev_extent_hole_check_zonedJiapeng Chong1-2/+2
2021-04-19btrfs: add btree read ahead for incremental send operationsFilipe Manana1-6/+36
2021-04-19btrfs: add btree read ahead for full send operationsFilipe Manana1-0/+1
2021-04-19btrfs: simplify code flow in btrfs_delayed_inode_reserve_metadataNikolay Borisov1-20/+5
2021-04-19btrfs: remove btrfs_inode parameter from btrfs_delayed_inode_reserve_metadataNikolay Borisov1-5/+3
2021-04-19btrfs: simplify commit logic in try_flush_qgroupNikolay Borisov1-28/+7
2021-04-19btrfs: scrub: drop a few function declarationsAnand Jain1-8/+0
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 Jain3-14/+13
2021-04-19btrfs: replace open coded while loop with proper constructNikolay Borisov1-19/+23
2021-04-19btrfs: replace offset_in_entry with in_rangeNikolay Borisov1-15/+4
2021-04-19btrfs: make find_desired_extent take btrfs_inodeNikolay Borisov1-8/+7
2021-04-19btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov4-34/+34
2021-04-19btrfs: fix comment for btrfs ordered extent flag bitsQu Wenruo1-2/+2
2021-04-12btrfs: convert to fileattrMiklos Szeredi3-192/+41
2021-04-11Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+42
2021-04-10btrfs: zoned: move superblock logging zone locationNaohiro Aota1-11/+42
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen3-3/+6
2021-03-25Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-17/+48
2021-03-18Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-35/+103
2021-03-18btrfs: fix check_data_csum() error message for direct I/OOmar Sandoval1-5/+9
2021-03-18btrfs: fix sleep while in non-sleep context during qgroup removalFilipe Manana1-2/+10
2021-03-17btrfs: fix subvolume/snapshot deletion not triggered on mountFilipe Manana1-1/+15
2021-03-17btrfs: fix build when using M=fs/btrfsDavid Sterba1-4/+6
2021-03-17btrfs: do not initialize dev replace for bad dev rootJosef Bacik1-0/+3
2021-03-17btrfs: initialize device::fs_info alwaysJosef Bacik1-1/+2
2021-03-17btrfs: do not initialize dev stats if we have no dev_rootJosef Bacik1-0/+3
2021-03-17btrfs: zoned: remove outdated WARN_ON in direct IOJohannes Thumshirn1-4/+0
2021-03-16btrfs: always pin deleted leaves when there are active tree mod log usersFilipe Manana1-1/+22
2021-03-16btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana1-0/+2
2021-03-16btrfs: fix slab cache flags for free space tree bitmapDavid Sterba1-1/+1
2021-03-16btrfs: subpage: make readahead work properlyQu Wenruo1-17/+18
2021-03-16btrfs: subpage: fix wild pointer access during metadata read failureQu Wenruo1-1/+30
2021-03-15btrfs: zoned: fix linked list corruption after log root tree allocation failureFilipe Manana1-4/+4
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-15btrfs: fix wrong offset to zero out range beyond i_sizeQu Wenruo1-1/+1
2021-03-12Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2-2/+2
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-25/+87
2021-03-04btrfs: zoned: do not account freed region of read-only block group as zone_un...Naohiro Aota1-1/+6
2021-03-04btrfs: zoned: use sector_t for zone sectorsNaohiro Aota1-2/+2
2021-03-02btrfs: subpage: fix the false data csum mismatch errorQu Wenruo1-5/+16
2021-03-02btrfs: fix warning when creating a directory with smack enabledFilipe Manana1-4/+27