summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)Author
2008-04-23knfsd: clear both setuid and setgid whenever a chown is doneJeff Layton
2008-04-23knfsd: get rid of imode variable in nfsd_setattrJeff Layton
2008-04-23nfsd: fix sparse warning in vfs.cHarvey Harrison
2008-04-23make nfsd_create_setattr() staticAdrian Bunk
2008-04-19[PATCH] r/o bind mounts: check mnt instead of superblock directlyDave Hansen
2008-04-19[PATCH] r/o bind mounts: elevate write count for xattr_permission() callersDave Hansen
2008-04-19[PATCH] r/o bind mounts: get write access for vfs_rename() callersDave Hansen
2008-04-19[PATCH] r/o bind mounts: write counts for link/symlinkDave Hansen
2008-04-19[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()Dave Hansen
2008-04-19[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen
2008-02-14Use struct path in struct svc_exportJan Blunck
2008-02-01nfsd: allow root to set uid and gid on createJ. Bruce Fields
2008-02-01NFSD: Adjust filename length argument of nfsd_lookupChuck Lever
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-18knfsd: only set ATTR_KILL_S*ID if ATTR_MODE isn't being explicitly setJeff Layton
2007-10-17Implement file posix capabilitiesSerge E. Hallyn
2007-10-17r/o bind mounts: create cleanup helper svc_msnfs()Dave Hansen
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2007-10-09nfsd: remove IS_ISMNDLCK macroJ. Bruce Fields
2007-10-09Cleanup macros for distinguishing mandatory locksPavel Emelyanov
2007-10-09nfsd: fix horrible indentation in nfsd_setattrChristoph Hellwig
2007-09-10knfsd: Fixed problem with NFS exporting directories which are mounted on.Neil Brown
2007-07-31knfsd: set the response bitmask for NFS4_CREATE_EXCLUSIVEJeff Layton
2007-07-19knfsd: clean up EX_RDONLYJ. Bruce Fields
2007-07-19knfsd: move EX_RDONLY out of headerJ. Bruce Fields
2007-07-19nfsd: remove unnecessary NULL checks from nfsd_cross_mntJ. Bruce Fields
2007-07-19nfsd: fix possible read-ahead cache and export table corruptionJ. Bruce Fields
2007-07-17knfsd: nfsd4: make readonly access depend on pseudoflavorJ. Bruce Fields
2007-07-17knfsd: nfsd4: return nfserr_wrongsecAndy Adamson
2007-07-17knfsd: nfsd: factor nfsd_lookup into 2 piecesJ. Bruce Fields
2007-07-17knfsd: nfsd: provide export lookup wrappers which take a svc_rqstJ. Bruce Fields
2007-07-17knfsd: nfsd: remove superfluous assignment from nfsd_lookupJ. Bruce Fields
2007-07-17knfsd: nfsd: make all exp_finding functions return -errno's on errJ. Bruce Fields
2007-07-17knfsd: nfsd4: fix handling of acl errrorsJ. Bruce Fields
2007-07-13nfsd: fix nfsd_vfs_read() splice actor setupJens Axboe
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe
2007-07-10sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe
2007-02-16[PATCH] knfsd: nfsd4: fix error return on unsupported aclJ. Bruce Fields
2007-01-30[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...NeilBrown
2007-01-26[PATCH] knfsd: Fix type mismatch with filldir_t used by nfsdNeilBrown
2007-01-26[PATCH] knfsd: Don't mess with the 'mode' when storing a exclusive-create cookiePeter Staubach
2007-01-26[PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned readsNeilBrown
2006-12-13[PATCH] knfsd: nfsd: don't drop silently on upcall deferralJ.Bruce Fields
2006-12-08[PATCH] nfsd: replace kmalloc+memset with kcalloc + simplify NULL checkYan Burman
2006-12-08[PATCH] nfsd: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-11-08[PATCH] nfsd: fix spurious error return from nfsd_create in async caseJ. Bruce Fields
2006-11-08[PATCH] nfsd4: fix open-create permissionsJ. Bruce Fields
2006-10-20[PATCH] nfsd: vfs.c endianness annotationsAl Viro
2006-10-04[PATCH] knfsd: nfsd4: acls: fix handling of zero-length aclsJ.Bruce Fields