summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-10-24btrfs: call __btrfs_remove_free_space_cache_locked on cache load failureJosef Bacik
2022-10-24btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero
2022-10-24btrfs: scrub: try to fix super block errorsQu Wenruo
2022-10-24btrfs: scrub: properly report super block errors in system logQu Wenruo
2022-10-24btrfs: dump extra info if one free space cache has more bitmaps than it shouldQu Wenruo
2022-10-24btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa
2022-10-24btrfs: fix missed extent on fsync after dropping extent mapsFilipe Manana
2022-10-24btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana
2022-10-24btrfs: enhance unsupported compat RO flags handlingQu Wenruo
2022-10-24btrfs: fix alignment of VMA for memory mapped files on THPAlexander Zhu
2022-09-28btrfs: zoned: wait for extent buffer IOs before finishing a zoneNaohiro Aota
2022-09-28btrfs: fix hang during unmount when stopping a space reclaim workerFilipe Manana
2022-09-28btrfs: fix hang during unmount when stopping block group reclaim workerFilipe Manana
2022-09-15btrfs: fix the max chunk size and stripe length calculationQu Wenruo
2022-09-15btrfs: zoned: fix mounting with conventional zonesJohannes Thumshirn
2022-09-15btrfs: zoned: fix API misuse of zone finish waitingNaohiro Aota
2022-09-15btrfs: zoned: set pseudo max append zone limit in zone emulation modeShin'ichiro Kawasaki
2022-09-05btrfs: tree-checker: check for overlapping extent itemsJosef Bacik
2022-09-05btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik
2022-09-05btrfs: move lockdep class helpers to locking.cJosef Bacik
2022-08-31btrfs: update generation of hole file extent item when merging holesFilipe Manana
2022-08-31btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()Zixuan Fu
2022-08-31btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues
2022-08-31btrfs: fix space cache corruption and potential double allocationsOmar Sandoval
2022-08-31btrfs: add info when mount fails due to stale replace targetAnand Jain
2022-08-31btrfs: replace: drop assert for suspended replaceAnand Jain
2022-08-31btrfs: fix silent failure when deleting root referenceFilipe Manana
2022-08-25btrfs: fix warning during log replay when bumping inode link countFilipe Manana
2022-08-25btrfs: fix lost error handling when looking up extended ref on log replayFilipe Manana
2022-08-25btrfs: reset RO counter on block group if we fail to relocateJosef Bacik
2022-08-25btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()Zixuan Fu
2022-08-21btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo
2022-08-21btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo
2022-08-17btrfs: join running log transaction when logging new nameFilipe Manana
2022-08-17btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota
2022-08-17btrfs: zoned: write out partially allocated regionNaohiro Aota
2022-08-17btrfs: zoned: activate necessary block groupNaohiro Aota
2022-08-17btrfs: zoned: activate metadata block group on flush_spaceNaohiro Aota
2022-08-17btrfs: zoned: introduce space_info->active_total_bytesNaohiro Aota
2022-08-17btrfs: store chunk size in space-info structStefan Roesch
2022-08-17btrfs: zoned: disable metadata overcommit for zonedNaohiro Aota
2022-08-17btrfs: zoned: finish least available block group on data bg allocationNaohiro Aota
2022-08-17btrfs: let can_allocate_chunk return errorNaohiro Aota
2022-08-17btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota
2022-08-17btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota
2022-08-17btrfs: zoned: revive max_zone_append_bytesNaohiro Aota
2022-08-17btrfs: properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATANikolay Borisov
2022-08-17btrfs: reset block group chunk force if we have to waitJosef Bacik
2022-08-17btrfs: fix error handling of fallback uncompress writeNaohiro Aota
2022-08-17btrfs: ensure pages are unlocked on cow_file_range() failureNaohiro Aota