index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_iter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Btree key cache
Kent Overstreet
1
-33
/
+82
2023-10-22
bcachefs: Don't deadlock when btree node reuse changes lock ordering
Kent Overstreet
1
-7
/
+31
2023-10-22
bcachefs: Fix a deadlock
Kent Overstreet
1
-21
/
+48
2023-10-22
bcachefs: bch2_trans_downgrade()
Kent Overstreet
1
-22
/
+19
2023-10-22
bcachefs: Fix a deadlock in bch2_btree_node_get_sibling()
Kent Overstreet
1
-3
/
+15
2023-10-22
bcachefs: Add debug code to print btree transactions
Kent Overstreet
1
-1
/
+61
2023-10-22
bcachefs: Add a mechanism for passing extra journal entries to bch2_trans_com...
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Trace where btree iterators are allocated
Kent Overstreet
1
-6
/
+7
2023-10-22
bcachefs: Kill bkey_type_successor
Kent Overstreet
1
-13
/
+22
2023-10-22
bcachefs: Fix an iterator bug
Kent Overstreet
1
-1
/
+8
2023-10-22
bcachefs: Move extent overwrite handling out of core btree code
Kent Overstreet
1
-8
/
+17
2023-10-22
bcachefs: btree_iter_peek_with_updates()
Kent Overstreet
1
-0
/
+83
2023-10-22
bcachefs: Fix build when CONFIG_BCACHEFS_DEBUG=n
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: More btree iter invariants
Kent Overstreet
1
-88
/
+54
2023-10-22
bcachefs: Simplify bch2_btree_iter_peek_slot()
Kent Overstreet
1
-52
/
+24
2023-10-22
bcachefs: Iterator debug code improvements
Kent Overstreet
1
-109
/
+107
2023-10-22
bcachefs: Some btree iterator improvements
Kent Overstreet
1
-45
/
+38
2023-10-22
bcachefs: Use btree_ptr_v2.mem_ptr to avoid hash table lookup
Kent Overstreet
1
-0
/
+25
2023-10-22
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
1
-6
/
+9
2023-10-22
bcachefs: Fix traversing to interior nodes
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Make BTREE_ITER_IS_EXTENTS private to iter code
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: __bch2_btree_iter_set_pos()
Kent Overstreet
1
-1
/
+25
2023-10-22
bcachefs: Make sure we're releasing btree iterators
Kent Overstreet
1
-3
/
+11
2023-10-22
bcachefs: Fix bch2_sort_keys() to not modify src keys
Kent Overstreet
1
-6
/
+0
2023-10-22
bcachefs: Rework iter->pos handling
Kent Overstreet
1
-85
/
+51
2023-10-22
bcachefs: Fix an iterator error path
Kent Overstreet
1
-4
/
+1
2023-10-22
bcachefs: Sort & deduplicate updates in bch2_trans_update()
Kent Overstreet
1
-12
/
+10
2023-10-22
bcachefs: Make btree_insert_entry more private to update path
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Use bch2_trans_reset in bch2_trans_commit()
Kent Overstreet
1
-1
/
+10
2023-10-22
bcachefs: Drop a faulty assertion
Kent Overstreet
1
-5
/
+0
2023-10-22
bcachefs: Fix a null ptr deref in btree_iter_traverse_one()
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Avoid calling bch2_btree_iter_relock() in bch2_btree_iter_traverse()
Kent Overstreet
1
-4
/
+10
2023-10-22
bcachefs: bch2_btree_iter_fix_key_modified()
Kent Overstreet
1
-0
/
+24
2023-10-22
bcachefs: Inline more of bch2_trans_commit hot path
Kent Overstreet
1
-13
/
+1
2023-10-22
bcachefs: More bset.c microoptimization
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Fix a debug assertion
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Fix a subtle race in the btree split path
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Fix bch2_btree_iter_next() after peek_slot()
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: Fix an error path
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Rework btree iterator lifetimes
Kent Overstreet
1
-85
/
+117
2023-10-22
bcachefs: BTREE_ITER_SLOTS isn't a type of btree iter
Kent Overstreet
1
-38
/
+28
2023-10-22
bcachefs: bch2_btree_iter_peek_prev()
Kent Overstreet
1
-23
/
+58
2023-10-22
bcachefs: Debug assertion improvements
Kent Overstreet
1
-16
/
+24
2023-10-22
bcachefs: More btree iter improvements
Kent Overstreet
1
-53
/
+103
2023-10-22
bcachefs: Improve btree_iter_pos_in_node()
Kent Overstreet
1
-3
/
+14
2023-10-22
bcachefs: Optimize calls to bch2_btree_iter_traverse()
Kent Overstreet
1
-16
/
+12
2023-10-22
bcachefs: __bch2_btree_node_iter_fix() improvements
Kent Overstreet
1
-34
/
+33
2023-10-22
bcachefs: Do updates in order they were queued up in
Kent Overstreet
1
-8
/
+33
2023-10-22
bcachefs: Fix bch2_btree_node_iter_fix()
Kent Overstreet
1
-46
/
+46
2023-10-22
bcachefs: Fix __bch2_btree_iter_peek_slot_extents()
Kent Overstreet
1
-2
/
+1
[next]