summaryrefslogtreecommitdiff
path: root/fs/cachefiles
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-57/+59
2025-11-14VFS: introduce end_creating_keep()NeilBrown1-2/+1
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-7/+9
2025-11-14VFS: introduce start_removing_dentry()NeilBrown3-23/+27
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown1-18/+14
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown1-20/+21
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-1/+1
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown1-2/+1
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2025-07-10cachefiles: Fix the incorrect return value in __cachefiles_write()Zizhi Wo2-5/+1
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown1-2/+2
2025-06-03Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+8
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-9/+7
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-8/+8
2025-04-20gcc-15: add '__nonstring' markers to byte arraysLinus Torvalds1-1/+1
2025-04-07cachefiles: Use lookup_one() rather than lookup_one_len()NeilBrown3-9/+7
2025-03-25cachefiles: Fix oops in vfs_mkdir from cachefiles_get_directoryMarc Dionne1-3/+4
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+9
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown1-7/+9
2025-02-21make use of anon_inode_getfile_fmode()Al Viro1-4/+3
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2024-12-21cachefiles: Add auxiliary data traceDavid Howells1-1/+8
2024-12-21cachefiles: Add some subrequest tracepointsDavid Howells1-0/+4
2024-12-21cachefiles: Parse the "secctx" immediatelyMax Kellermann3-11/+12
2024-11-11cachefiles: Fix NULL pointer dereference in object->fileZizhi Wo2-10/+34
2024-11-11cachefiles: Clean up in cachefiles_commit_tmpfile()Zizhi Wo1-5/+0
2024-11-11cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter()Zizhi Wo1-1/+3
2024-11-11cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write...Zizhi Wo1-2/+2
2024-09-27cachefiles: fix dentry leak in cachefiles_open_file()Baokun Li1-4/+3
2024-09-12cachefiles, netfs: Fix write to partial block at EOFDavid Howells1-0/+14
2024-09-05netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells1-2/+3
2024-09-05cachefiles: Fix non-taking of sb_writers around set/removexattrDavid Howells1-8/+26
2024-07-24cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNTDavid Howells1-1/+1
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner6-11/+99
2024-07-03cachefiles: add missing lock protection when pollingJingbo Xu1-2/+2
2024-07-03cachefiles: cyclic allocation of msg_id to avoid reuseBaokun Li2-4/+17
2024-07-03cachefiles: wait for ondemand_object_worker to finish when dropping objectHou Tao1-0/+3
2024-07-03cachefiles: cancel all requests for the object that is being droppedBaokun Li1-0/+19
2024-07-03cachefiles: stop sending new request when dropping objectBaokun Li2-2/+10
2024-07-03cachefiles: propagate errors from vfs_getxattr() to avoid infinite loopBaokun Li1-1/+4
2024-07-03cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()Baokun Li2-2/+34
2024-07-03cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li1-0/+10
2024-06-03cachefiles: remove unneeded include of <linux/fdtable.h>Gao Xiang1-1/+0
2024-05-29Merge patch series "cachefiles: some bugfixes and cleanups for ondemand reque...Christian Brauner3-56/+169
2024-05-29cachefiles: make on-demand read killableBaokun Li1-12/+28
2024-05-29cachefiles: flush all requests after setting CACHEFILES_DEADBaokun Li2-1/+4
2024-05-29cachefiles: Set object to close if ondemand_id < 0 in copenZizhi Wo1-1/+6
2024-05-29cachefiles: defer exposing anon_fd until after copy_to_user() succeedsBaokun Li1-20/+33
2024-05-29cachefiles: never get a new anonymous fd if ondemand_id is validBaokun Li1-6/+28
2024-05-29cachefiles: add spin_lock for cachefiles_ondemand_infoBaokun Li2-1/+35