summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04btrfs: continue trimming remaining devices on failurejinbaohong1-1/+1
2026-03-04btrfs: handle user interrupt properly in btrfs_trim_fs()jinbaohong1-0/+11
2026-03-04btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref()Filipe Manana1-8/+12
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba1-25/+16
2025-11-25btrfs: use booleans for delalloc arguments and struct find_free_extent_ctlFilipe Manana1-9/+7
2025-11-25btrfs: use bool type for btrfs_path members used as booleansFilipe Manana1-4/+4
2025-11-25btrfs: headers cleanup to remove unnecessary local includesQu Wenruo1-0/+1
2025-11-25btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà1-10/+7
2025-11-25btrfs: remove pointless label and goto from unpin_extent_range()Filipe Manana1-5/+3
2025-11-25btrfs: reduce block group critical section in unpin_extent_range()Filipe Manana1-8/+8
2025-11-25btrfs: change 'reserved' argument from pin_down_extent() to boolFilipe Manana1-6/+6
2025-11-25btrfs: remove 'reserved' argument from btrfs_pin_extent()Filipe Manana1-8/+7
2025-11-25btrfs: use local variable for space_info in pin_down_extent()Filipe Manana1-9/+10
2025-11-25btrfs: reduce block group critical section in pin_down_extent()Filipe Manana1-5/+5
2025-11-25btrfs: use the key format macros when printing keysFilipe Manana1-7/+7
2025-11-24btrfs: remove fs_info argument from btrfs_dump_space_info()Filipe Manana1-2/+1
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba1-19/+19
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba1-2/+2
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba1-16/+16
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-4/+4
2025-09-22btrfs: convert several int parameters to boolDavid Sterba1-8/+8
2025-09-22btrfs: zoned: refine extent allocator hint selectionNaohiro Aota1-2/+4
2025-07-22btrfs: fix ssd_spread overallocationBoris Burkov1-16/+17
2025-07-22btrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana1-3/+3
2025-07-22btrfs: add btrfs prefix to free space tree exported functionsFilipe Manana1-2/+2
2025-07-22btrfs: tree-log: add and rename extent bits for dirty_log_pages treeDavid Sterba1-2/+2
2025-07-22btrfs: switch RCU helper versions to btrfs_warn()David Sterba1-1/+1
2025-07-22btrfs: use btrfs_root_id() where not done yetDavid Sterba1-1/+1
2025-07-22btrfs: use refcount_t type for the extent buffer reference counterFilipe Manana1-1/+1
2025-07-22btrfs: constify more pointer parametersDavid Sterba1-27/+27
2025-07-21btrfs: unfold transaction abort at walk_up_proc()Filipe Manana1-5/+10
2025-07-21btrfs: unfold transaction abort at __btrfs_inc_extent_ref()Filipe Manana1-5/+7
2025-05-15btrfs: fix harmless race getting delayed ref head count when running delayed ...Filipe Manana1-1/+6
2025-05-15btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent()Filipe Manana1-4/+4
2025-05-15btrfs: use boolean for delalloc argument to btrfs_free_reserved_bytes()Filipe Manana1-1/+1
2025-05-15btrfs: tweak extent/chunk allocation for space_info sub-spaceNaohiro Aota1-1/+13
2025-05-15btrfs: add space_info argument to btrfs_chunk_alloc()Naohiro Aota1-2/+4
2025-05-15btrfs: make extent unpinning more efficient when committing transactionFilipe Manana1-13/+26
2025-05-15btrfs: remove variable to track trimmed bytes at btrfs_finish_extent_commit()Filipe Manana1-6/+2
2025-05-15btrfs: don't BUG_ON() when unpinning extents during transaction commitFilipe Manana1-2/+18
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba1-5/+5
2025-05-15btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARNDavid Sterba1-1/+1
2025-05-15btrfs: tracepoints: add btrfs prefix to names where it's missingFilipe Manana1-3/+3
2025-05-15btrfs: rename free_extent_state() to include a btrfs prefixFilipe Manana1-1/+1
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana1-5/+5
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana1-12/+12
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana1-1/+1
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_CORRUPTDaniel Vacek1-6/+0
2025-03-18btrfs: harden block_group::bg_list against list_del() racesBoris Burkov1-0/+8
2025-03-18btrfs: use BTRFS_PATH_AUTO_FREE in run_delayed_extent_op()David Sterba1-6/+5