summaryrefslogtreecommitdiff
path: root/fs/cachefiles
AgeCommit message (Expand)Author
2024-10-10cachefiles: fix dentry leak in cachefiles_open_file()Baokun Li
2024-10-04cachefiles: Fix non-taking of sb_writers around set/removexattrDavid Howells
2024-07-25cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()Baokun Li
2024-07-25cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li
2024-07-25cachefiles: make on-demand read killableBaokun Li
2024-07-25cachefiles: Set object to close if ondemand_id < 0 in copenZizhi Wo
2024-07-25cachefiles: add consistency check for copen/creadBaokun Li
2024-07-18cachefiles: add missing lock protection when pollingJingbo Xu
2024-07-18cachefiles: cyclic allocation of msg_id to avoid reuseBaokun Li
2024-07-18cachefiles: wait for ondemand_object_worker to finish when dropping objectHou Tao
2024-07-18cachefiles: cancel all requests for the object that is being droppedBaokun Li
2024-07-18cachefiles: stop sending new request when dropping objectBaokun Li
2024-07-18cachefiles: narrow the scope of triggering EPOLLIN events in ondemand modeJia Zhu
2024-07-18cachefiles: propagate errors from vfs_getxattr() to avoid infinite loopBaokun Li
2024-06-21cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-modeDavid Howells
2024-06-21cachefiles: flush all requests after setting CACHEFILES_DEADBaokun Li
2024-06-21cachefiles: defer exposing anon_fd until after copy_to_user() succeedsBaokun Li
2024-06-21cachefiles: never get a new anonymous fd if ondemand_id is validBaokun Li
2024-06-21cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()Baokun Li
2024-06-21cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()Baokun Li
2024-06-21cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()Baokun Li
2024-06-21cachefiles: add restore command to recover inflight ondemand read requestsJia Zhu
2024-06-21cachefiles: add spin_lock for cachefiles_ondemand_infoBaokun Li
2024-06-21cachefiles: resend an open request if the read request's object is closedJia Zhu
2024-06-21cachefiles: extract ondemand info field from cachefiles_objectJia Zhu
2024-06-21cachefiles: introduce object ondemand stateJia Zhu
2024-06-21cachefiles: remove requests from xarray during flushing requestsBaokun Li
2024-03-01cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-21cachefiles: use kiocb_{start,end}_write() helpersAmir Goldstein
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-06-19fs: use a helper for opening kernel internal filesAmir Goldstein
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein
2023-06-05cachefiles: Allow the cache to be non-rootDavid Howells
2023-04-13fs/cachefiles: simplify one-level sysctl registration for cachefiles_sysctlsLuis Chamberlain
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner
2022-12-07fscache,cachefiles: add prepare_ondemand_read() callbackJingbo Xu
2022-09-24cachefiles: use vfs_tmpfile_open() helperMiklos Szeredi
2022-09-24cachefiles: only pass inode to *mark_inode_inuse() helpersMiklos Szeredi
2022-09-24cachefiles: tmpfile error handling cleanupMiklos Szeredi
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: enable 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