summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/alloc_background.c
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: Change check for invalid key typesKent Overstreet2023-10-221-6/+10
* bcachefs: Assorted sparse fixesKent Overstreet2023-10-221-2/+2
* bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet2023-10-221-2/+4
* bcachefs: Reduce stack frame size of bch2_check_alloc_info()Kent Overstreet2023-10-221-18/+22
* bcachefs: New error message helpersKent Overstreet2023-10-221-17/+16
* bcachefs: Fix bch2_check_discard_freespace_key()Kent Overstreet2023-10-221-12/+35
* bcachefs: alloc_v4_u64s() fixKent Overstreet2023-10-221-3/+3
* bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()Kent Overstreet2023-10-221-1/+1
* bcachefs: bch2_bkey_get_mut() improvementsKent Overstreet2023-10-221-12/+2
* bcachefs: bch2_bkey_get_iter() helpersKent Overstreet2023-10-221-29/+20
* bcachefs: fix NULL bch_dev deref when checking bucket_gens keysBrian Foster2023-10-221-5/+9
* bcachefs: Fix a slab-out-of-boundsKent Overstreet2023-10-221-1/+1
* bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet2023-10-221-20/+14
* bcachefs: Fix bch2_get_key_or_hole()Kent Overstreet2023-10-221-4/+11
* bcachefs: bch2_dev_freespace_init() Print out status every 10 secondsKent Overstreet2023-10-221-2/+10
* bcachefs: use dedicated workqueue for tasks holding write refsBrian Foster2023-10-221-2/+2
* bcachefs: New erasure coding shutdown pathKent Overstreet2023-10-221-38/+1
* bcachefs: Fix next_bucket()Kent Overstreet2023-10-221-1/+1
* bcachefs: Single open_bucket_partial listKent Overstreet2023-10-221-12/+16
* bcachefs: Don't invalidate open bucketsKent Overstreet2023-10-221-0/+3
* bcachefs: Fragmentation LRUKent Overstreet2023-10-221-3/+17
* bcachefs: Use btree write buffer for LRU btreeKent Overstreet2023-10-221-9/+10
* bcachefs: let __bch2_btree_insert() pass in flagsDaniel Hill2023-10-221-3/+3
* bcachefs: Improve invalidate_one_bucket() error messagesKent Overstreet2023-10-221-16/+35
* bcachefs: BKEY_INVALID_FROM_JOURNALKent Overstreet2023-10-221-5/+3
* bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet2023-10-221-5/+6
* bcachefs: Rework lru btreeKent Overstreet2023-10-221-47/+28
* bcachefs: bucket_gens btreeKent Overstreet2023-10-221-15/+391
* bcachefs: Improve bch2_check_alloc_info()Kent Overstreet2023-10-221-53/+207
* bcachefs: Improve bch2_dev_freespace_init()Kent Overstreet2023-10-221-18/+93
* bcachefs: New on disk format: BackpointersKent Overstreet2023-10-221-19/+85
* bcachefs: Go RW before check_alloc_info()Kent Overstreet2023-10-221-12/+20
* bcachefs: Debug mode for c->writes referencesKent Overstreet2023-10-221-6/+6
* bcachefs: Fix bch_alloc_to_text()Kent Overstreet2023-10-221-1/+4
* bcachefs: Better inlining for bch2_alloc_to_v4_mutKent Overstreet2023-10-221-124/+186
* bcachefs: bch2_trans_relock_notrace()Kent Overstreet2023-10-221-1/+1
* bcachefs: New btree helpersKent Overstreet2023-10-221-1/+1
* bcachefs: More errcode cleanupKent Overstreet2023-10-221-10/+10
* bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet2023-10-221-1/+1
* bcachefs: Add persistent counters for all tracepointsKent Overstreet2023-10-221-2/+1
* bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet2023-10-221-1/+1
* bcachefs: Use bch2_err_str() in error messagesKent Overstreet2023-10-221-2/+2
* bcachefs: Improved errcodesKent Overstreet2023-10-221-1/+2
* bcachefs: Convert alloc code to for_each_btree_key_commit()Kent Overstreet2023-10-221-43/+16
* bcachefs: Convert bch2_do_invalidates_work() to for_each_btree_key2()Kent Overstreet2023-10-221-46/+34
* bcachefs: Convert bch2_dev_freespace_init() to for_each_btree_key_commit()Kent Overstreet2023-10-221-23/+11
* bcachefs: Convert bch2_do_discards_work() to for_each_btree_key2()Kent Overstreet2023-10-221-55/+57
* bcachefs: for_each_btree_key2()Kent Overstreet2023-10-221-10/+4
* bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet2023-10-221-7/+7
* bcachefs: Silence some fsck errors when reconstructing alloc infoKent Overstreet2023-10-221-13/+15