summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/ondemand.c
Commit message (Expand)AuthorAgeFilesLines
* cachefiles: remove unneeded include of <linux/fdtable.h>Gao Xiang2024-06-031-1/+0
* cachefiles: make on-demand read killableBaokun Li2024-05-291-12/+28
* cachefiles: Set object to close if ondemand_id < 0 in copenZizhi Wo2024-05-291-1/+6
* cachefiles: defer exposing anon_fd until after copy_to_user() succeedsBaokun Li2024-05-291-20/+33
* cachefiles: never get a new anonymous fd if ondemand_id is validBaokun Li2024-05-291-6/+28
* cachefiles: add spin_lock for cachefiles_ondemand_infoBaokun Li2024-05-291-1/+34
* cachefiles: add consistency check for copen/creadBaokun Li2024-05-291-7/+20
* cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()Baokun Li2024-05-291-29/+16
* cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()Baokun Li2024-05-291-0/+3
* cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()Baokun Li2024-05-291-4/+19
* 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