summaryrefslogtreecommitdiff
path: root/libbcachefs/super-io.c
AgeCommit message (Collapse)Author
2022-10-22Update bcachefs sources to cd779e0cc5 bcachefs: Skip inode unpack/pack in ↵v0.23Kent Overstreet
bch2_extent_update()
2022-10-09Update bcachefs sources to cbccc6d869 bcachefs: Ratelimit ec error messageKent Overstreet
2022-09-28Update bcachefs sources to 24c6361e20 bcachefs: Fix a trans path overflow in ↵Kent Overstreet
bch2_btree_delete_range_trans() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2022-09-04Update bcachefs sources to 176718966e bcachefs: Re-enable hash_redo_key()Kent Overstreet
2022-08-18Update bcachefs sources to dfaf9a6ee2 lib/printbuf: Clean up headersKent Overstreet
2022-08-11Update bcachefs sources to 90a9c61e2b bcachefs: Switch ↵Kent Overstreet
bch2_btree_delete_range() to bch2_trans_run()
2022-06-09Update bcachefs sources to 24f7e08cd8 bcachefs: shrinker.to_text() methodsKent Overstreet
2022-05-30Update bcachefs sources to fad6d13aa5 fixup! bcachefs: Add persistent countersKent Overstreet
2022-05-26Update bcachefs sources to 969fbff4ef bcachefs: Print message on btree node ↵Kent Overstreet
read retry success
2022-05-02Update bcachefs sources to bdf6d7c135 fixup! bcachefs: Kill journal buf ↵Kent Overstreet
bloom filter
2022-04-07Update bcachefs sources to d3da360412 bcachefs: Fold bucket_state in to ↵Kent Overstreet
BCH_DATA_TYPES()
2022-04-04Update bcachefs sources to 91e6c3e0d5 bcachefs: Gap buffer for journal keysKent Overstreet
2022-03-28Update bcachefs sources to bba7493dda bcachefs: Fix error path in ↵Kent Overstreet
bch2_snapshot_set_equiv()
2022-03-21Update bcachefs sources to 367a8fad45 bcachefs: Reset journal flush delay to ↵Kent Overstreet
default value if zeroed
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-05Update bcachefs sources to 259ff91605 bcachefs: Don't keep around ↵Kent Overstreet
btree_paths unnecessarily
2022-03-05Update bcachefs sources to f67089dc9b bcachefs: Convert bch2_sb_to_text to ↵Kent Overstreet
master option list
2022-03-01Update bcachefs sources to 8ffb42b3d0 bcachefs: Finish writing journal after ↵Kent Overstreet
journal error
2022-02-27Update bcachefs sources to 04036b4910 bcachefs: Fix a memory leakKent Overstreet
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-22Update bcachefs sources to 9b3aa5ec6c bcachefs: Add tabstops to printbufsKent Overstreet
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-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
2022-01-01Update bcachefs sources to 9d28e4a535 bcachefs: bch2_journal_entry_to_text()Kent Overstreet
2021-12-25Update bcachefs sources to f9d2e809a8 bcachefs: Turn encoded_extent_max into ↵Kent Overstreet
a regular option
2021-12-25Update bcachefs sources to aa540d47ab bcachefs: Option improvementsKent Overstreet
2021-11-21Update bcachefs sources to 4c24a1cf56 bcachefs: Fix BCH_FS_ERROR flag handlingKent Overstreet
2021-11-16Update bcachefs sources to 70b5fb5daf bcachefs: Fix error reporting from ↵Kent Overstreet
bch2_journal_flush_seq
2021-11-03Update bcachefs sources to 5fd0c70102 bcachefs: Fix __remove_dirent()Kent Overstreet
2021-07-11Update bcachefs sources to 400c2f8d96 bcachefs: Mask out unknown compat ↵Kent Overstreet
features when going read-write
2021-06-23Update bcachefs sources to ca3cfad39f fixup! bcachefs: Improve ↵Kent Overstreet
iter->should_be_locked
2021-05-31Update bcachefs sources to 3913e0cac3 bcachefs: Journal space calculation fixKent Overstreet
2021-04-30Update bcachefs sources to a5c0e1bb30 bcachefs: Clean up ↵Kent Overstreet
bch2_btree_and_journal_walk()
2021-04-26Update bcachefs sources to 8d3093bd9b bcachefs: Evict btree nodes we're deletingKent Overstreet
2021-04-12Update bcachefs sources to a8b3ce7599 fixup! bcachefs: Eliminate more ↵Kent Overstreet
PAGE_SIZE uses
2021-04-04Update bcachefs sources to f26267fc82 bcachefs: kill bset_tree->max_keyKent Overstreet
2021-03-24Update bcachefs sources to c7defb5793 bcachefs: Split btree_iter_traverse ↵Kent Overstreet
and bch2_btree_iter_traverse()
2021-03-21Update bcachefs sources to 0a9f0fc68a bcachefs: Don't unconditially ↵Kent Overstreet
version_upgrade in initialize
2021-03-12Update bcachefs sources to 63924135a1 bcachefs: Have fsck check for stripe ↵Kent Overstreet
pointers matching stripe
2021-02-20Update bcachefs sources to e2b8120595 bcachefs: Use x-macros for more enumsKent Overstreet
2021-02-20Update bcachefs sources to 9b77e72c47 bcachefs: Extents may now cross btree ↵Kent Overstreet
node boundaries
2021-02-12Update bcachefs sources to 5e73602f6c bcachefs: Fix for fsck hangingKent Overstreet
2021-02-02Update bcachefs sources to 26409a8f75 bcachefs: Journal updates to dev usageKent Overstreet
2021-01-28Update bcachefs sources to bee34d805c bcachefs: Repair bad data pointersKent Overstreet
2020-12-19Update bcachefs sources to 5241335413 bcachefs: Fix for spinning in journal ↵Kent Overstreet
reclaim on startup
2020-12-04Update bcachefs sources to e1d0fb8c5f bcachefs: Don't require flush/fua on ↵Kent Overstreet
every journal write
2020-08-24Update bcachefs sources to 10ab39f2fa bcachefs: Improvements to the journal ↵Kent Overstreet
read error paths