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