summaryrefslogtreecommitdiff
path: root/fs/bcachefs/buckets.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Kent Overstreet1-2/+2
2023-10-23bcachefs: New on disk format: BackpointersKent Overstreet1-19/+29
2023-10-23bcachefs: Btree write bufferKent Overstreet1-0/+41
2023-10-23bcachefs: Better inlining for bch2_alloc_to_v4_mutKent Overstreet1-30/+34
2023-10-23bcachefs: Fix repair path in bch2_mark_reflink_p()Kent Overstreet1-8/+14
2023-10-23bcachefs: Kill fs_usage_apply_warn()Kent Overstreet1-31/+3
2023-10-23bcachefs: Fix some memcpy() warningsKent Overstreet1-1/+2
2023-10-23bcachefs: New btree helpersKent Overstreet1-32/+13
2023-10-23bcachefs: Improve fs_usage_apply_warn() messageKent Overstreet1-8/+9
2023-10-23bcachefs: Make error messages more uniformKent Overstreet1-3/+5
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-4/+4
2023-10-23bcachefs: Optimize bch2_dev_usage_read()Kent Overstreet1-6/+3
2023-10-23bcachefs: Fix cached data accountingKent Overstreet1-1/+1
2023-10-23bcachefs: Fix "multiple types of data in same bucket" with ecKent Overstreet1-0/+4
2023-10-23bcachefs: Add private error codes for ENOSPCKent Overstreet1-1/+1
2023-10-23bcachefs: bch2_trans_run()Kent Overstreet1-2/+1
2023-10-23bcachefs: bch2_mark_alloc(): Do wakeups after updating usageKent Overstreet1-16/+16
2023-10-23bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet1-1/+1
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-11/+11
2023-10-23bcachefs: Tracepoint improvementsKent Overstreet1-3/+0
2023-10-23bcachefs: Plumb btree_id & level to trans_markKent Overstreet1-0/+5
2023-10-23bcachefs: Kill old rebuild_replicas optionKent Overstreet1-4/+3
2023-10-23bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet1-54/+36
2023-10-23bcachefs: More improvements for alloc info checksKent Overstreet1-6/+7
2023-10-23bcachefs: gc mark fn fixes, cleanupsKent Overstreet1-44/+41
2023-10-23bcachefs: Use crc_is_compressed()Kent Overstreet1-3/+2
2023-10-23bcachefs: Kill struct bucket_markKent Overstreet1-75/+60
2023-10-23bcachefs: Kill main in-memory bucket arrayKent Overstreet1-55/+25
2023-10-23bcachefs: bch2_dev_usage_update() no longer depends on bucket_markKent Overstreet1-14/+37
2023-10-23bcachefs: New bucket invalidate pathKent Overstreet1-0/+5
2023-10-23bcachefs: New discard implementationKent Overstreet1-0/+5
2023-10-23bcachefs: Kill allocator threads & freelistsKent Overstreet1-66/+6
2023-10-23bcachefs: Freespace, need_discard btreesKent Overstreet1-0/+5
2023-10-23bcachefs: KEY_TYPE_alloc_v4Kent Overstreet1-103/+83
2023-10-23bcachefs: x-macroize alloc_reserve enumKent Overstreet1-2/+2
2023-10-23bcachefs: Move deletion of refcount=0 indirect extents to their triggersKent Overstreet1-5/+0
2023-10-23bcachefs: Move trigger fns to bkey_opsKent Overstreet1-91/+45
2023-10-23bcachefs: bch2_trans_inconsistent()Kent Overstreet1-17/+15
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-46/+73
2023-10-23bcachefs: Consolidate trigger code a bitKent Overstreet1-33/+0
2023-10-23bcachefs: bch2_trans_mark_key() now takes a bkey_i *Kent Overstreet1-34/+38
2023-10-23bcachefs: Improve reflink repair codeKent Overstreet1-14/+18
2023-10-23bcachefs: Normal update/commit path now works before going RWKent Overstreet1-3/+5
2023-10-23bcachefs: Only allocate buckets_nouse when requestedKent Overstreet1-5/+7
2023-10-23bcachefs: Stash a copy of key being overwritten in btree_insert_entryKent Overstreet1-16/+5
2023-10-23bcachefs: Fix freeing in bch2_dev_buckets_resize()Kent Overstreet1-4/+6
2023-10-23bcachefs: Ignore cached data when calculating fragmentationKent Overstreet1-2/+2
2023-10-23bcachefs: Don't use in-memory bucket array for alloc updatesKent Overstreet1-10/+7
2023-10-23bcachefs: New data structure for buckets waiting on journal commitKent Overstreet1-59/+21
2023-10-23bcachefs: Also print out in-memory gen on stale dirty pointerKent Overstreet1-12/+14