summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2026-06-09btrfs: do not trim a device which is not writeableQu Wenruo
2026-06-09btrfs: switch local indicator variables to boolsDavid Sterba
2026-06-09btrfs: fix invalid pointer dereference in __btrfs_run_delayed_refs()Filipe Manana
2026-06-08btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()Filipe Manana
2026-06-08btrfs: make more ASSERTs verbose, part 3David Sterba
2026-06-08btrfs: pass a valid btrfs_tree_parent_check when possibleQu Wenruo
2026-04-07btrfs: decrease indentation of find_free_extent_update_loopJohannes Thumshirn
2026-04-07btrfs: remove atomic parameter from btrfs_buffer_uptodate()Qu Wenruo
2026-04-07btrfs: revalidate cached tree blocks on the uptodate pathZhengYuan Huang
2026-04-07btrfs: zoned: remove redundant space_info lock and variable in do_allocation_...Jiasheng Jiang
2026-03-31btrfs: fix incorrect return value after changing leaf in lookup_extent_data_r...robbieko
2026-03-17btrfs: check for NULL root after calls to btrfs_csum_root()Filipe Manana
2026-03-17btrfs: check for NULL root after calls to btrfs_extent_root()Filipe Manana
2026-02-26btrfs: handle discard errors in in btrfs_finish_extent_commit()Jingkai Tan
2026-02-03btrfs: fix transaction commit blocking during trim of unallocated spacejinbaohong
2026-02-03btrfs: handle user interrupt properly in btrfs_trim_fs()jinbaohong
2026-02-03btrfs: preserve first error in btrfs_trim_fs()jinbaohong
2026-02-03btrfs: continue trimming remaining devices on failurejinbaohong
2026-02-03btrfs: remove pointless out labels from extent-tree.cFilipe Manana
2026-02-03btrfs: use the btrfs_block_group_end() helper everywhereFilipe Manana
2026-02-03btrfs: handle discarding fully-remapped block groupsMark Harmstone
2026-02-03btrfs: add do_remap parameter to btrfs_discard_extent()Mark Harmstone
2026-02-03btrfs: move existing remaps before relocating block groupMark Harmstone
2026-02-03btrfs: handle deletions from remapped block groupMark Harmstone
2026-02-03btrfs: allow mounting filesystems with remap-tree incompat flagMark Harmstone
2026-02-03btrfs: don't add metadata items for the remap tree to the extent treeMark Harmstone
2026-02-03btrfs: tag as unlikely error handling in run_one_delayed_ref()Filipe Manana
2026-02-03btrfs: remove unnecessary else branch in run_one_delayed_ref()Filipe Manana
2026-02-03btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref()Filipe Manana
2026-02-03btrfs: zoned: re-flow prepare_allocation_zoned()Johannes Thumshirn
2026-02-03btrfs: merge setting ret and return retDavid Sterba
2026-02-03btrfs: simplify boolean argument for btrfs_inc_ref()/btrfs_dec_ref()Sun YangKai
2026-02-03btrfs: use true/false for boolean parameters in btrfs_inc_ref()/btrfs_dec_ref()Sun YangKai
2026-02-03btrfs: update comment for visit_node_for_delete()Sun YangKai
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-11-24btrfs: use booleans for delalloc arguments and struct find_free_extent_ctlFilipe Manana
2025-11-24btrfs: use bool type for btrfs_path members used as booleansFilipe Manana
2025-11-24btrfs: headers cleanup to remove unnecessary local includesQu Wenruo
2025-11-24btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà
2025-11-24btrfs: remove pointless label and goto from unpin_extent_range()Filipe Manana
2025-11-24btrfs: reduce block group critical section in unpin_extent_range()Filipe Manana
2025-11-24btrfs: change 'reserved' argument from pin_down_extent() to boolFilipe Manana
2025-11-24btrfs: remove 'reserved' argument from btrfs_pin_extent()Filipe Manana
2025-11-24btrfs: use local variable for space_info in pin_down_extent()Filipe Manana
2025-11-24btrfs: reduce block group critical section in pin_down_extent()Filipe Manana
2025-11-24btrfs: use the key format macros when printing keysFilipe Manana
2025-11-24btrfs: remove fs_info argument from btrfs_dump_space_info()Filipe Manana
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba