summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-05-19btrfs: zoned: sanity check zone typeNaohiro Aota1-0/+5
2021-05-19btrfs: initialize return variable in cleanup_free_space_cache_v1Tom Rix1-1/+1
2021-05-19btrfs: fix race leading to unpersisted data and metadata on fsyncFilipe Manana2-11/+27
2021-05-19btrfs: zoned: fix silent data loss after failure splitting ordered extentFilipe Manana1-1/+1
2021-05-19btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana5-7/+7
2021-05-19btrfs: fix unmountable seed device after fstrimAnand Jain1-1/+5
2021-05-14btrfs: zoned: bail out in btrfs_alloc_chunk for bad inputArnd Bergmann1-0/+2
2021-05-14btrfs: zoned: move log tree node allocation out of log_root_tree->log_mutexNaohiro Aota1-5/+7
2021-05-12btrfs: fix a potential hole punching failureBingJing Chang1-3/+3
2021-05-12btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana1-0/+20
2021-05-12btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik1-3/+3
2021-05-12btrfs: do proper error handling in btrfs_update_reloc_rootJosef Bacik1-4/+2
2021-05-12btrfs: do proper error handling in create_reloc_rootJosef Bacik1-6/+28
2021-05-12btrfs: fix exhaustion of the system chunk array due to concurrent allocationsFilipe Manana3-1/+69
2021-05-12btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana4-12/+19
2021-05-12btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik5-28/+28
2021-05-12btrfs: zoned: fail mount if the device does not support zone appendJohannes Thumshirn1-0/+7
2021-05-12btrfs: zoned: fix unpaired block group unfreeze during device replaceFilipe Manana1-3/+2
2021-05-12btrfs: fix race between transaction aborts and fsyncs leading to use-after-freeFilipe Manana1-1/+11
2021-05-12btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana1-3/+15
2021-05-12btrfs: handle remount to no compress during compressionQu Wenruo1-3/+8
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-03-26Merge 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-13Merge 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
2021-03-02btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov2-2/+3