summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
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
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba
2025-09-22btrfs: convert several int parameters to boolDavid Sterba
2025-09-22btrfs: zoned: refine extent allocator hint selectionNaohiro Aota
2025-07-22btrfs: fix ssd_spread overallocationBoris Burkov
2025-07-21btrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana
2025-07-21btrfs: add btrfs prefix to free space tree exported functionsFilipe Manana
2025-07-21btrfs: tree-log: add and rename extent bits for dirty_log_pages treeDavid Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_warn()David Sterba
2025-07-21btrfs: use btrfs_root_id() where not done yetDavid Sterba
2025-07-21btrfs: use refcount_t type for the extent buffer reference counterFilipe Manana
2025-07-21btrfs: constify more pointer parametersDavid Sterba
2025-07-21btrfs: unfold transaction abort at walk_up_proc()Filipe Manana
2025-07-21btrfs: unfold transaction abort at __btrfs_inc_extent_ref()Filipe Manana
2025-05-15btrfs: fix harmless race getting delayed ref head count when running delayed ...Filipe Manana