summaryrefslogtreecommitdiffstats
path: root/fs/fscache/volume.c
Commit message (Expand)AuthorAgeFilesLines
* fscache: Use clear_and_wake_up_bit() in fscache_create_volume_work()Hou Tao2023-01-301-2/+1
* fscache: Use wait_on_bit() to wait for the freeing of relinquished volumeHou Tao2023-01-301-5/+6
* fscache: fix OOB Read in __fscache_acquire_volumeDavid Howells2022-11-231-2/+5
* fscache: Fix if condition in fscache_wait_on_volume_collision()Yue Hu2022-07-051-2/+2
* fscache: Fix the volume collision wait conditionDavid Howells2022-01-211-2/+2
* fscache, cachefiles: Store the volume coherency dataDavid Howells2022-01-071-2/+12
* fscache: Provide and use cache methods to lookup/create/free a volumeDavid Howells2022-01-071-3/+86
* fscache: Implement volume-level access helpersDavid Howells2022-01-071-0/+84
* fscache: Implement volume registrationDavid Howells2022-01-071-0/+340