开源镜像站
帮助
动态
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_update.h
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
2023-10-22
bcachefs: Add a counter for btree_trans restarts
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_run()
Kent Overstreet
2023-10-22
bcachefs: Rename __bch2_trans_do() -> commit_do()
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_reset_updates()
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_delete_extent_at()
Kent Overstreet
2023-10-22
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_log_msg()
Kent Overstreet
2023-10-22
bcachefs: Btree key cache coherency
Kent Overstreet
2023-10-22
bcachefs: Don't use in-memory bucket array for alloc updates
Kent Overstreet
2023-10-22
bcachefs: iter->update_path
Kent Overstreet
2023-10-22
bcachefs: Add iter_flags arg to bch2_btree_delete_range()
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_update() is now __must_check
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_node_rewrite() now returns transaction restarts
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_exit() no longer returns errors
Kent Overstreet
2023-10-22
bcachefs: Update fsck for snapshots
Kent Overstreet
2023-10-22
bcachefs: btree_path
Kent Overstreet
2023-10-22
bcachefs: Reduce iter->trans usage
Kent Overstreet
2023-10-22
bcachefs: Kill BTREE_INSERT_NOUNLOCK
Kent Overstreet
2023-10-22
bcachefs: Change lockrestart_do() to always call bch2_trans_begin()
Kent Overstreet
2023-10-22
bcachefs: Use bch2_trans_begin() more consistently
Kent Overstreet
2023-10-22
bcachefs: Update btree ptrs after every write
Kent Overstreet
2023-10-22
bcachefs: Regularize argument passing of btree_trans
Kent Overstreet
2023-10-22
bcachefs: BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE
Kent Overstreet
2023-10-22
bcachefs: Kill trans->updates2
Kent Overstreet
2023-10-22
bcachefs: Rewrite btree nodes with errors
Kent Overstreet
2023-10-22
bcachefs: Improved check_directory_structure()
Kent Overstreet
2023-10-22
bcachefs: Add a mechanism for running callbacks at trans commit time
Kent Overstreet
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_delete_range_trans()
Kent Overstreet
2023-10-22
bcachefs: Btree key cache
Kent Overstreet
2023-10-22
bcachefs: Journal updates to interior nodes
Kent Overstreet
2023-10-22
bcachefs: Drop unused export
Kent Overstreet
2023-10-22
bcachefs: Move extent overwrite handling out of core btree code
Kent Overstreet
2023-10-22
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
2023-10-22
bcachefs: introduce b->hash_val
Kent Overstreet
2023-10-22
bcachefs: Sort & deduplicate updates in bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: Split out btree_trigger_flags
Kent Overstreet
2023-10-22
bcachefs: Make btree_insert_entry more private to update path
Kent Overstreet
2023-10-22
bcachefs: Don't reexecute triggers when retrying transaction commit
Kent Overstreet
2023-10-22
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
2023-10-22
bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMIC
Kent Overstreet
2023-10-22
bcachefs: Refactor bch2_trans_commit() path
Kent Overstreet
2023-10-22
bcachefs: Make btree_node_type_needs_gc() cheaper
Kent Overstreet
2023-10-22
bcachefs: Rework btree iterator lifetimes
Kent Overstreet
2023-10-22
bcachefs: Kill deferred btree updates
Kent Overstreet
2023-10-22
bcachefs: Do updates in order they were queued up in
Kent Overstreet
2023-10-22
bcachefs: Kill BTREE_INSERT_NOMARK_INSERT
Kent Overstreet
2023-10-22
bcachefs: Improve key marking interface
Kent Overstreet
2023-10-22
bcachefs: More work to avoid transaction restarts
Kent Overstreet
[next]