summaryrefslogtreecommitdiff
path: root/fs/cachefiles
AgeCommit message (Expand)AuthorFilesLines
2025-02-21cachefiles: Fix NULL pointer dereference in object->fileZizhi Wo2-10/+34
2025-01-23cachefiles: Parse the "secctx" immediatelyMax Kellermann3-11/+12
2024-12-14cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter()Zizhi Wo1-1/+3
2024-10-17cachefiles: fix dentry leak in cachefiles_open_file()Baokun Li1-4/+3
2024-07-25cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()Baokun Li2-2/+34
2024-07-25cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li1-0/+10
2024-07-25cachefiles: make on-demand read killableBaokun Li1-12/+28
2024-07-25cachefiles: Set object to close if ondemand_id < 0 in copenZizhi Wo1-1/+6
2024-07-25cachefiles: add consistency check for copen/creadBaokun Li1-7/+20
2024-07-18cachefiles: add missing lock protection when pollingJingbo Xu1-2/+2
2024-07-18cachefiles: cyclic allocation of msg_id to avoid reuseBaokun Li2-4/+17
2024-07-18cachefiles: wait for ondemand_object_worker to finish when dropping objectHou Tao1-0/+3
2024-07-18cachefiles: cancel all requests for the object that is being droppedBaokun Li1-0/+19
2024-07-18cachefiles: stop sending new request when dropping objectBaokun Li2-2/+10
2024-07-18cachefiles: narrow the scope of triggering EPOLLIN events in ondemand modeJia Zhu2-2/+24
2024-07-18cachefiles: propagate errors from vfs_getxattr() to avoid infinite loopBaokun Li1-1/+4
2024-06-21cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-modeDavid Howells1-0/+3
2024-06-21cachefiles: flush all requests after setting CACHEFILES_DEADBaokun Li2-1/+4
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 Li2-4/+20
2024-06-21cachefiles: add restore command to recover inflight ondemand read requestsJia Zhu3-0/+27
2024-06-21cachefiles: add spin_lock for cachefiles_ondemand_infoBaokun Li2-1/+35
2024-06-21cachefiles: resend an open request if the read request's object is closedJia Zhu2-29/+72
2024-06-21cachefiles: extract ondemand info field from cachefiles_objectJia Zhu3-11/+56
2024-06-21cachefiles: introduce object ondemand stateJia Zhu2-12/+30
2024-06-21cachefiles: remove requests from xarray during flushing requestsBaokun Li1-0/+1
2024-03-01cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li2-0/+3
2024-01-10mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells1-0/+2
2022-09-24cachefiles: use vfs_tmpfile_open() helperMiklos Szeredi1-20/+12
2022-09-24cachefiles: only pass inode to *mark_inode_inuse() helpersMiklos Szeredi1-33/+26
2022-09-24cachefiles: tmpfile error handling cleanupMiklos Szeredi1-29/+26
2022-08-31cachefiles: make on-demand request distribution fairerXin Yin2-3/+10
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-18cachefiles: add tracepoints for on-demand read modeJeffle Xu1-0/+7
2022-05-18cachefiles: enable on-demand read modeJeffle Xu1-5/+12
2022-05-18cachefiles: implement on-demand readJeffle Xu3-2/+99
2022-05-18cachefiles: notify the user daemon when withdrawing cookieJeffle Xu3-0/+45
2022-05-18cachefiles: unbind cachefiles gracefully in on-demand modeJeffle Xu3-3/+22
2022-05-18cachefiles: notify the user daemon when looking up cookieJeffle Xu6-15/+524
2022-05-18cachefiles: extract write routineJeffle Xu2-26/+45
2022-04-08cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattrDave Wysochanski1-1/+1
2022-04-08cachefiles: unmark inode in use in error pathJeffle Xu1-9/+24
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+5
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-2/+2
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-3/+3