summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/ondemand.c
Commit message (Expand)AuthorAgeFilesLines
* cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-modeDavid Howells2024-01-221-0/+3
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-1/+1
|\
| * netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells2023-12-281-1/+1
* | cachefiles: add restore command to recover inflight ondemand read requestsJia Zhu2023-11-251-0/+23
* | cachefiles: resend an open request if the read request's object is closedJia Zhu2023-11-251-29/+69
* | cachefiles: extract ondemand info field from cachefiles_objectJia Zhu2023-11-251-6/+28
* | cachefiles: introduce object ondemand stateJia Zhu2023-11-251-12/+9
|/
* cachefiles: make on-demand request distribution fairerXin Yin2022-08-311-3/+9
* cachefiles: fix error return code in cachefiles_ondemand_copen()Sun Ke2022-08-311-3/+7
* cachefiles: narrow the scope of flushed requests when releasing fdJia Zhu2022-07-051-1/+2
* cachefiles: add tracepoints for on-demand read modeJeffle Xu2022-05-181-0/+7
* cachefiles: implement on-demand readJeffle Xu2022-05-181-0/+77
* cachefiles: notify the user daemon when withdrawing cookieJeffle Xu2022-05-181-0/+38
* cachefiles: unbind cachefiles gracefully in on-demand modeJeffle Xu2022-05-181-0/+3
* cachefiles: notify the user daemon when looking up cookieJeffle Xu2022-05-181-0/+378