summaryrefslogtreecommitdiff
path: root/fs/bcachefs/buckets.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Fix upgrade path for reflink_p fixKent Overstreet
2023-10-22bcachefs: Add journal_seq to inode & alloc keysKent Overstreet
2023-10-22bcachefs: BTREE_TRIGGER_INSERT now only means insertKent Overstreet
2023-10-22bcachefs: Convert bch2_mark_key() to take a btree_trans *Kent Overstreet
2023-10-22bcachefs: Assorted ec fixesKent Overstreet
2023-10-22bcachefs: Fix bch2_mark_update()Kent Overstreet
2023-10-22bcachefs: Improve error messages in trans_mark_reflink_p()Kent Overstreet
2023-10-22bcachefs: Fix fsck path for refink pointersKent Overstreet
2023-10-22bcachefs: Fix for leaking of reflinked extentsKent Overstreet
2023-10-22bcachefs: Improve reflink repair codeKent Overstreet
2023-10-22bcachefs: Subvolumes, snapshotsKent Overstreet
2023-10-22bcachefs: btree_pathKent Overstreet
2023-10-22bcachefs: Prefer using btree_insert_entry to btree_iterKent Overstreet
2023-10-22bcachefs: Fix 32 bit build failuresBrett Holman
2023-10-22bcachefs: Disk space accounting fixKent Overstreet
2023-10-22bcachefs: Extensive triggers cleanupsKent Overstreet
2023-10-22bcachefs: Improve iter->should_be_lockedKent Overstreet
2023-10-22bcachefs: Make sure bch2_trans_mark_update uses correct iter flagsKent Overstreet
2023-10-22bcachefs: Don't underflow c->sectors_availableKent Overstreet
2023-10-22bcachefs: Kill bch2_btree_iter_peek_cached()Kent Overstreet
2023-10-22bcachefs: Simplify reflink triggerKent Overstreet
2023-10-22bcachefs: Move extent_handle_overwrites() to bch2_trans_update()Kent Overstreet
2023-10-22bcachefs: Don't mark superblocks past end of usable spaceKent Overstreet
2023-10-22bcachefs: Check for errors from bch2_trans_update()Kent Overstreet
2023-10-22bcachefs: Fsck for reflink refcountsKent Overstreet
2023-10-22bcachefs: Reflink refcount fixKent Overstreet
2023-10-22bcachefs: Inline fastpath of bch2_disk_reservation_add()Kent Overstreet
2023-10-22bcachefs: statfs resports incorrect avail blocksDan Robertson
2023-10-22bcachefs: Fix bch2_extent_can_insert() callKent Overstreet
2023-10-22bcachefs: made changes to support clang, fixed a couple bugsBrett Holman
2023-10-22bcachefs: properly initialize used valuesDan Robertson
2023-10-22bcachefs: Fix reflink triggerKent Overstreet
2023-10-22bcachefs: Fix some refcounting bugsKent Overstreet
2023-10-22bcachefs: Call bch2_inconsistent_error() on missing stripe/indirect extentKent Overstreet
2023-10-22bcachefs: Don't BUG() in update_replicasKent Overstreet
2023-10-22bcachefs: Handle errors in bch2_trans_mark_update()Kent Overstreet
2023-10-22bcachefs: gc shouldn't care about owned_by_allocatorKent Overstreet
2023-10-22bcachefs: Fix bch2_trans_mark_dev_sb()Kent Overstreet
2023-10-22bcachefs: Fix heap overrun in bch2_fs_usage_read() XXX squashKent Overstreet
2023-10-22bcachefs: Fix an uninitialized variableKent Overstreet
2023-10-22bcachefs: Kill bch2_fs_usage_scratch_get()Kent Overstreet
2023-10-22bcachefs: Fix livelock calling bch2_mark_bkey_replicas()Kent Overstreet
2023-10-22bcachefs: Fix this_cpu_ptr() usageKent Overstreet
2023-10-22buckets.c fixups XXX squashKent Overstreet
2023-10-22bcachefs: Assert that iterators aren't being double freedKent Overstreet
2023-10-22bcachefs: Have fsck check for stripe pointers matching stripeKent Overstreet
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2023-10-22bcachefs: Add a mempool for the replicas delta listKent Overstreet
2023-10-22bcachefs: Extents may now cross btree node boundariesKent Overstreet
2023-10-22bcachefs: Journal updates to dev usageKent Overstreet