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