summaryrefslogtreecommitdiff
path: root/libbcachefs
AgeCommit message (Collapse)Author
2023-03-06Update bcachefs sources to 3856459b1b bcachefs: ↵Kent Overstreet
bch2_btree_iter_peek_node_and_restart() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-03-04Update bcachefs sources to 171da96d76 bcachefs: Drop some anonymous structs, ↵Kent Overstreet
unions
2023-03-04rust: Fix ptr casting in Fs::open()Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-03-03Update bcachefs sources to 2272c5f5b7 bcachefs: Mark stripe buckets with ↵Kent Overstreet
correct data type
2023-02-27Update bcachefs sources to a5da815430 bcachefs: Convert constants to constsKent Overstreet
2023-02-27Update bcachefs sources to ca97ee3577 bcachefs: ↵Kent Overstreet
bch2_btree_iter_peek_and_restart_outlined() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
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-13Update bcachefs sources to 8dbfede1d9 fixup! bcachefs: More info on ↵Kent Overstreet
check_bucket_ref() error
2023-02-12Update bcachefs sources to 3e0c5b0722 fixup! bcachefs: Btree write bufferKent Overstreet
2023-02-10Update bcachefs sources to dab31ca168 bcachefs: Add some logging for btree ↵Kent Overstreet
node rewrites due to errors
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 0939e1c732 fixup! bcachefs: Rework lru btreeKent Overstreet
2022-12-19Update bcachefs sources to 2e8463c770 bcachefs: Rework lru btreev0.26Kent Overstreet
2022-12-19Update bcachefs sources to c801fa69f0 bcachefs: Fix bch_alloc_to_text()Kent 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-02Update bcachefs sources to be2d60d948 bcachefs: New magic numberKent Overstreet
2022-12-01Update bcachefs sources to f1c9030ccb bcachefs: Don't error out when just ↵Kent Overstreet
reading the journal
2022-11-30Update bcachefs sources to eabde7cb37 fixup! bcachefs: Optimize ↵Kent Overstreet
bch2_alloc_to_v4()
2022-11-29Update bcachefs sources to 8a65cc4951 bcachefs: Improve ↵Kent Overstreet
bch2_dev_freespace_init()
2022-11-26Update bcachefs sources to 5963d1b1a4 bcacehfs: Fix ↵Kent Overstreet
bch2_get_alloc_in_memory_pos()
2022-11-20Update bcachefs sources to ea47add37d bcachefs: More errcode cleanupKent Overstreet
2022-11-19Update bcachefs sources to ed88ebf18c bcachefs: Handle last journal write ↵Kent Overstreet
being torn
2022-11-19Update bcachefs sources to 586e7c5498 bcachefs: Improve journal_read() loggingKent Overstreet
2022-11-18Update bcachefs sources to 4366ca365f fixup! bcachefs: Btree split improvementKent Overstreet
2022-11-18Update bcachefs sources to 6406e05835 bcachefs: Nocow supportKent Overstreet
2022-11-13Update bcachefs sources to 8d3fc97ca3 bcachefs: Fixes for building in userspaceKent Overstreet
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