summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.h
AgeCommit message (Expand)Author
2024-01-01bcachefs: Include btree_trans in more tracepointsKent Overstreet
2023-12-03bcachefs: Don't drop journal pins in exit pathKent Overstreet
2023-10-22bcachefs: Break up io.cKent Overstreet
2023-10-22bcachefs: Fix assorted checkpatch nitsKent Overstreet
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet
2023-10-22bcachefs: Plumb saw_error through to btree_err()Kent Overstreet
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-10-22bcachefs: Improved btree write statisticsKent Overstreet
2023-10-22bcachefs: Shutdown path improvementsKent Overstreet
2023-10-22bcachefs: Fix race leading to btree node write getting stuckKent Overstreet
2023-10-22bcachefs: Kill bch2_btree_node_write_cond()Kent Overstreet
2023-10-22bcachefs: Improve btree_node_write_if_need()Kent Overstreet
2023-10-22bcachefs: Start moving debug info from sysfs to debugfsKent Overstreet
2023-10-22bcachefs: Use x-macros for btree node flagsKent Overstreet
2023-10-22bcachefs: Check for errors from crypto_skcipher_encrypt()Kent Overstreet
2023-10-22bcachefs: Clean up/rename bch2_trans_node_* fnsKent Overstreet
2023-10-22bcachefs: Update btree ptrs after every writeKent Overstreet
2023-10-22bcachefs: Kick off btree node writes from write completionsKent Overstreet
2023-10-22bcachefs: Really don't hold btree locks while btree IOs are in flightKent Overstreet
2023-10-22bcachefs: Regularize argument passing of btree_transKent Overstreet
2023-10-22bcachefs: Add a debug mode that always reads from every btree replicaKent Overstreet
2023-10-22bcachefs: New and improved topology repair codeKent Overstreet
2023-10-22bcachefs: Punt btree writes to workqueue to submitKent Overstreet
2023-10-22bcachefs: Improve bset compactionKent Overstreet
2023-10-22bcachefs: Start using bpos.snapshot fieldKent Overstreet
2023-10-22bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2023-10-22bcachefs: Include device in btree IO error messagesKent Overstreet
2023-10-22bcachefs: Fix an assertion popKent Overstreet
2023-10-22bcachefs: Add accounting for dirty btree nodes/keysKent Overstreet
2023-10-22bcachefs: Fix a bug with the journal_seq_blacklist mechanismKent Overstreet
2023-10-22bcachefs: Convert various code to printbufKent Overstreet
2023-10-22bcachefs: Remove some uses of PAGE_SIZE in the btree codeKent Overstreet
2023-10-22bcachefs: Fix a locking bugKent Overstreet
2023-10-22bcachefs: Kill bkey_type_successorKent Overstreet
2023-10-22bcachefs: Journal updates to interior nodesKent Overstreet
2023-10-22bcachefs: Refactor whiteouts compactionKent Overstreet
2023-10-22bcachefs: Refactor bch2_trans_commit() pathKent Overstreet
2023-10-22bcachefs: btree_bkey_cached_commonKent Overstreet
2023-10-22bcachefs: More allocator startup improvementsKent Overstreet
2023-10-22bcachefs: Split out bkey_sort.cKent Overstreet
2023-10-22bcachefs: extent_ptr_decodedKent Overstreet
2023-10-22bcachefs: lift ordering restriction on 0 size extentsKent Overstreet
2023-10-22bcachefs: Initial commitKent Overstreet