summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/ondemand.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-171-0/+7
* cachefiles: implement on-demand readJeffle Xu2022-05-171-0/+77
* cachefiles: notify the user daemon when withdrawing cookieJeffle Xu2022-05-171-0/+38
* cachefiles: unbind cachefiles gracefully in on-demand modeJeffle Xu2022-05-171-0/+3
* cachefiles: notify the user daemon when looking up cookieJeffle Xu2022-05-171-0/+378