summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet1-1/+5
2023-10-23bcachefs: Fix btree node write error messageKent Overstreet1-1/+1
2023-10-23bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet1-4/+4
2023-10-23six locks: Kill six_lock_state unionKent Overstreet1-1/+1
2023-10-23bcachefs: Drop a redundant error messageKent Overstreet1-2/+3
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-1/+1
2023-10-23bcachefs: Drop some anonymous structs, unionsKent Overstreet1-16/+16
2023-10-23bcachefs: BKEY_PADDED_ONSTACK()Kent Overstreet1-1/+1
2023-10-23bcachefs: Centralize btree node lock initializationKent Overstreet1-0/+6
2023-10-23bcachefs: Plumb btree_trans through btree cache codeKent Overstreet1-3/+11
2023-10-23bcachefs: Add some logging for btree node rewrites due to errorsKent Overstreet1-1/+9
2023-10-23bcachefs: Nocow supportKent Overstreet1-1/+2
2023-10-23bcachefs: Improve btree node read error pathKent Overstreet1-23/+38
2023-10-23bcachefs: Plumb saw_error through to btree_err()Kent Overstreet1-10/+15
2023-10-23bcachefs: Convert btree_err() to a functionKent Overstreet1-49/+64
2023-10-23bcachefs: fix fsck errorKent Overstreet1-1/+1
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-5/+5
2023-10-23bcachefs: Fix a race with b->write_typeKent Overstreet1-5/+9
2023-10-23bcachefs: More style fixesKent Overstreet1-0/+2
2023-10-23bcachefs: should_compact_all()Kent Overstreet1-12/+24
2023-10-23bcachefs: Improved btree write statisticsKent Overstreet1-4/+42
2023-10-23bcachefs: Write new btree nodes after parent updateKent Overstreet1-9/+6
2023-10-23bcachefs: btree_err() now uses bch2_print_string_as_lines()Kent Overstreet1-8/+9
2023-10-23bcachefs: New locking functionsKent Overstreet1-1/+7
2023-10-23bcachefs: Add persistent counters for all tracepointsKent Overstreet1-2/+2
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