summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/lru.h
AgeCommit message (Expand)AuthorLines
2025-09-29Remove bcachefs core codeLinus Torvalds-70/+0
2025-03-14bcachefs: bcachefs_metadata_version_stripe_lruKent Overstreet-2/+7
2025-03-14bcachefs: decouple bch2_lru_check_set() from alloc btreeKent Overstreet-1/+1
2025-03-14bcachefs: s/BCH_LRU_FRAGMENTATION_START/BCH_LRU_BUCKET_FRAGMENTATION/Kent Overstreet-1/+1
2025-03-14bcachefs: bch2_lru_change() checks for no-opKent Overstreet-1/+10
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet-1/+1
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet-3/+2
2024-07-14bcachefs: split out lru_format.hKent Overstreet-12/+0
2024-06-29bcachefs: add check for missing fragmentation in check_alloc_to_lru_ref()Kent Overstreet-0/+3
2024-06-19bcachefs: Guard against overflowing LRU_TIME_BITSKent Overstreet-3/+0
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet-1/+1
2023-11-01bcachefs: Enumerate fsck errorsKent Overstreet-1/+1
2023-10-22bcachefs: bch2_btree_bit_mod()Kent Overstreet-7/+12
2023-10-22bcachefs: Change check for invalid key typesKent Overstreet-1/+2
2023-10-22bcachefs: bkey_ops.min_val_sizeKent Overstreet-0/+1
2023-10-22bcachefs: Fragmentation LRUKent Overstreet-0/+21
2023-10-22bcachefs: Improve invalidate_one_bucket() error messagesKent Overstreet-0/+2
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet-1/+1
2023-10-22bcachefs: Rework lru btreeKent Overstreet-3/+23
2023-10-22bcachefs: More style fixesKent Overstreet-2/+2
2023-10-22bcachefs: LRU repair tweaksKent Overstreet-1/+1
2023-10-22bcachefs: Improve bch2_lru_delete() error messagesKent Overstreet-2/+2
2023-10-22bcachefs: Ensure buckets have io_time[READ] setKent Overstreet-0/+2
2023-10-22bcachefs: Add rw to .key_invalid()Kent Overstreet-1/+1
2023-10-22bcachefs: Convert .key_invalid methods to printbufsKent Overstreet-1/+1
2023-10-22bcachefs: Fsck for need_discard & freespace btreesKent Overstreet-0/+2
2023-10-22bcachefs: LRU btreeKent Overstreet-0/+15