summaryrefslogtreecommitdiff
path: root/fs/cachefiles/ondemand.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-21cachefiles: defer exposing anon_fd until after copy_to_user() succeedsBaokun Li1-20/+33
2024-06-21cachefiles: never get a new anonymous fd if ondemand_id is validBaokun Li1-6/+28
2024-06-21cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()Baokun Li1-29/+16
2024-06-21cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()Baokun Li1-0/+3
2024-06-21cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()Baokun Li1-4/+19
2024-06-21cachefiles: add restore command to recover inflight ondemand read requestsJia Zhu1-0/+23
2024-06-21cachefiles: add spin_lock for cachefiles_ondemand_infoBaokun Li1-1/+34
2024-06-21cachefiles: resend an open request if the read request's object is closedJia Zhu1-29/+69
2024-06-21cachefiles: extract ondemand info field from cachefiles_objectJia Zhu1-6/+28
2024-06-21cachefiles: 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