summaryrefslogtreecommitdiff
path: root/libbcachefs
AgeCommit message (Collapse)Author
2022-10-24Update bcachefs sources to 61ebcb532a bcachefs: Fix for allocating before ↵Kent Overstreet
backpointers have been checked
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-10-15Update bcachefs sources to 44be8c1da2 fixup! bcachefs: Btree key cache ↵Kent Overstreet
improvements Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2022-10-15Update bcachefs sources to 3e93567c51 bcachefs: Switch to local_clock() for ↵Kent Overstreet
fastpath time source
2022-10-12Update bcachefs sources to 6ee8a33cee bcachefs: Call ↵Kent Overstreet
bch2_btree_update_add_new_node() before dropping write lock
2022-10-11Update bcachefs sources to 83edfdeb29 bcachefs: Run ↵Kent Overstreet
check_extents_to_backpointers() in multiple passes
2022-10-11Update bcachefs sources to 6dc2a699c6 bcachefs: bch2_path_put_nokeep()Kent Overstreet
2022-10-11Update bcachefs sources to 55f0b5944b fixup! bcachefs: Run ↵Kent Overstreet
bch2_check_backpointers_to_extents() in multiple passes if necessary
2022-10-10Update bcachefs sources to 47ffed9fad bcachefs: ↵Kent Overstreet
bch2_btree_delete_range_trans() now uses peek_upto()
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-12Update bcachefs sources to 2620221039 bcachefs: Re-enable hash_redo_key()Kent Overstreet
2022-09-04Update bcachefs sources to 176718966e bcachefs: Re-enable hash_redo_key()Kent Overstreet
2022-08-18Update bcachefs sources to a7694865a3 bcachefs: fsck: Another transaction ↵Kent Overstreet
restart handling fix
2022-08-18Update bcachefs sources to 3421116a6c bcachefs: ↵Kent Overstreet
bch2_btree_delete_range_trans() now returns -BCH_ERR_transaction_restart_nested
2022-08-18Update bcachefs sources to dfaf9a6ee2 lib/printbuf: Clean up headersKent Overstreet
2022-08-11Update bcachefs sources to 49c34dadca bcachefs: Switch ↵Kent Overstreet
bch2_btree_delete_range() to bch2_trans_run()
2022-08-11Update bcachefs sources to 90a9c61e2b bcachefs: Switch ↵Kent Overstreet
bch2_btree_delete_range() to bch2_trans_run()
2022-07-17Update bcachefs sources to 1bda24d7cc fixup! bcachefs: for_each_btree_key2()Kent Overstreet
2022-07-17Update bcachefs sources to d82da7126f fixup! bcachefs: for_each_btree_key2()Kent Overstreet
2022-07-15Update bcachefs sources to 2f11bb05b0 bcachefs: for_each_btree_key2()Kent Overstreet
2022-07-15Update bcachefs sources to 17a344f265 bcachefs: Improve fsck for ↵Kent Overstreet
subvols/snapshots
2022-07-12Update bcachefs sources to a03225a783 bcachefs: Put some repair messages ↵Kent Overstreet
behind opts->verbose
2022-07-11Update bcachefs sources to a059319fee bcachefs: Put some repair messages ↵Kent Overstreet
behind opts->verbose
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-14Update bcachefs sources to c76f7e91e8 bcachefs: Fix btree node read retriesKent Overstreet
2022-06-11Update bcachefs sources to 3704d0779c bcachefs: Improved human readable ↵Kent Overstreet
integer parsing
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-06-05Update bcachefs sources to 600598598b bcachefs: Also log overwrites in journalKent 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-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-09Update bcachefs sources to c4ca278a54 bcachefs: Delete bch_writepageKent Overstreet
2022-05-02Update bcachefs sources to bdf6d7c135 fixup! bcachefs: Kill journal buf ↵Kent Overstreet
bloom filter
2022-04-12Update bcachefs sources to 4c2d3669b1 bcachefs: In fsck, pass ↵Kent Overstreet
BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE when deleting dirents
2022-04-12Update bcachefs sources to 7a06c01fa3 bcachefs: Fix for getting stuck in ↵Kent Overstreet
journal replay
2022-04-11Update bcachefs sources to de2fbf8b87 fixup! bcachefs: Change journal_io.c ↵Kent Overstreet
assertion to error message
2022-04-11Update bcachefs sources to fb8a27f6d4 bcachefs: Delete a redundant tracepointKent Overstreet
2022-04-11Update bcachefs sources to e67d924a90 bcachefs: Introduce ↵Kent Overstreet
bch2_journal_keys_peek_(upto|slot)()
2022-04-10Update bcachefs sources to 2d5e6ec144 fixup! bcachefs: Ensure buckets have ↵Kent Overstreet
io_time[READ] set
2022-04-10Update bcachefs sources to 202b20c48f bcachefs: Ensure buckets have ↵Kent Overstreet
io_time[READ] set
2022-04-10Update bcachefs sources to 1e6618c45d bcachefs: Improve ↵Kent Overstreet
bch2_open_buckets_to_text()
2022-04-10Update bcachefs sources to 1ff261b014 bcachefs: Fix CPU usage in journal ↵Kent Overstreet
read path
2022-04-10Update bcachefs sources to ad72553649 bcachefs: Fix a null ptr derefv0.21Kent Overstreet
2022-04-09Update bcachefs sources to ac53c8857f fixup! bcachefs: Use a genradix for ↵Kent Overstreet
reading journal entries
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()