index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-io-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
btrfs: avoid GFP_ATOMIC allocations in qgroup free paths
Leo Martins
1
-0
/
+3
2026-04-07
btrfs: optimize clearing all bits from first extent record in an io tree
Filipe Manana
1
-2
/
+42
2026-04-07
btrfs: panic instead of warn when splitting extent state not in the tree
Filipe Manana
1
-7
/
+6
2026-04-07
btrfs: free cached state outside critical section in wait_extent_bit()
Filipe Manana
1
-1
/
+1
2026-04-07
btrfs: avoid unnecessary wake ups on io trees when there are no waiters
Filipe Manana
1
-8
/
+21
2026-04-07
btrfs: remove wake parameter from clear_state_bit()
Filipe Manana
1
-10
/
+9
2026-04-07
btrfs: change last argument of add_extent_changeset() to boolean
Filipe Manana
1
-4
/
+4
2026-04-07
btrfs: use extent_io_tree_panic() instead of BUG_ON()
Filipe Manana
1
-2
/
+4
2026-04-07
btrfs: make add_extent_changeset() only return errors or success
Filipe Manana
1
-2
/
+6
2026-04-07
btrfs: tag as unlikely branches that call extent_io_tree_panic()
Filipe Manana
1
-6
/
+6
2026-04-07
btrfs: turn extent_io_tree_panic() into a macro for better error reporting
Filipe Manana
1
-9
/
+4
2026-04-07
btrfs: optimize clearing all bits from the last extent record in an io tree
Filipe Manana
1
-0
/
+39
2026-02-03
btrfs: merge setting ret and return ret
David Sterba
1
-5
/
+2
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
1
-1
/
+1
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
1
-1
/
+1
2025-07-21
btrfs: use our message helpers instead of pr_err/pr_warn/pr_info
David Sterba
1
-1
/
+2
2025-07-21
btrfs: rename err to ret in btrfs_lock_extent_bits()
David Sterba
1
-5
/
+5
2025-07-21
btrfs: rename err to ret in btrfs_try_lock_extent_bits()
David Sterba
1
-4
/
+3
2025-05-15
btrfs: make extent unpinning more efficient when committing transaction
Filipe Manana
1
-0
/
+20
2025-05-15
btrfs: remove unnecessary NULL checks before freeing extent state
Filipe Manana
1
-6
/
+3
2025-05-15
btrfs: avoid re-searching tree when setting bits in an extent range
Filipe Manana
1
-0
/
+16
2025-05-15
btrfs: avoid repeated extent state processing when setting extent bits
Filipe Manana
1
-8
/
+6
2025-05-15
btrfs: simplify last record detection at set_extent_bit()
Filipe Manana
1
-6
/
+4
2025-05-15
btrfs: exit after state split error at set_extent_bit()
Filipe Manana
1
-1
/
+4
2025-05-15
btrfs: exit after state insertion failure at set_extent_bit()
Filipe Manana
1
-0
/
+1
2025-05-15
btrfs: simplify last record detection at btrfs_convert_extent_bit()
Filipe Manana
1
-6
/
+4
2025-05-15
btrfs: avoid re-searching tree when converting bits in an extent range
Filipe Manana
1
-0
/
+16
2025-05-15
btrfs: avoid repeated extent state processing when converting extent bits
Filipe Manana
1
-8
/
+6
2025-05-15
btrfs: avoid unnecessary next node searches when clearing bits from extent range
Filipe Manana
1
-10
/
+23
2025-05-15
btrfs: exit after state insertion failure at btrfs_convert_extent_bit()
Filipe Manana
1
-0
/
+1
2025-05-15
btrfs: exit after state split error at btrfs_convert_extent_bit()
Filipe Manana
1
-1
/
+4
2025-05-15
btrfs: remove duplicate error check at btrfs_convert_extent_bit()
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: simplify last record detection at btrfs_clear_extent_bit_changeset()
Filipe Manana
1
-4
/
+2
2025-05-15
btrfs: avoid extra tree search at btrfs_clear_extent_bit_changeset()
Filipe Manana
1
-1
/
+7
2025-05-15
btrfs: use bools for local variables at btrfs_clear_extent_bit_changeset()
Filipe Manana
1
-6
/
+5
2025-05-15
btrfs: add missing error return to btrfs_clear_extent_bit_changeset()
Filipe Manana
1
-8
/
+8
2025-05-15
btrfs: exit after state split error at btrfs_clear_extent_bit_changeset()
Filipe Manana
1
-1
/
+4
2025-05-15
btrfs: remove duplicate error check at btrfs_clear_extent_bit_changeset()
Filipe Manana
1
-4
/
+3
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
1
-1
/
+1
2025-05-15
btrfs: make btrfs_find_contiguous_extent_bit() return bool instead of int
Filipe Manana
1
-4
/
+7
2025-05-15
btrfs: remove double underscore prefix from __set_extent_bit()
Filipe Manana
1
-15
/
+13
2025-05-15
btrfs: rename remaining exported functions from extent-io-tree.h
Filipe Manana
1
-9
/
+9
2025-05-15
btrfs: rename free_extent_state() to include a btrfs prefix
Filipe Manana
1
-15
/
+15
2025-05-15
btrfs: rename the functions to count, test and get bit ranges in io trees
Filipe Manana
1
-9
/
+9
2025-05-15
btrfs: rename the functions to init and release an extent io tree
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: directly grab inode at __btrfs_debug_check_extent_io_range()
Filipe Manana
1
-2
/
+1
2025-05-15
btrfs: rename the functions to get inode and fs_info from an extent io tree
Filipe Manana
1
-5
/
+5
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
1
-7
/
+7
2025-05-15
btrfs: rename set_extent_bit() to include a btrfs prefix
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
1
-7
/
+8
[next]