| Commit message (Expand) | Author | Age | Files | Lines |
* | nfsd: reorder printk in do_probe_callback to avoid use-after-free | J. Bruce Fields | 2008-05-18 | 1 | -1/+1 |
* | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 1 | -2/+2 |
* | nfsd: use proc_create to setup de->proc_fops | Denis V. Lunev | 2008-04-29 | 1 | -2/+2 |
* | nfsd: don't allow setting ctime over v4 | J. Bruce Fields | 2008-04-25 | 1 | -14/+0 |
* | locks: don't call ->copy_lock methods on return of conflicting locks | J. Bruce Fields | 2008-04-25 | 1 | -3/+0 |
* | lockd: unlock lockd locks held for a certain filesystem | Wendy Cheng | 2008-04-25 | 1 | -0/+32 |
* | lockd: unlock lockd locks associated with a given server ip | Wendy Cheng | 2008-04-25 | 1 | -0/+33 |
* | 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: use static memory for callback program and stats | Olga Kornievskaia | 2008-04-23 | 1 | -11/+17 |
* | nfsd: move most of fh_verify to separate function | J. Bruce Fields | 2008-04-23 | 1 | -105/+123 |
* | nfsd: initialize lease type in nfs4_open_delegation() | Felix Blyakher | 2008-04-23 | 1 | -2/+2 |
* | nfsd: fix sparse warning in vfs.c | Harvey Harrison | 2008-04-23 | 1 | -1/+1 |
* | nfsd: fix sparse warnings | Harvey Harrison | 2008-04-23 | 4 | -13/+7 |
* | make nfsd_create_setattr() static | Adrian Bunk | 2008-04-23 | 1 | -1/+1 |
* | NFSD: Remove NFSD_TCP kernel build option | Chuck Lever | 2008-04-23 | 1 | -2/+0 |
* | nfsd: clarify readdir/mountpoint-crossing code | J. Bruce Fields | 2008-04-23 | 1 | -3/+10 |
* | nfsd4: kill unnecessary check in preprocess_stateid_op | J. Bruce Fields | 2008-04-23 | 1 | -1/+1 |
* | nfsd4: simplify stateid sequencing checks | J. Bruce Fields | 2008-04-23 | 1 | -15/+26 |
* | nfsd4: remove unnecessary CHECK_FH check in preprocess_seqid_op | J. Bruce Fields | 2008-04-23 | 1 | -7/+7 |
* | IPv6 support for NFS server export caches | Aurélien Charbon | 2008-04-23 | 2 | -5/+19 |
* | [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 | 2 | -1/+10 |
* | [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 | 2 | -2/+26 |
* | [PATCH] r/o bind mounts: elevate write count for rmdir and unlink. | Dave Hansen | 2008-04-19 | 2 | -2/+18 |
* | [PATCH] r/o bind mounts: create helper to drop file write access | Dave Hansen | 2008-04-19 | 1 | -1/+2 |
* | nfsd: fix oops on access from high-numbered ports | J. Bruce Fields | 2008-03-14 | 1 | -2/+2 |
* | Wrap buffers used for rpc debug printks into RPC_IFDEBUG | Pavel Emelyanov | 2008-02-21 | 1 | -1/+1 |
* | d_path: Make d_path() use a struct path | Jan Blunck | 2008-02-14 | 1 | -1/+1 |
* | d_path: Make seq_path() use a struct path argument | Jan Blunck | 2008-02-14 | 1 | -2/+2 |
* | Use struct path in struct svc_expkey | Jan Blunck | 2008-02-14 | 1 | -17/+13 |
* | Use struct path in struct svc_export | Jan Blunck | 2008-02-14 | 8 | -67/+65 |
* | Introduce path_put() | Jan Blunck | 2008-02-14 | 3 | -7/+7 |
* | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 2008-02-14 | 3 | -34/+35 |
* | Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) | David Howells | 2008-02-07 | 1 | -2/+2 |
* | Add 64-bit capability support to the kernel | Andrew Morgan | 2008-02-05 | 1 | -5/+5 |
* | nfsd: more careful input validation in nfsctl write methods | J. Bruce Fields | 2008-02-01 | 1 | -1/+4 |
* | knfsd: don't bother mapping putrootfh enoent to eperm | J. Bruce Fields | 2008-02-01 | 1 | -2/+0 |
* | svc: Add svc_xprt_names service to replace svc_sock_names | Tom Tucker | 2008-02-01 | 1 | -1/+1 |
* | knfsd: Support adding transports by writing portlist file | Tom Tucker | 2008-02-01 | 1 | -1/+48 |
* | svc: Make close transport independent | Tom Tucker | 2008-02-01 | 1 | -2/+2 |
* | svc: Change services to use new svc_create_xprt service | Tom Tucker | 2008-02-01 | 1 | -2/+2 |
* | nfsd4: clean up access_valid, deny_valid checks. | J. Bruce Fields | 2008-02-01 | 1 | -4/+9 |
* | nfsd: allow root to set uid and gid on create | J. Bruce Fields | 2008-02-01 | 1 | -19/+28 |
* | nfsd: Allow AIX client to read dir containing mountpoints | Frank Filz | 2008-02-01 | 2 | -6/+23 |
* | nfsd4: fix bad seqid on lock request incompatible with open mode | J. Bruce Fields | 2008-02-01 | 1 | -4/+3 |
* | nfsd4: recognize callback channel failure earlier | J. Bruce Fields | 2008-02-01 | 2 | -9/+9 |
* | nfsd4: miscellaneous nfs4state.c style fixes | J. Bruce Fields | 2008-02-01 | 1 | -29/+26 |