summaryrefslogtreecommitdiff
path: root/fs/cachefiles
AgeCommit message (Expand)AuthorFilesLines
6 dayscachefiles: flush all requests after setting CACHEFILES_DEADBaokun Li2-1/+4
6 dayscachefiles: defer exposing anon_fd until after copy_to_user() succeedsBaokun Li1-20/+33
6 dayscachefiles: never get a new anonymous fd if ondemand_id is validBaokun Li1-6/+28
6 dayscachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()Baokun Li1-29/+16
6 dayscachefiles: add spin_lock for cachefiles_ondemand_infoBaokun Li2-1/+35
6 dayscachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()Baokun Li1-0/+3
6 dayscachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()Baokun Li2-4/+20
6 dayscachefiles: remove requests from xarray during flushing requestsBaokun Li1-0/+1
2024-02-20cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li2-0/+3
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 Torvalds4-16/+24
2024-01-12Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+2
2024-01-11Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2024-01-09cachefiles: Fix signed/unsigned mixupDavid Howells1-3/+3
2024-01-08Merge tag 'vfs-6.8.cachefiles' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-46/+201
2024-01-05netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells1-6/+6
2024-01-03cachefiles: Fix __cachefiles_prepare_write()David Howells1-11/+17
2023-12-28cachefiles: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells3-6/+8
2023-12-24netfs, fscache: Combine fscache with netfsDavid Howells1-1/+1
2023-11-25cachefiles: add restore command to recover inflight ondemand read requestsJia Zhu3-0/+27
2023-11-25cachefiles: narrow the scope of triggering EPOLLIN events in ondemand modeJia Zhu2-2/+24
2023-11-25cachefiles: resend an open request if the read request's object is closedJia Zhu2-29/+72
2023-11-25cachefiles: extract ondemand info field from cachefiles_objectJia Zhu3-11/+56
2023-11-25cachefiles: introduce object ondemand stateJia Zhu2-12/+30
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro1-0/+2
2023-11-24fs: move kiocb_start_write() into vfs_iocb_iter_write()Amir Goldstein1-3/+2
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2023-08-21cachefiles: use kiocb_{start,end}_write() helpersAmir Goldstein1-13/+3
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells1-0/+2
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-6/+6
2023-06-19fs: use a helper for opening kernel internal filesAmir Goldstein1-2/+2
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein1-3/+3
2023-06-05cachefiles: Allow the cache to be non-rootDavid Howells1-1/+2
2023-04-13fs/cachefiles: simplify one-level sysctl registration for cachefiles_sysctlsLuis Chamberlain1-10/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-5/+5
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2-8/+8
2022-12-07fscache,cachefiles: add prepare_ondemand_read() callbackJingbo Xu1-27/+50
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-17cachefiles: add tracepoints for on-demand read modeJeffle Xu1-0/+7
2022-05-17cachefiles: enable on-demand read modeJeffle Xu1-5/+12
2022-05-17cachefiles: implement on-demand readJeffle Xu3-2/+99
2022-05-17cachefiles: notify the user daemon when withdrawing cookieJeffle Xu3-0/+45
2022-05-17cachefiles: unbind cachefiles gracefully in on-demand modeJeffle Xu3-3/+22
2022-05-17cachefiles: notify the user daemon when looking up cookieJeffle Xu6-15/+524