开源镜像站
帮助
动态
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.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Don't use a fixed size buffer for fs_usage_deltas
Kent Overstreet
2023-10-22
bcachefs: Rip out old hacky transaction restart tracing
Kent Overstreet
2023-10-22
bcachefs: More work to avoid transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Avoid spurious transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Ensure bch2_btree_iter_next() always advances
Kent Overstreet
2023-10-22
bcachefs: Delete duplicate code
Kent Overstreet
2023-10-22
bcachefs: improved btree locking tracepoints
Kent Overstreet
2023-10-22
bcachefs: kill BTREE_ITER_NOUNLOCK
Kent Overstreet
2023-10-22
bcachefs: Don't pass around may_drop_locks
Kent Overstreet
2023-10-22
bcachefs: Kill remaining bch2_btree_iter_unlock() uses
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_mark_update()
Kent Overstreet
2023-10-22
bcachefs: btree_bkey_cached_common
Kent Overstreet
2023-10-22
bcachefs: Fix a bug with multiple iterators being traversed
Kent Overstreet
2023-10-22
bcachefs: Don't hardcode BTREE_ID_EXTENTS
Kent Overstreet
2023-10-22
bcachefs: Add actual tracepoints for transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Rewrite journal_seq_blacklist machinery
Kent Overstreet
2023-10-22
bcachefs: don't lose errors from iterators that have been freed
Kent Overstreet
2023-10-22
bcachefs: fix bch2_trans_unlock()
Kent Overstreet
2023-10-22
bcachefs: add missing bch2_btree_iter_node_drop() call
Kent Overstreet
2023-10-22
bcachefs: move some checks to expensive_debug_checks
Kent Overstreet
2023-10-22
bcachefs: Unlink not-touched iters on successful transaction commit
Kent Overstreet
2023-10-22
bcachefs: traverse all iterators on transaction restart
Kent Overstreet
2023-10-22
bcachefs: Add iter->idx
Kent Overstreet
2023-10-22
bcachefs: Kill btree_iter->next
Kent Overstreet
2023-10-22
bcachefs: Change btree_iter_traverse_error() to not use iter->next
Kent Overstreet
2023-10-22
bcachefs: trans_for_each_iter()
Kent Overstreet
2023-10-22
bcachefs: Better bch2_trans_copy_iter()
Kent Overstreet
2023-10-22
bcachefs: Btree iterators now always have a btree_trans
Kent Overstreet
2023-10-22
bcachefs: Only get btree iters from btree transactions
Kent Overstreet
2023-10-22
bcachefs: Btree iter improvements
Kent Overstreet
2023-10-22
bcachefs: increase BTREE_ITER_MAX
Kent Overstreet
2023-10-22
bcachefs: Remove direct use of bch2_btree_iter_link()
Kent Overstreet
2023-10-22
bcachefs: fix an incorrect bkey_debugcheck() call
Kent Overstreet
2023-10-22
bcachefs: Make bkey types globally unique
Kent Overstreet
2023-10-22
bcachefs: Btree locking fix, refactoring
Kent Overstreet
2023-10-22
bcachefs: fix btree iterator bug when using depth > 0
Kent Overstreet
2023-10-22
bcachefs: revamp to_text methods
Kent Overstreet
2023-10-22
bcachefs: Fix a btree iter bug when iter pos == POS_MAX
Kent Overstreet
2023-10-22
bcachefs: Comparison function cleanups
Kent Overstreet
2023-10-22
bcachefs: Pass around bset_tree less
Kent Overstreet
2023-10-22
bcachefs: kill extent_insert_hook
Kent Overstreet
2023-10-22
bcachefs: convert bchfs_write_index_update() to bch2_extent_update()
Kent Overstreet
2023-10-22
bcachefs: mempoolify btree_trans
Kent Overstreet
2023-10-22
bcachefs: make struct btree_iter a bit smaller
Kent Overstreet
2023-10-22
bcachefs: lift ordering restriction on 0 size extents
Kent Overstreet
2023-10-22
bcachefs: Fix an assertion in the btree node merge path
Kent Overstreet
2023-10-22
bcachefs: trace transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Initial commit
Kent Overstreet