summaryrefslogtreecommitdiff
path: root/fs/cachefiles/ondemand.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-23cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-modeDavid Howells1-0/+3
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells1-1/+1
2023-11-25cachefiles: add restore command to recover inflight ondemand read requestsJia Zhu1-0/+23
2023-11-25cachefiles: resend an open request if the read request's object is closedJia Zhu1-29/+69
2023-11-25cachefiles: extract ondemand info field from cachefiles_objectJia Zhu1-6/+28
2023-11-25cachefiles: introduce object ondemand stateJia Zhu1-12/+9
2022-08-31cachefiles: make on-demand request distribution fairerXin Yin1-3/+9
2022-08-31cachefiles: fix error return code in cachefiles_ondemand_copen()Sun Ke1-3/+7
2022-07-05cachefiles: narrow the scope of flushed requests when releasing fdJia Zhu1-1/+2
2022-05-17cachefiles: add tracepoints for on-demand read modeJeffle Xu1-0/+7
2022-05-17cachefiles: implement on-demand readJeffle Xu1-0/+77
2022-05-17cachefiles: notify the user daemon when withdrawing cookieJeffle Xu1-0/+38
2022-05-17cachefiles: unbind cachefiles gracefully in on-demand modeJeffle Xu1-0/+3
2022-05-17cachefiles: notify the user daemon when looking up cookieJeffle Xu1-0/+378