summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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-261-2/+2
* [patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi2008-07-261-8/+2
* nfsd: clean up mnt_want_write callsMiklos Szeredi2008-07-011-14/+11
* 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/+1
* 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-141-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-151-7/+6
|\
| * nfsd: remove IS_ISMNDLCK macroJ. Bruce Fields2007-10-091-7/+6
| * Cleanup macros for distinguishing mandatory locksPavel Emelyanov2007-10-091-1/+1
* | nfsd: fix horrible indentation in nfsd_setattrChristoph Hellwig2007-10-091-17/+26
|/
* knfsd: Fixed problem with NFS exporting directories which are mounted on.Neil Brown2007-09-101-1/+2
* knfsd: set the response bitmask for NFS4_CREATE_EXCLUSIVEJeff Layton2007-07-311-1/+4
* knfsd: clean up EX_RDONLYJ. Bruce Fields2007-07-191-10/+3
* 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
* knfsd: nfsd: factor nfsd_lookup into 2 piecesJ. Bruce Fields2007-07-171-19/+36
* knfsd: nfsd: provide export lookup wrappers which take a svc_rqstJ. Bruce Fields2007-07-171-3/+2
* knfsd: nfsd: remove superfluous assignment from nfsd_lookupJ. Bruce Fields2007-07-171-2/+0
* knfsd: nfsd: make all exp_finding functions return -errno's on errJ. Bruce Fields2007-07-171-5/+4
* knfsd: nfsd4: fix handling of acl errrorsJ. Bruce Fields2007-07-171-15/+7
* nfsd: fix nfsd_vfs_read() splice actor setupJens Axboe2007-07-131-0/+1
* pipe: change the ->pin() operation to ->confirm()Jens Axboe2007-07-101-1/+1
* splice: divorce the splice structure/function definitions from the pipe headerJens Axboe2007-07-101-1/+1
OpenPOWER on IntegriCloud