index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
14 days
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
2025-11-24
btrfs: use booleans for delalloc arguments and struct find_free_extent_ctl
Filipe Manana
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
2025-11-24
btrfs: headers cleanup to remove unnecessary local includes
Qu Wenruo
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel SabatĂ© SolĂ
2025-11-24
btrfs: remove pointless label and goto from unpin_extent_range()
Filipe Manana
2025-11-24
btrfs: reduce block group critical section in unpin_extent_range()
Filipe Manana
2025-11-24
btrfs: change 'reserved' argument from pin_down_extent() to bool
Filipe Manana
2025-11-24
btrfs: remove 'reserved' argument from btrfs_pin_extent()
Filipe Manana
2025-11-24
btrfs: use local variable for space_info in pin_down_extent()
Filipe Manana
2025-11-24
btrfs: reduce block group critical section in pin_down_extent()
Filipe Manana
2025-11-24
btrfs: use the key format macros when printing keys
Filipe Manana
2025-11-24
btrfs: remove fs_info argument from btrfs_dump_space_info()
Filipe Manana
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
2025-09-22
btrfs: zoned: refine extent allocator hint selection
Naohiro Aota
2025-07-22
btrfs: fix ssd_spread overallocation
Boris Burkov
2025-07-21
btrfs: add btrfs prefix to is_fstree() and make it return bool
Filipe Manana
2025-07-21
btrfs: add btrfs prefix to free space tree exported functions
Filipe Manana
2025-07-21
btrfs: tree-log: add and rename extent bits for dirty_log_pages tree
David Sterba
2025-07-21
btrfs: switch RCU helper versions to btrfs_warn()
David Sterba
2025-07-21
btrfs: use btrfs_root_id() where not done yet
David Sterba
2025-07-21
btrfs: use refcount_t type for the extent buffer reference counter
Filipe Manana
2025-07-21
btrfs: constify more pointer parameters
David Sterba
2025-07-21
btrfs: unfold transaction abort at walk_up_proc()
Filipe Manana
2025-07-21
btrfs: unfold transaction abort at __btrfs_inc_extent_ref()
Filipe Manana
2025-05-15
btrfs: fix harmless race getting delayed ref head count when running delayed ...
Filipe Manana
2025-05-15
btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent()
Filipe Manana
2025-05-15
btrfs: use boolean for delalloc argument to btrfs_free_reserved_bytes()
Filipe Manana
2025-05-15
btrfs: tweak extent/chunk allocation for space_info sub-space
Naohiro Aota
2025-05-15
btrfs: add space_info argument to btrfs_chunk_alloc()
Naohiro Aota
2025-05-15
btrfs: make extent unpinning more efficient when committing transaction
Filipe Manana
2025-05-15
btrfs: remove variable to track trimmed bytes at btrfs_finish_extent_commit()
Filipe Manana
2025-05-15
btrfs: don't BUG_ON() when unpinning extents during transaction commit
Filipe Manana
2025-05-15
btrfs: trivial conversion to return bool instead of int
David Sterba
2025-05-15
btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARN
David Sterba
2025-05-15
btrfs: tracepoints: add btrfs prefix to names where it's missing
Filipe Manana
2025-05-15
btrfs: rename free_extent_state() to include a btrfs prefix
Filipe Manana
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
2025-05-15
btrfs: rename set_extent_bit() to include a btrfs prefix
Filipe Manana
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
2025-05-15
btrfs: remove unused flag EXTENT_BUFFER_CORRUPT
Daniel Vacek
2025-03-18
btrfs: harden block_group::bg_list against list_del() races
Boris Burkov
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in run_delayed_extent_op()
David Sterba
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_lookup_extent_info()
David Sterba
2025-03-18
btrfs: do trivial BTRFS_PATH_AUTO_FREE conversions
David Sterba
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
[next]