summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2021-03-22NFSD: Update the NFSv3 COMMIT3res encoder to use struct xdr_streamChuck Lever1-39/+15
2021-03-22NFSD: Update the NFSv3 PATHCONF3res encoder to use struct xdr_streamChuck Lever1-11/+33
2021-03-22NFSD: Update the NFSv3 FSINFO3res encoder to use struct xdr_streamChuck Lever1-16/+46
2021-03-22NFSD: Update the NFSv3 FSSTAT3res encoder to use struct xdr_streamChuck Lever1-14/+44
2021-03-22NFSD: Update the NFSv3 LINK3res encoder to use struct xdr_streamChuck Lever1-4/+4
2021-03-22NFSD: Update the NFSv3 RENAMEv3res encoder to use struct xdr_streamChuck Lever1-4/+4
2021-03-22NFSD: Update the NFSv3 CREATE family of encoders to use struct xdr_streamChuck Lever1-7/+28
2021-03-22NFSD: Update the NFSv3 WRITE3res encoder to use struct xdr_streamChuck Lever1-8/+32
2021-03-22NFSD: Update the NFSv3 READ3res encode to use struct xdr_streamChuck Lever3-20/+25
2021-03-22NFSD: Update the NFSv3 READLINK3res encoder to use struct xdr_streamChuck Lever3-18/+22
2021-03-22NFSD: Update the NFSv3 wccstat result encoder to use struct xdr_streamChuck Lever1-3/+65
2021-03-22NFSD: Update the NFSv3 LOOKUP3res encoder to use struct xdr_streamChuck Lever3-10/+37
2021-03-22NFSD: Update the NFSv3 ACCESS3res encoder to use struct xdr_streamChuck Lever2-6/+46
2021-03-22NFSD: Update the GETATTR3res encoder to use struct xdr_streamChuck Lever5-12/+91
2021-03-22NFSD: Extract the svcxdr_init_encode() helperChuck Lever5-84/+69
2021-03-11NFSD: fix error handling in NFSv4.0 callbacksOlga Kornievskaia1-0/+1
2021-03-09NFSD: fix dest to src mount in inter-server COPYOlga Kornievskaia1-1/+1
2021-03-09Revert "nfsd4: a client's own opens needn't prevent delegations"J. Bruce Fields1-40/+14
2021-03-09Revert "nfsd4: remove check_conflicting_opens warning"J. Bruce Fields1-0/+1
2021-03-08new helper: inode_wrong_type()Al Viro1-1/+1
2021-03-07nfsd: don't abort copies earlyJ. Bruce Fields1-1/+1
2021-03-07fs: nfsd: fix kconfig dependency warning for NFSD_V4Julian Braha1-0/+1
2021-03-07nfsd: Don't keep looking up unhashed files in the nfsd file cacheTrond Myklebust1-0/+2
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-33/+57
2021-02-23Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-7/+7
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-15nfsd: register pernet ops last, unregister firstJ. Bruce Fields1-7/+7
2021-01-30nfsd: skip some unnecessary stats in the v4 caseJ. Bruce Fields1-17/+27
2021-01-30nfs: use change attribute for NFS re-exportsJ. Bruce Fields1-1/+4
2021-01-28NFSv4_2: SSC helper should use its own config.Dai Ngo1-0/+1
2021-01-28nfsd: cstate->session->se_client -> cstate->clpJ. Bruce Fields2-11/+10
2021-01-28nfsd: simplify nfsd4_check_open_reclaimJ. Bruce Fields3-19/+5
2021-01-28nfsd: remove unused set_client argumentJ. Bruce Fields1-13/+10
2021-01-25nfsd: find_cpntf_state cleanupJ. Bruce Fields1-8/+14
2021-01-25nfsd: refactor set_clientJ. Bruce Fields1-16/+16
2021-01-25nfsd: rename lookup_clientid->set_clientJ. Bruce Fields1-10/+8
2021-01-25nfsd: simplify nfsd_renewJ. Bruce Fields1-6/+3
2021-01-25nfsd: simplify process_lockJ. Bruce Fields1-4/+0
2021-01-25nfsd4: simplify process_lookup1J. Bruce Fields1-2/+0
2021-01-25nfsd: report per-export statsAmir Goldstein7-16/+92
2021-01-25nfsd: protect concurrent access to nfsd stats countersAmir Goldstein8-53/+192
2021-01-25nfsd: remove unused stats countersAmir Goldstein2-35/+16
2021-01-25NFSD: Clean up after updating NFSv3 ACL decodersChuck Lever2-22/+0
2021-01-25NFSD: Update the NFSv2 SETACL argument decoder to use struct xdr_streamChuck Lever1-18/+13
2021-01-25NFSD: Update the NFSv3 GETACL argument decoder to use struct xdr_streamChuck Lever3-6/+17
2021-01-25NFSD: Clean up after updating NFSv2 ACL decodersChuck Lever2-19/+0
2021-01-25NFSD: Update the NFSv2 ACL ACCESS argument decoder to use struct xdr_streamChuck Lever1-5/+6
2021-01-25NFSD: Update the NFSv2 ACL GETATTR argument decoder to use struct xdr_streamChuck Lever1-11/+1
2021-01-25NFSD: Update the NFSv2 SETACL argument decoder to use struct xdr_streamChuck Lever2-18/+13
2021-01-25NFSD: Update the NFSv2 GETACL argument decoder to use struct xdr_streamChuck Lever4-7/+17