summaryrefslogtreecommitdiff
path: root/fs/cachefiles/ondemand.c
AgeCommit message (Expand)Author
2024-11-11cachefiles: Fix NULL pointer dereference in object->fileZizhi Wo
2024-11-11cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter()Zizhi Wo
2024-11-11cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write...Zizhi Wo
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner
2024-07-03cachefiles: cyclic allocation of msg_id to avoid reuseBaokun Li
2024-07-03cachefiles: wait for ondemand_object_worker to finish when dropping objectHou Tao
2024-07-03cachefiles: cancel all requests for the object that is being droppedBaokun Li
2024-07-03cachefiles: stop sending new request when dropping objectBaokun Li
2024-06-03cachefiles: remove unneeded include of <linux/fdtable.h>Gao Xiang
2024-05-29cachefiles: make on-demand read killableBaokun Li
2024-05-29cachefiles: Set object to close if ondemand_id < 0 in copenZizhi Wo
2024-05-29cachefiles: defer exposing anon_fd until after copy_to_user() succeedsBaokun Li
2024-05-29cachefiles: never get a new anonymous fd if ondemand_id is validBaokun Li
2024-05-29cachefiles: add spin_lock for cachefiles_ondemand_infoBaokun Li
2024-05-29cachefiles: add consistency check for copen/creadBaokun Li
2024-05-29cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()Baokun Li
2024-05-29cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()Baokun Li
2024-05-29cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()Baokun Li
2024-01-22cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-modeDavid Howells
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells
2023-11-25cachefiles: add restore command to recover inflight ondemand read requestsJia Zhu
2023-11-25cachefiles: resend an open request if the read request's object is closedJia Zhu
2023-11-25cachefiles: extract ondemand info field from cachefiles_objectJia Zhu
2023-11-25cachefiles: introduce object ondemand stateJia Zhu
2022-08-31cachefiles: make on-demand request distribution fairerXin Yin
2022-08-31cachefiles: fix error return code in cachefiles_ondemand_copen()Sun Ke
2022-07-05cachefiles: narrow the scope of flushed requests when releasing fdJia Zhu
2022-05-18cachefiles: add tracepoints for on-demand read modeJeffle Xu
2022-05-18cachefiles: implement on-demand readJeffle Xu
2022-05-18cachefiles: notify the user daemon when withdrawing cookieJeffle Xu
2022-05-18cachefiles: unbind cachefiles gracefully in on-demand modeJeffle Xu
2022-05-18cachefiles: notify the user daemon when looking up cookieJeffle Xu