aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-01nfsd: clean up mnt_want_write callsGravatar Miklos Szeredi 1-14/+11
2008-06-23nfsd: rename MAY_ flagsGravatar Miklos Szeredi 1-56/+59
2008-04-23knfsd: clear both setuid and setgid whenever a chown is doneGravatar Jeff Layton 1-13/+14
2008-04-23knfsd: get rid of imode variable in nfsd_setattrGravatar Jeff Layton 1-3/+1
2008-04-23nfsd: fix sparse warning in vfs.cGravatar Harvey Harrison 1-1/+1
2008-04-23make nfsd_create_setattr() staticGravatar Adrian Bunk 1-1/+1
2008-04-19[PATCH] r/o bind mounts: check mnt instead of superblock directlyGravatar Dave Hansen 1-2/+3
2008-04-19[PATCH] r/o bind mounts: elevate write count for xattr_permission() callersGravatar Dave Hansen 1-0/+4
2008-04-19[PATCH] r/o bind mounts: get write access for vfs_rename() callersGravatar Dave Hansen 1-4/+13
2008-04-19[PATCH] r/o bind mounts: write counts for link/symlinkGravatar Dave Hansen 1-1/+13
2008-04-19[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()Gravatar Dave Hansen 1-2/+22
2008-04-19[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Gravatar Dave Hansen 1-1/+7
2008-02-14Use struct path in struct svc_exportGravatar Jan Blunck 1-6/+7
2008-02-01nfsd: allow root to set uid and gid on createGravatar J. Bruce Fields 1-19/+28
2008-02-01NFSD: Adjust filename length argument of nfsd_lookupGravatar Chuck Lever 1-2/+2
2007-10-19Use helpers to obtain task pid in printksGravatar Pavel Emelyanov 1-3/+3
2007-10-18knfsd: only set ATTR_KILL_S*ID if ATTR_MODE isn't being explicitly setGravatar Jeff Layton 1-6/+15
2007-10-17Implement file posix capabilitiesGravatar Serge E. Hallyn 1-2/+2
2007-10-17r/o bind mounts: create cleanup helper svc_msnfs()Gravatar Dave Hansen 1-4/+11
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-7/+6
2007-10-09nfsd: remove IS_ISMNDLCK macroGravatar J. Bruce Fields 1-7/+6
2007-10-09Cleanup macros for distinguishing mandatory locksGravatar Pavel Emelyanov 1-1/+1
2007-10-09nfsd: fix horrible indentation in nfsd_setattrGravatar Christoph Hellwig 1-17/+26
2007-09-10knfsd: Fixed problem with NFS exporting directories which are mounted on.Gravatar Neil Brown 1-1/+2
2007-07-31knfsd: set the response bitmask for NFS4_CREATE_EXCLUSIVEGravatar Jeff Layton 1-1/+4
2007-07-19knfsd: clean up EX_RDONLYGravatar J. Bruce Fields 1-10/+3
2007-07-19knfsd: move EX_RDONLY out of headerGravatar J. Bruce Fields 1-0/+12
2007-07-19nfsd: remove unnecessary NULL checks from nfsd_cross_mntGravatar J. Bruce Fields 1-2/+2
2007-07-19nfsd: fix possible read-ahead cache and export table corruptionGravatar J. Bruce Fields 1-1/+1
2007-07-17knfsd: nfsd4: make readonly access depend on pseudoflavorGravatar J. Bruce Fields 1-6/+7
2007-07-17knfsd: nfsd4: return nfserr_wrongsecGravatar Andy Adamson 1-0/+4
2007-07-17knfsd: nfsd: factor nfsd_lookup into 2 piecesGravatar J. Bruce Fields 1-19/+36
2007-07-17knfsd: nfsd: provide export lookup wrappers which take a svc_rqstGravatar J. Bruce Fields 1-3/+2
2007-07-17knfsd: nfsd: remove superfluous assignment from nfsd_lookupGravatar J. Bruce Fields 1-2/+0
2007-07-17knfsd: nfsd: make all exp_finding functions return -errno's on errGravatar J. Bruce Fields 1-5/+4
2007-07-17knfsd: nfsd4: fix handling of acl errrorsGravatar J. Bruce Fields 1-15/+7
2007-07-13nfsd: fix nfsd_vfs_read() splice actor setupGravatar Jens Axboe 1-0/+1
2007-07-10pipe: change the ->pin() operation to ->confirm()Gravatar Jens Axboe 1-1/+1
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerGravatar Jens Axboe 1-1/+1
2007-07-10sendfile: convert nfsd to splice_direct_to_actor()Gravatar Jens Axboe 1-16/+31
2007-02-16[PATCH] knfsd: nfsd4: fix error return on unsupported aclGravatar J. Bruce Fields 1-1/+4
2007-01-30[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...Gravatar NeilBrown 1-1/+0
2007-01-26[PATCH] knfsd: Fix type mismatch with filldir_t used by nfsdGravatar NeilBrown 1-2/+2
2007-01-26[PATCH] knfsd: Don't mess with the 'mode' when storing a exclusive-create cookieGravatar Peter Staubach 1-16/+5
2007-01-26[PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned readsGravatar NeilBrown 1-1/+2
2006-12-13[PATCH] knfsd: nfsd: don't drop silently on upcall deferralGravatar J.Bruce Fields 1-1/+1
2006-12-08[PATCH] nfsd: replace kmalloc+memset with kcalloc + simplify NULL checkGravatar Yan Burman 1-19/+18
2006-12-08[PATCH] nfsd: change uses of f_{dentry, vfsmnt} to use f_pathGravatar Josef "Jeff" Sipek 1-8/+8
2006-11-08[PATCH] nfsd: fix spurious error return from nfsd_create in async caseGravatar J. Bruce Fields 1-1/+1
2006-11-08[PATCH] nfsd4: fix open-create permissionsGravatar J. Bruce Fields 1-1/+3