index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ctree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-18
btrfs: fix leaf leak in an error path in btrfs_del_items()
Filipe Manana
1
-1
/
+1
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
1
-25
/
+25
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
1
-5
/
+5
2025-09-23
btrfs: make the rule checking more readable for should_cow_block()
Filipe Manana
1
-14
/
+23
2025-09-23
btrfs: mark leaf space and overflow checks as unlikely on insert and extension
Filipe Manana
1
-7
/
+7
2025-09-23
btrfs: mark as unlikely not uptodate extent buffer checks when navigating btrees
Filipe Manana
1
-4
/
+4
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
1
-8
/
+8
2025-07-22
btrfs: don't use token set/get accessors for btrfs_item members
David Sterba
1
-33
/
+18
2025-07-22
btrfs: clear dirty status from extent buffer on error at insert_new_root()
Filipe Manana
1
-0
/
+1
2025-07-22
btrfs: remove partial support for lowest level from btrfs_search_forward()
Sun YangKai
1
-13
/
+5
2025-07-22
btrfs: use refcount_t type for the extent buffer reference counter
Filipe Manana
1
-7
/
+7
2025-07-22
btrfs: rename err to ret2 in btrfs_search_old_slot()
David Sterba
1
-5
/
+5
2025-07-22
btrfs: rename err to ret2 in btrfs_search_slot()
David Sterba
1
-19
/
+18
2025-07-22
btrfs: rename err to ret2 in search_leaf()
David Sterba
1
-9
/
+8
2025-07-22
btrfs: rename err to ret2 in read_block_for_search()
David Sterba
1
-7
/
+7
2025-07-22
btrfs: constify more pointer parameters
David Sterba
1
-10
/
+10
2025-07-22
btrfs: abort transaction on unexpected eb generation at btrfs_copy_root()
Filipe Manana
1
-1
/
+8
2025-07-22
btrfs: unfold transaction abort at btrfs_copy_root()
Filipe Manana
1
-3
/
+7
2025-03-18
btrfs: avoid redundant path slot assignment in btrfs_search_forward()
Sun YangKai
1
-2
/
+1
2025-03-18
btrfs: remove unnecessary btrfs_key local variable in btrfs_search_forward()
Sun YangKai
1
-7
/
+5
2025-03-18
btrfs: do trivial BTRFS_PATH_AUTO_FREE conversions
David Sterba
1
-2
/
+1
2025-01-24
btrfs: fix lockdep splat while merging a relocation root
Filipe Manana
1
-0
/
+2
2025-01-14
btrfs: implement hole punching for RAID stripe extents
Johannes Thumshirn
1
-0
/
+1
2025-01-13
btrfs: move csum related functions from ctree.c into fs.c
Filipe Manana
1
-51
/
+0
2025-01-13
btrfs: move abort_should_print_stack() to transaction.h
Filipe Manana
1
-16
/
+0
2024-12-23
btrfs: fix use-after-free when COWing tree bock and tracing is enabled
Filipe Manana
1
-7
/
+4
2024-11-29
btrfs: add a sanity check for btrfs root in btrfs_search_slot()
Lizhi Xu
1
-1
/
+5
2024-11-11
btrfs: remove local generation variable from read_block_for_search()
Filipe Manana
1
-4
/
+2
2024-11-11
btrfs: simplify arguments for btrfs_verify_level_key()
Filipe Manana
1
-2
/
+1
2024-11-11
btrfs: remove redundant level argument from read_block_for_search()
Filipe Manana
1
-11
/
+9
2024-11-11
btrfs: reduce lock contention when eb cache miss for btree search
Robbie Ko
1
-31
/
+70
2024-11-11
btrfs: drop unused parameter path from btrfs_tree_mod_log_rewind()
David Sterba
1
-1
/
+1
2024-09-10
btrfs: constify more pointer parameters
David Sterba
1
-9
/
+9
2024-07-11
btrfs: fix data race when accessing the last_trans field of a root
Filipe Manana
1
-2
/
+2
2024-07-11
btrfs: replace BUG_ON() with error handling at update_ref_for_cow()
Filipe Manana
1
-2
/
+10
2024-07-11
btrfs: simplify setting the full backref flag at update_ref_for_cow()
Filipe Manana
1
-7
/
+4
2024-07-11
btrfs: use label to deduplicate error path at btrfs_force_cow_block()
Filipe Manana
1
-21
/
+12
2024-07-11
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
1
-11
/
+42
2024-07-11
btrfs: remove all extra btrfs_check_eb_owner() calls
Josef Bacik
1
-6
/
+1
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
1
-21
/
+18
2024-05-07
btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tree_read_lock()
Filipe Manana
1
-6
/
+6
2024-03-05
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
1
-1
/
+1
2024-03-04
btrfs: use KMEM_CACHE() to create btrfs_path cache
Kunwu Chan
1
-3
/
+1
2024-03-04
btrfs: unify handling of return values of btrfs_insert_empty_items()
David Sterba
1
-0
/
+4
2024-03-04
btrfs: cache folio size and shift in extent_buffer
Qu Wenruo
1
-1
/
+1
2023-12-16
btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to folios
Qu Wenruo
1
-6
/
+7
2023-12-16
btrfs: migrate extent_buffer::pages[] to folio
Qu Wenruo
1
-1
/
+1
2023-12-15
btrfs: make the logic from btrfs_block_can_be_shared() easier to read
Filipe Manana
1
-16
/
+24
2023-12-15
btrfs: use bool for return type of btrfs_block_can_be_shared()
Filipe Manana
1
-6
/
+6
2023-11-13
Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
[next]