aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-25nfsd: don't allow setting ctime over v4J. Bruce Fields1-14/+0
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields1-3/+0
2008-04-25lockd: unlock lockd locks held for a certain filesystemWendy Cheng1-0/+32
2008-04-25lockd: unlock lockd locks associated with a given server ipWendy Cheng1-0/+33
2008-04-23knfsd: clear both setuid and setgid whenever a chown is doneJeff Layton1-13/+14
2008-04-23knfsd: get rid of imode variable in nfsd_setattrJeff Layton1-3/+1
2008-04-23nfsd: use static memory for callback program and statsOlga Kornievskaia1-11/+17
2008-04-23nfsd: move most of fh_verify to separate functionJ. Bruce Fields1-105/+123
2008-04-23nfsd: initialize lease type in nfs4_open_delegation()Felix Blyakher1-2/+2
2008-04-23nfsd: fix sparse warning in vfs.cHarvey Harrison1-1/+1
2008-04-23nfsd: fix sparse warningsHarvey Harrison4-13/+7
2008-04-23make nfsd_create_setattr() staticAdrian Bunk1-1/+1
2008-04-23NFSD: Remove NFSD_TCP kernel build optionChuck Lever1-2/+0
2008-04-23nfsd: clarify readdir/mountpoint-crossing codeJ. Bruce Fields1-3/+10
2008-04-23nfsd4: kill unnecessary check in preprocess_stateid_opJ. Bruce Fields1-1/+1
2008-04-23nfsd4: simplify stateid sequencing checksJ. Bruce Fields1-15/+26
2008-04-23nfsd4: remove unnecessary CHECK_FH check in preprocess_seqid_opJ. Bruce Fields1-7/+7
2008-04-23IPv6 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-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