summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)AuthorLines
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-876/+999
2017-07-12nfsd4: factor ctime into change attributeJ. Bruce Fields-3/+25
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-21/+13
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-23/+16
2017-06-29nfsd: remove nfsd_vfs_readChristoph Hellwig-11/+6
2017-06-29nfsd: use vfs_iter_read/writeChristoph Hellwig-10/+7
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields-34/+15
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche-1/+0
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig-2/+2
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe-34/+15
2017-06-05nfsd: namespace-prefix uuid_parseChristoph Hellwig-2/+2
2017-06-01nfsd: Check queue type before submitting a SCSI requestBart Van Assche-0/+3
2017-05-27nfsd_readlink(): switch to vfs_get_link()Al Viro-23/+16
2017-05-23nfsd4: fix null dereference on replayJ. Bruce Fields-7/+6
2017-05-16nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields-27/+9
2017-05-15nfsd4: const-ify nfsd4_opsChristoph Hellwig-7/+6
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig-36/+36
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig-7/+7
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig-0/+10
2017-05-15nfsd4: properly type op_func callbacksChristoph Hellwig-173/+209
2017-05-15nfsd4: remove nfsd4op_rsizeChristoph Hellwig-55/+54
2017-05-15nfsd4: properly type op_get_currentstateid callbacksChristoph Hellwig-35/+50
2017-05-15nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig-19/+27
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig-144/+148
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig-165/+167
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig-61/+57
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig-135/+171
2017-05-15nfsd: remove the unused PROC() macro in nfs3proc.cChristoph Hellwig-12/+0
2017-05-15nfsd: use named initializers in PROC()Christoph Hellwig-27/+27
2017-05-15nfsd4: const-ify nfs_cb_version4Christoph Hellwig-1/+1
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig-1/+1
2017-05-15sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig-1/+3
2017-05-15nfsd: fix decoder callback prototypesChristoph Hellwig-4/+7
2017-05-15nfsd: fix encoder callback prototypesChristoph Hellwig-5/+8
2017-05-10Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-40/+67
2017-05-10nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust-3/+8
2017-05-10nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields-4/+4
2017-05-09nfsd: fix undefined behavior in nfsd4_layout_verifyAri Kauppi-1/+2
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+4
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers-1/+1
2017-04-25NFS: don't try to cross a mountpount when there isn't one there.NeilBrown-4/+20
2017-04-25nfsd4: remove pointless strdup_if_nonnullNeilBrown-19/+6
2017-04-25nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields-9/+27
2017-04-25nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields-0/+6
2017-04-25nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields-8/+9
2017-04-25nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields-0/+36
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig-2/+2
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig-2/+3