summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Freespace, need_discard btreesKent Overstreet1-1/+1
2023-10-23bcachefs: Add printf format attribute to bch2_pr_buf()Kent Overstreet1-1/+1
2023-10-23bcachefs: x-macro metadata version enumKent Overstreet1-1/+1
2023-10-23bcachefs: Add a missing wakeupKent Overstreet1-1/+2
2023-10-23bcachefs: Fix usage of six lock's percpu modeKent Overstreet1-1/+1
2023-10-23bcachefs: Fix race leading to btree node write getting stuckKent Overstreet1-3/+7
2023-10-23bcachefs: Improve btree_node_write_if_need()Kent Overstreet1-8/+14
2023-10-23bcachefs: Fix locking in btree_node_write_done()Kent Overstreet1-18/+7
2023-10-23bcachefs: Start moving debug info from sysfs to debugfsKent Overstreet1-27/+0
2023-10-23bcachefs: Kill BCH_FS_HOLD_BTREE_WRITESKent Overstreet1-3/+0
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-48/+55
2023-10-23bcachefs: Improve some btree node read error messagesKent Overstreet1-2/+3
2023-10-23bcachefs: Check for errors from crypto_skcipher_encrypt()Kent Overstreet1-3/+13
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