summaryrefslogtreecommitdiffstats
path: root/fs/fscache/volume.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-30fscache: Use clear_and_wake_up_bit() in fscache_create_volume_work()Hou Tao1-2/+1
2023-01-30fscache: Use wait_on_bit() to wait for the freeing of relinquished volumeHou Tao1-5/+6
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-21fscache: 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