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-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
btrfs: decrease indentation of find_free_extent_update_loop
Johannes Thumshirn
1
-54
/
+55
2026-04-07
btrfs: remove atomic parameter from btrfs_buffer_uptodate()
Qu Wenruo
1
-1
/
+1
2026-04-07
btrfs: revalidate cached tree blocks on the uptodate path
ZhengYuan Huang
1
-1
/
+1
2026-04-07
btrfs: zoned: remove redundant space_info lock and variable in do_allocation_...
Jiasheng Jiang
1
-6
/
+2
2026-03-31
btrfs: fix incorrect return value after changing leaf in lookup_extent_data_r...
robbieko
1
-1
/
+1
2026-03-17
btrfs: check for NULL root after calls to btrfs_csum_root()
Filipe Manana
1
-2
/
+18
2026-03-17
btrfs: check for NULL root after calls to btrfs_extent_root()
Filipe Manana
1
-3
/
+75
2026-02-26
btrfs: handle discard errors in in btrfs_finish_extent_commit()
Jingkai Tan
1
-1
/
+7
2026-02-03
btrfs: fix transaction commit blocking during trim of unallocated space
jinbaohong
1
-22
/
+134
2026-02-03
btrfs: handle user interrupt properly in btrfs_trim_fs()
jinbaohong
1
-0
/
+11
2026-02-03
btrfs: preserve first error in btrfs_trim_fs()
jinbaohong
1
-6
/
+9
2026-02-03
btrfs: continue trimming remaining devices on failure
jinbaohong
1
-1
/
+1
2026-02-03
btrfs: remove pointless out labels from extent-tree.c
Filipe Manana
1
-14
/
+10
2026-02-03
btrfs: use the btrfs_block_group_end() helper everywhere
Filipe Manana
1
-5
/
+4
2026-02-03
btrfs: handle discarding fully-remapped block groups
Mark Harmstone
1
-0
/
+2
2026-02-03
btrfs: add do_remap parameter to btrfs_discard_extent()
Mark Harmstone
1
-4
/
+5
2026-02-03
btrfs: move existing remaps before relocating block group
Mark Harmstone
1
-2
/
+4
2026-02-03
btrfs: handle deletions from remapped block group
Mark Harmstone
1
-6
/
+88
2026-02-03
btrfs: allow mounting filesystems with remap-tree incompat flag
Mark Harmstone
1
-0
/
+2
2026-02-03
btrfs: don't add metadata items for the remap tree to the extent tree
Mark Harmstone
1
-1
/
+30
2026-02-03
btrfs: tag as unlikely error handling in run_one_delayed_ref()
Filipe Manana
1
-3
/
+5
2026-02-03
btrfs: remove unnecessary else branch in run_one_delayed_ref()
Filipe Manana
1
-3
/
+1
2026-02-03
btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref()
Filipe Manana
1
-8
/
+12
2026-02-03
btrfs: zoned: re-flow prepare_allocation_zoned()
Johannes Thumshirn
1
-17
/
+24
2026-02-03
btrfs: merge setting ret and return ret
David Sterba
1
-7
/
+3
2026-02-03
btrfs: simplify boolean argument for btrfs_inc_ref()/btrfs_dec_ref()
Sun YangKai
1
-12
/
+6
2026-02-03
btrfs: use true/false for boolean parameters in btrfs_inc_ref()/btrfs_dec_ref()
Sun YangKai
1
-4
/
+4
2026-02-03
btrfs: update comment for visit_node_for_delete()
Sun YangKai
1
-1
/
+0
2025-11-25
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
1
-25
/
+16
2025-11-24
btrfs: use booleans for delalloc arguments and struct find_free_extent_ctl
Filipe Manana
1
-9
/
+7
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
1
-4
/
+4
2025-11-24
btrfs: headers cleanup to remove unnecessary local includes
Qu Wenruo
1
-0
/
+1
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel SabatĂ© SolĂ
1
-10
/
+7
2025-11-24
btrfs: remove pointless label and goto from unpin_extent_range()
Filipe Manana
1
-5
/
+3
2025-11-24
btrfs: reduce block group critical section in unpin_extent_range()
Filipe Manana
1
-8
/
+8
2025-11-24
btrfs: change 'reserved' argument from pin_down_extent() to bool
Filipe Manana
1
-6
/
+6
2025-11-24
btrfs: remove 'reserved' argument from btrfs_pin_extent()
Filipe Manana
1
-8
/
+7
2025-11-24
btrfs: use local variable for space_info in pin_down_extent()
Filipe Manana
1
-9
/
+10
2025-11-24
btrfs: reduce block group critical section in pin_down_extent()
Filipe Manana
1
-5
/
+5
2025-11-24
btrfs: use the key format macros when printing keys
Filipe Manana
1
-7
/
+7
2025-11-24
btrfs: remove fs_info argument from btrfs_dump_space_info()
Filipe Manana
1
-2
/
+1
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
1
-19
/
+19
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
1
-2
/
+2
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
1
-16
/
+16
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
1
-4
/
+4
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
1
-8
/
+8
2025-09-22
btrfs: zoned: refine extent allocator hint selection
Naohiro Aota
1
-2
/
+4
2025-07-22
btrfs: fix ssd_spread overallocation
Boris Burkov
1
-16
/
+17
2025-07-21
btrfs: add btrfs prefix to is_fstree() and make it return bool
Filipe Manana
1
-3
/
+3
2025-07-21
btrfs: add btrfs prefix to free space tree exported functions
Filipe Manana
1
-2
/
+2
[next]