summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-06-09btrfs: fix anon_dev leak in create_subvol()Omar Sandoval
2022-06-09btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointerNaohiro Aota
2022-06-09btrfs: zoned: finish block group when there are no more allocatable bytes leftNaohiro Aota
2022-06-09btrfs: zoned: zone finish unused block groupNaohiro Aota
2022-06-09btrfs: zoned: properly finish block group on metadata writeNaohiro Aota
2022-06-09btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()Qu Wenruo
2022-06-09btrfs: repair super block num_devices automaticallyQu Wenruo
2022-06-09btrfs: return correct error number for __extent_writepage_io()Qu Wenruo
2022-06-09btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo
2022-05-12btrfs: always log symlinks in full modeFilipe Manana
2022-05-12btrfs: skip compression property for anything other than files and dirsFilipe Manana
2022-05-12btrfs: do not allow compression on nodatacow filesChung-Chiang Cheng
2022-05-12btrfs: export a helper for compression hard checkChung-Chiang Cheng
2022-05-12btrfs: do not BUG_ON() on failure to update inode when setting xattrFilipe Manana
2022-05-12btrfs: force v2 space cache usage for subpage mountQu Wenruo
2022-05-12btrfs: sysfs: export the balance paused state of exclusive operationDavid Sterba
2022-05-09btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana
2022-05-09btrfs: zoned: use dedicated lock for data relocationNaohiro Aota
2022-05-09btrfs: fix leaked plug after failure syncing log on zoned filesystemsFilipe Manana
2022-05-09btrfs: fix direct I/O writes for split bios on zoned devicesChristoph Hellwig
2022-05-09btrfs: fix direct I/O read repair for split biosChristoph Hellwig
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota
2022-04-20btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai
2022-04-20btrfs: zoned: activate block group only for extent allocationNaohiro Aota
2022-04-20btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik
2022-04-20btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong
2022-04-20btrfs: return allocated block group from do_chunk_alloc()Naohiro Aota
2022-04-20btrfs: fix btrfs_submit_compressed_write cgroup attributionDennis Zhou
2022-04-20btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota
2022-04-20btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor
2022-04-20btrfs: remove no longer used counter when reading data pageFilipe Manana
2022-04-13btrfs: prevent subvol with swapfile from being deletedKaiwen Hu
2022-04-13btrfs: avoid defragging extents whose next extents are not targetsQu Wenruo
2022-04-13btrfs: remove device item and update super block in the same transactionQu Wenruo
2022-04-13btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zoneJohannes Thumshirn
2022-04-13btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien
2022-04-08btrfs: do not clean up repair bio if submit failsJosef Bacik
2022-04-08btrfs: do not double complete bio on errors during compressed readsJosef Bacik
2022-04-08btrfs: handle csum lookup errors properly on readsJosef Bacik
2022-04-08btrfs: make search_csum_tree return 0 if we get -EFBIGJosef Bacik
2022-04-08btrfs: harden identification of a stale deviceAnand Jain
2022-04-08btrfs: fix unexpected error path when reflinking an inline extentFilipe Manana
2022-04-08btrfs: verify the tranisd of the to-be-written dirty extent bufferQu Wenruo
2022-04-08btrfs: extend locking to all space_info members accessesNiels Dossche
2022-04-08btrfs: zoned: mark relocation as writingNaohiro Aota
2022-04-08btrfs: zoned: put block group after final usageNikolay Borisov
2022-03-06Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-04btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana
2022-03-02btrfs: add missing run of delayed items after unlink during log replayFilipe Manana
2022-03-02btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang