aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-26nfsd: Use lowercase names of quota functionsJan Kara1-2/+2
2009-01-07nfsd: fix double-locks of directory mutexJ. Bruce Fields1-3/+31
2009-01-05add a vfs_fsync helperChristoph Hellwig1-32/+3
2009-01-05inode->i_op is never NULLAl Viro1-4/+4
2008-11-14Merge branch 'master' into nextJames Morris1-4/+1
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-1/+2
2008-11-14CRED: Wrap task credential accesses in the NFS daemonDavid Howells1-3/+3
2008-11-09Fix nfsd truncation of readdir resultsDoug Nazar1-4/+1
2008-10-30nfsd: fix failure to set eof in readdir in some situationsJ. Bruce Fields1-0/+1
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-16/+110
2008-10-23[PATCH] Optimise NFS readdir hack slightly.David Woodhouse1-2/+3
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro1-2/+9
2008-10-23[PATCH] Copy XFS readdir hack into nfsd code.David Woodhouse1-15/+93
2008-10-23[PATCH] Factor out nfsd_do_readdir() into its own functionDavid Woodhouse1-16/+24
2008-10-22nfsd: Fix memory leak in nfsd_getxattrKrishna Kumar1-1/+5
2008-09-29knfsd: allocate readahead cache in individual chunksJeff Layton1-24/+35
2008-09-29nfsd: permit unauthenticated stat of export rootJ. Bruce Fields1-2/+2
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro1-2/+2
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi1-8/+2
2008-07-01nfsd: clean up mnt_want_write callsMiklos Szeredi1-14/+11
2008-06-23nfsd: rename MAY_ flagsMiklos Szeredi1-56/+59
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: fix sparse warning in vfs.cHarvey Harrison1-1/+1
2008-04-23make nfsd_create_setattr() staticAdrian Bunk1-1/+1
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 Hansen1-0/+4
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 Hansen1-2/+22
2008-04-19[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen1-1/+7
2008-02-14Use struct path in struct svc_exportJan Blunck1-6/+7
2008-02-01nfsd: allow root to set uid and gid on createJ. Bruce Fields1-19/+28
2008-02-01NFSD: Adjust filename length argument of nfsd_lookupChuck Lever1-2/+2
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-3/+3
2007-10-18knfsd: only set ATTR_KILL_S*ID if ATTR_MODE isn't being explicitly setJeff Layton1-6/+15
2007-10-17Implement file posix capabilitiesSerge E. Hallyn1-2/+2
2007-10-17r/o bind mounts: create cleanup helper svc_msnfs()Dave Hansen1-4/+11
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-7/+6
2007-10-09nfsd: remove IS_ISMNDLCK macroJ. Bruce Fields1-7/+6
2007-10-09Cleanup macros for distinguishing mandatory locksPavel Emelyanov1-1/+1
2007-10-09nfsd: fix horrible indentation in nfsd_setattrChristoph Hellwig1-17/+26
2007-09-10knfsd: Fixed problem with NFS exporting directories which are mounted on.Neil Brown1-1/+2
2007-07-31knfsd: set the response bitmask for NFS4_CREATE_EXCLUSIVEJeff Layton1-1/+4
2007-07-19knfsd: clean up EX_RDONLYJ. Bruce Fields1-10/+3
2007-07-19knfsd: move EX_RDONLY out of headerJ. Bruce Fields1-0/+12
2007-07-19nfsd: remove unnecessary NULL checks from nfsd_cross_mntJ. Bruce Fields1-2/+2
2007-07-19nfsd: fix possible read-ahead cache and export table corruptionJ. Bruce Fields1-1/+1
2007-07-17knfsd: nfsd4: make readonly access depend on pseudoflavorJ. Bruce Fields1-6/+7
2007-07-17knfsd: nfsd4: return nfserr_wrongsecAndy Adamson1-0/+4