summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/alloc_background.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet2024-05-091-6/+6
* bcachefs: bch2_dev_bucket_exists() uses bch2_dev_rcu()Kent Overstreet2024-05-081-7/+5
* bcachefs: simplify bch2_trans_start_alloc_update()Kent Overstreet2024-05-081-1/+3
* bcachefs: __mark_pointer now takes bch_alloc_v4Kent Overstreet2024-05-081-7/+16
* bcachefs: kill bch2_dev_usage_update_m()Kent Overstreet2024-05-081-15/+21
* bcachefs: alloc_data_type_set()Kent Overstreet2024-05-081-26/+31
* bcachefs: Fix type of flags parameter for some ->trigger() implementationsNathan Chancellor2024-05-081-1/+2
* bcachefs: bucket_data_type_mismatch()Kent Overstreet2024-05-081-1/+14
* bcachefs: member helper cleanupsKent Overstreet2024-05-081-2/+2
* bcachefs: bucket_valid()Kent Overstreet2024-05-081-2/+1
* bcachefs: Fix assert in bch2_alloc_v4_invalid()Kent Overstreet2024-05-061-2/+6
* bcachefs: Split out discard fastpathKent Overstreet2024-03-141-0/+1
* bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet2024-01-061-8/+4
* bcachefs: unify alloc triggerKent Overstreet2024-01-061-12/+10
* bcachefs: move bch2_mark_alloc() to alloc_background.cKent Overstreet2024-01-061-0/+2
* bcachefs: trans_mark now takes bkey_sKent Overstreet2024-01-061-1/+1
* bcachefs: New bucket sector count helpersKent Overstreet2024-01-011-2/+21
* bcachefs: Ensure copygc does not spinKent Overstreet2023-11-041-0/+1
* bcachefs: Enumerate fsck errorsKent Overstreet2023-11-021-5/+5
* bcachefs: Correctly initialize new buckets on device resizeKent Overstreet2023-10-221-0/+1
* bcachefs: Kill bch2_bucket_gens_read()Kent Overstreet2023-10-221-1/+0
* bcachefs: Change check for invalid key typesKent Overstreet2023-10-221-5/+12
* bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet2023-10-221-1/+1
* bcachefs: bkey_ops.min_val_sizeKent Overstreet2023-10-221-0/+4
* bcachefs: RESERVE_stripeKent Overstreet2023-10-221-1/+1
* bcachefs: Mark stripe buckets with correct data typeKent Overstreet2023-10-221-7/+19
* bcachefs: Fragmentation LRUKent Overstreet2023-10-221-1/+14
* bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet2023-10-221-5/+5
* bcachefs: Improved nocow lockingKent Overstreet2023-10-221-0/+10
* bcachefs: bucket_gens btreeKent Overstreet2023-10-221-0/+11
* bcachefs: New on disk format: BackpointersKent Overstreet2023-10-221-1/+15
* bcachefs: Better inlining for bch2_alloc_to_v4_mutKent Overstreet2023-10-221-3/+33
* bcachefs: More style fixesKent Overstreet2023-10-221-8/+8
* bcachefs: Fix should_invalidate_buckets()Kent Overstreet2023-10-221-4/+6
* bcachefs: Plumb btree_id & level to trans_markKent Overstreet2023-10-221-2/+2
* bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet2023-10-221-24/+28
* bcachefs: Move alloc assertion to .key_invalid()Kent Overstreet2023-10-221-1/+0
* bcachefs: Add rw to .key_invalid()Kent Overstreet2023-10-221-4/+4
* bcachefs: More improvements for alloc info checksKent Overstreet2023-10-221-1/+13
* bcachefs: Convert .key_invalid methods to printbufsKent Overstreet2023-10-221-4/+4
* bcachefs: Kill main in-memory bucket arrayKent Overstreet2023-10-221-1/+1
* bcachefs: Fsck for need_discard & freespace btreesKent Overstreet2023-10-221-0/+2
* bcachefs: New bucket invalidate pathKent Overstreet2023-10-221-0/+11
* bcachefs: New discard implementationKent Overstreet2023-10-221-0/+2
* bcachefs: Kill allocator threads & freelistsKent Overstreet2023-10-221-33/+0
* bcachefs: Freespace, need_discard btreesKent Overstreet2023-10-221-0/+53
* bcachefs: KEY_TYPE_alloc_v4Kent Overstreet2023-10-221-38/+13
* bcachefs: Move trigger fns to bkey_opsKent Overstreet2023-10-221-0/+3
* bcachefs: btree_gc no longer uses main in-memory bucket arrayKent Overstreet2023-10-221-30/+12
* bcachefs: Refactor open_bucket codeKent Overstreet2023-10-221-2/+0