开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_iter.h
Age
Commit message (
Expand
)
Author
2024-01-01
bcachefs: for_each_btree_key() now declares loop iter
Kent Overstreet
2024-01-01
bcachefs: kill for_each_btree_key_norestart()
Kent Overstreet
2024-01-01
bcachefs: kill for_each_btree_key_old_upto()
Kent Overstreet
2024-01-01
bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()
Kent Overstreet
2024-01-01
bcachefs: bch2_trans_srcu_lock() should be static
Kent Overstreet
2024-01-01
bcachefs: kill btree_trans->wb_updates
Kent Overstreet
2024-01-01
bcachefs: bch2_trans_node_add no longer uses trans_for_each_path()
Kent Overstreet
2024-01-01
bcachefs: reserve path idx 0 for sentinal
Kent Overstreet
2024-01-01
bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()
Kent Overstreet
2024-01-01
bcachefs: Kill for_each_btree_key()
Kent Overstreet
2024-01-01
bcachefs: continue now works in for_each_btree_key2()
Kent Overstreet
2024-01-01
bcachefs: Refactor trans->paths_allocated to be standard bitmap
Kent Overstreet
2024-01-01
bcachefs: Improve trace_trans_restart_too_many_iters()
Kent Overstreet
2024-01-01
bcachefs: Kill btree_iter->journal_pos
Kent Overstreet
2024-01-01
bcachefs: Kill memset() in bch2_btree_iter_init()
Kent Overstreet
2024-01-01
bcachefs: Kill BTREE_ITER_ALL_LEVELS
Kent Overstreet
2023-12-14
bcachefs: fix invalid memory access in bch2_fs_alloc() error path
Thomas Bertschinger
2023-11-04
bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usage
Kent Overstreet
2023-11-04
bcachefs: rebalance_work btree is not a snapshots btree
Kent Overstreet
2023-11-04
bcachefs: Ensure srcu lock is not held too long
Kent Overstreet
2023-10-31
bcachefs: Fix btree_node_type enum
Kent Overstreet
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-10-22
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()
Kent Overstreet
2023-10-22
bcachefs: Split up btree_update_leaf.c
Kent Overstreet
2023-10-22
bcachefs: Snapshot depth, skiplist fields
Kent Overstreet
2023-10-22
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
bcachefs: Fix more lockdep splats in debug.c
Kent Overstreet
2023-10-22
bcachefs: allocate_dropping_locks()
Kent Overstreet
2023-10-22
bcachefs: drop_locks_do()
Kent Overstreet
2023-10-22
bcachefs: Convert -ENOENT to private error codes
Kent Overstreet
2023-10-22
bcachefs: trans_for_each_path_safe()
Kent Overstreet
2023-10-22
six locks: Seq now only incremented on unlock
Kent Overstreet
2023-10-22
six locks: Kill six_lock_state union
Kent Overstreet
2023-10-22
bcachefs: Move bch2_bkey_make_mut() to btree_update.h
Kent Overstreet
2023-10-22
bcachefs: bch2_bkey_get_iter() helpers
Kent Overstreet
2023-10-22
bcachefs: Converting to typed bkeys is now allowed for err, null ptrs
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_iter_peek_node_and_restart()
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_iter_peek_and_restart_outlined()
Kent Overstreet
2023-10-22
bcachefs: Split trans->last_begin_ip and trans->last_restarted_ip
Kent Overstreet
2023-10-22
bcachefs: Fix erasure coding locking
Kent Overstreet
2023-10-22
bcachefs: Use for_each_btree_key_upto() more consistently
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_in_restart_error()
Kent Overstreet
2023-10-22
bcachefs: Inline bch2_btree_path_traverse() fastpath
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_relock_notrace()
Kent Overstreet
2023-10-22
bcachefs: btree_iter->ip_allocated
Kent Overstreet
2023-10-22
bcachefs: New btree helpers
Kent Overstreet
2023-10-22
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
2023-10-22
bcachefs: Optimize bch2_trans_iter_init()
Kent Overstreet
2023-10-22
bcachefs: Fix for_each_btree_key2()
Kent Overstreet
[next]