summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)Author
7 daysMerge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds
7 daysMerge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds
10 daysnfsd: fix end_creating() conversionNeil Brown
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown
2025-11-14VFS/nfsd/ovl: introduce start_renaming() and end_renaming()NeilBrown
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown
2025-11-12nfsd: allow filecache to hold S_IFDIR filesJeff Layton
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-10-01NFSD: Add io_cache_{read,write} controls to debugfsMike Snitzer
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown
2025-09-21nfsd: ignore ATTR_DELEG when checking ia_valid before notify_change()Jeff Layton
2025-08-11Merge tag 'nfsd-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-08-05nfsd: don't set the ctime on delegated atime updatesJeff Layton
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-14NFSD: Use vfs_iocb_iter_write()Chuck Lever
2025-07-14NFSD: Use vfs_iocb_iter_read()Chuck Lever
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-05-15NFSD: Use rqstp->rq_bvec in nfsd_iter_write()Chuck Lever
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever
2025-05-15NFSD: Use rqstp->rq_bvec in nfsd_iter_read()Chuck Lever
2025-05-11nfsd: add tracepoint for getattr and statfs eventsJeff Layton
2025-05-11nfsd: add tracepoint to nfsd_renameJeff Layton
2025-05-11nfsd: add tracepoints for unlink eventsJeff Layton
2025-05-11nfsd: add tracepoint to nfsd_link()Jeff Layton
2025-05-11nfsd: add tracepoint to nfsd_symlinkJeff Layton
2025-05-11nfsd: add nfsd_vfs_create tracepointsJeff Layton
2025-05-11nfsd: add a tracepoint to nfsd_lookup_dentryJeff Layton
2025-05-11nfsd: add a tracepoint for nfsd_setattrJeff Layton
2025-05-11nfsd: add commit start/done tracepoints around nfsd_commit()Jeff Layton
2025-05-11NFSD: Add experimental setting to disable the use of splice readChuck Lever
2025-04-07nfsd: Use lookup_one() rather than lookup_one_len()NeilBrown
2025-03-31Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-03-10NFSD: Return NFS4ERR_FILE_OPEN only when linking an open fileChuck Lever
2025-03-10NFSD: Return NFS4ERR_FILE_OPEN only when renaming over an open fileChuck Lever
2025-03-10NFSD: Never return NFS4ERR_FILE_OPEN when removing a directoryChuck Lever
2025-03-10NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs()Chuck Lever
2025-03-10nfsd: remove the redundant mapping of nfserr_mlinkLi Lingfeng
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown
2025-02-26nfsd: drop fh_update() from S_IFDIR branch of nfsd_create_locked()NeilBrown
2024-11-18nfsd: get rid of include ../internal.hAl Viro