summaryrefslogtreecommitdiff
path: root/fs/btrfs/lru_cache.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: open code trivial btrfs_lru_cache_size()David Sterba1-5/+0
2024-03-04btrfs: add forward declarations and headers, part 2David Sterba1-0/+2
2023-04-17btrfs: remove btrfs_lru_cache_is_full() inline functionFilipe Manana1-5/+0
2023-02-15btrfs: send: cache utimes operations for directories if possibleFilipe Manana1-0/+15
2023-02-13btrfs: add an api to delete a specific entry from the lru cacheFilipe Manana1-0/+2
2023-02-13btrfs: allow a generation number to be associated with lru cache entriesFilipe Manana1-1/+8
2023-02-13btrfs: adapt lru cache to allow for 64 bits keys on 32 bits systemsFilipe Manana1-0/+12
2023-02-13btrfs: send: genericize the backref cache to allow it to be reusedFilipe Manana1-0/+44