summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.c
AgeCommit message (Expand)Author
2021-05-30bcachefs: Fix a deadlockKent Overstreet
2021-05-30bcachefs: Split out btree_error_wqKent Overstreet
2021-05-25fixup! bcachefs: Add a debug mode that always reads from every btree replicaKent Overstreet
2021-05-24fixup! bcachefs: Add a debug mode that always reads from every btree replicaKent Overstreet
2021-05-22bcachefs: Fix an issue with inconsistent btree writes after unclean shutdownKent Overstreet
2021-05-22bcachefs: Add a workqueue for btree io completionsKent Overstreet
2021-05-22fixup! bcachefs: Add a debug mode that always reads from every btree replicaKent Overstreet
2021-05-22bcachefs: Add a debug mode that always reads from every btree replicaKent Overstreet
2021-05-19bcachefs: Fix oob write in __bch2_btree_node_writeDan Robertson
2021-05-19bcachefs: New and improved topology repair codeKent Overstreet
2021-05-19bcachefs: Rewrite btree nodes with errorsKent Overstreet
2021-05-19bcachefs: Punt btree writes to workqueue to submitKent Overstreet
2021-05-19bcachefs: Improve bset compactionKent Overstreet
2021-05-19bcachefs: Add a sysfs var for average btree write sizeKent Overstreet
2021-05-19bcachefs: Add repair code for out of order keys in a btree node.Kent Overstreet
2021-05-19bcachefs: Start using bpos.snapshot fieldKent Overstreet
2021-05-19bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet
2021-05-19bcachefs: Drop bkey noopsKent Overstreet
2021-05-19bcachefs: Validate bset version field against sb version fieldsKent Overstreet
2021-05-19bcachefs: Require all btree iterators to be freedKent Overstreet
2021-04-27bcachefs: Use bch2_bpos_to_text() more consistentlyKent Overstreet
2021-04-27bcachefs: Use x-macros for more enumsKent Overstreet
2021-04-27bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2021-04-27bcachefs: KEY_TYPE_discard is no longer usedKent Overstreet
2021-04-27bcachefs: Kill support for !BTREE_NODE_NEW_EXTENT_OVERWRITE()Kent Overstreet
2021-04-27bcachefs: Don't drop ptrs to btree nodesKent Overstreet
2021-04-27bcachefs: Add code to scan for/rewite old btree nodesKent Overstreet
2021-04-27bcachefs: Include device in btree IO error messagesKent Overstreet
2021-04-27bcachefs: Add BTREE_PTR_RANGE_UPDATEDKent Overstreet
2021-04-27bcachefs: Fix an assertion popKent Overstreet
2021-04-27bcachefs: Run jset_validate in write path as wellKent Overstreet
2021-04-27bcachefs: Reduce/kill BKEY_PADDED useKent Overstreet
2021-04-27bcachefs: Try to print full btree error messageKent Overstreet
2021-04-27bcachefs: Don't issue btree writes that weren't journalledKent Overstreet
2021-04-27bcachefs: Improve some IO error messagesKent Overstreet
2021-04-27bcachefs: Add more debug checksKent Overstreet
2021-04-27bcachefs: Hack around bch2_varint_decode invalid readsKent Overstreet
2021-04-27bcachefs: Add accounting for dirty btree nodes/keysKent Overstreet
2021-04-27bcachefs: Drop typechecking from bkey_cmp_packed()Kent Overstreet
2021-04-27bcachefs: Drop sysfs interface to debug parametersKent Overstreet
2021-04-27bcachefs: Improve some error messagesKent Overstreet
2021-04-27bcachefs: Fix a bug with the journal_seq_blacklist mechanismKent Overstreet
2021-04-27bcachefs: Convert various code to printbufKent Overstreet
2021-04-27bcachefs: Remove some uses of PAGE_SIZE in the btree codeKent Overstreet
2021-04-27bcachefs: Add bch2_blk_status_to_str()Kent Overstreet
2021-04-27bcachefs: Use x-macros for data typesKent Overstreet
2021-04-27bcachefs: Mark btree nodes as needing rewrite when not all replicas are RWKent Overstreet
2021-04-27bcachefs: Use blk_status_to_str()Kent Overstreet
2021-04-27bcachefs: Change bch2_dump_bset() to also print key valuesKent Overstreet
2021-04-27bcachefs: btree_bkey_cached_commonKent Overstreet