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: made changes to support clang, fixed a couple bugs
Brett Holman
1
-0
/
+1
2023-10-22
bcachefs: Fix bch2_btree_iter_peek_with_updates()
Kent Overstreet
1
-7
/
+7
2023-10-22
bcachefs: New tracepoint for bch2_trans_get_iter()
Kent Overstreet
1
-9
/
+23
2023-10-22
bcachefs: Fix __bch2_trans_get_iter()
Kent Overstreet
1
-5
/
+6
2023-10-22
bcachefs: Fix transaction restarts due to upgrading of cloned iterators
Kent Overstreet
1
-1
/
+34
2023-10-22
bcachefs: Improve trans_restart_mem_realloced tracepoint
Kent Overstreet
1
-18
/
+9
2023-10-22
bcachefs: Don't downgrade iterators in bch2_trans_get_iter()
Kent Overstreet
1
-3
/
+8
2023-10-22
bcachefs: Improve bch2_btree_iter_traverse_all()
Kent Overstreet
1
-50
/
+37
2023-10-22
bcachefs: Better iterator picking
Kent Overstreet
1
-4
/
+8
2023-10-22
bcachefs: Fix bch2_trans_relock()
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Fix BTREE_ITER_NOT_EXTENTS
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Don't flush btree writes more aggressively because of btree key cache
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Kill bch2_fs_usage_scratch_get()
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Increase commality between BTREE_ITER_NODES and BTREE_ITER_KEYS
Kent Overstreet
1
-37
/
+44
2023-10-22
bcachefs: Drop trans->nounlock
Kent Overstreet
1
-55
/
+39
2023-10-22
bcachefs: Improve bch2_trans_relock()
Kent Overstreet
1
-5
/
+4
2023-10-22
bcachefs: Move btree lock debugging to slowpath fn
Kent Overstreet
1
-5
/
+17
2023-10-22
bcachefs: Start using bpos.snapshot field
Kent Overstreet
1
-10
/
+69
2023-10-22
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
1
-10
/
+10
2023-10-22
bcachefs: Add a mechanism for running callbacks at trans commit time
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Fix for bch2_trans_commit() unlocking when it's not supposed to
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Use pcpu mode of six locks for interior nodes
Kent Overstreet
1
-4
/
+12
2023-10-22
bcachefs: Split btree_iter_traverse and bch2_btree_iter_traverse()
Kent Overstreet
1
-8
/
+32
2023-10-22
bcachefs: Update iter->real_pos lazily
Kent Overstreet
1
-8
/
+1
2023-10-22
bcachefs: Consolidate bch2_btree_iter_peek() and peek_with_updates()
Kent Overstreet
1
-80
/
+47
2023-10-22
bcachefs: Improve iter->real_pos handling
Kent Overstreet
1
-7
/
+14
2023-10-22
bcachefs: Internal btree iterator renaming
Kent Overstreet
1
-13
/
+13
2023-10-22
bcachefs: Kill btree_iter_peek_uptodate()
Kent Overstreet
1
-51
/
+0
2023-10-22
bcachefs: Iterators are now always consistent with iter->real_pos
Kent Overstreet
1
-18
/
+2
2023-10-22
bcachefs: Have btree_iter_next_node() use btree_iter_set_search_pos()
Kent Overstreet
1
-20
/
+12
2023-10-22
bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advance
Kent Overstreet
1
-8
/
+8
2023-10-22
bcachefs: Optimize bch2_btree_iter_verify_level()
Kent Overstreet
1
-3
/
+7
2023-10-22
bcachefs: Fix iterator picking
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Assert that iterators aren't being double freed
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
1
-0
/
+17
2023-10-22
bcachefs: btree_iter_set_dontneed()
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Fsck code refactoring
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Kill btree_iter_pos_changed()
Kent Overstreet
1
-10
/
+4
2023-10-22
bcachefs: Fix a btree iterator leak
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: __bch2_trans_get_iter() refactoring, BTREE_ITER_NOT_EXTENTS
Kent Overstreet
1
-45
/
+25
2023-10-22
bcachefs: Simplify bch2_btree_iter_peek_prev()
Kent Overstreet
1
-7
/
+4
2023-10-22
bcachefs: Fix bpos_diff()
Kent Overstreet
1
-8
/
+0
2023-10-22
bcachefs: Use bch2_bpos_to_text() more consistently
Kent Overstreet
1
-22
/
+23
2023-10-22
bcachefs: btree_iter_prev_slot()
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: btree_iter_live()
Kent Overstreet
1
-19
/
+9
2023-10-22
bcachefs: KEY_TYPE_discard is no longer used
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Add a mempool for the replicas delta list
Kent Overstreet
1
-1
/
+8
2023-10-22
bcachefs: Add a mempool for btree_trans bump allocator
Kent Overstreet
1
-4
/
+26
2023-10-22
bcachefs: Extents may now cross btree node boundaries
Kent Overstreet
1
-40
/
+18
2023-10-22
bcachefs: iter->real_pos
Kent Overstreet
1
-91
/
+117
[next]