summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+6
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds-57/+59
2025-11-14VFS: introduce end_creating_keep()NeilBrown-2/+1
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown-7/+9
2025-11-14VFS: introduce start_removing_dentry()NeilBrown-23/+27
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown-18/+14
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown-20/+21
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton-1/+1
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown-2/+1
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2025-07-10cachefiles: Fix the incorrect return value in __cachefiles_write()Zizhi Wo-5/+1
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown-2/+2
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+8
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-9/+7
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells-8/+8
2025-04-20gcc-15: add '__nonstring' markers to byte arraysLinus Torvalds-1/+1
2025-04-07cachefiles: Use lookup_one() rather than lookup_one_len()NeilBrown-9/+7
2025-03-25cachefiles: Fix oops in vfs_mkdir from cachefiles_get_directoryMarc Dionne-3/+4
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-7/+9
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown-7/+9
2025-02-21make use of anon_inode_getfile_fmode()Al Viro-4/+3
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-1/+1
2024-12-20cachefiles: Add auxiliary data traceDavid Howells-1/+8
2024-12-20cachefiles: Add some subrequest tracepointsDavid Howells-0/+4
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