summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2008-04-24nfsd: fix sparse warning in vfs.cHarvey Harrison1-1/+1
2008-04-24nfsd: fix sparse warningsHarvey Harrison4-13/+7
2008-04-24make nfsd_create_setattr() staticAdrian Bunk1-1/+1
2008-04-24NFSD: Remove NFSD_TCP kernel build optionChuck Lever1-2/+0
2008-04-24nfsd: clarify readdir/mountpoint-crossing codeJ. Bruce Fields1-3/+10
2008-04-24nfsd4: kill unnecessary check in preprocess_stateid_opJ. Bruce Fields1-1/+1
2008-04-24nfsd4: simplify stateid sequencing checksJ. Bruce Fields1-15/+26
2008-04-24nfsd4: remove unnecessary CHECK_FH check in preprocess_seqid_opJ. Bruce Fields1-7/+7
2008-04-24IPv6 support for NFS server export cachesAurélien Charbon2-5/+19
2008-04-19[PATCH] r/o bind mounts: check mnt instead of superblock directlyDave Hansen1-2/+3
2008-04-19[PATCH] r/o bind mounts: elevate write count for xattr_permission() callersDave Hansen2-1/+10
2008-04-19[PATCH] r/o bind mounts: get write access for vfs_rename() callersDave Hansen1-4/+13
2008-04-19[PATCH] r/o bind mounts: write counts for link/symlinkDave Hansen1-1/+13
2008-04-19[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()Dave Hansen2-2/+26
2008-04-19[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen2-2/+18
2008-04-19[PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen1-1/+2
2008-03-15nfsd: fix oops on access from high-numbered portsJ. Bruce Fields1-2/+2
2008-02-22Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov1-1/+1
2008-02-15d_path: Make d_path() use a struct pathJan Blunck1-1/+1
2008-02-15d_path: Make seq_path() use a struct path argumentJan Blunck1-2/+2
2008-02-15Use struct path in struct svc_expkeyJan Blunck1-17/+13
2008-02-15Use struct path in struct svc_exportJan Blunck8-67/+65
2008-02-15Introduce path_put()Jan Blunck3-7/+7
2008-02-15Embed 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-02nfsd: more careful input validation in nfsctl write methodsJ. Bruce Fields1-1/+4
2008-02-02knfsd: don't bother mapping putrootfh enoent to epermJ. Bruce Fields1-2/+0
2008-02-02svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker1-1/+1
2008-02-02knfsd: Support adding transports by writing portlist fileTom Tucker1-1/+48
2008-02-02svc: Make close transport independentTom Tucker1-2/+2
2008-02-02svc: Change services to use new svc_create_xprt serviceTom Tucker1-2/+2
2008-02-02nfsd4: clean up access_valid, deny_valid checks.J. Bruce Fields1-4/+9
2008-02-02nfsd: allow root to set uid and gid on createJ. Bruce Fields1-19/+28
2008-02-02nfsd: Allow AIX client to read dir containing mountpointsFrank Filz2-6/+23
2008-02-02nfsd4: fix bad seqid on lock request incompatible with open modeJ. Bruce Fields1-4/+3
2008-02-02nfsd4: recognize callback channel failure earlierJ. Bruce Fields2-9/+9
2008-02-02nfsd4: miscellaneous nfs4state.c style fixesJ. Bruce Fields1-29/+26
2008-02-02nfsd4: make current_clientid localJ. Bruce Fields1-3/+4
2008-02-02nfsd: fix encode_entryplus_baggage() indentationJ. Bruce Fields1-5/+5
2008-02-02nfsd4: kill unneeded cl_confirm checkJ. Bruce Fields1-3/+1
2008-02-02nfsd4: remove unnecessary cl_verifier check from setclientid_confirmJ. Bruce Fields1-4/+1
2008-02-02nfsd4: kill unnecessary same_name() in setclientid_confirmJ. Bruce Fields1-3/+1
2008-02-02nfsd: uniquify cl_confirm valuesJ. Bruce Fields1-7/+6
2008-02-02nfsd: eliminate final bogus case from setclientid logicJ. Bruce Fields1-6/+1
2008-02-02nfsd4: kill some unneeded setclientid commentsJ. Bruce Fields1-96/+40
2008-02-02nfsd: minor fs/nfsd/auth.h cleanupJ. Bruce Fields1-5/+0
2008-02-02nfsd: move nfsd/auth.h into fs/nfsdJ. Bruce Fields4-0/+30
2008-02-02knfsd: allow cache_register to return error on failureJ. Bruce Fields3-9/+28
2008-02-02nfsd: fail init on /proc/fs/nfs/exports creation failureJ. Bruce Fields1-9/+28