| Commit message (Expand) | Author | Age | Files | Lines |
* | nfsd: fix double-locks of directory mutex | J. Bruce Fields | 2009-01-07 | 1 | -3/+31 |
* | add a vfs_fsync helper | Christoph Hellwig | 2009-01-05 | 1 | -32/+3 |
* | inode->i_op is never NULL | Al Viro | 2009-01-05 | 1 | -4/+4 |
* | Merge branch 'master' into next | James Morris | 2008-11-14 | 1 | -4/+1 |
|\ |
|
| * | Fix nfsd truncation of readdir results | Doug Nazar | 2008-11-09 | 1 | -4/+1 |
* | | CRED: Pass credentials through dentry_open() | David Howells | 2008-11-14 | 1 | -1/+2 |
* | | CRED: Wrap task credential accesses in the NFS daemon | David Howells | 2008-11-14 | 1 | -3/+3 |
|/ |
|
* | nfsd: fix failure to set eof in readdir in some situations | J. Bruce Fields | 2008-10-30 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-10-23 | 1 | -16/+110 |
|\ |
|
| * | [PATCH] Optimise NFS readdir hack slightly. | David Woodhouse | 2008-10-23 | 1 | -2/+3 |
| * | [PATCH] prepare vfs_readdir() callers to returning filldir result | Al Viro | 2008-10-23 | 1 | -2/+9 |
| * | [PATCH] Copy XFS readdir hack into nfsd code. | David Woodhouse | 2008-10-23 | 1 | -15/+93 |
| * | [PATCH] Factor out nfsd_do_readdir() into its own function | David Woodhouse | 2008-10-23 | 1 | -16/+24 |
* | | nfsd: Fix memory leak in nfsd_getxattr | Krishna Kumar | 2008-10-22 | 1 | -1/+5 |
|/ |
|
* | knfsd: allocate readahead cache in individual chunks | Jeff Layton | 2008-09-29 | 1 | -24/+35 |
* | nfsd: permit unauthenticated stat of export root | J. Bruce Fields | 2008-09-29 | 1 | -2/+2 |
* | [PATCH] kill nameidata passing to permission(), rename to inode_permission() | Al Viro | 2008-07-27 | 1 | -2/+2 |
* | [patch 5/5] vfs: remove mode parameter from vfs_symlink() | Miklos Szeredi | 2008-07-27 | 1 | -8/+2 |
* | nfsd: clean up mnt_want_write calls | Miklos Szeredi | 2008-07-01 | 1 | -14/+11 |
* | nfsd: rename MAY_ flags | Miklos Szeredi | 2008-06-23 | 1 | -56/+59 |
* | knfsd: clear both setuid and setgid whenever a chown is done | Jeff Layton | 2008-04-23 | 1 | -13/+14 |
* | knfsd: get rid of imode variable in nfsd_setattr | Jeff Layton | 2008-04-23 | 1 | -3/+1 |
* | nfsd: fix sparse warning in vfs.c | Harvey Harrison | 2008-04-23 | 1 | -1/+1 |
* | make nfsd_create_setattr() static | Adrian Bunk | 2008-04-23 | 1 | -1/+1 |
* | [PATCH] r/o bind mounts: check mnt instead of superblock directly | Dave Hansen | 2008-04-19 | 1 | -2/+3 |
* | [PATCH] r/o bind mounts: elevate write count for xattr_permission() callers | Dave Hansen | 2008-04-19 | 1 | -0/+4 |
* | [PATCH] r/o bind mounts: get write access for vfs_rename() callers | Dave Hansen | 2008-04-19 | 1 | -4/+13 |
* | [PATCH] r/o bind mounts: write counts for link/symlink | Dave Hansen | 2008-04-19 | 1 | -1/+13 |
* | [PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir() | Dave Hansen | 2008-04-19 | 1 | -2/+22 |
* | [PATCH] r/o bind mounts: elevate write count for rmdir and unlink. | Dave Hansen | 2008-04-19 | 1 | -1/+7 |
* | Use struct path in struct svc_export | Jan Blunck | 2008-02-15 | 1 | -6/+7 |
* | nfsd: allow root to set uid and gid on create | J. Bruce Fields | 2008-02-01 | 1 | -19/+28 |
* | NFSD: Adjust filename length argument of nfsd_lookup | Chuck Lever | 2008-02-01 | 1 | -2/+2 |
* | Use helpers to obtain task pid in printks | Pavel Emelyanov | 2007-10-19 | 1 | -3/+3 |
* | knfsd: only set ATTR_KILL_S*ID if ATTR_MODE isn't being explicitly set | Jeff Layton | 2007-10-18 | 1 | -6/+15 |
* | Implement file posix capabilities | Serge E. Hallyn | 2007-10-17 | 1 | -2/+2 |
* | r/o bind mounts: create cleanup helper svc_msnfs() | Dave Hansen | 2007-10-17 | 1 | -4/+11 |
* | Merge branch 'locks' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2007-10-16 | 1 | -7/+6 |
|\ |
|
| * | nfsd: remove IS_ISMNDLCK macro | J. Bruce Fields | 2007-10-10 | 1 | -7/+6 |
| * | Cleanup macros for distinguishing mandatory locks | Pavel Emelyanov | 2007-10-10 | 1 | -1/+1 |
* | | nfsd: fix horrible indentation in nfsd_setattr | Christoph Hellwig | 2007-10-10 | 1 | -17/+26 |
|/ |
|
* | knfsd: Fixed problem with NFS exporting directories which are mounted on. | Neil Brown | 2007-09-11 | 1 | -1/+2 |
* | knfsd: set the response bitmask for NFS4_CREATE_EXCLUSIVE | Jeff Layton | 2007-08-01 | 1 | -1/+4 |
* | knfsd: clean up EX_RDONLY | J. Bruce Fields | 2007-07-19 | 1 | -10/+3 |
* | knfsd: move EX_RDONLY out of header | J. Bruce Fields | 2007-07-19 | 1 | -0/+12 |
* | nfsd: remove unnecessary NULL checks from nfsd_cross_mnt | J. Bruce Fields | 2007-07-19 | 1 | -2/+2 |
* | nfsd: fix possible read-ahead cache and export table corruption | J. Bruce Fields | 2007-07-19 | 1 | -1/+1 |
* | knfsd: nfsd4: make readonly access depend on pseudoflavor | J. Bruce Fields | 2007-07-17 | 1 | -6/+7 |
* | knfsd: nfsd4: return nfserr_wrongsec | Andy Adamson | 2007-07-17 | 1 | -0/+4 |
* | knfsd: nfsd: factor nfsd_lookup into 2 pieces | J. Bruce Fields | 2007-07-17 | 1 | -19/+36 |