summaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfsd: use nfs->ns.inum as net IDVasily Averin2017-11-071-2/+2
* nfds: avoid gettimeofday for nfssvc_boot timeArnd Bergmann2017-11-074-8/+11
* fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_tElena Reshetova2017-11-072-5/+5
* fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_tElena Reshetova2017-11-072-4/+4
* fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_tElena Reshetova2017-11-073-15/+16
* nfsd4: catch some false session retriesJ. Bruce Fields2017-11-072-1/+37
* nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields2017-11-073-7/+27
* nfsd: use ARRAY_SIZEJérémy Lefaure2017-10-051-3/+2
* nfsd: give out fewer session slots as limit approachesJ. Bruce Fields2017-10-041-0/+5
* nfsd: increase DRC cache limitJ. Bruce Fields2017-10-041-1/+1
* nfsd: remove unnecessary nofilehandle checksJ. Bruce Fields2017-10-041-12/+2
* Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-09-094-275/+233
|\
| * nfsd: Incoming xdr_bufs may have content in tail bufferChuck Lever2017-09-052-0/+21
| * merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields2017-09-051-4/+2
| |\
| * | sunrpc: Const-ify struct sv_serv_opsChuck Lever2017-08-251-1/+1
| * | nfsd: Const-ify NFSv4 encoding and decoding ops arraysChuck Lever2017-08-251-2/+2
| * | nfsd4: individual encoders no longer see error casesJ. Bruce Fields2017-08-251-206/+103
| * | nfsd4: skip encoder in trivial error casesJ. Bruce Fields2017-08-253-3/+12
| * | nfsd4: define ->op_release for compound opsJ. Bruce Fields2017-08-253-6/+36
| * | nfsd4: opdesc will be useful outside nfs4proc.cJ. Bruce Fields2017-08-253-14/+14
| * | nfsd4: move some nfsd4 op definitions to xdr4.hJ. Bruce Fields2017-08-012-43/+44
* | | annotate RWF_... flagsChristoph Hellwig2017-08-311-1/+1
| |/ |/|
* | nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever2017-08-251-4/+2
|/
* nfsd: Fix a memory scribble in the callback channelTrond Myklebust2017-07-171-3/+3
* Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-07-1317-876/+999
|\
| * nfsd4: factor ctime into change attributeJ. Bruce Fields2017-07-123-3/+25
| * Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields2017-06-283-34/+15
| |\
| * | nfsd4: const-ify nfsd4_opsChristoph Hellwig2017-05-151-7/+6
| * | sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-157-36/+36
| * | sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-156-7/+7
| * | sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-05-155-0/+10
| * | nfsd4: properly type op_func callbacksChristoph Hellwig2017-05-153-173/+209
| * | nfsd4: remove nfsd4op_rsizeChristoph Hellwig2017-05-151-55/+54
| * | nfsd4: properly type op_get_currentstateid callbacksChristoph Hellwig2017-05-153-35/+50
| * | nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig2017-05-154-19/+27
| * | sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-1512-144/+148
| * | sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-1512-165/+167
| * | sunrpc: properly type pc_release callbacksChristoph Hellwig2017-05-1510-61/+57
| * | sunrpc: properly type pc_func callbacksChristoph Hellwig2017-05-156-135/+171
| * | nfsd: remove the unused PROC() macro in nfs3proc.cChristoph Hellwig2017-05-151-12/+0
| * | nfsd: use named initializers in PROC()Christoph Hellwig2017-05-153-27/+27
| * | nfsd4: const-ify nfs_cb_version4Christoph Hellwig2017-05-151-1/+1
| * | sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-05-151-1/+1
| * | sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-05-151-1/+3
| * | nfsd: fix decoder callback prototypesChristoph Hellwig2017-05-151-4/+7
| * | nfsd: fix encoder callback prototypesChristoph Hellwig2017-05-151-5/+8
* | | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-051-21/+13
|\ \ \
| * | | nfsd: remove nfsd_vfs_readChristoph Hellwig2017-06-291-11/+6
| * | | nfsd: use vfs_iter_read/writeChristoph Hellwig2017-06-291-10/+7
| | |/ | |/|
* | | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-23/+16
|\ \ \