Age | Commit message (Expand) | Author | Files | Lines |
2018-09-26 | NFSD introduce async copy feature | Olga Kornievskaia | 1 | -19/+242 |
2018-09-26 | NFSD OFFLOAD_CANCEL xdr | Olga Kornievskaia | 1 | -0/+14 |
2018-09-26 | NFSD OFFLOAD_STATUS xdr | Olga Kornievskaia | 1 | -0/+20 |
2018-08-09 | NFSD: Refactor the generic write vector fill helper | Chuck Lever | 1 | -19/+4 |
2018-06-17 | nfsd: fix corrupted reply to badly ordered compound | J. Bruce Fields | 1 | -0/+1 |
2018-06-17 | nfsd: clarify check_op_ordering | J. Bruce Fields | 1 | -4/+9 |
2018-06-17 | nfsd4: extend reclaim period for reclaiming clients | J. Bruce Fields | 1 | -0/+4 |
2018-04-03 | nfsd: fix incorrect umasks | J. Bruce Fields | 1 | -2/+10 |
2018-04-03 | nfsd: Trace NFSv4 COMPOUND execution | Chuck Lever | 1 | -6/+3 |
2018-04-03 | nfsd: Add I/O trace points in the NFSv4 read proc | Chuck Lever | 1 | -0/+5 |
2018-04-03 | nfsd: Add I/O trace points in the NFSv4 write path | Chuck Lever | 1 | -2/+5 |
2018-04-03 | nfsd: Add "nfsd_" to trace point names | Chuck Lever | 1 | -2/+2 |
2018-03-19 | nfsd: remove unsused "cp_consecutive" field | J. Bruce Fields | 1 | -1/+0 |
2018-02-08 | nfsd: return RESOURCE not GARBAGE_ARGS on too many ops | J. Bruce Fields | 1 | -0/+3 |
2017-12-21 | nfsd4: permit layoutget of executable-only files | Benjamin Coddington | 1 | -3/+3 |
2017-11-18 | Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -14/+5 |
2017-11-08 | nfds: avoid gettimeofday for nfssvc_boot time | Arnd Bergmann | 1 | -2/+3 |
2017-10-05 | nfsd4: define nfsd4_secinfo_no_name_release() | Eryu Guan | 1 | -1/+8 |
2017-10-04 | nfsd: remove unnecessary nofilehandle checks | J. Bruce Fields | 1 | -12/+2 |
2017-08-25 | nfsd4: skip encoder in trivial error cases | J. Bruce Fields | 1 | -3/+7 |
2017-08-25 | nfsd4: define ->op_release for compound ops | J. Bruce Fields | 1 | -0/+32 |
2017-08-25 | nfsd4: opdesc will be useful outside nfs4proc.c | J. Bruce Fields | 1 | -14/+11 |
2017-08-02 | nfsd4: move some nfsd4 op definitions to xdr4.h | J. Bruce Fields | 1 | -43/+0 |
2017-06-28 | Merge tag 'v4.12-rc5' into nfsd tree | J. Bruce Fields | 1 | -7/+6 |
2017-05-23 | nfsd4: fix null dereference on replay | J. Bruce Fields | 1 | -7/+6 |
2017-05-15 | nfsd4: const-ify nfsd4_ops | Christoph Hellwig | 1 | -7/+6 |
2017-05-15 | sunrpc: mark all struct svc_version instances as const | Christoph Hellwig | 1 | -1/+1 |
2017-05-15 | sunrpc: mark all struct svc_procinfo instances as const | Christoph Hellwig | 1 | -1/+1 |
2017-05-15 | sunrpc: move pc_count out of struct svc_procinfo | Christoph Hellwig | 1 | -0/+2 |
2017-05-15 | nfsd4: properly type op_func callbacks | Christoph Hellwig | 1 | -108/+126 |
2017-05-15 | nfsd4: remove nfsd4op_rsize | Christoph Hellwig | 1 | -55/+54 |
2017-05-15 | nfsd4: properly type op_get_currentstateid callbacks | Christoph Hellwig | 1 | -11/+10 |
2017-05-15 | nfsd4: properly type op_set_currentstateid callbacks | Christoph Hellwig | 1 | -6/+6 |
2017-05-15 | sunrpc: properly type pc_encode callbacks | Christoph Hellwig | 1 | -2/+2 |
2017-05-15 | sunrpc: properly type pc_decode callbacks | Christoph Hellwig | 1 | -1/+1 |
2017-05-15 | sunrpc: properly type pc_func callbacks | Christoph Hellwig | 1 | -4/+5 |
2017-05-15 | nfsd: use named initializers in PROC() | Christoph Hellwig | 1 | -5/+5 |
2017-05-10 | nfsd: fix undefined behavior in nfsd4_layout_verify | Ari Kauppi | 1 | -1/+2 |
2017-04-13 | nfsd: fix oops on unsupported operation | Olga Kornievskaia | 1 | -1/+1 |
2017-02-25 | nfs/nfsd/sunrpc: enforce transport requirements for NFSv4 | Jeff Layton | 1 | -6/+7 |
2017-02-24 | sunrpc: turn bitfield flags in svc_version into bools | Jeff Layton | 1 | -1/+1 |
2017-02-18 | NFSD: Get response size before operation for all RPCs | Kinglong Mee | 1 | -6/+63 |
2017-01-31 | nfsd: opt in to labeled nfs per export | J. Bruce Fields | 1 | -0/+4 |
2017-01-31 | NFSD: pass an integer for stable type to nfsd_vfs_write | Kinglong Mee | 1 | -1/+1 |
2016-12-16 | nfsd: add support for the umask attribute | Andreas Gruenbacher | 1 | -0/+3 |
2016-11-01 | nfsd: clean up supported attribute handling | J. Bruce Fields | 1 | -32/+11 |
2016-10-07 | NFSD: Implement the COPY call | Anna Schumaker | 1 | -11/+79 |
2016-08-05 | nfsd: drop unnecessary MAY_EXEC check from create | J. Bruce Fields | 1 | -6/+1 |
2016-08-05 | nfsd: Make creates return EEXIST instead of EACCES | Oleg Drokin | 1 | -1/+5 |
2016-07-15 | nfsd: allow nfsd to advertise multiple layout types | Jeff Layton | 1 | -2/+2 |