aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/lru.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: bch2_btree_bit_mod()Gravatar Kent Overstreet 1-21/+5
2023-10-22bcachefs: Change check for invalid key typesGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: New error message helpersGravatar Kent Overstreet 1-9/+7
2023-10-22bcachefs: bch2_bkey_get_iter() helpersGravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: bkey_ops.min_val_sizeGravatar Kent Overstreet 1-8/+0
2023-10-22bcachefs: Make reconstruct_alloc quieterGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Fragmentation LRUGravatar Kent Overstreet 1-12/+26
2023-10-22bcachefs: Use btree write buffer for LRU btreeGravatar Kent Overstreet 1-21/+28
2023-10-22bcachefs: Improve invalidate_one_bucket() error messagesGravatar Kent Overstreet 1-0/+9
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Rework lru btreeGravatar Kent Overstreet 1-82/+38
2023-10-22bcachefs: Better inlining for bch2_alloc_to_v4_mutGravatar Kent Overstreet 1-4/+5
2023-10-22bcachefs: Check for lru entries with time=0Gravatar Kent Overstreet 1-0/+6
2023-10-22bcachefs: New btree helpersGravatar Kent Overstreet 1-15/+3
2023-10-22bcachefs: More errcode cleanupGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Convert bch2_check_lrus() to for_each_btree_key_commit()Gravatar Kent Overstreet 1-20/+7
2023-10-22bcachefs: Rename __bch2_trans_do() -> commit_do()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Printbuf reworkGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: LRU repair tweaksGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Go RW before bch2_check_lrus()Gravatar Kent Overstreet 1-1/+3
2023-10-22bcachefs: Improve bch2_lru_delete() error messagesGravatar Kent Overstreet 1-7/+13
2023-10-22bcachefs: Ensure buckets have io_time[READ] setGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Use bch2_trans_inconsistent_on() in more placesGravatar Kent Overstreet 1-3/+2
2023-10-22bcachefs: Minor device removal fixesGravatar Kent Overstreet 1-4/+9
2023-10-22bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Add rw to .key_invalid()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Convert .key_invalid methods to printbufsGravatar Kent Overstreet 1-4/+8
2023-10-22bcachefs: Fsck for need_discard & freespace btreesGravatar Kent Overstreet 1-0/+84
2023-10-22bcachefs: LRU btreeGravatar Kent Overstreet 1-0/+119