summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/alloc_foreground.c
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: Kill bch2_alloc_sectors_start()Kent Overstreet2023-10-221-23/+0
* bcachefs: Assorted checkpatch fixesKent Overstreet2023-10-221-1/+1
* bcachefs: Optimize bch2_dev_usage_read()Kent Overstreet2023-10-221-14/+26
* bcachefs: bucket_alloc_fail tracepoint should only fire when we have to blockKent Overstreet2023-10-221-3/+3
* bcachefs: Don't quash error in bch2_bucket_alloc_set_trans()Kent Overstreet2023-10-221-9/+6
* bcachefs: bucket_alloc_stateKent Overstreet2023-10-221-61/+20
* bcachefs: Improve bucket_alloc tracepointKent Overstreet2023-10-221-0/+4
* bcachefs: Add private error codes for ENOSPCKent Overstreet2023-10-221-1/+3
* bcachefs: Add persistent counters for all tracepointsKent Overstreet2023-10-221-26/+26
* bcachefs: bch2_bucket_alloc_trans_early -> for_each_btree_key_norestartKent Overstreet2023-10-221-1/+1
* bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet2023-10-221-7/+10
* bcachefs: Prevent a btree iter overflow in alloc pathKent Overstreet2023-10-221-0/+1
* bcachefs: Improved errcodesKent Overstreet2023-10-221-19/+20
* bcachefs: Improve bucket_alloc_fail tracepointKent Overstreet2023-10-221-3/+12
* bcachefs: Split out dev_buckets_free()Kent Overstreet2023-10-221-1/+1
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-11/+11
* bcachefs: Improve bch2_open_buckets_to_text()Kent Overstreet2023-10-221-3/+3
* bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet2023-10-221-16/+29
* bcachefs: Kill allocator threads & freelistsKent Overstreet2023-10-221-93/+468
* bcachefs: Run btree updates after write out of write_pointKent Overstreet2023-10-221-16/+51
* bcachefs: x-macroize alloc_reserve enumKent Overstreet2023-10-221-10/+17
* bcachefs: Kill verify_not_stale()Kent Overstreet2023-10-221-18/+0
* bcachefs: New in-memory array for bucket gensKent Overstreet2023-10-221-2/+2
* bcachefs: Put open_buckets in a hashtableKent Overstreet2023-10-221-2/+28
* bcachefs: Refactor open_bucket codeKent Overstreet2023-10-221-35/+65
* bcachefs: bch2_alloc_sectors_append_ptrs() now takes cached flagKent Overstreet2023-10-221-6/+8
* bcachefs: Rewrite bch2_bucket_alloc_new_fs()Kent Overstreet2023-10-221-14/+8
* bcachefs: Make sure bch2_bucket_alloc_new_fs() obeys buckets_nouseKent Overstreet2023-10-221-0/+1
* bcachefs: Convert bucket_alloc_ret to negative error codesKent Overstreet2023-10-221-19/+16
* bcachefs: Allocator refactoringKent Overstreet2023-10-221-45/+2
* bcachefs: gc shouldn't care about owned_by_allocatorKent Overstreet2023-10-221-2/+1
* bcachefs: Fix an RCU splatKent Overstreet2023-10-221-3/+6
* bcachefs: Fix copygc thresholdKent Overstreet2023-10-221-1/+4
* bcachefs: Refactor dev usageKent Overstreet2023-10-221-10/+9
* bcachefs: Rework allocating buckets for stripesKent Overstreet2023-10-221-7/+14
* bcachefs: Reserve some open buckets for btree allocationsKent Overstreet2023-10-221-1/+5
* bcachefs: Use separate new stripes for copygc and non-copygcKent Overstreet2023-10-221-1/+3
* bcachefs: Change allocations for ec stripes to blockingKent Overstreet2023-10-221-17/+25
* bcachefs: Don't use BTREE_INSERT_USE_RESERVE so muchKent Overstreet2023-10-221-13/+1
* bcachefs: Don't write bucket IO time lazilyKent Overstreet2023-10-221-2/+0
* bcachefs: Ensure we only allocate one EC bucket per writepointKent Overstreet2023-10-221-11/+15
* bcachefs: Don't let copygc buckets be stolen by other threadsKent Overstreet2023-10-221-16/+30
* bcachefs: Delete unused argumentsKent Overstreet2023-10-221-3/+3
* bcachefs: Don't restrict copygc writes to the same deviceKent Overstreet2023-10-221-45/+47
* bcachefs: Make copygc thread globalKent Overstreet2023-10-221-2/+3
* bcachefs: Use x-macros for data typesKent Overstreet2023-10-221-9/+9
* bcachefs: Refactor stripe creationKent Overstreet2023-10-221-88/+15
* bcachefs: Move stripe creation to workqueueKent Overstreet2023-10-221-1/+1
* bcachefs: Make open bucket reserves more conservativeKent Overstreet2023-10-221-2/+2
* bcachefs: Drop unused arg to bch2_open_buckets_stop_dev()Kent Overstreet2023-10-221-3/+2