aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2023-04-04Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 3-9/+11
2023-04-04NFSD: callback request does not use correct credential for AUTH_SYSGravatar Dai Ngo 1-2/+2
2023-03-31nfsd: call op_release, even when op_func returns an errorGravatar Jeff Layton 2-6/+6
2023-03-31NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGALGravatar Chuck Lever 1-1/+3
2023-03-21Merge tag 'nfsd-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 2-2/+9
2023-03-17nfsd: don't replace page in rq_pages if it's a continuation of last pageGravatar Jeff Layton 1-1/+8
2023-03-10Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-0/+2
2023-03-10NFS & NFSD: Update GSS dependenciesGravatar Chuck Lever 1-1/+1
2023-03-07NFSD: Protect against filesystem freezingGravatar Chuck Lever 1-0/+2
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 17-411/+286
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-30/+31
2023-02-20Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 4-30/+52
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Gravatar Linus Torvalds 2-2/+3
2023-02-20NFSD: Clean up nfsd_symlink()Gravatar Chuck Lever 1-8/+3
2023-02-20NFSD: copy the whole verifier in nfsd_copy_write_verifierGravatar Chuck Lever 1-1/+1
2023-02-20nfsd: don't fsync nfsd_files on last closeGravatar Jeff Layton 2-63/+12
2023-02-20nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_openGravatar Jeff Layton 1-10/+11
2023-02-20NFSD: fix problems with cleanup on errors in nfsd4_copyGravatar Dai Ngo 2-6/+11
2023-02-20nfsd: fix race to check ls_layoutsGravatar Benjamin Coddington 1-2/+2
2023-02-20nfsd: don't hand out delegation on setuid files being opened for writeGravatar Jeff Layton 1-0/+27
2023-02-20nfsd: remove fs/nfsd/fault_inject.cGravatar Jeff Layton 1-142/+0
2023-02-20NFSD: fix leaked reference count of nfsd4_ssc_umount_itemGravatar Dai Ngo 1-4/+8
2023-02-20nfsd: clean up potential nfsd_file refcount leaks in COPY codepathGravatar Jeff Layton 1-13/+10
2023-02-20nfsd: zero out pointers after putting nfsd_files on COPY setup errorGravatar Jeff Layton 1-0/+2
2023-02-20nfsd: eliminate __nfs4_get_fdGravatar Jeff Layton 1-13/+7
2023-02-20nfsd: add some kerneldoc comments for stateid preprocessing functionsGravatar Jeff Layton 1-4/+25
2023-02-20nfsd: eliminate find_deleg_file_lockedGravatar Jeff Layton 1-10/+1
2023-02-20nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUSGravatar Jeff Layton 2-13/+24
2023-02-20NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlinkGravatar Chuck Lever 1-16/+58
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsGravatar Chuck Lever 5-12/+16
2023-02-20nfsd: move reply cache initialization into nfsd startupGravatar Jeff Layton 2-9/+9
2023-02-20SUNRPC: Refactor RPC server dispatch methodGravatar Chuck Lever 3-4/+4
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Gravatar Chuck Lever 2-7/+1
2023-02-20nfsd: fix potential race in nfs4_find_fileGravatar Jeff Layton 1-6/+9
2023-02-20nfsd: allow nfsd_file_get to sanely handle a NULL pointerGravatar Jeff Layton 2-6/+3
2023-02-20NFSD: enhance inter-server copy cleanupGravatar Dai Ngo 2-68/+45
2023-02-20SUNRPC: Push svcxdr_init_decode() into svc_process_common()Gravatar Chuck Lever 1-1/+0
2023-02-20fs: namei: Allow follow_down() to uncover auto mountsGravatar Richard Weinberger 1-1/+5
2023-02-20NFSD: Teach nfsd_mountpoint() auto mountsGravatar Richard Weinberger 1-1/+1
2023-02-15Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-1/+1
2023-02-11nfsd: don't destroy global nfs4_file table in per-net shutdownGravatar Jeff Layton 1-1/+1
2023-01-26nfsd: remove fetch_iversion export operationGravatar Jeff Layton 1-3/+0
2023-01-26nfsd: use the getattr operation to fetch i_versionGravatar Jeff Layton 3-20/+45
2023-01-26nfsd: move nfsd4_change_attribute to nfsfh.cGravatar Jeff Layton 2-28/+28
2023-01-24Merge tag 'nfsd-6.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-25/+36
2023-01-23nfsd: don't free files unconditionally in __nfsd_file_cache_purgeGravatar Jeff Layton 1-25/+36
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 2-8/+8
2023-01-19fs: port ->set_acl() to pass mnt_idmapGravatar Christian Brauner 3-6/+6
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapGravatar Christian Brauner 3-15/+16