summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_io.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: BSET_OFFSET()Kent Overstreet2023-10-221-6/+13
* bcachefs: Update btree ptrs after every writeKent Overstreet2023-10-221-128/+94
* bcachefs: Kick off btree node writes from write completionsKent Overstreet2023-10-221-13/+48
* bcachefs: Really don't hold btree locks while btree IOs are in flightKent Overstreet2023-10-221-5/+46
* bcachefs: Regularize argument passing of btree_transKent Overstreet2023-10-221-3/+5
* bcachefs: Fix btree_node_read_all_replicas() error handlingKent Overstreet2023-10-221-19/+20
* bcachefs: Fix a deadlockKent Overstreet2023-10-221-0/+4
* bcachefs: Split out btree_error_wqKent Overstreet2023-10-221-1/+1
* bcachefs: Fix an issue with inconsistent btree writes after unclean shutdownKent Overstreet2023-10-221-1/+18
* bcachefs: Add a workqueue for btree io completionsKent Overstreet2023-10-221-6/+7
* bcachefs: Add a debug mode that always reads from every btree replicaKent Overstreet2023-10-221-7/+266
* bcachefs: Fix oob write in __bch2_btree_node_writeDan Robertson2023-10-221-0/+3
* bcachefs: New and improved topology repair codeKent Overstreet2023-10-221-1/+57
* bcachefs: Rewrite btree nodes with errorsKent Overstreet2023-10-221-0/+7
* bcachefs: Punt btree writes to workqueue to submitKent Overstreet2023-10-221-8/+12
* bcachefs: Improve bset compactionKent Overstreet2023-10-221-17/+34
* bcachefs: Add a sysfs var for average btree write sizeKent Overstreet2023-10-221-0/+3
* bcachefs: Add repair code for out of order keys in a btree node.Kent Overstreet2023-10-221-22/+14
* bcachefs: Start using bpos.snapshot fieldKent Overstreet2023-10-221-9/+3
* bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet2023-10-221-3/+3
* bcachefs: Drop bkey noopsKent Overstreet2023-10-221-8/+6
* bcachefs: Validate bset version field against sb version fieldsKent Overstreet2023-10-221-0/+20
* bcachefs: Require all btree iterators to be freedKent Overstreet2023-10-221-0/+1
* bcachefs: Use bch2_bpos_to_text() more consistentlyKent Overstreet2023-10-221-31/+16
* bcachefs: Use x-macros for more enumsKent Overstreet2023-10-221-1/+1
* bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet2023-10-221-1/+1
* bcachefs: KEY_TYPE_discard is no longer usedKent Overstreet2023-10-221-3/+3
* bcachefs: Kill support for !BTREE_NODE_NEW_EXTENT_OVERWRITE()Kent Overstreet2023-10-221-180/+15
* bcachefs: Don't drop ptrs to btree nodesKent Overstreet2023-10-221-1/+4
* bcachefs: Add code to scan for/rewite old btree nodesKent Overstreet2023-10-221-0/+5
* bcachefs: Include device in btree IO error messagesKent Overstreet2023-10-221-35/+41
* bcachefs: Add BTREE_PTR_RANGE_UPDATEDKent Overstreet2023-10-221-0/+5
* bcachefs: Fix an assertion popKent Overstreet2023-10-221-17/+0
* bcachefs: Run jset_validate in write path as wellKent Overstreet2023-10-221-1/+1
* bcachefs: Reduce/kill BKEY_PADDED useKent Overstreet2023-10-221-9/+14
* bcachefs: Try to print full btree error messageKent Overstreet2023-10-221-4/+11
* bcachefs: Don't issue btree writes that weren't journalledKent Overstreet2023-10-221-0/+5
* bcachefs: Improve some IO error messagesKent Overstreet2023-10-221-10/+21
* bcachefs: Add more debug checksKent Overstreet2023-10-221-1/+3
* bcachefs: Hack around bch2_varint_decode invalid readsKent Overstreet2023-10-221-0/+3
* bcachefs: Add accounting for dirty btree nodes/keysKent Overstreet2023-10-221-0/+2
* bcachefs: Drop typechecking from bkey_cmp_packed()Kent Overstreet2023-10-221-3/+3
* bcachefs: Drop sysfs interface to debug parametersKent Overstreet2023-10-221-1/+1
* bcachefs: Improve some error messagesKent Overstreet2023-10-221-3/+7
* bcachefs: Fix a bug with the journal_seq_blacklist mechanismKent Overstreet2023-10-221-28/+0
* bcachefs: Convert various code to printbufKent Overstreet2023-10-221-5/+2
* bcachefs: Remove some uses of PAGE_SIZE in the btree codeKent Overstreet2023-10-221-31/+28
* bcachefs: Add bch2_blk_status_to_str()Kent Overstreet2023-10-221-2/+2
* bcachefs: Use x-macros for data typesKent Overstreet2023-10-221-2/+2
* bcachefs: Mark btree nodes as needing rewrite when not all replicas are RWKent Overstreet2023-10-221-1/+11