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