aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2026-04-07btrfs: avoid taking the device_list_mutex in btrfs_run_dev_stats()Filipe Manana1-0/+30
2026-04-07btrfs: avoid GFP_ATOMIC allocations in qgroup free pathsLeo Martins3-3/+28
2026-04-07btrfs: decrease indentation of find_free_extent_update_loopJohannes Thumshirn1-54/+55
2026-04-07btrfs: unexport btrfs_qgroup_reserve_meta()Filipe Manana3-6/+3
2026-04-07btrfs: collapse __btrfs_qgroup_reserve_meta() into btrfs_qgroup_reserve_meta_...Filipe Manana2-18/+8
2026-04-07btrfs: collapse __btrfs_qgroup_free_meta() into btrfs_qgroup_free_meta_preall...Filipe Manana2-14/+8
2026-04-07btrfs: remove unused qgroup functions for pertrans reservation and freeingFilipe Manana1-16/+1
2026-04-07btrfs: optimize clearing all bits from first extent record in an io treeFilipe Manana1-2/+42
2026-04-07btrfs: panic instead of warn when splitting extent state not in the treeFilipe Manana1-7/+6
2026-04-07btrfs: free cached state outside critical section in wait_extent_bit()Filipe Manana1-1/+1
2026-04-07btrfs: avoid unnecessary wake ups on io trees when there are no waitersFilipe Manana1-8/+21
2026-04-07btrfs: remove wake parameter from clear_state_bit()Filipe Manana1-10/+9
2026-04-07btrfs: change last argument of add_extent_changeset() to booleanFilipe Manana1-4/+4
2026-04-07btrfs: use extent_io_tree_panic() instead of BUG_ON()Filipe Manana1-2/+4
2026-04-07btrfs: make add_extent_changeset() only return errors or successFilipe Manana1-2/+6
2026-04-07btrfs: tag as unlikely branches that call extent_io_tree_panic()Filipe Manana1-6/+6
2026-04-07btrfs: turn extent_io_tree_panic() into a macro for better error reportingFilipe Manana1-9/+4
2026-04-07btrfs: optimize clearing all bits from the last extent record in an io treeFilipe Manana1-0/+39
2026-04-07btrfs: remove atomic parameter from btrfs_buffer_uptodate()Qu Wenruo6-12/+9
2026-04-07btrfs: output more info when duplicated ordered extent is foundQu Wenruo1-3/+8
2026-04-07btrfs: check type flags in alloc_ordered_extent()Qu Wenruo2-24/+44
2026-04-07btrfs: revalidate cached tree blocks on the uptodate pathZhengYuan Huang6-10/+39
2026-04-07btrfs: prefer IS_ERR_OR_NULL() over manual NULL checkPhilipp Hahn4-4/+4
2026-04-07btrfs: tree-checker: introduce checks for FREE_SPACE_BITMAPZhengYuan Huang1-0/+43
2026-04-07btrfs: tree-checker: introduce checks for FREE_SPACE_EXTENTQu Wenruo1-0/+29
2026-04-07btrfs: tree-checker: introduce checks for FREE_SPACE_INFOQu Wenruo1-0/+50
2026-04-07btrfs: zoned: limit number of zones reclaimed in flush_space()Johannes Thumshirn3-6/+14
2026-04-07btrfs: create btrfs_reclaim_block_groups()Johannes Thumshirn1-3/+9
2026-04-07btrfs: move reclaiming of a single block group into its own functionJohannes Thumshirn1-123/+133
2026-04-07btrfs: extract inlined creation into a dedicated delalloc helperQu Wenruo1-110/+110
2026-04-07btrfs: move the mapping_set_error() out of the loop in end_bbio_data_write()Qu Wenruo1-3/+3
2026-04-07btrfs: remove the alignment check in end_bbio_data_write()Qu Wenruo1-11/+0
2026-04-07btrfs: add tracepoint for search slot restart trackingLeo Martins1-2/+8
2026-04-07btrfs: inhibit extent buffer writeback to prevent COW amplificationLeo Martins5-3/+98
2026-04-07btrfs: extract the max compression chunk size into a macroQu Wenruo2-2/+5
2026-04-07btrfs: remove pointless error check in btrfs_check_dir_item_collision()Filipe Manana1-3/+1
2026-04-07btrfs: remove duplicated uuid tree existence check in btrfs_uuid_tree_add()Filipe Manana1-4/+1
2026-04-07btrfs: stop checking for -EEXIST return value from btrfs_uuid_tree_add()Filipe Manana2-2/+2
2026-04-07btrfs: report filesystem shutdown via fserrorMiquel Sabaté Solà1-1/+4
2026-04-07btrfs: replace kcalloc() calls to kzalloc_objs()Miquel Sabaté Solà5-13/+10
2026-04-07btrfs: do compressed bio size roundup and zeroing in one goQu Wenruo1-22/+5
2026-04-07btrfs: reduce the size of compressed_bioQu Wenruo5-10/+6
2026-04-07btrfs: introduce a common helper to calculate the size of a bioQu Wenruo3-29/+17
2026-04-07btrfs: remove redundant nowait check in lock_extent_direct()Alexey Velichayshiy1-1/+1
2026-04-07btrfs: fix placement of unlikely() in btrfs_insert_one_raid_extent()Mark Harmstone1-1/+1
2026-04-07btrfs: pass a btrfs inode to tree-log.c:fill_inode_item()Filipe Manana1-25/+23
2026-04-07btrfs: stop printing condition result in assertion failure messagesFilipe Manana1-4/+4
2026-04-07btrfs: constify arguments of some functionsFilipe Manana7-12/+13
2026-04-07btrfs: avoid unnecessary root node COW during snapshottingFilipe Manana1-15/+5
2026-04-07btrfs: check snapshot_force_cow earlier in can_nocow_file_extent()Chen Guan Jie1-5/+5