summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/alloc_background.c
AgeCommit message (Expand)AuthorLines
2023-10-22bcachefs: Ensure buckets have io_time[READ] setKent Overstreet-5/+10
2023-10-22bcachefs: Use bch2_trans_inconsistent_on() in more placesKent Overstreet-6/+6
2023-10-22bcachefs: Minor device removal fixesKent Overstreet-4/+11
2023-10-22bcachefs: bch2_btree_delete_extent_at()Kent Overstreet-16/+2
2023-10-22bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet-50/+93
2023-10-22bcachefs: Move alloc assertion to .key_invalid()Kent Overstreet-0/+8
2023-10-22bcachefs: Check for read_time == 0 in bch2_alloc_v4_invalid()Kent Overstreet-0/+11
2023-10-22bcachefs: Add rw to .key_invalid()Kent Overstreet-4/+8
2023-10-22bcachefs: More improvements for alloc info checksKent Overstreet-82/+60
2023-10-22bcachefs: Convert .key_invalid methods to printbufsKent Overstreet-30/+45
2023-10-22bcachefs: Kill main in-memory bucket arrayKent Overstreet-24/+2
2023-10-22bcachefs: Fsck for need_discard & freespace btreesKent Overstreet-0/+326
2023-10-22bcachefs: New bucket invalidate pathKent Overstreet-0/+81
2023-10-22bcachefs: New discard implementationKent Overstreet-0/+140
2023-10-22bcachefs: Kill allocator threads & freelistsKent Overstreet-556/+4
2023-10-22bcachefs: Freespace, need_discard btreesKent Overstreet-0/+231
2023-10-22bcachefs: KEY_TYPE_alloc_v4Kent Overstreet-116/+169
2023-10-22bcachefs: Introduce a separate journal watermark for copygcKent Overstreet-1/+0
2023-10-22bcachefs: x-macroize alloc_reserve enumKent Overstreet-2/+2
2023-10-22bcachefs: Don't issue discards when in nochanges modeKent Overstreet-1/+2
2023-10-22bcachefs: btree_gc no longer uses main in-memory bucket arrayKent Overstreet-106/+39
2023-10-22bcachefs: Btree key cache coherencyKent Overstreet-1/+2
2023-10-22bcachefs: Ignore cached data when calculating fragmentationKent Overstreet-1/+1
2023-10-22bcachefs: Don't use in-memory bucket array for alloc updatesKent Overstreet-7/+8
2023-10-22bcachefs: Kill allocator short-circuit invalidateKent Overstreet-43/+35
2023-10-22bcachefs: New data structure for buckets waiting on journal commitKent Overstreet-36/+26
2023-10-22bcachefs: Simplify journal replayKent Overstreet-2/+1
2023-10-22bcachefs: BTREE_ITER_WITH_JOURNALKent Overstreet-30/+30
2023-10-22bcachefs: Fix allocator + journal interactionKent Overstreet-1/+1
2023-10-22bcachefs: New in-memory array for bucket gensKent Overstreet-0/+2
2023-10-22bcachefs: Refactor open_bucket codeKent Overstreet-20/+1
2023-10-22bcachefs: Don't start allocator threads too earlyKent Overstreet-1/+2
2023-10-22bcachefs: Rewrite bch2_bucket_alloc_new_fs()Kent Overstreet-0/+12
2023-10-22bcachefs: Kill non-lru cache replacement policiesKent Overstreet-81/+1
2023-10-22bcachefs: Improve alloc_mem_to_key()Kent Overstreet-24/+4
2023-10-22bcachefs: bch2_alloc_write()Kent Overstreet-24/+30
2023-10-22bcachefs: Erasure coding fixesKent Overstreet-0/+3
2023-10-22bcachefs: Add journal_seq to inode & alloc keysKent Overstreet-10/+66
2023-10-22bcachefs: Convert bch2_mark_key() to take a btree_trans *Kent Overstreet-2/+6
2023-10-22bcachefs: Must check for errors from bch2_trans_cond_resched()Kent Overstreet-2/+0
2023-10-22bcachefs: Fix allocator shutdown error messageKent Overstreet-2/+2
2023-10-22bcachefs: btree_pathKent Overstreet-27/+28
2023-10-22bcachefs: Always check for transaction restartsKent Overstreet-1/+1
2023-10-22bcachefs: Add safe versions of varint encode/decodeKent Overstreet-2/+2
2023-10-22bcachefs: Add open_buckets to sysfsKent Overstreet-0/+19
2023-10-22bcachefs: Check for errors from bch2_trans_update()Kent Overstreet-4/+5
2023-10-22bcachefs; Check for allocator thread shutdownKent Overstreet-0/+5
2023-10-22bcachefs: Fix some refcounting bugsKent Overstreet-1/+1
2023-10-22bcachefs: Clean up bch2_btree_and_journal_walk()Kent Overstreet-8/+5
2023-10-22bcachefs: Allocator refactoringKent Overstreet-248/+134