| Commit message (Expand) | Author | Age | Files | Lines |
* | headers_check fix: nfsd/syscall.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -2/+1 |
* | headers_check fix: nfsd/nfsfh.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -2/+1 |
* | headers_check fix: nfsd/export.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -2/+1 |
* | nfsd: get rid of NFSD_VERSION | Benny Halevy | 2009-01-07 | 1 | -1/+0 |
* | nfsd: document new filehandle fsid types | J. Bruce Fields | 2009-01-06 | 1 | -0/+4 |
* | nfsd: support callbacks with gss flavors | Olga Kornievskaia | 2008-12-23 | 1 | -0/+1 |
* | nfsd: pass client principal name in rsc downcall | Olga Kornievskaia | 2008-12-23 | 1 | -0/+1 |
* | nfsd: permit unauthenticated stat of export root | J. Bruce Fields | 2008-09-29 | 1 | -1/+2 |
* | remove unused #include <linux/dirent.h>'s | Adrian Bunk | 2008-07-25 | 1 | -1/+0 |
* | nfsd: rename MAY_ flags | Miklos Szeredi | 2008-06-23 | 1 | -13/+13 |
* | knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown lock... | Neil Brown | 2008-06-23 | 1 | -0/+1 |
* | nfsd: eliminate unused nfs4_callback.cb_stat | Benny Halevy | 2008-06-23 | 1 | -1/+0 |
* | nfsd: eliminate unused nfs4_callback.cb_program | Benny Halevy | 2008-06-23 | 1 | -1/+0 |
* | nfsd: don't allow setting ctime over v4 | J. Bruce Fields | 2008-04-25 | 1 | -1/+1 |
* | NFSD: Strip __KERNEL__ testing from unexported header files. | Robert P. J. Day | 2008-04-23 | 3 | -7/+2 |
* | nfsd: fix sparse warnings | Harvey Harrison | 2008-04-23 | 1 | -0/+8 |
* | Use struct path in struct svc_expkey | Jan Blunck | 2008-02-14 | 1 | -2/+1 |
* | Use struct path in struct svc_export | Jan Blunck | 2008-02-14 | 1 | -3/+2 |
* | nfsd: Allow AIX client to read dir containing mountpoints | Frank Filz | 2008-02-01 | 1 | -1/+1 |
* | nfsd: move nfsd/auth.h into fs/nfsd | J. Bruce Fields | 2008-02-01 | 4 | -30/+0 |
* | knfsd: allow cache_register to return error on failure | J. Bruce Fields | 2008-02-01 | 1 | -1/+1 |
* | nfsd: fail module init on reply cache init failure | J. Bruce Fields | 2008-02-01 | 1 | -2/+2 |
* | NFSD: Path name length signage in nfsd request argument structures | Chuck Lever | 2008-02-01 | 2 | -2/+2 |
* | NFSD: Adjust filename length argument of nfsd_lookup | Chuck Lever | 2008-02-01 | 1 | -2/+2 |
* | NFSD: File name length signage in nfsd request argument structures | Chuck Lever | 2008-02-01 | 2 | -13/+13 |
* | fs/nfsd/export.c: make 3 functions static | Adrian Bunk | 2007-10-16 | 1 | -11/+0 |
* | knfsd: 64 bit ino support for NFS server | Peter Staubach | 2007-10-09 | 2 | -40/+6 |
* | knfsd: move nfsv4 slab creation/destruction to module init/exit | J. Bruce Fields | 2007-10-09 | 1 | -8/+10 |
* | knfsd: clean up EX_RDONLY | J. Bruce Fields | 2007-07-19 | 1 | -0/+1 |
* | knfsd: move EX_RDONLY out of header | J. Bruce Fields | 2007-07-19 | 1 | -12/+0 |
* | knfsd: nfsd: enforce per-flavor id squashing | J. Bruce Fields | 2007-07-17 | 1 | -1/+2 |
* | knfsd: nfsd4: implement secinfo | Andy Adamson | 2007-07-17 | 2 | -0/+10 |
* | knfsd: nfsd4: make readonly access depend on pseudoflavor | J. Bruce Fields | 2007-07-17 | 2 | -2/+14 |
* | knfsd: nfsd4: return nfserr_wrongsec | Andy Adamson | 2007-07-17 | 2 | -0/+2 |
* | knfsd: nfsd: provide export lookup wrappers which take a svc_rqst | J. Bruce Fields | 2007-07-17 | 1 | -0/+7 |
* | knfsd: nfsd4: simplify exp_pseudoroot arguments | J. Bruce Fields | 2007-07-17 | 1 | -1/+1 |
* | knfsd: nfsd4: parse secinfo information in exports downcall | Andy Adamson | 2007-07-17 | 1 | -0/+17 |
* | knfsd: nfsd4: don't delegate files that have had conflicts | Meelap Shah | 2007-07-17 | 1 | -0/+1 |
* | knfsd: nfsd4: vary maximum delegation limit based on RAM size | Meelap Shah | 2007-07-17 | 1 | -0/+1 |
* | knfsd: nfsd: remove unused header interface.h | J. Bruce Fields | 2007-07-17 | 2 | -14/+0 |
* | knfsd: nfsd4: fix NFSv4 filehandle size units confusion | J. Bruce Fields | 2007-07-17 | 1 | -1/+1 |
* | [PATCH] knfsd: add some new fsid types | NeilBrown | 2007-02-14 | 3 | -38/+80 |
* | [PATCH] include/linux/nfsd/const.h: remove NFS_SUPER_MAGIC | Adrian Bunk | 2007-02-12 | 1 | -4/+0 |
* | [PATCH] knfsd: Fix type mismatch with filldir_t used by nfsd | NeilBrown | 2007-01-26 | 3 | -9/+7 |
* | [PATCH] knfsd: replace some warning ins nfsfh.h with BUG_ON or WARN_ON | NeilBrown | 2007-01-26 | 1 | -11/+4 |
* | [PATCH] knfsd: nfsd4: reorganize compound ops | J.Bruce Fields | 2006-12-13 | 2 | -1/+5 |
* | [PATCH] knfsd: nfsd4: move replay_owner to cstate | J.Bruce Fields | 2006-12-13 | 1 | -10/+7 |
* | [PATCH] knfsd: nfsd4: pass saved and current fh together into nfsd4 operations | J.Bruce Fields | 2006-12-13 | 1 | -7/+15 |
* | [PATCH] knfsd: nfsd4: clarify units of COMPOUND_SLACK_SPACE | J.Bruce Fields | 2006-12-13 | 1 | -2/+2 |
* | [PATCH] nfsd4: fix open-create permissions | J. Bruce Fields | 2006-11-08 | 1 | -1/+1 |