aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/buckets.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Private error codes: ENOMEMKent Overstreet
2023-10-22bcachefs: Journal resize fixesKent Overstreet
2023-10-22bcachefs: Mark stripe buckets with correct data typeKent Overstreet
2023-10-22bcachefs: bch2_mark_key() now takes btree_id & levelKent Overstreet
2023-10-22bcachefs: Simplify ec stripes heapKent Overstreet
2023-10-22bcachefs: Switch ec_stripes_heap_lock to a mutexKent Overstreet
2023-10-22bcachefs: Don't run triggers when repairing in __bch2_mark_reflink_p()Daniel Hill
2023-10-22bcachefs: let __bch2_btree_insert() pass in flagsDaniel Hill
2023-10-22bcachefs: More info on check_bucket_ref() errorKent Overstreet
2023-10-22bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Kent Overstreet
2023-10-22bcachefs: New on disk format: BackpointersKent Overstreet
2023-10-22bcachefs: Btree write bufferKent Overstreet
2023-10-22bcachefs: Better inlining for bch2_alloc_to_v4_mutKent Overstreet
2023-10-22bcachefs: Fix repair path in bch2_mark_reflink_p()Kent Overstreet
2023-10-22bcachefs: Kill fs_usage_apply_warn()Kent Overstreet
2023-10-22bcachefs: Fix some memcpy() warningsKent Overstreet
2023-10-22bcachefs: New btree helpersKent Overstreet
2023-10-22bcachefs: Improve fs_usage_apply_warn() messageKent Overstreet
2023-10-22bcachefs: Make error messages more uniformKent Overstreet
2023-10-22bcachefs: Assorted checkpatch fixesKent Overstreet
2023-10-22bcachefs: Optimize bch2_dev_usage_read()Kent Overstreet
2023-10-22bcachefs: Fix cached data accountingKent Overstreet
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