aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles
AgeCommit message (Expand)AuthorFilesLines
45 hoursMerge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-2/+1
2024-05-01netfs, cachefiles: Implement helpers for new write codeGravatar David Howells 1-0/+74
2024-05-01netfs: Switch to using unsigned long long rather than loff_tGravatar David Howells 1-1/+1
2024-04-15kernel_file_open(): get rid of inode argumentGravatar Al Viro 1-2/+1
2024-02-20cachefiles: fix memory leak in cachefiles_add_cache()Gravatar Baokun Li 2-0/+3
2024-01-22cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-modeGravatar David Howells 1-0/+3
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 4-16/+24
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-0/+2
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+0
2024-01-09cachefiles: Fix signed/unsigned mixupGravatar David Howells 1-3/+3
2024-01-08Merge tag 'vfs-6.8.cachefiles' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-46/+201
2024-01-05netfs: Fix interaction between write-streaming and cachefiles cullingGravatar David Howells 1-6/+6
2024-01-03cachefiles: Fix __cachefiles_prepare_write()Gravatar David Howells 1-11/+17
2023-12-28cachefiles: Remove the now superfluous sentinel element from ctl_table arrayGravatar Joel Granados 1-1/+0
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionGravatar David Howells 3-6/+8
2023-12-24netfs, fscache: Combine fscache with netfsGravatar David Howells 1-1/+1
2023-11-25cachefiles: add restore command to recover inflight ondemand read requestsGravatar Jia Zhu 3-0/+27
2023-11-25cachefiles: narrow the scope of triggering EPOLLIN events in ondemand modeGravatar Jia Zhu 2-2/+24
2023-11-25cachefiles: resend an open request if the read request's object is closedGravatar Jia Zhu 2-29/+72
2023-11-25cachefiles: extract ondemand info field from cachefiles_objectGravatar Jia Zhu 3-11/+56
2023-11-25cachefiles: introduce object ondemand stateGravatar Jia Zhu 2-12/+30
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorGravatar Al Viro 1-0/+2
2023-11-24fs: move kiocb_start_write() into vfs_iocb_iter_write()Gravatar Amir Goldstein 1-3/+2
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+2
2023-08-21cachefiles: use kiocb_{start,end}_write() helpersGravatar Amir Goldstein 1-13/+3
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheGravatar David Howells 1-0/+2
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-6/+6
2023-06-19fs: use a helper for opening kernel internal filesGravatar Amir Goldstein 1-2/+2
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Gravatar Amir Goldstein 1-3/+3
2023-06-05cachefiles: Allow the cache to be non-rootGravatar David Howells 1-1/+2
2023-04-13fs/cachefiles: simplify one-level sysctl registration for cachefiles_sysctlsGravatar Luis Chamberlain 1-10/+1
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-5/+5
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapGravatar Christian Brauner 2-8/+8
2022-12-07fscache,cachefiles: add prepare_ondemand_read() callbackGravatar Jingbo Xu 1-27/+50
2022-09-24cachefiles: use vfs_tmpfile_open() helperGravatar Miklos Szeredi 1-20/+12
2022-09-24cachefiles: only pass inode to *mark_inode_inuse() helpersGravatar Miklos Szeredi 1-33/+26
2022-09-24cachefiles: tmpfile error handling cleanupGravatar Miklos Szeredi 1-29/+26
2022-08-31cachefiles: make on-demand request distribution fairerGravatar Xin Yin 2-3/+10
2022-08-31cachefiles: fix error return code in cachefiles_ondemand_copen()Gravatar Sun Ke 1-3/+7
2022-07-05cachefiles: narrow the scope of flushed requests when releasing fdGravatar Jia Zhu 1-1/+2
2022-05-18cachefiles: add tracepoints for on-demand read modeGravatar Jeffle Xu 1-0/+7
2022-05-18cachefiles: enable on-demand read modeGravatar Jeffle Xu 1-5/+12
2022-05-18cachefiles: implement on-demand readGravatar Jeffle Xu 3-2/+99
2022-05-18cachefiles: notify the user daemon when withdrawing cookieGravatar Jeffle Xu 3-0/+45
2022-05-18cachefiles: unbind cachefiles gracefully in on-demand modeGravatar Jeffle Xu 3-3/+22
2022-05-18cachefiles: notify the user daemon when looking up cookieGravatar Jeffle Xu 6-15/+524
2022-05-18cachefiles: extract write routineGravatar Jeffle Xu 2-26/+45
2022-04-08cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattrGravatar Dave Wysochanski 1-1/+1
2022-04-08cachefiles: unmark inode in use in error pathGravatar Jeffle Xu 1-9/+24
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+5