summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)Author
2 daysMerge 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
2024-11-18nfsd: refine and rename NFSD_MAY_LOCKNeilBrown
2024-11-18nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOTPali Rohár
2024-11-11NFSD: Remove unused function parameterChuck Lever
2024-11-07NFSD: Fix READDIR on NFSv3 mounts of ext4 exportsChuck Lever
2024-09-20nfsd: map the EBADMSG to nfserr_io to avoid warningLi Lingfeng
2024-09-20nfsd: Move error code mapping to per-version proc code.NeilBrown
2024-09-20nfsd: further centralize protocol version checks.NeilBrown
2024-09-20nfsd: Pass 'cred' instead of 'rqstp' to some functions.NeilBrown
2024-05-06nfsd: set security label during create operationsStephen Smalley
2024-03-28Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-03-22nfsd: Fix error cleanup path in nfsd_rename()Jan Kara
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-05NFSD: Document nfsd_setattr() fill-attributes behaviorChuck Lever
2024-03-01nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Trond Myklebust
2024-03-01nfsd: Fix a regression in nfsd_setattr()Trond Myklebust
2024-03-01nfsd: make all of the nfsd stats per-network namespaceJosef Bacik
2024-03-01nfsd: use __fput_sync() to avoid delayed closing of files.NeilBrown
2024-02-15ima: Move to LSM infrastructureRoberto Sassu
2024-02-15security: Introduce file_post_open hookRoberto Sassu
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-10Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds