| Commit message (Expand) | Author | Age | Files | Lines |
* | nfsd4: define nfsd4_secinfo_no_name_release() | Eryu Guan | 2017-10-05 | 1 | -1/+8 |
* | nfsd4: skip encoder in trivial error cases | J. Bruce Fields | 2017-08-24 | 1 | -3/+7 |
* | nfsd4: define ->op_release for compound ops | J. Bruce Fields | 2017-08-24 | 1 | -0/+32 |
* | nfsd4: opdesc will be useful outside nfs4proc.c | J. Bruce Fields | 2017-08-24 | 1 | -14/+11 |
* | nfsd4: move some nfsd4 op definitions to xdr4.h | J. Bruce Fields | 2017-08-01 | 1 | -43/+0 |
* | Merge tag 'v4.12-rc5' into nfsd tree | J. Bruce Fields | 2017-06-28 | 1 | -7/+6 |
|\ |
|
| * | nfsd4: fix null dereference on replay | J. Bruce Fields | 2017-05-23 | 1 | -7/+6 |
* | | nfsd4: const-ify nfsd4_ops | Christoph Hellwig | 2017-05-15 | 1 | -7/+6 |
* | | sunrpc: mark all struct svc_version instances as const | Christoph Hellwig | 2017-05-15 | 1 | -1/+1 |
* | | sunrpc: mark all struct svc_procinfo instances as const | Christoph Hellwig | 2017-05-15 | 1 | -1/+1 |
* | | sunrpc: move pc_count out of struct svc_procinfo | Christoph Hellwig | 2017-05-15 | 1 | -0/+2 |
* | | nfsd4: properly type op_func callbacks | Christoph Hellwig | 2017-05-15 | 1 | -108/+126 |
* | | nfsd4: remove nfsd4op_rsize | Christoph Hellwig | 2017-05-15 | 1 | -55/+54 |
* | | nfsd4: properly type op_get_currentstateid callbacks | Christoph Hellwig | 2017-05-15 | 1 | -11/+10 |
* | | nfsd4: properly type op_set_currentstateid callbacks | Christoph Hellwig | 2017-05-15 | 1 | -6/+6 |
* | | sunrpc: properly type pc_encode callbacks | Christoph Hellwig | 2017-05-15 | 1 | -2/+2 |
* | | sunrpc: properly type pc_decode callbacks | Christoph Hellwig | 2017-05-15 | 1 | -1/+1 |
* | | sunrpc: properly type pc_func callbacks | Christoph Hellwig | 2017-05-15 | 1 | -4/+5 |
* | | nfsd: use named initializers in PROC() | Christoph Hellwig | 2017-05-15 | 1 | -5/+5 |
|/ |
|
* | nfsd: fix undefined behavior in nfsd4_layout_verify | Ari Kauppi | 2017-05-09 | 1 | -1/+2 |
* | nfsd: fix oops on unsupported operation | Olga Kornievskaia | 2017-04-13 | 1 | -1/+1 |
* | nfs/nfsd/sunrpc: enforce transport requirements for NFSv4 | Jeff Layton | 2017-02-24 | 1 | -6/+7 |
* | sunrpc: turn bitfield flags in svc_version into bools | Jeff Layton | 2017-02-24 | 1 | -1/+1 |
* | NFSD: Get response size before operation for all RPCs | Kinglong Mee | 2017-02-17 | 1 | -6/+63 |
* | nfsd: opt in to labeled nfs per export | J. Bruce Fields | 2017-01-31 | 1 | -0/+4 |
* | NFSD: pass an integer for stable type to nfsd_vfs_write | Kinglong Mee | 2017-01-31 | 1 | -1/+1 |
* | nfsd: add support for the umask attribute | Andreas Gruenbacher | 2016-12-15 | 1 | -0/+3 |
* | nfsd: clean up supported attribute handling | J. Bruce Fields | 2016-11-01 | 1 | -32/+11 |
* | NFSD: Implement the COPY call | Anna Schumaker | 2016-10-07 | 1 | -11/+79 |
* | nfsd: drop unnecessary MAY_EXEC check from create | J. Bruce Fields | 2016-08-04 | 1 | -6/+1 |
* | nfsd: Make creates return EEXIST instead of EACCES | Oleg Drokin | 2016-08-04 | 1 | -1/+5 |
* | nfsd: allow nfsd to advertise multiple layout types | Jeff Layton | 2016-07-15 | 1 | -2/+2 |
* | nfsd: flex file device id encoding will need the server address | Tom Haynes | 2016-07-13 | 1 | -1/+1 |
* | nfsd: implement machine credential support for some operations | Andrew Elble | 2016-07-13 | 1 | -0/+39 |
* | nfsd: add SCSI layout support | Christoph Hellwig | 2016-03-18 | 1 | -2/+4 |
* | nfsd: fix deadlock secinfo+readdir compound | J. Bruce Fields | 2016-03-16 | 1 | -0/+1 |
* | nfsd4: resfh unused in nfsd4_secinfo | J. Bruce Fields | 2016-03-02 | 1 | -2/+0 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 1 | -2/+2 |
* | nfsd: implement the NFSv4.2 CLONE operation | Christoph Hellwig | 2015-12-07 | 1 | -0/+47 |
* | nfsd: Pass filehandle to nfs4_preprocess_stateid_op() | Anna Schumaker | 2015-12-07 | 1 | -7/+9 |
* | nfsd: serialize layout stateid morphing operations | Jeff Layton | 2015-10-23 | 1 | -0/+4 |
* | NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1 | Kinglong Mee | 2015-08-31 | 1 | -6/+6 |
* | lockd: NLM grace period shouldn't block NFSv4 opens | J. Bruce Fields | 2015-08-13 | 1 | -4/+4 |
* | nfsd: Remove unneeded values in nfsd4_open() | Kinglong Mee | 2015-08-10 | 1 | -3/+1 |
* | nfsd: Set lc_size_chg before ops->proc_layoutcommit | Kinglong Mee | 2015-07-20 | 1 | -5/+1 |
* | nfsd: fput rd_file from XDR encode context | Christoph Hellwig | 2015-06-22 | 1 | -4/+0 |
* | nfsd: take struct file setup fully into nfs4_preprocess_stateid_op | Christoph Hellwig | 2015-06-22 | 1 | -24/+15 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-26 | 1 | -6/+6 |
|\ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -6/+6 |
* | | nfsd4: disallow SEEK with special stateids | J. Bruce Fields | 2015-04-21 | 1 | -0/+2 |