summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Always rebuild aux search trees when node boundaries changeKent Overstreet1-2/+5
2023-10-23bcachefs: remove dead whiteout_u64s argument.Olexa Bilaniuk1-11/+5
2023-10-23bcachefs: Convert fsck errors to errcode.hKent Overstreet1-4/+4
2023-10-23bcachefs: Fix btree node read retriesKent Overstreet1-0/+2
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-20/+20
2023-10-23bcachefs: Fix btree node read error pathKent Overstreet1-9/+16
2023-10-23bcachefs: Print message on btree node read retry successKent Overstreet1-1/+6
2023-10-23bcachefs: Improve invalid bkey error messageKent Overstreet1-6/+6
2023-10-23bcachefs: Shutdown path improvementsKent Overstreet1-5/+9
2023-10-23bcachefs: Don't trigger extra assertions in journal replayKent Overstreet1-2/+2
2023-10-23bcachefs: Add rw to .key_invalid()Kent Overstreet1-6/+7
2023-10-23bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-28/+46
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