aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-09NFSD: Refactor the generic write vector fill helperGravatar Chuck Lever 1-19/+4
2018-06-17nfsd: fix corrupted reply to badly ordered compoundGravatar J. Bruce Fields 1-0/+1
2018-06-17nfsd: clarify check_op_orderingGravatar J. Bruce Fields 1-4/+9
2018-06-17nfsd4: extend reclaim period for reclaiming clientsGravatar J. Bruce Fields 1-0/+4
2018-04-03nfsd: fix incorrect umasksGravatar J. Bruce Fields 1-2/+10
2018-04-03nfsd: Trace NFSv4 COMPOUND executionGravatar Chuck Lever 1-6/+3
2018-04-03nfsd: Add I/O trace points in the NFSv4 read procGravatar Chuck Lever 1-0/+5
2018-04-03nfsd: Add I/O trace points in the NFSv4 write pathGravatar Chuck Lever 1-2/+5
2018-04-03nfsd: Add "nfsd_" to trace point namesGravatar Chuck Lever 1-2/+2
2018-03-19nfsd: remove unsused "cp_consecutive" fieldGravatar J. Bruce Fields 1-1/+0
2018-02-08nfsd: return RESOURCE not GARBAGE_ARGS on too many opsGravatar J. Bruce Fields 1-0/+3
2017-12-21nfsd4: permit layoutget of executable-only filesGravatar Benjamin Coddington 1-3/+3
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-14/+5
2017-11-07nfds: avoid gettimeofday for nfssvc_boot timeGravatar Arnd Bergmann 1-2/+3
2017-10-05nfsd4: define nfsd4_secinfo_no_name_release()Gravatar Eryu Guan 1-1/+8
2017-10-04nfsd: remove unnecessary nofilehandle checksGravatar J. Bruce Fields 1-12/+2
2017-08-24nfsd4: skip encoder in trivial error casesGravatar J. Bruce Fields 1-3/+7
2017-08-24nfsd4: define ->op_release for compound opsGravatar J. Bruce Fields 1-0/+32
2017-08-24nfsd4: opdesc will be useful outside nfs4proc.cGravatar J. Bruce Fields 1-14/+11
2017-08-01nfsd4: move some nfsd4 op definitions to xdr4.hGravatar J. Bruce Fields 1-43/+0
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeGravatar J. Bruce Fields 1-7/+6
2017-05-23nfsd4: fix null dereference on replayGravatar J. Bruce Fields 1-7/+6
2017-05-15nfsd4: const-ify nfsd4_opsGravatar Christoph Hellwig 1-7/+6
2017-05-15sunrpc: mark all struct svc_version instances as constGravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: mark all struct svc_procinfo instances as constGravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: move pc_count out of struct svc_procinfoGravatar Christoph Hellwig 1-0/+2
2017-05-15nfsd4: properly type op_func callbacksGravatar Christoph Hellwig 1-108/+126
2017-05-15nfsd4: remove nfsd4op_rsizeGravatar Christoph Hellwig 1-55/+54
2017-05-15nfsd4: properly type op_get_currentstateid callbacksGravatar Christoph Hellwig 1-11/+10
2017-05-15nfsd4: properly type op_set_currentstateid callbacksGravatar Christoph Hellwig 1-6/+6
2017-05-15sunrpc: properly type pc_encode callbacksGravatar Christoph Hellwig 1-2/+2
2017-05-15sunrpc: properly type pc_decode callbacksGravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: properly type pc_func callbacksGravatar Christoph Hellwig 1-4/+5
2017-05-15nfsd: use named initializers in PROC()Gravatar Christoph Hellwig 1-5/+5
2017-05-09nfsd: fix undefined behavior in nfsd4_layout_verifyGravatar Ari Kauppi 1-1/+2
2017-04-13nfsd: fix oops on unsupported operationGravatar Olga Kornievskaia 1-1/+1
2017-02-24nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Gravatar Jeff Layton 1-6/+7
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsGravatar Jeff Layton 1-1/+1
2017-02-17NFSD: Get response size before operation for all RPCsGravatar Kinglong Mee 1-6/+63
2017-01-31nfsd: opt in to labeled nfs per exportGravatar J. Bruce Fields 1-0/+4
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeGravatar Kinglong Mee 1-1/+1
2016-12-15nfsd: add support for the umask attributeGravatar Andreas Gruenbacher 1-0/+3
2016-11-01nfsd: clean up supported attribute handlingGravatar J. Bruce Fields 1-32/+11
2016-10-07NFSD: Implement the COPY callGravatar Anna Schumaker 1-11/+79
2016-08-04nfsd: drop unnecessary MAY_EXEC check from createGravatar J. Bruce Fields 1-6/+1
2016-08-04nfsd: Make creates return EEXIST instead of EACCESGravatar Oleg Drokin 1-1/+5
2016-07-15nfsd: allow nfsd to advertise multiple layout typesGravatar Jeff Layton 1-2/+2
2016-07-13nfsd: flex file device id encoding will need the server addressGravatar Tom Haynes 1-1/+1
2016-07-13nfsd: implement machine credential support for some operationsGravatar Andrew Elble 1-0/+39
2016-03-18nfsd: add SCSI layout supportGravatar Christoph Hellwig 1-2/+4