summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles
AgeCommit message (Expand)AuthorLines
2024-12-20cachefiles: Parse the "secctx" immediatelyMax Kellermann-11/+12
2024-11-11cachefiles: Fix NULL pointer dereference in object->fileZizhi Wo-10/+34
2024-11-11cachefiles: Clean up in cachefiles_commit_tmpfile()Zizhi Wo-5/+0
2024-11-11cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter()Zizhi Wo-1/+3
2024-11-11cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write...Zizhi Wo-2/+2
2024-09-27cachefiles: fix dentry leak in cachefiles_open_file()Baokun Li-4/+3
2024-09-12cachefiles, netfs: Fix write to partial block at EOFDavid Howells-0/+14
2024-09-05netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells-2/+3
2024-09-05cachefiles: Fix non-taking of sb_writers around set/removexattrDavid Howells-8/+26
2024-07-24cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNTDavid Howells-1/+1
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner-11/+99
2024-07-03cachefiles: add missing lock protection when pollingJingbo Xu-2/+2
2024-07-03cachefiles: cyclic allocation of msg_id to avoid reuseBaokun Li-4/+17
2024-07-03cachefiles: wait for ondemand_object_worker to finish when dropping objectHou Tao-0/+3
2024-07-03cachefiles: cancel all requests for the object that is being droppedBaokun Li-0/+19
2024-07-03cachefiles: stop sending new request when dropping objectBaokun Li-2/+10
2024-07-03cachefiles: propagate errors from vfs_getxattr() to avoid infinite loopBaokun Li-1/+4
2024-07-03cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()Baokun Li-2/+34
2024-07-03cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li-0/+10
2024-06-03cachefiles: remove unneeded include of <linux/fdtable.h>Gao Xiang-1/+0
2024-05-29Merge patch series "cachefiles: some bugfixes and cleanups for ondemand reque...Christian Brauner-56/+169
2024-05-29cachefiles: make on-demand read killableBaokun Li-12/+28
2024-05-29cachefiles: flush all requests after setting CACHEFILES_DEADBaokun Li-1/+4
2024-05-29cachefiles: Set object to close if ondemand_id < 0 in copenZizhi Wo-1/+6
2024-05-29cachefiles: defer exposing anon_fd until after copy_to_user() succeedsBaokun Li-20/+33
2024-05-29cachefiles: never get a new anonymous fd if ondemand_id is validBaokun Li-6/+28
2024-05-29cachefiles: add spin_lock for cachefiles_ondemand_infoBaokun Li-1/+35
2024-05-29cachefiles: add consistency check for copen/creadBaokun Li-7/+20
2024-05-29cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()Baokun Li-29/+16
2024-05-29cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()Baokun Li-0/+3
2024-05-29cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()Baokun Li-4/+20
2024-05-29cachefiles: remove requests from xarray during flushing requestsBaokun Li-0/+1
2024-05-21Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-2/+1
2024-05-01netfs, cachefiles: Implement helpers for new write codeDavid Howells-0/+74
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells-1/+1
2024-04-15kernel_file_open(): get rid of inode argumentAl Viro-2/+1
2024-02-20cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li-0/+3
2024-01-22cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-modeDavid Howells-0/+3
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-16/+24
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-0/+2
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-1/+0
2024-01-09cachefiles: Fix signed/unsigned mixupDavid Howells-3/+3
2024-01-08Merge tag 'vfs-6.8.cachefiles' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-46/+201
2024-01-05netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells-6/+6
2024-01-03cachefiles: Fix __cachefiles_prepare_write()David Howells-11/+17
2023-12-28cachefiles: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados-1/+0
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells-6/+8
2023-12-24netfs, fscache: Combine fscache with netfsDavid Howells-1/+1
2023-11-25cachefiles: add restore command to recover inflight ondemand read requestsJia Zhu-0/+27
2023-11-25cachefiles: narrow the scope of triggering EPOLLIN events in ondemand modeJia Zhu-2/+24