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