summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/buckets.c
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: Fix a buffer overrun in bch2_fs_usage_read()Kent Overstreet2023-10-221-7/+9
* bcachefs: bch2_bkey_get_mut() now calls bch2_trans_update()Kent Overstreet2023-10-221-5/+1
* bcachefs: bch2_bkey_get_mut() improvementsKent Overstreet2023-10-221-8/+6
* bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet2023-10-221-4/+4
* bcachefs: Private error codes: ENOMEMKent Overstreet2023-10-221-8/+14
* bcachefs: Journal resize fixesKent Overstreet2023-10-221-1/+1
* bcachefs: Mark stripe buckets with correct data typeKent Overstreet2023-10-221-6/+8
* bcachefs: bch2_mark_key() now takes btree_id & levelKent Overstreet2023-10-221-0/+6
* bcachefs: Simplify ec stripes heapKent Overstreet2023-10-221-7/+5
* bcachefs: Switch ec_stripes_heap_lock to a mutexKent Overstreet2023-10-221-7/+7
* bcachefs: Don't run triggers when repairing in __bch2_mark_reflink_p()Daniel Hill2023-10-221-1/+1
* bcachefs: let __bch2_btree_insert() pass in flagsDaniel Hill2023-10-221-1/+2
* bcachefs: More info on check_bucket_ref() errorKent Overstreet2023-10-221-6/+10
* bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Kent Overstreet2023-10-221-2/+2
* bcachefs: New on disk format: BackpointersKent Overstreet2023-10-221-19/+29
* bcachefs: Btree write bufferKent Overstreet2023-10-221-0/+41
* bcachefs: Better inlining for bch2_alloc_to_v4_mutKent Overstreet2023-10-221-30/+34
* bcachefs: Fix repair path in bch2_mark_reflink_p()Kent Overstreet2023-10-221-8/+14
* bcachefs: Kill fs_usage_apply_warn()Kent Overstreet2023-10-221-31/+3
* bcachefs: Fix some memcpy() warningsKent Overstreet2023-10-221-1/+2
* bcachefs: New btree helpersKent Overstreet2023-10-221-32/+13
* bcachefs: Improve fs_usage_apply_warn() messageKent Overstreet2023-10-221-8/+9
* bcachefs: Make error messages more uniformKent Overstreet2023-10-221-3/+5
* bcachefs: Assorted checkpatch fixesKent Overstreet2023-10-221-4/+4
* bcachefs: Optimize bch2_dev_usage_read()Kent Overstreet2023-10-221-6/+3
* bcachefs: Fix cached data accountingKent Overstreet2023-10-221-1/+1
* bcachefs: Fix "multiple types of data in same bucket" with ecKent Overstreet2023-10-221-0/+4
* bcachefs: Add private error codes for ENOSPCKent Overstreet2023-10-221-1/+1
* bcachefs: bch2_trans_run()Kent Overstreet2023-10-221-2/+1
* bcachefs: bch2_mark_alloc(): Do wakeups after updating usageKent Overstreet2023-10-221-16/+16
* bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet2023-10-221-1/+1
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-11/+11
* bcachefs: Tracepoint improvementsKent Overstreet2023-10-221-3/+0
* bcachefs: Plumb btree_id & level to trans_markKent Overstreet2023-10-221-0/+5
* bcachefs: Kill old rebuild_replicas optionKent Overstreet2023-10-221-4/+3
* bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet2023-10-221-54/+36
* bcachefs: More improvements for alloc info checksKent Overstreet2023-10-221-6/+7
* bcachefs: gc mark fn fixes, cleanupsKent Overstreet2023-10-221-44/+41
* bcachefs: Use crc_is_compressed()Kent Overstreet2023-10-221-3/+2
* bcachefs: Kill struct bucket_markKent Overstreet2023-10-221-75/+60
* bcachefs: Kill main in-memory bucket arrayKent Overstreet2023-10-221-55/+25
* bcachefs: bch2_dev_usage_update() no longer depends on bucket_markKent Overstreet2023-10-221-14/+37
* bcachefs: New bucket invalidate pathKent Overstreet2023-10-221-0/+5
* bcachefs: New discard implementationKent Overstreet2023-10-221-0/+5
* bcachefs: Kill allocator threads & freelistsKent Overstreet2023-10-221-66/+6
* bcachefs: Freespace, need_discard btreesKent Overstreet2023-10-221-0/+5
* bcachefs: KEY_TYPE_alloc_v4Kent Overstreet2023-10-221-103/+83
* bcachefs: x-macroize alloc_reserve enumKent Overstreet2023-10-221-2/+2
* bcachefs: Move deletion of refcount=0 indirect extents to their triggersKent Overstreet2023-10-221-5/+0
* bcachefs: Move trigger fns to bkey_opsKent Overstreet2023-10-221-91/+45