summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles
Commit message (Expand)AuthorAgeFilesLines
* cachefiles: Fix NULL pointer dereference in object->fileZizhi Wo13 days2-10/+34
* cachefiles: Clean up in cachefiles_commit_tmpfile()Zizhi Wo13 days1-5/+0
* cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter()Zizhi Wo13 days1-1/+3
* cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write...Zizhi Wo13 days1-2/+2
* cachefiles: fix dentry leak in cachefiles_open_file()Baokun Li2024-09-271-4/+3
* cachefiles, netfs: Fix write to partial block at EOFDavid Howells2024-09-121-0/+14
* netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells2024-09-051-2/+3
* cachefiles: Fix non-taking of sb_writers around set/removexattrDavid Howells2024-09-051-8/+26
* cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNTDavid Howells2024-07-241-1/+1
* Merge patch series "cachefiles: random bugfixes"Christian Brauner2024-07-056-11/+99
|\
| * cachefiles: add missing lock protection when pollingJingbo Xu2024-07-031-2/+2
| * cachefiles: cyclic allocation of msg_id to avoid reuseBaokun Li2024-07-032-4/+17
| * cachefiles: wait for ondemand_object_worker to finish when dropping objectHou Tao2024-07-031-0/+3
| * cachefiles: cancel all requests for the object that is being droppedBaokun Li2024-07-031-0/+19
| * cachefiles: stop sending new request when dropping objectBaokun Li2024-07-032-2/+10
| * cachefiles: propagate errors from vfs_getxattr() to avoid infinite loopBaokun Li2024-07-031-1/+4
| * cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()Baokun Li2024-07-032-2/+34
| * cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li2024-07-031-0/+10
* | cachefiles: remove unneeded include of <linux/fdtable.h>Gao Xiang2024-06-031-1/+0
* | Merge patch series "cachefiles: some bugfixes and cleanups for ondemand reque...Christian Brauner2024-05-293-56/+169
|\ \ | |/ |/|
| * cachefiles: make on-demand read killableBaokun Li2024-05-291-12/+28
| * cachefiles: flush all requests after setting CACHEFILES_DEADBaokun Li2024-05-292-1/+4
| * cachefiles: Set object to close if ondemand_id < 0 in copenZizhi Wo2024-05-291-1/+6
| * cachefiles: defer exposing anon_fd until after copy_to_user() succeedsBaokun Li2024-05-291-20/+33
| * cachefiles: never get a new anonymous fd if ondemand_id is validBaokun Li2024-05-291-6/+28
| * cachefiles: add spin_lock for cachefiles_ondemand_infoBaokun Li2024-05-292-1/+35
| * cachefiles: add consistency check for copen/creadBaokun Li2024-05-291-7/+20
| * cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()Baokun Li2024-05-291-29/+16
| * cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()Baokun Li2024-05-291-0/+3
| * cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()Baokun Li2024-05-292-4/+20
| * cachefiles: remove requests from xarray during flushing requestsBaokun Li2024-05-291-0/+1
* | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-05-211-2/+1
|\ \
| * | kernel_file_open(): get rid of inode argumentAl Viro2024-04-151-2/+1
| |/
* | netfs, cachefiles: Implement helpers for new write codeDavid Howells2024-05-011-0/+74
* | netfs: Switch to using unsigned long long rather than loff_tDavid Howells2024-05-011-1/+1
|/
* 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