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