summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-07btrfs: zoned: limit number of zones reclaimed in flush_space()Johannes Thumshirn
2026-04-07btrfs: create btrfs_reclaim_block_groups()Johannes Thumshirn
2026-04-07btrfs: move reclaiming of a single block group into its own functionJohannes Thumshirn
2026-04-07btrfs: extract inlined creation into a dedicated delalloc helperQu Wenruo
2026-04-07btrfs: move the mapping_set_error() out of the loop in end_bbio_data_write()Qu Wenruo
2026-04-07btrfs: remove the alignment check in end_bbio_data_write()Qu Wenruo
2026-04-07btrfs: add tracepoint for search slot restart trackingLeo Martins
2026-04-07btrfs: inhibit extent buffer writeback to prevent COW amplificationLeo Martins
2026-04-07btrfs: extract the max compression chunk size into a macroQu Wenruo
2026-04-07btrfs: remove pointless error check in btrfs_check_dir_item_collision()Filipe Manana
2026-04-07btrfs: remove duplicated uuid tree existence check in btrfs_uuid_tree_add()Filipe Manana
2026-04-07btrfs: stop checking for -EEXIST return value from btrfs_uuid_tree_add()Filipe Manana
2026-04-07btrfs: report filesystem shutdown via fserrorMiquel Sabaté Solà
2026-04-07btrfs: replace kcalloc() calls to kzalloc_objs()Miquel Sabaté Solà
2026-04-07btrfs: do compressed bio size roundup and zeroing in one goQu Wenruo
2026-04-07btrfs: reduce the size of compressed_bioQu Wenruo
2026-04-07btrfs: introduce a common helper to calculate the size of a bioQu Wenruo
2026-04-07btrfs: remove redundant nowait check in lock_extent_direct()Alexey Velichayshiy
2026-04-07btrfs: fix placement of unlikely() in btrfs_insert_one_raid_extent()Mark Harmstone
2026-04-07btrfs: pass a btrfs inode to tree-log.c:fill_inode_item()Filipe Manana
2026-04-07btrfs: stop printing condition result in assertion failure messagesFilipe Manana
2026-04-07btrfs: constify arguments of some functionsFilipe Manana
2026-04-07btrfs: avoid unnecessary root node COW during snapshottingFilipe Manana
2026-04-07btrfs: check snapshot_force_cow earlier in can_nocow_file_extent()Chen Guan Jie
2026-04-07btrfs: do not mark inode incompressible after inline attempt failsQu Wenruo
2026-04-07btrfs: remove folio parameter from ordered io related functionsQu Wenruo
2026-04-07btrfs: remove the btrfs_inode parameter from btrfs_remove_ordered_extent()Qu Wenruo
2026-04-07btrfs: remove out-of-date comments in btree_writepages()Qu Wenruo
2026-04-07btrfs: remove bogus root search condition in load_extent_tree_free()Filipe Manana
2026-04-07btrfs: remove duplicate include of delayed-inode.h in disk-io.cChen Ni
2026-04-07btrfs: pass literal booleans to functions that take boolean argumentsFilipe Manana
2026-04-07btrfs: remove pointless out label in qgroup_account_snapshot()Filipe Manana
2026-04-07btrfs: rename btrfs_csum_file_blocks() to btrfs_insert_data_csums()Qu Wenruo
2026-04-07btrfs: make add_pending_csums() to take an ordered extent as parameterQu Wenruo
2026-04-07btrfs: rename btrfs_ordered_extent::list to csum_listQu Wenruo
2026-04-07btrfs: change return type of cache_save_setup to voidJohannes Thumshirn
2026-04-07btrfs: avoid starting new transaction and commit in relocate_block_group()Filipe Manana
2026-04-07btrfs: remove redundant extent_buffer_uptodate() checks after read_tree_block()Filipe Manana
2026-04-07btrfs: use the helper extent_buffer_uptodate() everywhereFilipe Manana
2026-04-07btrfs: zoned: add zone reclaim flush state for DATA space_infoJohannes Thumshirn
2026-04-07btrfs: zoned: move partially zone_unusable block groups to reclaim listJohannes Thumshirn
2026-04-07btrfs: zoned: cap delayed refs metadata reservation to avoid overcommitJohannes Thumshirn
2026-04-07btrfs: remove duplicated eb uptodate check in btrfs_buffer_uptodate()Filipe Manana
2026-04-07btrfs: fix the inline compressed extent check in inode_need_compress()Qu Wenruo
2026-04-07btrfs: set written super flag once in write_all_supers()Filipe Manana
2026-04-07btrfs: remove max_mirrors argument from write_all_supers()Filipe Manana
2026-04-07btrfs: tag error branches as unlikely during super block writesFilipe Manana
2026-04-07btrfs: abort transaction on error in write_all_supers()Filipe Manana
2026-04-07btrfs: pass transaction handle to write_all_supers()Filipe Manana
2026-04-07btrfs: mark all error and warning checks as unlikely in btrfs_validate_super()Filipe Manana