summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles
Commit message (Expand)AuthorAgeFilesLines
* cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li2024-02-202-0/+3
* cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-modeDavid Howells2024-01-221-0/+3
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-194-16/+24
|\
| * cachefiles: Fix signed/unsigned mixupDavid Howells2024-01-091-3/+3
| * netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells2024-01-051-6/+6
| * cachefiles: Fix __cachefiles_prepare_write()David Howells2024-01-031-11/+17
| * netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells2023-12-283-6/+8
| * netfs, fscache: Combine fscache with netfsDavid Howells2023-12-241-1/+1
* | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-0/+2
|\ \
| * | rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro2023-11-251-0/+2
| |/
* | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-101-1/+0
|\ \
| * | cachefiles: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2023-12-281-1/+0
| |/
* | Merge tag 'vfs-6.8.cachefiles' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-084-46/+201
|\ \
| * | cachefiles: add restore command to recover inflight ondemand read requestsJia Zhu2023-11-253-0/+27
| * | cachefiles: narrow the scope of triggering EPOLLIN events in ondemand modeJia Zhu2023-11-252-2/+24
| * | cachefiles: resend an open request if the read request's object is closedJia Zhu2023-11-252-29/+72
| * | cachefiles: extract ondemand info field from cachefiles_objectJia Zhu2023-11-253-11/+56
| * | cachefiles: introduce object ondemand stateJia Zhu2023-11-252-12/+30
| |/
* / fs: move kiocb_start_write() into vfs_iocb_iter_write()Amir Goldstein2023-11-241-3/+2
|/
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-0/+2
|\
| * mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-181-0/+2
* | cachefiles: use kiocb_{start,end}_write() helpersAmir Goldstein2023-08-211-13/+3
|/
* Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-06-261-6/+6
|\
| * fs: use a helper for opening kernel internal filesAmir Goldstein2023-06-191-2/+2
| * fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein2023-06-191-3/+3
* | cachefiles: Allow the cache to be non-rootDavid Howells2023-06-051-1/+2
|/
* fs/cachefiles: simplify one-level sysctl registration for cachefiles_sysctlsLuis Chamberlain2023-04-131-10/+1
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-5/+5
* fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-182-8/+8
* fscache,cachefiles: add prepare_ondemand_read() callbackJingbo Xu2022-12-071-27/+50
* cachefiles: use vfs_tmpfile_open() helperMiklos Szeredi2022-09-241-20/+12
* cachefiles: only pass inode to *mark_inode_inuse() helpersMiklos Szeredi2022-09-241-33/+26
* cachefiles: tmpfile error handling cleanupMiklos Szeredi2022-09-241-29/+26
* cachefiles: make on-demand request distribution fairerXin Yin2022-08-312-3/+10
* cachefiles: fix error return code in cachefiles_ondemand_copen()Sun Ke2022-08-311-3/+7
* cachefiles: narrow the scope of flushed requests when releasing fdJia Zhu2022-07-051-1/+2
* cachefiles: add tracepoints for on-demand read modeJeffle Xu2022-05-181-0/+7
* cachefiles: enable on-demand read modeJeffle Xu2022-05-181-5/+12
* cachefiles: implement on-demand readJeffle Xu2022-05-183-2/+99
* cachefiles: notify the user daemon when withdrawing cookieJeffle Xu2022-05-183-0/+45
* cachefiles: unbind cachefiles gracefully in on-demand modeJeffle Xu2022-05-183-3/+22
* cachefiles: notify the user daemon when looking up cookieJeffle Xu2022-05-186-15/+524
* cachefiles: extract write routineJeffle Xu2022-05-182-26/+45
* cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattrDave Wysochanski2022-04-081-1/+1
* cachefiles: unmark inode in use in error pathJeffle Xu2022-04-081-9/+24
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-311-5/+5
|\
| * netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells2022-03-181-2/+2
| * netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2022-03-181-3/+3
* | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-2/+0
|\ \
| * | fs: remove kiocb.ki_hintChristoph Hellwig2022-03-081-2/+0