index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_iter.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Kill bch2_btree_iter_set_pos_same_leaf()
Kent Overstreet
2023-10-22
1
-1
/
+0
*
bcachefs: Fix __btree_iter_next() when all iters are in use_next() when all i...
Kent Overstreet
2023-10-22
1
-1
/
+7
*
bcachefs: bch2_trans_get_iter() no longer returns errors
Kent Overstreet
2023-10-22
1
-21
/
+11
*
bcachefs: Fix spurious transaction restarts
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix btree updates when mixing cached and non cached iterators
Kent Overstreet
2023-10-22
1
-2
/
+3
*
bcachefs: Btree key cache
Kent Overstreet
2023-10-22
1
-4
/
+12
*
bcachefs: bch2_trans_downgrade()
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Fix a deadlock in bch2_btree_node_get_sibling()
Kent Overstreet
2023-10-22
1
-8
/
+1
*
bcachefs: Add debug code to print btree transactions
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Trace where btree iterators are allocated
Kent Overstreet
2023-10-22
1
-3
/
+28
*
bcachefs: Kill bkey_type_successor
Kent Overstreet
2023-10-22
1
-26
/
+0
*
bcachefs: btree_iter_peek_with_updates()
Kent Overstreet
2023-10-22
1
-3
/
+4
*
bcachefs: Iterator debug code improvements
Kent Overstreet
2023-10-22
1
-5
/
+5
*
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
2023-10-22
1
-4
/
+2
*
bcachefs: __bch2_btree_iter_set_pos()
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Use bch2_trans_reset in bch2_trans_commit()
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: bch2_trans_reset() calls should be at the tops of loops
Kent Overstreet
2023-10-22
1
-5
/
+0
*
bcachefs: bch2_btree_iter_fix_key_modified()
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Refactor bch2_trans_commit() path
Kent Overstreet
2023-10-22
1
-0
/
+5
*
bcachefs: Rework btree iterator lifetimes
Kent Overstreet
2023-10-22
1
-25
/
+12
*
bcachefs: Improve error handling for for_each_btree_key_continue()
Kent Overstreet
2023-10-22
1
-7
/
+7
*
bcachefs: bch2_btree_iter_peek_prev()
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Optimize calls to bch2_btree_iter_traverse()
Kent Overstreet
2023-10-22
1
-1
/
+10
*
bcachefs: Do updates in order they were queued up in
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: fix for_each_btree_key()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Rip out old hacky transaction restart tracing
Kent Overstreet
2023-10-22
1
-21
/
+1
*
bcachefs: More work to avoid transaction restarts
Kent Overstreet
2023-10-22
1
-4
/
+1
*
bcachefs: Avoid spurious transaction restarts
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Ensure bch2_btree_iter_next() always advances
Kent Overstreet
2023-10-22
1
-6
/
+5
*
bcachefs: Delete duplicate code
Kent Overstreet
2023-10-22
1
-4
/
+2
*
bcachefs: improved btree locking tracepoints
Kent Overstreet
2023-10-22
1
-6
/
+4
*
bcachefs: kill BTREE_ITER_NOUNLOCK
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Don't pass around may_drop_locks
Kent Overstreet
2023-10-22
1
-3
/
+2
*
bcachefs: Kill remaining bch2_btree_iter_unlock() uses
Kent Overstreet
2023-10-22
1
-2
/
+0
*
bcachefs: btree_bkey_cached_common
Kent Overstreet
2023-10-22
1
-11
/
+16
*
bcachefs: Don't hardcode BTREE_ID_EXTENTS
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Return errors from for_each_btree_key()
Kent Overstreet
2023-10-22
1
-6
/
+10
*
bcachefs: traverse all iterators on transaction restart
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Add iter->idx
Kent Overstreet
2023-10-22
1
-27
/
+16
*
bcachefs: Kill btree_iter->next
Kent Overstreet
2023-10-22
1
-7
/
+0
*
bcachefs: trans_for_each_iter()
Kent Overstreet
2023-10-22
1
-44
/
+59
*
bcachefs: Better bch2_trans_copy_iter()
Kent Overstreet
2023-10-22
1
-9
/
+2
*
bcachefs: Btree iterators now always have a btree_trans
Kent Overstreet
2023-10-22
1
-15
/
+6
*
bcachefs: Only get btree iters from btree transactions
Kent Overstreet
2023-10-22
1
-26
/
+27
*
bcachefs: Btree iter improvements
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: Remove direct use of bch2_btree_iter_link()
Kent Overstreet
2023-10-22
1
-2
/
+0
*
bcachefs: Use deferred btree updates for inode updates
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: More allocator startup improvements
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Pass around bset_tree less
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: convert bchfs_write_index_update() to bch2_extent_update()
Kent Overstreet
2023-10-22
1
-2
/
+7
[next]