summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-071-1/+1
|\
| * NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code.Dai Ngo2021-04-261-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-073-18/+0
|\ \
| * | treewide: remove editor modelines and cruftMasahiro Yamada2021-05-073-18/+0
* | | Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-05-054-174/+253
|\ \ \ | |/ / |/| |
| * | nfsd: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-202-0/+2
| * | nfsd: grant read delegations to clients holding writesJ. Bruce Fields2021-04-191-14/+68
| * | nfsd: reshuffle some codeJ. Bruce Fields2021-04-191-117/+118
| * | nfsd: track filehandle aliasing in nfs4_filesJ. Bruce Fields2021-04-192-9/+30
| * | nfsd: hash nfs4_files by inode numberJ. Bruce Fields2021-04-192-16/+12
| * | nfsd: ensure new clients break delegationsJ. Bruce Fields2021-04-161-5/+19
| * | nfsd: removed unused argument in nfsd_startup_generic()Vasily Averin2021-04-151-4/+4
| * | nfsd: remove unused functionJiapeng Chong2021-04-151-9/+0
* | | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-1/+1
|\ \ \ | |/ / |/| |
| * | new helper: inode_wrong_type()Al Viro2021-03-081-1/+1
* | | NFSD: Use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-061-2/+1
* | | NFSv4.2: fix copy stateid copying for the async copyOlga Kornievskaia2021-04-011-2/+2
* | | nfsd: report client confirmation status in "info" fileNeilBrown2021-03-224-11/+30
* | | nfsd: don't ignore high bits of copy countJ. Bruce Fields2021-03-221-1/+1
* | | nfsd: COPY with length 0 should copy to end of fileJ. Bruce Fields2021-03-221-0/+3
* | | nfsd: Fix typo "accesible"Ricardo Ribalda2021-03-221-3/+3
* | | nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust2021-03-225-25/+41
* | | nfsd: Log client tracking type log message as info instead of warningPaul Menzel2021-03-221-4/+4
* | | nfsd: helper for laundromat expiry calculationsJ. Bruce Fields2021-03-221-22/+27
* | | NFSD: Clean up NFSDDBG_FACILITY macroChuck Lever2021-03-222-5/+0
* | | NFSD: Add a tracepoint to record directory entry encodingChuck Lever2021-03-222-3/+30
* | | NFSD: Clean up after updating NFSv3 ACL encodersChuck Lever2021-03-222-88/+0
* | | NFSD: Update the NFSv3 SETACL result encoder to use struct xdr_streamChuck Lever2021-03-221-3/+3
* | | NFSD: Update the NFSv3 GETACL result encoder to use struct xdr_streamChuck Lever2021-03-223-16/+43
* | | NFSD: Clean up after updating NFSv2 ACL encodersChuck Lever2021-03-222-65/+0
* | | NFSD: Update the NFSv2 ACL ACCESS result encoder to use struct xdr_streamChuck Lever2021-03-221-7/+12
* | | NFSD: Update the NFSv2 ACL GETATTR result encoder to use struct xdr_streamChuck Lever2021-03-221-22/+2
* | | NFSD: Update the NFSv2 SETACL result encoder to use struct xdr_streamChuck Lever2021-03-221-2/+2
* | | NFSD: Update the NFSv2 GETACL result encoder to use struct xdr_streamChuck Lever2021-03-223-28/+41
* | | NFSD: Remove unused NFSv2 directory entry encodersChuck Lever2021-03-223-57/+6
* | | NFSD: Update the NFSv2 READDIR entry encoder to use struct xdr_streamChuck Lever2021-03-223-11/+103
* | | NFSD: Update the NFSv2 READDIR result encoder to use struct xdr_streamChuck Lever2021-03-222-9/+14
* | | NFSD: Count bytes instead of pages in the NFSv2 READDIR encoderChuck Lever2021-03-222-5/+2
* | | NFSD: Add a helper that encodes NFSv3 directory offset cookiesChuck Lever2021-03-223-4/+18
* | | NFSD: Update the NFSv2 STATFS result encoder to use struct xdr_streamChuck Lever2021-03-221-9/+16
* | | NFSD: Update the NFSv2 READ result encoder to use struct xdr_streamChuck Lever2021-03-223-17/+17
* | | NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_streamChuck Lever2021-03-223-16/+16
* | | NFSD: Update the NFSv2 diropres encoder to use struct xdr_streamChuck Lever2021-03-221-13/+25
* | | NFSD: Update the NFSv2 attrstat encoder to use struct xdr_streamChuck Lever2021-03-223-12/+86
* | | NFSD: Update the NFSv2 stat encoder to use struct xdr_streamChuck Lever2021-03-223-9/+22
* | | NFSD: Reduce svc_rqst::rq_pages churn during READDIR operationsChuck Lever2021-03-221-0/+6
* | | NFSD: Remove unused NFSv3 directory entry encodersChuck Lever2021-03-222-201/+0
* | | NFSD: Update NFSv3 READDIR entry encoders to use struct xdr_streamChuck Lever2021-03-223-30/+185
* | | NFSD: Update the NFSv3 READDIR3res encoder to use struct xdr_streamChuck Lever2021-03-223-20/+38
* | | NFSD: Count bytes instead of pages in the NFSv3 READDIR encoderChuck Lever2021-03-222-29/+3