summaryrefslogtreecommitdiff
path: root/fs/cachefiles/ondemand.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner1-6/+46
2024-07-03cachefiles: cyclic allocation of msg_id to avoid reuseBaokun Li1-4/+16
2024-07-03cachefiles: wait for ondemand_object_worker to finish when dropping objectHou Tao1-0/+3
2024-07-03cachefiles: cancel all requests for the object that is being droppedBaokun Li1-0/+19
2024-07-03cachefiles: stop sending new request when dropping objectBaokun Li1-2/+8
2024-06-03cachefiles: remove unneeded include of <linux/fdtable.h>Gao Xiang1-1/+0
2024-05-29cachefiles: make on-demand read killableBaokun Li1-12/+28
2024-05-29cachefiles: Set object to close if ondemand_id < 0 in copenZizhi Wo1-1/+6
2024-05-29cachefiles: defer exposing anon_fd until after copy_to_user() succeedsBaokun Li1-20/+33
2024-05-29cachefiles: never get a new anonymous fd if ondemand_id is validBaokun Li1-6/+28
2024-05-29cachefiles: add spin_lock for cachefiles_ondemand_infoBaokun Li1-1/+34
2024-05-29cachefiles: add consistency check for copen/creadBaokun Li1-7/+20
2024-05-29cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()Baokun Li1-29/+16
2024-05-29cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()Baokun Li1-0/+3
2024-05-29cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()Baokun Li1-4/+19
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