| Commit message (Expand) | Author | Age | Files | Lines |
* | nfsd: fix incorrect umasks | J. Bruce Fields | 2018-04-03 | 1 | -5/+3 |
* | nfsd: Add I/O trace points in the NFSv4 read proc | Chuck Lever | 2018-04-03 | 1 | -4/+6 |
* | nfsd: remove unsused "cp_consecutive" field | J. Bruce Fields | 2018-03-19 | 1 | -2/+2 |
* | NFSD: hide unused svcxdr_dupstr() | Arnd Bergmann | 2018-02-08 | 1 | -3/+2 |
* | nfsd: store stat times in fill_pre_wcc() instead of inode times | Amir Goldstein | 2018-02-08 | 1 | -1/+1 |
* | nfsd: return RESOURCE not GARBAGE_ARGS on too many ops | J. Bruce Fields | 2018-02-08 | 1 | -2/+7 |
* | nfsd: Incoming xdr_bufs may have content in tail buffer | Chuck Lever | 2017-09-05 | 1 | -0/+20 |
* | merge nfsd 4.13 bugfixes into nfsd for-4.14 branch | J. Bruce Fields | 2017-09-05 | 1 | -4/+2 |
|\ |
|
| * | nfsd: Limit end of page list when decoding NFSv4 WRITE | Chuck Lever | 2017-08-24 | 1 | -4/+2 |
* | | nfsd: Const-ify NFSv4 encoding and decoding ops arrays | Chuck Lever | 2017-08-24 | 1 | -2/+2 |
* | | nfsd4: individual encoders no longer see error cases | J. Bruce Fields | 2017-08-24 | 1 | -206/+103 |
* | | nfsd4: skip encoder in trivial error cases | J. Bruce Fields | 2017-08-24 | 1 | -0/+3 |
* | | nfsd4: define ->op_release for compound ops | J. Bruce Fields | 2017-08-24 | 1 | -6/+3 |
* | | nfsd4: opdesc will be useful outside nfs4proc.c | J. Bruce Fields | 2017-08-24 | 1 | -0/+1 |
|/ |
|
* | nfsd4: factor ctime into change attribute | J. Bruce Fields | 2017-07-12 | 1 | -1/+1 |
* | sunrpc: properly type pc_encode callbacks | Christoph Hellwig | 2017-05-15 | 1 | -2/+3 |
* | sunrpc: properly type pc_decode callbacks | Christoph Hellwig | 2017-05-15 | 1 | -1/+3 |
* | sunrpc: properly type pc_release callbacks | Christoph Hellwig | 2017-05-15 | 1 | -3/+1 |
* | nfsd: Fix up the "supattr_exclcreat" attributes | Trond Myklebust | 2017-05-10 | 1 | -3/+8 |
* | nfsd: encoders mustn't use unitialized values in error cases | J. Bruce Fields | 2017-05-10 | 1 | -4/+4 |
* | statx: Add a system call to make enhanced file info available | David Howells | 2017-03-02 | 1 | -2/+2 |
* | NFSD: Reserve adequate space for LOCKT operation | Kinglong Mee | 2017-02-17 | 1 | -5/+5 |
* | NFSDv4: use export cache flushtime for changeid on V4ROOT objects. | NeilBrown | 2017-02-06 | 1 | -3/+7 |
* | nfsd: opt in to labeled nfs per export | J. Bruce Fields | 2017-01-31 | 1 | -1/+4 |
* | nfsd: constify nfsd_suppatttrs | J. Bruce Fields | 2017-01-31 | 1 | -1/+1 |
* | NFSD: pass an integer for stable type to nfsd_vfs_write | Kinglong Mee | 2017-01-31 | 1 | -1/+1 |
* | nfsd: fix supported attributes for acl & labels | J. Bruce Fields | 2017-01-12 | 1 | -1/+3 |
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 2016-12-17 | 1 | -4/+4 |
|\ |
|
| * | vfs: replace calling i_op->readlink with vfs_readlink() | Miklos Szeredi | 2016-12-09 | 1 | -4/+4 |
* | | nfsd: add support for the umask attribute | Andreas Gruenbacher | 2016-12-15 | 1 | -5/+21 |
* | | nfsd: catch errors in decode_fattr earlier | J. Bruce Fields | 2016-11-01 | 1 | -6/+9 |
* | | nfsd: clean up supported attribute handling | J. Bruce Fields | 2016-11-01 | 1 | -14/+24 |
|/ |
|
* | NFSD: Implement the COPY call | Anna Schumaker | 2016-10-07 | 1 | -2/+61 |
* | nfsd: fix dprintk in nfsd4_encode_getdeviceinfo | Jeff Layton | 2016-09-23 | 1 | -1/+1 |
* | nfsd: allow nfsd to advertise multiple layout types | Jeff Layton | 2016-07-15 | 1 | -16/+14 |
* | nfsd: implement machine credential support for some operations | Andrew Elble | 2016-07-13 | 1 | -28/+23 |
* | nfsd: use short read as well as i_size to set eof | Benjamin Coddington | 2016-03-23 | 1 | -4/+7 |
* | nfsd: Update NFS server comments related to RDMA support | Chuck Lever | 2016-03-01 | 1 | -1/+1 |
* | nfsd4: fix bad bounds checking | J. Bruce Fields | 2016-03-01 | 1 | -5/+8 |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-01-12 | 1 | -4/+4 |
|\ |
|
| * | nfsd: don't hold i_mutex over userspace upcalls | NeilBrown | 2016-01-09 | 1 | -4/+4 |
* | | nfsd: implement the NFSv4.2 CLONE operation | Christoph Hellwig | 2015-12-07 | 1 | -0/+21 |
|/ |
|
* | NFSD: Return word2 bitmask if setting security label in OPEN/CREATE | Kinglong Mee | 2015-08-31 | 1 | -39/+56 |
* | nfsd: SUPPATTR_EXCLCREAT must be encoded before SECURITY_LABEL. | Kinglong Mee | 2015-08-31 | 1 | -6/+7 |
* | nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bug | Kinglong Mee | 2015-08-31 | 1 | -14/+31 |
* | NFSD: Store parent's stat in a separate value | Kinglong Mee | 2015-08-31 | 1 | -3/+10 |
* | nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystem | Kinglong Mee | 2015-07-20 | 1 | -5/+6 |
* | nfsd: wrap too long lines in nfsd4_encode_read | Christoph Hellwig | 2015-06-22 | 1 | -3/+6 |
* | nfsd: fput rd_file from XDR encode context | Christoph Hellwig | 2015-06-22 | 1 | -8/+14 |
* | nfsd: take struct file setup fully into nfs4_preprocess_stateid_op | Christoph Hellwig | 2015-06-22 | 1 | -18/+1 |