summary refs log tree commit diff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-08-23btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui
2023-08-23btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik
2023-08-23btrfs: fix use-after-free of new block group that became unusedFilipe Manana
2023-08-23btrfs: convert btrfs_block_group::seq_zone to runtime flagDavid Sterba
2023-08-23btrfs: convert btrfs_block_group::needs_free_space to runtime flagDavid Sterba
2023-08-23btrfs: move out now unused BG from the reclaim listNaohiro Aota
2023-08-16btrfs: set cache_block_group_error if we find an errorJosef Bacik
2023-08-16btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo
2023-08-16btrfs: exit gracefully if reloc roots don't matchQu Wenruo
2023-08-16btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig
2023-08-16btrfs: don't stop integrity writeback too earlyChristoph Hellwig
2023-08-16btrfs: wait for actual caching progress during allocationJosef Bacik
2023-08-11btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana
2023-08-03btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana
2023-08-03btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana
2023-08-03btrfs: account block group tree when calculating global reserve sizeFilipe Manana
2023-08-03btrfs: fix race between quota disable and relocationFilipe Manana
2023-07-27btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockChristoph Hellwig
2023-07-27btrfs: fix race between balance and cancel/pauseJosef Bacik
2023-07-27btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana
2023-07-27btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik
2023-07-27btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana
2023-07-19btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()Filipe Manana
2023-07-19btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana
2023-07-19btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana
2023-07-19btrfs: reinsert BGs failed to reclaimNaohiro Aota
2023-07-19btrfs: add block-group tree to lockdep classesDavid Sterba
2023-07-19btrfs: bail out reclaim process if filesystem is read-onlyNaohiro Aota
2023-07-19btrfs: delete unused BGs while reclaiming BGsNaohiro Aota
2023-07-19btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileMatt Corallo
2023-07-19btrfs: do not BUG_ON() on tree mod log failure at balance_level()Filipe Manana
2023-07-19btrfs: fix race when deleting free space root from the dirty cow roots listFilipe Manana
2023-06-28btrfs: fix an uninitialized variable warning in btrfs_log_inodeShida Zhang
2023-06-21btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason
2023-06-21btrfs: fix iomap_begin length for nocow writesChristoph Hellwig
2023-06-21btrfs: do not ASSERT() on duplicated global rootsQu Wenruo
2023-06-21btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn
2023-06-21btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo
2023-06-09btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...pengfuyuan
2023-06-09btrfs: abort transaction when sibling keys check fails for leavesFilipe Manana
2023-05-30btrfs: use nofs when cleaning up aborted transactionsJosef Bacik
2023-05-17btrfs: zoned: fix full zone super block reading on ZNSNaohiro Aota
2023-05-17btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota
2023-05-17btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana
2023-05-17btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova
2023-05-17btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo
2023-05-17btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addChristoph Hellwig
2023-05-17btrfs: don't free qgroup space unless specifiedJosef Bacik
2023-05-17btrfs: fix encoded write i_size corruption with no-holesBoris Burkov
2023-05-17btrfs: fix assertion of exclop condition when starting balancexiaoshoukui