index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ctree.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-21
btrfs: remove partial support for lowest level from btrfs_search_forward()
Sun YangKai
1
-13
/
+5
2025-07-21
btrfs: use refcount_t type for the extent buffer reference counter
Filipe Manana
1
-7
/
+7
2025-07-21
btrfs: rename err to ret2 in btrfs_search_old_slot()
David Sterba
1
-5
/
+5
2025-07-21
btrfs: rename err to ret2 in btrfs_search_slot()
David Sterba
1
-19
/
+18
2025-07-21
btrfs: rename err to ret2 in search_leaf()
David Sterba
1
-9
/
+8
2025-07-21
btrfs: rename err to ret2 in read_block_for_search()
David Sterba
1
-7
/
+7
2025-07-21
btrfs: constify more pointer parameters
David Sterba
1
-10
/
+10
2025-07-21
btrfs: abort transaction on unexpected eb generation at btrfs_copy_root()
Filipe Manana
1
-1
/
+8
2025-07-21
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-23
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-15
btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to folios
Qu Wenruo
1
-6
/
+7
2023-12-15
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
2023-11-03
btrfs: get correct owning_root when dropping snapshot
Josef Bacik
1
-1
/
+1
[next]