summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/lru.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: reconstruct_alloc cleanupKent Overstreet2024-03-131-2/+1
* bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet2024-03-131-2/+2
* bcachefs: for_each_btree_key() now declares loop iterKent Overstreet2024-01-011-5/+1
* bcachefs: bch_err_(fn|msg) check if should printKent Overstreet2024-01-011-2/+1
* bcachefs: Rename BTREE_INSERT flagsKent Overstreet2024-01-011-1/+1
* bcachefs: Enumerate fsck errorsKent Overstreet2023-11-011-8/+10
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-2/+2
* bcachefs: bch2_btree_bit_mod()Kent Overstreet2023-10-221-21/+5
* bcachefs: Change check for invalid key typesKent Overstreet2023-10-221-1/+2
* bcachefs: New error message helpersKent Overstreet2023-10-221-9/+7
* bcachefs: bch2_bkey_get_iter() helpersKent Overstreet2023-10-221-2/+1
* bcachefs: bkey_ops.min_val_sizeKent Overstreet2023-10-221-8/+0
* bcachefs: Make reconstruct_alloc quieterKent Overstreet2023-10-221-1/+2
* bcachefs: Fragmentation LRUKent Overstreet2023-10-221-12/+26
* bcachefs: Use btree write buffer for LRU btreeKent Overstreet2023-10-221-21/+28
* bcachefs: Improve invalidate_one_bucket() error messagesKent Overstreet2023-10-221-0/+9
* bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet2023-10-221-1/+1
* bcachefs: Rework lru btreeKent Overstreet2023-10-221-82/+38
* bcachefs: Better inlining for bch2_alloc_to_v4_mutKent Overstreet2023-10-221-4/+5
* bcachefs: Check for lru entries with time=0Kent Overstreet2023-10-221-0/+6
* bcachefs: New btree helpersKent Overstreet2023-10-221-15/+3
* bcachefs: More errcode cleanupKent Overstreet2023-10-221-1/+1
* bcachefs: Convert bch2_check_lrus() to for_each_btree_key_commit()Kent Overstreet2023-10-221-20/+7
* bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet2023-10-221-1/+1
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-2/+2
* bcachefs: LRU repair tweaksKent Overstreet2023-10-221-3/+3
* bcachefs: Go RW before bch2_check_lrus()Kent Overstreet2023-10-221-1/+3
* bcachefs: Improve bch2_lru_delete() error messagesKent Overstreet2023-10-221-7/+13
* bcachefs: Ensure buckets have io_time[READ] setKent Overstreet2023-10-221-4/+4
* bcachefs: Use bch2_trans_inconsistent_on() in more placesKent Overstreet2023-10-221-3/+2
* bcachefs: Minor device removal fixesKent Overstreet2023-10-221-4/+9
* bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet2023-10-221-1/+1
* bcachefs: Add rw to .key_invalid()Kent Overstreet2023-10-221-1/+1
* bcachefs: Convert .key_invalid methods to printbufsKent Overstreet2023-10-221-4/+8
* bcachefs: Fsck for need_discard & freespace btreesKent Overstreet2023-10-221-0/+84
* bcachefs: LRU btreeKent Overstreet2023-10-221-0/+119