summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-03bcachefs: Don't drop journal pins in exit pathKent Overstreet1-2/+2
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet1-4/+3
2023-11-05bcachefs: bkey_copy() is no longer a macroKent Overstreet1-2/+2
2023-11-01bcachefs: Enumerate fsck errorsKent Overstreet1-49/+125
2023-11-01bcachefs: Add IO error counts to bch_memberKent Overstreet1-7/+16
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-14/+4
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet1-8/+5
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet1-27/+9
2023-10-22bcachefs: Break up io.cKent Overstreet1-1/+1
2023-10-22bcachefs: Array bounds fixesKent Overstreet1-11/+10
2023-10-22bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet1-1/+1
2023-10-22bcachefs: Convert btree_err_type to normal error codesKent Overstreet1-72/+47
2023-10-22bcachefs: Fix btree_err() macroKent Overstreet1-1/+4
2023-10-22bcachefs: Log a message when running an explicit recovery passKent Overstreet1-0/+1
2023-10-22bcachefs: bkey_format helper improvementsKent Overstreet1-4/+5
2023-10-22bcachefs: Make topology repair a normal recovery passKent Overstreet1-2/+3
2023-10-22bcachefs: bcachefs_metadata_version_major_minorKent Overstreet1-2/+5
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet1-2/+2
2023-10-22bcachefs: Allow for unknown btree IDsKent Overstreet1-1/+1
2023-10-22bcachefs: bch2_version_compatible()Kent Overstreet1-7/+3
2023-10-22bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet1-1/+5
2023-10-22bcachefs: Fix btree node write error messageKent Overstreet1-1/+1
2023-10-22bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet1-4/+4
2023-10-22six locks: Kill six_lock_state unionKent Overstreet1-1/+1
2023-10-22bcachefs: Drop a redundant error messageKent Overstreet1-2/+3
2023-10-22bcachefs: Private error codes: ENOMEMKent Overstreet1-1/+1
2023-10-22bcachefs: Drop some anonymous structs, unionsKent Overstreet1-16/+16
2023-10-22bcachefs: BKEY_PADDED_ONSTACK()Kent Overstreet1-1/+1
2023-10-22bcachefs: Centralize btree node lock initializationKent Overstreet1-0/+6
2023-10-22bcachefs: Plumb btree_trans through btree cache codeKent Overstreet1-3/+11
2023-10-22bcachefs: Add some logging for btree node rewrites due to errorsKent Overstreet1-1/+9
2023-10-22bcachefs: Nocow supportKent Overstreet1-1/+2
2023-10-22bcachefs: Improve btree node read error pathKent Overstreet1-23/+38
2023-10-22bcachefs: Plumb saw_error through to btree_err()Kent Overstreet1-10/+15
2023-10-22bcachefs: Convert btree_err() to a functionKent Overstreet1-49/+64
2023-10-22bcachefs: fix fsck errorKent Overstreet1-1/+1
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-5/+5
2023-10-22bcachefs: Fix a race with b->write_typeKent Overstreet1-5/+9
2023-10-22bcachefs: More style fixesKent Overstreet1-0/+2
2023-10-22bcachefs: should_compact_all()Kent Overstreet1-12/+24
2023-10-22bcachefs: Improved btree write statisticsKent Overstreet1-4/+42
2023-10-22bcachefs: Write new btree nodes after parent updateKent Overstreet1-9/+6
2023-10-22bcachefs: btree_err() now uses bch2_print_string_as_lines()Kent Overstreet1-8/+9
2023-10-22bcachefs: New locking functionsKent Overstreet1-1/+7
2023-10-22bcachefs: Add persistent counters for all tracepointsKent Overstreet1-2/+2
2023-10-22bcachefs: Always rebuild aux search trees when node boundaries changeKent Overstreet1-2/+5
2023-10-22bcachefs: remove dead whiteout_u64s argument.Olexa Bilaniuk1-11/+5
2023-10-22bcachefs: Convert fsck errors to errcode.hKent Overstreet1-4/+4
2023-10-22bcachefs: Fix btree node read retriesKent Overstreet1-0/+2
2023-10-22bcachefs: Printbuf reworkKent Overstreet1-20/+20