summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: Break up io.cKent Overstreet
2023-10-22bcachefs: Array bounds fixesKent Overstreet
2023-10-22bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet
2023-10-22bcachefs: Convert btree_err_type to normal error codesKent Overstreet
2023-10-22bcachefs: Fix btree_err() macroKent Overstreet
2023-10-22bcachefs: Log a message when running an explicit recovery passKent Overstreet
2023-10-22bcachefs: bkey_format helper improvementsKent Overstreet
2023-10-22bcachefs: Make topology repair a normal recovery passKent Overstreet
2023-10-22bcachefs: bcachefs_metadata_version_major_minorKent Overstreet
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet
2023-10-22bcachefs: Allow for unknown btree IDsKent Overstreet
2023-10-22bcachefs: bch2_version_compatible()Kent Overstreet
2023-10-22bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet
2023-10-22bcachefs: Fix btree node write error messageKent Overstreet
2023-10-22bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet
2023-10-22six locks: Kill six_lock_state unionKent Overstreet
2023-10-22bcachefs: Drop a redundant error messageKent Overstreet
2023-10-22bcachefs: Private error codes: ENOMEMKent Overstreet
2023-10-22bcachefs: Drop some anonymous structs, unionsKent Overstreet
2023-10-22bcachefs: BKEY_PADDED_ONSTACK()Kent Overstreet
2023-10-22bcachefs: Centralize btree node lock initializationKent Overstreet
2023-10-22bcachefs: Plumb btree_trans through btree cache codeKent Overstreet
2023-10-22bcachefs: Add some logging for btree node rewrites due to errorsKent Overstreet
2023-10-22bcachefs: Nocow supportKent Overstreet
2023-10-22bcachefs: Improve btree node read error pathKent Overstreet
2023-10-22bcachefs: Plumb saw_error through to btree_err()Kent Overstreet
2023-10-22bcachefs: Convert btree_err() to a functionKent Overstreet
2023-10-22bcachefs: fix fsck errorKent Overstreet
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-10-22bcachefs: Fix a race with b->write_typeKent Overstreet
2023-10-22bcachefs: More style fixesKent Overstreet
2023-10-22bcachefs: should_compact_all()Kent Overstreet
2023-10-22bcachefs: Improved btree write statisticsKent Overstreet
2023-10-22bcachefs: Write new btree nodes after parent updateKent Overstreet
2023-10-22bcachefs: btree_err() now uses bch2_print_string_as_lines()Kent Overstreet
2023-10-22bcachefs: New locking functionsKent Overstreet
2023-10-22bcachefs: Add persistent counters for all tracepointsKent Overstreet
2023-10-22bcachefs: Always rebuild aux search trees when node boundaries changeKent Overstreet
2023-10-22bcachefs: remove dead whiteout_u64s argument.Olexa Bilaniuk
2023-10-22bcachefs: Convert fsck errors to errcode.hKent Overstreet
2023-10-22bcachefs: Fix btree node read retriesKent Overstreet
2023-10-22bcachefs: Printbuf reworkKent Overstreet
2023-10-22bcachefs: Fix btree node read error pathKent Overstreet
2023-10-22bcachefs: Print message on btree node read retry successKent Overstreet
2023-10-22bcachefs: Improve invalid bkey error messageKent Overstreet
2023-10-22bcachefs: Shutdown path improvementsKent Overstreet
2023-10-22bcachefs: Don't trigger extra assertions in journal replayKent Overstreet
2023-10-22bcachefs: Add rw to .key_invalid()Kent Overstreet