aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-18/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada3-18/+0
2021-05-05Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds4-174/+253
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2021-04-26NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code.Dai Ngo1-1/+1
2021-04-20nfsd: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-04-19nfsd: grant read delegations to clients holding writesJ. Bruce Fields1-14/+68
2021-04-19nfsd: reshuffle some codeJ. Bruce Fields1-117/+118
2021-04-19nfsd: track filehandle aliasing in nfs4_filesJ. Bruce Fields2-9/+30
2021-04-19nfsd: hash nfs4_files by inode numberJ. Bruce Fields2-16/+12
2021-04-16nfsd: ensure new clients break delegationsJ. Bruce Fields1-5/+19
2021-04-15nfsd: removed unused argument in nfsd_startup_generic()Vasily Averin1-4/+4
2021-04-15nfsd: remove unused functionJiapeng Chong1-9/+0
2021-04-06NFSD: Use DEFINE_SPINLOCK() for spinlockGuobin Huang1-2/+1
2021-04-01NFSv4.2: fix copy stateid copying for the async copyOlga Kornievskaia1-2/+2
2021-03-22nfsd: report client confirmation status in "info" fileNeilBrown4-11/+30
2021-03-22nfsd: don't ignore high bits of copy countJ. Bruce Fields1-1/+1
2021-03-22nfsd: COPY with length 0 should copy to end of fileJ. Bruce Fields1-0/+3
2021-03-22nfsd: Fix typo "accesible"Ricardo Ribalda1-3/+3
2021-03-22nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust5-25/+41
2021-03-22nfsd: Log client tracking type log message as info instead of warningPaul Menzel1-4/+4
2021-03-22nfsd: helper for laundromat expiry calculationsJ. Bruce Fields1-22/+27
2021-03-22NFSD: Clean up NFSDDBG_FACILITY macroChuck Lever2-5/+0
2021-03-22NFSD: Add a tracepoint to record directory entry encodingChuck Lever2-3/+30
2021-03-22NFSD: Clean up after updating NFSv3 ACL encodersChuck Lever2-88/+0
2021-03-22NFSD: Update the NFSv3 SETACL result encoder to use struct xdr_streamChuck Lever1-3/+3
2021-03-22NFSD: Update the NFSv3 GETACL result encoder to use struct xdr_streamChuck Lever3-16/+43
2021-03-22NFSD: Clean up after updating NFSv2 ACL encodersChuck Lever2-65/+0
2021-03-22NFSD: Update the NFSv2 ACL ACCESS result encoder to use struct xdr_streamChuck Lever1-7/+12
2021-03-22NFSD: Update the NFSv2 ACL GETATTR result encoder to use struct xdr_streamChuck Lever1-22/+2
2021-03-22NFSD: Update the NFSv2 SETACL result encoder to use struct xdr_streamChuck Lever1-2/+2
2021-03-22NFSD: Update the NFSv2 GETACL result encoder to use struct xdr_streamChuck Lever3-28/+41
2021-03-22NFSD: Remove unused NFSv2 directory entry encodersChuck Lever3-57/+6
2021-03-22NFSD: Update the NFSv2 READDIR entry encoder to use struct xdr_streamChuck Lever3-11/+103
2021-03-22NFSD: Update the NFSv2 READDIR result encoder to use struct xdr_streamChuck Lever2-9/+14
2021-03-22NFSD: Count bytes instead of pages in the NFSv2 READDIR encoderChuck Lever2-5/+2
2021-03-22NFSD: Add a helper that encodes NFSv3 directory offset cookiesChuck Lever3-4/+18
2021-03-22NFSD: Update the NFSv2 STATFS result encoder to use struct xdr_streamChuck Lever1-9/+16
2021-03-22NFSD: Update the NFSv2 READ result encoder to use struct xdr_streamChuck Lever3-17/+17
2021-03-22NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_streamChuck Lever3-16/+16
2021-03-22NFSD: Update the NFSv2 diropres encoder to use struct xdr_streamChuck Lever1-13/+25
2021-03-22NFSD: Update the NFSv2 attrstat encoder to use struct xdr_streamChuck Lever3-12/+86
2021-03-22NFSD: Update the NFSv2 stat encoder to use struct xdr_streamChuck Lever3-9/+22
2021-03-22NFSD: Reduce svc_rqst::rq_pages churn during READDIR operationsChuck Lever1-0/+6
2021-03-22NFSD: Remove unused NFSv3 directory entry encodersChuck Lever2-201/+0
2021-03-22NFSD: Update NFSv3 READDIR entry encoders to use struct xdr_streamChuck Lever3-30/+185
2021-03-22NFSD: Update the NFSv3 READDIR3res encoder to use struct xdr_streamChuck Lever3-20/+38
2021-03-22NFSD: Count bytes instead of pages in the NFSv3 READDIR encoderChuck Lever2-29/+3
2021-03-22NFSD: Add a helper that encodes NFSv3 directory offset cookiesChuck Lever3-35/+27