summaryrefslogtreecommitdiff
path: root/libbcachefs/recovery.c
AgeCommit message (Collapse)Author
2023-06-04Update bcachefs sources to 7c0fe6f104 bcachefs: Fix bch2_fsck_ask_yn()Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-05-02Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshotsv0.29Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-04-15Update bcachefs sources to 504729f99c bcachefs: Allow answering y or n to ↵Kent Overstreet
all fsck errors of given type Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-03-31Update bcachefs sources to 8fd009dd76 bcachefs: Rip out code for storing ↵v0.28Kent Overstreet
backpointers in alloc keys Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-03-15Update bcachefs sources to 0342eebf85 bcachefs: Improve the backpointer to ↵Kent Overstreet
missing extent message
2023-03-04Update bcachefs sources to 171da96d76 bcachefs: Drop some anonymous structs, ↵Kent Overstreet
unions
2023-02-20Update bcachefs sources to 8e1519ccb6 bcachefs: Add tracepoint & counter for ↵Kent Overstreet
btree split race Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-02-17Update bcachefs sources to 1b14994029 bcachefs: Fragmentation LRUv0.27Kent Overstreet
2023-02-12Update bcachefs sources to 3e0c5b0722 fixup! bcachefs: Btree write bufferKent Overstreet
2023-02-09Update bcachefs sources to ea93c26e98 fixup! bcachefs: We can handle missing ↵Kent Overstreet
btree roots for all alloc btrees Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2022-12-19Update bcachefs sources to 2e8463c770 bcachefs: Rework lru btreev0.26Kent Overstreet
2022-12-19Update bcachefs sources to 7958ebe324 bcachefs: Fix alloc_v4_backpointers()Kent Overstreet
2022-12-13Update bcachefs sources to 84505cfd37 bcachefs: Go RW before check_alloc_info()Kent Overstreet
2022-12-09Update bcachefs sources to ed2a5f4260 bcachefs: Add a missing ↵Kent Overstreet
bch2_btree_path_traverse() call
2022-12-02Update bcachefs sources to de3b30303e bcachefs: bucket_gens btreev0.25v0.24Kent Overstreet
2022-12-01Update bcachefs sources to f1c9030ccb bcachefs: Don't error out when just ↵Kent Overstreet
reading the journal
2022-11-26Update bcachefs sources to 5963d1b1a4 bcacehfs: Fix ↵Kent Overstreet
bch2_get_alloc_in_memory_pos()
2022-11-13Update bcachefs sources to 8d3fc97ca3 bcachefs: Fixes for building in userspaceKent Overstreet
2022-10-23Update bcachefs sources to 70fa0c1ff4 fixup! bcachefs: Btree key cache ↵Kent Overstreet
improvements
2022-10-22Update bcachefs sources to cd779e0cc5 bcachefs: Skip inode unpack/pack in ↵v0.23Kent Overstreet
bch2_extent_update()
2022-09-12Update bcachefs sources to 2620221039 bcachefs: Re-enable hash_redo_key()Kent Overstreet
2022-08-11Update bcachefs sources to 90a9c61e2b bcachefs: Switch ↵Kent Overstreet
bch2_btree_delete_range() to bch2_trans_run()
2022-07-15Update bcachefs sources to 17a344f265 bcachefs: Improve fsck for ↵Kent Overstreet
subvols/snapshots
2022-06-27Update bcachefs sources to 95ff72a6c1 fixup! mm: Centralize & improve oom ↵Kent Overstreet
reporting in show_mem.c
2022-06-15Update bcachefs sources to 2f4e24d856 bcachefs: Split out dev_buckets_free()v0.22Kent Overstreet
2022-06-09Update bcachefs sources to 24f7e08cd8 bcachefs: shrinker.to_text() methodsKent Overstreet
2022-06-07Update bcachefs sources to c68fda3e8f bcachefs: Fix btree node read error pathKent Overstreet
2022-05-26Update bcachefs sources to 969fbff4ef bcachefs: Print message on btree node ↵Kent Overstreet
read retry success
2022-05-19cmd_unlock: Add -k argument to specify keyringKent Overstreet
This adds a new argument (-k) to cmd_unlock for specifying the keyring to add to. The default is user, but user_session and session can also be specified. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2022-05-02Update bcachefs sources to bdf6d7c135 fixup! bcachefs: Kill journal buf ↵Kent Overstreet
bloom filter
2022-04-12Update bcachefs sources to 7a06c01fa3 bcachefs: Fix for getting stuck in ↵Kent Overstreet
journal replay
2022-04-11Update bcachefs sources to e67d924a90 bcachefs: Introduce ↵Kent Overstreet
bch2_journal_keys_peek_(upto|slot)()
2022-04-10Update bcachefs sources to ad72553649 bcachefs: Fix a null ptr derefv0.21Kent Overstreet
2022-04-08Update bcachefs sources to 6ddf061e68 bcachefs: Use a genradix for reading ↵Kent Overstreet
journal entries
2022-04-07Update bcachefs sources to d3da360412 bcachefs: Fold bucket_state in to ↵Kent Overstreet
BCH_DATA_TYPES()
2022-04-06Update bcachefs sources to e027cf9aa0 fixup! bcachefs: Defer checking of ↵Kent Overstreet
alloc -> lru refs until after RW
2022-04-04Update bcachefs sources to 91e6c3e0d5 bcachefs: Gap buffer for journal keysKent Overstreet
2022-03-31Update bcachefs sources to 5e392aed7a bcachefs: Kill bch2_alloc_write()v0.20Kent Overstreet
2022-03-28Update bcachefs sources to 7786034caa bcachefs: Fix for freespace version ↵Kent Overstreet
upgrade path
2022-03-21Update bcachefs sources to 0e705f5944 fixup! bcachefs: Refactor ↵Kent Overstreet
bch2_btree_node_mem_alloc()
2022-03-13Update bcachefs sources to f05b3c1af9 bcachefs: Improve bucket_alloc_fail ↵v0.19Kent Overstreet
tracepoint
2022-03-13Update bcachefs sources to e48731a188 bcachefs: Fix ↵Kent Overstreet
BTREE_TRIGGER_WANTS_OLD_AND_NEW
2022-02-26Update bcachefs sources to 31718a2: bcachefs: Don't spin in journal reclaimAleksei Kharlamov
Signed-off-by: Aleksei Kharlamov <aleksei@devass.club>
2022-02-21Update bcachefs sources to 9d554fa16d bcachefs: Add .to_text() methods for ↵Kent Overstreet
all superblock sections
2022-02-19Update bcachefs sources to 7d0925084b bcachefs: opts.read_journal_onlyKent Overstreet
2022-02-16Update bcachefs sources to a0d7001b0f bcachefs: Change bch2_dev_lookup() to ↵Kent Overstreet
not use lookup_bdev()
2022-02-11Update bcachefs sources to b84661c042 bcachefs: Fix reflink repair codeKent Overstreet
2022-01-05Update bcachefs sources to 5242db9aec bcachefs: Fix bch2_check_fix_ptrs()Kent Overstreet
2022-01-04Update bcachefs sources to 50ac18afbb bcachefs: Fix an uninitialized variableKent Overstreet
2022-01-01Update bcachefs sources to aa439f3b94 bcachefs: btree_gc no longer uses main ↵Kent Overstreet
in-memory bucket array