| Commit message (Expand) | Author | Age | Files | Lines |
* | exportfs: add FILEID_INVALID to indicate invalid fid_type | Namjae Jeon | 2012-11-07 | 1 | -2/+2 |
* | nfsd: Push mnt_want_write() outside of i_mutex | Jan Kara | 2012-07-31 | 1 | -0/+1 |
* | nfsd: use exp_put() for svc_export_cache put | Stanislav Kinsbursky | 2012-04-11 | 1 | -1/+1 |
* | fs: propagate umode_t, misc bits | Al Viro | 2012-01-03 | 1 | -2/+2 |
* | nfsd: clean up nfsd_mode_check() | J. Bruce Fields | 2011-08-26 | 1 | -12/+18 |
* | nfsd: open-code special directory-hardlink check | J. Bruce Fields | 2011-08-26 | 1 | -9/+0 |
* | nfsd4: allow fh_verify caller to skip pseudoflavor checks | J. Bruce Fields | 2011-04-11 | 1 | -1/+1 |
* | nfsd: fix "insecure" export option | J. Bruce Fields | 2009-12-20 | 1 | -1/+1 |
* | nfsd: remove pointless paths in file headers | J. Bruce Fields | 2009-12-15 | 1 | -2/+0 |
* | nfsd: restrict filehandles accepted in V4ROOT case | Steve Dickson | 2009-12-15 | 1 | -0/+34 |
* | nfsd: let "insecure" flag vary by pseudoflavor | J. Bruce Fields | 2009-12-14 | 1 | -1/+3 |
* | nfsd: Move private headers to source directory | Boaz Harrosh | 2009-12-14 | 1 | -1/+1 |
* | nfsd: Source files #include cleanups | Boaz Harrosh | 2009-12-14 | 1 | -9/+0 |
* | nfsd: simplify fh_verify access checks | J. Bruce Fields | 2009-11-25 | 1 | -29/+21 |
* | nfsd: make fs/nfsd/vfs.h for common includes | J. Bruce Fields | 2009-11-13 | 1 | -0/+1 |
* | nfsd4: filehandle leak or error exit from fh_compose() | J. Bruce Fields | 2009-09-04 | 1 | -1/+3 |
* | nfsd: move fsid_type choice out of fh_compose | J. Bruce Fields | 2009-09-02 | 1 | -36/+41 |
* | nfsd: move some of fh_compose into helper functions | J. Bruce Fields | 2009-09-02 | 1 | -38/+45 |
* | knfsd: remove unreported filehandle stats counters | Greg Banks | 2009-05-27 | 1 | -6/+0 |
* | NFSD: FIDs need to take precedence over UUIDs | Steve Dickson | 2009-01-07 | 1 | -3/+3 |
* | nfsd: update fh_verify description | J. Bruce Fields | 2009-01-06 | 1 | -6/+24 |
* | CRED: Inaugurate COW credentials | David Howells | 2008-11-14 | 1 | -3/+8 |
* | CRED: Separate task security context from task_struct | David Howells | 2008-11-14 | 1 | -3/+3 |
* | nfsd: permit unauthenticated stat of export root | J. Bruce Fields | 2008-09-29 | 1 | -10/+20 |
* | [PATCH] kill nameidata passing to permission(), rename to inode_permission() | Al Viro | 2008-07-26 | 1 | -1/+1 |
* | nfsd: fix spurious EACCESS in reconnect_path() | Neil Brown | 2008-06-30 | 1 | -3/+26 |
* | nfsd: rename MAY_ flags | Miklos Szeredi | 2008-06-23 | 1 | -1/+1 |
* | nfsd: move most of fh_verify to separate function | J. Bruce Fields | 2008-04-23 | 1 | -105/+123 |
* | 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 |
* | Use struct path in struct svc_export | Jan Blunck | 2008-02-14 | 1 | -13/+13 |
* | nfsd: move nfsd/auth.h into fs/nfsd | J. Bruce Fields | 2008-02-01 | 1 | -0/+1 |
* | nfsd4: recheck for secure ports in fh_verify | J. Bruce Fields | 2007-11-12 | 1 | -17/+26 |
* | exportfs: add fid type | Christoph Hellwig | 2007-10-22 | 1 | -36/+31 |
* | knfsd: Validate filehandle type in fsid_source | Neil Brown | 2007-09-10 | 1 | -5/+15 |
* | knfsd: nfsd: allow auth_sys nlm on rpcsec_gss exports | J. Bruce Fields | 2007-07-17 | 1 | -4/+10 |
* | knfsd: nfsd4: make readonly access depend on pseudoflavor | J. Bruce Fields | 2007-07-17 | 1 | -1/+1 |
* | knfsd: nfsd4: return nfserr_wrongsec | Andy Adamson | 2007-07-17 | 1 | -0/+6 |
* | knfsd: nfsd: set rq_client to ip-address-determined-domain | J. Bruce Fields | 2007-07-17 | 1 | -2/+0 |
* | knfsd: nfsd: provide export lookup wrappers which take a svc_rqst | J. Bruce Fields | 2007-07-17 | 1 | -3/+2 |
* | knfsd: nfsd: make all exp_finding functions return -errno's on err | J. Bruce Fields | 2007-07-17 | 1 | -6/+5 |
* | knfsd: exportfs: add procedural interface for NFSD | Christoph Hellwig | 2007-07-17 | 1 | -13/+5 |
* | knfsd: exportfs: add exportfs.h header | Christoph Hellwig | 2007-07-17 | 1 | -0/+1 |
* | knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry ma... | NeilBrown | 2007-05-09 | 1 | -6/+50 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | [PATCH] include of asm/pgtable.h in nfsfh is bogus | Al Viro | 2007-03-14 | 1 | -1/+0 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | [PATCH] knfsd: add some new fsid types | NeilBrown | 2007-02-14 | 1 | -42/+46 |
* | [PATCH] knfsd: tidy up choice of filesystem-identifier when creating a fileha... | NeilBrown | 2007-02-14 | 1 | -64/+60 |
* | [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo... | Chuck Lever | 2007-02-12 | 1 | -3/+4 |