summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | nfsd_readlink(): switch to vfs_get_link()Al Viro2017-05-271-23/+16
| | |/ | |/|
* | | block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-201-1/+0
* | | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-131-2/+2
|\ \ \
| * | | nfsd: namespace-prefix uuid_parseChristoph Hellwig2017-06-051-2/+2
| | |/ | |/|
* | | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-123-34/+15
|\| |
| * | nfsd4: fix null dereference on replayJ. Bruce Fields2017-05-231-7/+6
| * | nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields2017-05-162-27/+9
| |/
* / nfsd: Check queue type before submitting a SCSI requestBart Van Assche2017-06-011-0/+3
|/
* Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-05-106-40/+67
|\
| * nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust2017-05-101-3/+8
| * nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields2017-05-101-4/+4
| * nfsd: fix undefined behavior in nfsd4_layout_verifyAri Kauppi2017-05-091-1/+2
| * NFS: don't try to cross a mountpount when there isn't one there.NeilBrown2017-04-251-4/+20
| * nfsd4: remove pointless strdup_if_nonnullNeilBrown2017-04-251-19/+6
| * nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-04-252-9/+27
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-091-1/+1
|\ \
| * | fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-1/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-011-1/+1
|\ \ \
| * | | sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown2017-04-111-1/+1
| |/ /
* | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-3/+4
|\ \ \ | |_|/ |/| |
| * | scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-2/+2
| * | block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-201-2/+3
* | | nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2017-04-252-0/+6