summaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | NFSD: Add a helper that encodes NFSv3 directory offset cookiesChuck Lever2021-03-223-35/+27
* | | NFSD: Update the NFSv3 COMMIT3res encoder to use struct xdr_streamChuck Lever2021-03-221-39/+15
* | | NFSD: Update the NFSv3 PATHCONF3res encoder to use struct xdr_streamChuck Lever2021-03-221-11/+33
* | | NFSD: Update the NFSv3 FSINFO3res encoder to use struct xdr_streamChuck Lever2021-03-221-16/+46
* | | NFSD: Update the NFSv3 FSSTAT3res encoder to use struct xdr_streamChuck Lever2021-03-221-14/+44
* | | NFSD: Update the NFSv3 LINK3res encoder to use struct xdr_streamChuck Lever2021-03-221-4/+4
* | | NFSD: Update the NFSv3 RENAMEv3res encoder to use struct xdr_streamChuck Lever2021-03-221-4/+4
* | | NFSD: Update the NFSv3 CREATE family of encoders to use struct xdr_streamChuck Lever2021-03-221-7/+28