summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
10 daysnfsd: don't set the ctime on delegated atime updatesJeff Layton1-1/+9
2025-03-31Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-27/+79
2025-03-10NFSD: Return NFS4ERR_FILE_OPEN only when linking an open fileChuck Lever1-13/+31
2025-03-10NFSD: Return NFS4ERR_FILE_OPEN only when renaming over an open fileChuck Lever1-4/+29
2025-03-10NFSD: Never return NFS4ERR_FILE_OPEN when removing a directoryChuck Lever1-6/+18
2025-03-10NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs()Chuck Lever1-3/+1
2025-03-10nfsd: remove the redundant mapping of nfserr_mlinkLi Lingfeng1-1/+0
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown1-20/+11
2025-02-26nfsd: drop fh_update() from S_IFDIR branch of nfsd_create_locked()NeilBrown1-3/+0
2024-11-18nfsd: get rid of include ../internal.hAl Viro1-1/+0
2024-11-18nfsd: refine and rename NFSD_MAY_LOCKNeilBrown1-11/+1
2024-11-18nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOTPali Rohár1-1/+1
2024-11-11NFSD: Remove unused function parameterChuck Lever1-7/+4
2024-11-07NFSD: Fix READDIR on NFSv3 mounts of ext4 exportsChuck Lever1-8/+5
2024-09-20nfsd: map the EBADMSG to nfserr_io to avoid warningLi Lingfeng1-0/+1
2024-09-20nfsd: Move error code mapping to per-version proc code.NeilBrown1-10/+4
2024-09-20nfsd: further centralize protocol version checks.NeilBrown1-6/+3
2024-09-20nfsd: Pass 'cred' instead of 'rqstp' to some functions.NeilBrown1-9/+12
2024-05-06nfsd: set security label during create operationsStephen Smalley1-1/+1
2024-03-28Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-1/+2
2024-03-22nfsd: Fix error cleanup path in nfsd_rename()Jan Kara1-1/+2
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2024-03-05NFSD: Document nfsd_setattr() fill-attributes behaviorChuck Lever1-0/+7
2024-03-01nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Trond Myklebust1-7/+13
2024-03-01nfsd: Fix a regression in nfsd_setattr()Trond Myklebust1-2/+7
2024-03-01nfsd: make all of the nfsd stats per-network namespaceJosef Bacik1-2/+4
2024-03-01nfsd: use __fput_sync() to avoid delayed closing of files.NeilBrown1-5/+37
2024-02-15ima: Move to LSM infrastructureRoberto Sassu1-7/+0
2024-02-15security: Introduce file_post_open hookRoberto Sassu1-0/+6
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+4
2024-01-10Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-4/+42
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-3/+4
2024-01-07NFSD: Replace RQ_SPLICE_OK in nfsd_read()Chuck Lever1-1/+25
2024-01-07NFSD: Document lack of f_pos_lock in nfsd_readdir()Chuck Lever1-3/+17
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe1-8/+1
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro1-0/+4
2023-11-24fs: move file_start_write() into vfs_iter_write()Amir Goldstein1-2/+0
2023-11-24splice: move permission hook out of splice_direct_to_actor()Amir Goldstein1-1/+4
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-25/+36
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2023-10-18nfsd: convert to new timestamp accessorsJeff Layton1-1/+1
2023-10-17nfsd: lock_rename() needs both directories to live on the same fsAl Viro1-6/+6
2023-10-16nfsd: Don't reset the write verifier on a commit EAGAINTrond Myklebust1-10/+23
2023-10-16nfsd: Handle EOPENSTALE correctly in the filecacheTrond Myklebust1-15/+13
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-17/+35
2023-08-29nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton1-17/+35
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2023-08-03Merge tag 'nfsd-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-3/+6
2023-07-30nfsd: Fix reading via spliceDavid Howells1-3/+6
2023-07-24nfsd: convert to ctime accessor functionsJeff Layton1-1/+1