aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-14nfsd: fix oops on access from high-numbered portsJ. Bruce Fields1-2/+2
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov1-1/+1
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-1/+1
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck1-2/+2
2008-02-14Use struct path in struct svc_expkeyJan Blunck1-17/+13
2008-02-14Use struct path in struct svc_exportJan Blunck8-67/+65
2008-02-14Introduce path_put()Jan Blunck3-7/+7
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck3-34/+35
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-2/+2
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan1-5/+5
2008-02-01nfsd: more careful input validation in nfsctl write methodsJ. Bruce Fields1-1/+4
2008-02-01knfsd: don't bother mapping putrootfh enoent to epermJ. Bruce Fields1-2/+0
2008-02-01svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker1-1/+1
2008-02-01knfsd: Support adding transports by writing portlist fileTom Tucker1-1/+48
2008-02-01svc: Make close transport independentTom Tucker1-2/+2
2008-02-01svc: Change services to use new svc_create_xprt serviceTom Tucker1-2/+2
2008-02-01nfsd4: clean up access_valid, deny_valid checks.J. Bruce Fields1-4/+9
2008-02-01nfsd: allow root to set uid and gid on createJ. Bruce Fields1-19/+28
2008-02-01nfsd: Allow AIX client to read dir containing mountpointsFrank Filz2-6/+23
2008-02-01nfsd4: fix bad seqid on lock request incompatible with open modeJ. Bruce Fields1-4/+3
2008-02-01nfsd4: recognize callback channel failure earlierJ. Bruce Fields2-9/+9
2008-02-01nfsd4: miscellaneous nfs4state.c style fixesJ. Bruce Fields1-29/+26
2008-02-01nfsd4: make current_clientid localJ. Bruce Fields1-3/+4
2008-02-01nfsd: fix encode_entryplus_baggage() indentationJ. Bruce Fields1-5/+5
2008-02-01nfsd4: kill unneeded cl_confirm checkJ. Bruce Fields1-3/+1
2008-02-01nfsd4: remove unnecessary cl_verifier check from setclientid_confirmJ. Bruce Fields1-4/+1
2008-02-01nfsd4: kill unnecessary same_name() in setclientid_confirmJ. Bruce Fields1-3/+1
2008-02-01nfsd: uniquify cl_confirm valuesJ. Bruce Fields1-7/+6
2008-02-01nfsd: eliminate final bogus case from setclientid logicJ. Bruce Fields1-6/+1
2008-02-01nfsd4: kill some unneeded setclientid commentsJ. Bruce Fields1-96/+40
2008-02-01nfsd: minor fs/nfsd/auth.h cleanupJ. Bruce Fields1-5/+0
2008-02-01nfsd: move nfsd/auth.h into fs/nfsdJ. Bruce Fields4-0/+30
2008-02-01knfsd: allow cache_register to return error on failureJ. Bruce Fields3-9/+28
2008-02-01nfsd: fail init on /proc/fs/nfs/exports creation failureJ. Bruce Fields1-9/+28
2008-02-01knfsd: cache unregistration needn't return errorJ. Bruce Fields2-8/+4
2008-02-01nfsd: fail module init on reply cache init failureJ. Bruce Fields2-20/+19
2008-02-01nfsd: cleanup nfsd module initialization cleanupJ. Bruce Fields1-10/+12
2008-02-01knfsd: cleanup nfsd4 properly on module init failureJ. Bruce Fields1-0/+2
2008-02-01nfsd: Fix handling of negative lengths in read_buf()J. Bruce Fields1-2/+7
2008-02-01NFSD: Fix mixed sign comparison in nfs3svc_decode_symlinkargsChuck Lever1-3/+3
2008-02-01NFSD: Use unsigned length argument for decode_pathnameChuck Lever1-2/+2
2008-02-01NFSD: Adjust filename length argument of nfsd_lookupChuck Lever1-2/+2
2008-02-01NFSD: Use unsigned length argument for decode_filenameChuck Lever2-4/+4
2008-02-01knfsd: fix broken length check in nfs4idmap.cJ. Bruce Fields1-6/+3
2008-02-01nfsd: Fix inconsistent assignmentPrasad P1-1/+6
2008-02-01nfsd: move callback rpc_client creation into separate threadJ. Bruce Fields1-39/+39
2008-02-01nfsd4: probe callback channel only onceJ. Bruce Fields2-4/+2
2008-01-13knfsd: Allow NFSv2/3 WRITE calls to succeed when krb5i etc is used.NeilBrown2-2/+8
2007-11-12nfsd4: recheck for secure ports in fh_verifyJ. Bruce Fields1-17/+26
2007-11-12knfsd: fix spurious EINVAL errors on first access of new filesystemJ. Bruce Fields2-2/+2