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