summaryrefslogtreecommitdiff
path: root/fs/fscache/volume.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23fscache: fix OOB Read in __fscache_acquire_volumeDavid Howells1-2/+5
2022-07-05fscache: Fix if condition in fscache_wait_on_volume_collision()Yue Hu1-2/+2
2022-01-22fscache: Fix the volume collision wait conditionDavid Howells1-2/+2
2022-01-07fscache, cachefiles: Store the volume coherency dataDavid Howells1-2/+12
2022-01-07fscache: Provide and use cache methods to lookup/create/free a volumeDavid Howells1-3/+86
2022-01-07fscache: Implement volume-level access helpersDavid Howells1-0/+84
2022-01-07fscache: Implement volume registrationDavid Howells1-0/+340