summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/alloc_foreground.c
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: Fix erasure coding lockingKent Overstreet2023-10-221-5/+5
* bcachefs: Erasure coding now uses bch2_bucket_alloc_transKent Overstreet2023-10-221-23/+6
* bcachefs: Improved nocow lockingKent Overstreet2023-10-221-0/+1
* bcachefs: Nocow supportKent Overstreet2023-10-221-0/+5
* bcachefs: Don't use key cache during fsckKent Overstreet2023-10-221-1/+2
* bcachefs: New on disk format: BackpointersKent Overstreet2023-10-221-0/+23
* bcachefs: Go RW before check_alloc_info()Kent Overstreet2023-10-221-10/+22
* bcachefs: Better inlining in core write pathKent Overstreet2023-10-221-35/+2
* bcachefs: Better inlining for bch2_alloc_to_v4_mutKent Overstreet2023-10-221-11/+13
* bcachefs: Fix bch2_bucket_alloc_early()Kent Overstreet2023-10-221-1/+4
* bcachefs: Convert EAGAIN errors to private error codesKent Overstreet2023-10-221-1/+1
* bcachefs: Convert EROFS errors to private error codesKent Overstreet2023-10-221-3/+0
* bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet2023-10-221-1/+1
* 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