summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* Use f_lock to protect f_flagsJonathan Corbet2009-03-161-1/+4
* nfsd: fix double-locks of directory mutexJ. Bruce Fields2009-01-071-3/+31
* add a vfs_fsync helperChristoph Hellwig2009-01-051-32/+3Star
* inode->i_op is never NULLAl Viro2009-01-051-4/+4
* Merge branch 'master' into nextJames Morris2008-11-141-4/+1Star
|\
| * Fix nfsd truncation of readdir resultsDoug Nazar2008-11-091-4/+1Star
* | CRED: Pass credentials through dentry_open()David Howells2008-11-141-1/+2
* | CRED: Wrap task credential accesses in the NFS daemonDavid Howells2008-11-141-3/+3
|/
* nfsd: fix failure to set eof in readdir in some situationsJ. Bruce Fields2008-10-301-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-231-16/+110
|\
| * [PATCH] Optimise NFS readdir hack slightly.David Woodhouse2008-10-231-2/+3
| * [PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro2008-10-231-2/+9
| * [PATCH] Copy XFS readdir hack into nfsd code.David Woodhouse2008-10-231-15/+93
| * [PATCH] Factor out nfsd_do_readdir() into its own functionDavid Woodhouse2008-10-231-16/+24
* | nfsd: Fix memory leak in nfsd_getxattrKrishna Kumar2008-10-221-1/+5
|/
* knfsd: allocate readahead cache in individual chunksJeff Layton2008-09-291-24/+35
* nfsd: permit unauthenticated stat of export rootJ. Bruce Fields2008-09-291-2/+2
* [PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro2008-07-271-2/+2
* [patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi2008-07-271-8/+2Star
* nfsd: clean up mnt_want_write callsMiklos Szeredi2008-07-011-14/+11Star
* nfsd: rename MAY_ flagsMiklos Szeredi2008-06-231-56/+59
* knfsd: clear both setuid and setgid whenever a chown is doneJeff Layton2008-04-231-13/+14
* knfsd: get rid of imode variable in nfsd_setattrJeff Layton2008-04-231-3/+1Star
* nfsd: fix sparse warning in vfs.cHarvey Harrison2008-04-231-1/+1
* make nfsd_create_setattr() staticAdrian Bunk2008-04-231-1/+1
* [PATCH] r/o bind mounts: check mnt instead of superblock directlyDave Hansen2008-04-191-2/+3
* [PATCH] r/o bind mounts: elevate write count for xattr_permission() callersDave Hansen2008-04-191-0/+4
* [PATCH] r/o bind mounts: get write access for vfs_rename() callersDave Hansen2008-04-191-4/+13
* [PATCH] r/o bind mounts: write counts for link/symlinkDave Hansen2008-04-191-1/+13
* [PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()Dave Hansen2008-04-191-2/+22
* [PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen2008-04-191-1/+7
* Use struct path in struct svc_exportJan Blunck2008-02-151-6/+7
* nfsd: allow root to set uid and gid on createJ. Bruce Fields2008-02-011-19/+28
* NFSD: Adjust filename length argument of nfsd_lookupChuck Lever2008-02-011-2/+2
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-3/+3
* knfsd: only set ATTR_KILL_S*ID if ATTR_MODE isn't being explicitly setJeff Layton2007-10-181-6/+15
* Implement file posix capabilitiesSerge E. Hallyn2007-10-171-2/+2
* r/o bind mounts: create cleanup helper svc_msnfs()Dave Hansen2007-10-171-4/+11
* Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-10-161-7/+6Star
|\
| * nfsd: remove IS_ISMNDLCK macroJ. Bruce Fields2007-10-101-7/+6Star
| * Cleanup macros for distinguishing mandatory locksPavel Emelyanov2007-10-101-1/+1
* | nfsd: fix horrible indentation in nfsd_setattrChristoph Hellwig2007-10-101-17/+26
|/
* knfsd: Fixed problem with NFS exporting directories which are mounted on.Neil Brown2007-09-111-1/+2
* knfsd: set the response bitmask for NFS4_CREATE_EXCLUSIVEJeff Layton2007-08-011-1/+4
* knfsd: clean up EX_RDONLYJ. Bruce Fields2007-07-191-10/+3Star
* knfsd: move EX_RDONLY out of headerJ. Bruce Fields2007-07-191-0/+12
* nfsd: remove unnecessary NULL checks from nfsd_cross_mntJ. Bruce Fields2007-07-191-2/+2
* nfsd: fix possible read-ahead cache and export table corruptionJ. Bruce Fields2007-07-191-1/+1
* knfsd: nfsd4: make readonly access depend on pseudoflavorJ. Bruce Fields2007-07-171-6/+7
* knfsd: nfsd4: return nfserr_wrongsecAndy Adamson2007-07-171-0/+4