summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-111-11/+42
|\
| * btrfs: zoned: move superblock logging zone locationNaohiro Aota2021-04-101-11/+42
* | Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-256-17/+48
|\|
| * btrfs: fix check_data_csum() error message for direct I/OOmar Sandoval2021-03-181-5/+9
| * btrfs: fix sleep while in non-sleep context during qgroup removalFilipe Manana2021-03-181-2/+10
| * btrfs: fix subvolume/snapshot deletion not triggered on mountFilipe Manana2021-03-171-1/+15
| * btrfs: fix build when using M=fs/btrfsDavid Sterba2021-03-171-4/+6
| * btrfs: do not initialize dev replace for bad dev rootJosef Bacik2021-03-171-0/+3
| * btrfs: initialize device::fs_info alwaysJosef Bacik2021-03-171-1/+2
| * btrfs: do not initialize dev stats if we have no dev_rootJosef Bacik2021-03-171-0/+3
| * btrfs: zoned: remove outdated WARN_ON in direct IOJohannes Thumshirn2021-03-171-4/+0
* | Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-186-35/+103
|\|
| * btrfs: always pin deleted leaves when there are active tree mod log usersFilipe Manana2021-03-161-1/+22
| * btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana2021-03-161-0/+2
| * btrfs: fix slab cache flags for free space tree bitmapDavid Sterba2021-03-161-1/+1
| * btrfs: subpage: make readahead work properlyQu Wenruo2021-03-161-17/+18
| * btrfs: subpage: fix wild pointer access during metadata read failureQu Wenruo2021-03-161-1/+30
| * btrfs: zoned: fix linked list corruption after log root tree allocation failureFilipe Manana2021-03-151-4/+4
| * btrfs: fix qgroup data rsv leak caused by falloc failureQu Wenruo2021-03-151-5/+19
| * btrfs: track qgroup released data in own variable in insert_prealloc_file_extentQu Wenruo2021-03-151-5/+6
| * btrfs: fix wrong offset to zero out range beyond i_sizeQu Wenruo2021-03-151-1/+1
* | Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-122-2/+2
|\ \
| * | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-112-2/+2
* | | Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-0512-25/+87
|\ \ \ | | |/ | |/|
| * | btrfs: zoned: do not account freed region of read-only block group as zone_un...Naohiro Aota2021-03-041-1/+6
| * | btrfs: zoned: use sector_t for zone sectorsNaohiro Aota2021-03-041-2/+2
| * | btrfs: subpage: fix the false data csum mismatch errorQu Wenruo2021-03-021-5/+16
| * | btrfs: fix warning when creating a directory with smack enabledFilipe Manana2021-03-021-4/+27
| * | btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-022-2/+3
| * | btrfs: export and rename qgroup_reserve_metaNikolay Borisov2021-03-022-4/+6
| * | btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-021-1/+1
| * | btrfs: fix spurious free_space_tree remount warningBoris Burkov2021-03-021-2/+2
| * | btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter2021-03-021-1/+18
| * | btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov2021-03-021-1/+4
| * | btrfs: ref-verify: use 'inline void' keyword orderingRandy Dunlap2021-03-021-2/+2
* | | Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-03-017-32/+12
|\ \ \
| * | | btrfs: use copy_highpage() instead of 2 kmaps()Ira Weiny2021-02-261-9/+1
| * | | btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny2021-02-266-23/+11
* | | | Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-0111-59/+175
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | btrfs: zoned: fix deadlock on log syncJohannes Thumshirn2021-02-221-3/+0
| * | btrfs: avoid double put of block group when emptying clusterJosef Bacik2021-02-221-4/+4
| * | btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledFilipe Manana2021-02-221-0/+18
| * | btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik2021-02-221-12/+4
| * | btrfs: fix race between swap file activation and snapshot creationFilipe Manana2021-02-221-2/+19
| * | btrfs: fix race between writes to swap files and scrubFilipe Manana2021-02-225-3/+72
| * | btrfs: avoid checking for RO block group twice during nocow writebackFilipe Manana2021-02-221-3/+1
| * | btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov2021-02-221-2/+4
| * | btrfs: make check_compressed_csum() to be subpage compatibleQu Wenruo2021-02-221-13/+26
| * | btrfs: make btrfs_submit_compressed_read() subpage compatibleQu Wenruo2021-02-221-6/+17
| * | btrfs: fix raid6 qstripe kmapIra Weiny2021-02-221-11/+10