summaryrefslogtreecommitdiff
path: root/fs/bcachefs/alloc_background.c
AgeCommit message (Expand)Author
2023-08-14bcachefs: Assorted fixes for clangKent Overstreet
2023-08-14bcachefs: Enumerate recovery passesKent Overstreet
2023-08-14bcachefs: Kill bch2_bucket_gens_read()Kent Overstreet
2023-08-14bcachefs: BCH_SB_VERSION_UPGRADE_COMPLETE()Kent Overstreet
2023-08-14bcachefs: Change check for invalid key typesKent Overstreet
2023-08-14bcachefs: Assorted sparse fixesKent Overstreet
2023-08-14bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet
2023-08-14bcachefs: Reduce stack frame size of bch2_check_alloc_info()Kent Overstreet
2023-08-14bcachefs: New error message helpersKent Overstreet
2023-08-14bcachefs: Fix bch2_check_discard_freespace_key()Kent Overstreet
2023-08-14bcachefs: alloc_v4_u64s() fixKent Overstreet
2023-08-14bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()Kent Overstreet
2023-08-14bcachefs: bch2_bkey_get_mut() improvementsKent Overstreet
2023-08-14bcachefs: bch2_bkey_get_iter() helpersKent Overstreet
2023-08-14bcachefs: fix NULL bch_dev deref when checking bucket_gens keysBrian Foster
2023-08-14bcachefs: Fix a slab-out-of-boundsKent Overstreet
2023-08-14bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet
2023-08-14bcachefs: Fix bch2_get_key_or_hole()Kent Overstreet
2023-08-14bcachefs: bch2_dev_freespace_init() Print out status every 10 secondsKent Overstreet
2023-08-14bcachefs: use dedicated workqueue for tasks holding write refsBrian Foster
2023-08-14bcachefs: New erasure coding shutdown pathKent Overstreet
2023-08-14bcachefs: Fix next_bucket()Kent Overstreet
2023-08-14bcachefs: Single open_bucket_partial listKent Overstreet
2023-08-14bcachefs: Don't invalidate open bucketsKent Overstreet
2023-08-14bcachefs: Fragmentation LRUKent Overstreet
2023-08-14bcachefs: Use btree write buffer for LRU btreeKent Overstreet
2023-08-14bcachefs: let __bch2_btree_insert() pass in flagsDaniel Hill
2023-08-14bcachefs: Improve invalidate_one_bucket() error messagesKent Overstreet
2023-08-14bcachefs: BKEY_INVALID_FROM_JOURNALKent Overstreet
2023-08-14bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet
2023-08-14bcachefs: Rework lru btreeKent Overstreet
2023-08-14bcachefs: bucket_gens btreeKent Overstreet
2023-08-14bcachefs: Improve bch2_check_alloc_info()Kent Overstreet
2023-08-14bcachefs: Improve bch2_dev_freespace_init()Kent Overstreet
2023-08-14bcachefs: New on disk format: BackpointersKent Overstreet
2023-08-14bcachefs: Go RW before check_alloc_info()Kent Overstreet
2023-08-14bcachefs: Debug mode for c->writes referencesKent Overstreet
2023-08-14bcachefs: Fix bch_alloc_to_text()Kent Overstreet
2023-08-14bcachefs: Better inlining for bch2_alloc_to_v4_mutKent Overstreet
2023-08-14bcachefs: bch2_trans_relock_notrace()Kent Overstreet
2023-08-14bcachefs: New btree helpersKent Overstreet
2023-08-14bcachefs: More errcode cleanupKent Overstreet
2023-08-14bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-08-14bcachefs: Add persistent counters for all tracepointsKent Overstreet
2023-08-14bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet
2023-08-14bcachefs: Use bch2_err_str() in error messagesKent Overstreet
2023-08-14bcachefs: Improved errcodesKent Overstreet
2023-08-14bcachefs: Convert alloc code to for_each_btree_key_commit()Kent Overstreet
2023-08-14bcachefs: Convert bch2_do_invalidates_work() to for_each_btree_key2()Kent Overstreet
2023-08-14bcachefs: Convert bch2_dev_freespace_init() to for_each_btree_key_commit()Kent Overstreet