summaryrefslogtreecommitdiff
path: root/fs/bcachefs/buckets.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Fix "multiple types of data in same bucket" with ecKent Overstreet
2023-10-22bcachefs: Add private error codes for ENOSPCKent Overstreet
2023-10-22bcachefs: bch2_trans_run()Kent Overstreet
2023-10-22bcachefs: bch2_mark_alloc(): Do wakeups after updating usageKent Overstreet
2023-10-22bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet
2023-10-22bcachefs: Printbuf reworkKent Overstreet
2023-10-22bcachefs: Tracepoint improvementsKent Overstreet
2023-10-22bcachefs: Plumb btree_id & level to trans_markKent Overstreet
2023-10-22bcachefs: Kill old rebuild_replicas optionKent Overstreet
2023-10-22bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet
2023-10-22bcachefs: More improvements for alloc info checksKent Overstreet
2023-10-22bcachefs: gc mark fn fixes, cleanupsKent Overstreet
2023-10-22bcachefs: Use crc_is_compressed()Kent Overstreet
2023-10-22bcachefs: Kill struct bucket_markKent Overstreet
2023-10-22bcachefs: Kill main in-memory bucket arrayKent Overstreet
2023-10-22bcachefs: bch2_dev_usage_update() no longer depends on bucket_markKent Overstreet
2023-10-22bcachefs: New bucket invalidate pathKent Overstreet
2023-10-22bcachefs: New discard implementationKent Overstreet
2023-10-22bcachefs: Kill allocator threads & freelistsKent Overstreet
2023-10-22bcachefs: Freespace, need_discard btreesKent Overstreet
2023-10-22bcachefs: KEY_TYPE_alloc_v4Kent Overstreet
2023-10-22bcachefs: x-macroize alloc_reserve enumKent Overstreet
2023-10-22bcachefs: Move deletion of refcount=0 indirect extents to their triggersKent Overstreet
2023-10-22bcachefs: Move trigger fns to bkey_opsKent Overstreet
2023-10-22bcachefs: bch2_trans_inconsistent()Kent Overstreet
2023-10-22bcachefs: Heap allocate printbufsKent Overstreet
2023-10-22bcachefs: Consolidate trigger code a bitKent Overstreet
2023-10-22bcachefs: bch2_trans_mark_key() now takes a bkey_i *Kent Overstreet
2023-10-22bcachefs: Improve reflink repair codeKent Overstreet
2023-10-22bcachefs: Normal update/commit path now works before going RWKent Overstreet
2023-10-22bcachefs: Only allocate buckets_nouse when requestedKent Overstreet
2023-10-22bcachefs: Stash a copy of key being overwritten in btree_insert_entryKent Overstreet
2023-10-22bcachefs: Fix freeing in bch2_dev_buckets_resize()Kent Overstreet
2023-10-22bcachefs: Ignore cached data when calculating fragmentationKent Overstreet
2023-10-22bcachefs: Don't use in-memory bucket array for alloc updatesKent Overstreet
2023-10-22bcachefs: New data structure for buckets waiting on journal commitKent Overstreet
2023-10-22bcachefs: Also print out in-memory gen on stale dirty pointerKent Overstreet
2023-10-22bcachefs: Add error messages for memory allocation failuresKent Overstreet
2023-10-22bcachefs: Optimize bucket reuseKent Overstreet
2023-10-22bcachefs: Kill bch2_ec_mem_alloc()Kent Overstreet
2023-10-22bcachefs: Fix allocator + journal interactionKent Overstreet
2023-10-22bcachefs: New in-memory array for bucket gensKent Overstreet
2023-10-22bcachefs: Separate out gc_bucket()Kent Overstreet
2023-10-22bcachefs: bch2_journal_key_insert() no longer transfers ownershipKent Overstreet
2023-10-22bcachefs: bch2_bucket_alloc_new_fs() no longer depends on bucket marksKent Overstreet
2023-10-22bcachefs: Option improvementsKent Overstreet
2023-10-22bcachefs: Improve alloc_mem_to_key()Kent Overstreet
2023-10-22bcachefs: bch2_alloc_write()Kent Overstreet
2023-10-22bcachefs: Split out struct gc_stripe from struct stripeKent Overstreet
2023-10-22bcachefs: bch2_trans_update() is now __must_checkKent Overstreet