aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24vhost/scsi: Use common handling code in request queue handlerBijan Mottahedeh1-197/+164
2018-10-24vhost/scsi: Extract common handling code from control queue handlerBijan Mottahedeh1-99/+172
2018-10-24vhost/scsi: Respond to control queue operationsBijan Mottahedeh1-0/+190
2018-10-24vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards1-1/+3
2018-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2018-08-22vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048Greg Edwards1-1/+1
2018-08-02scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie1-1/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-1/+1
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche1-3/+1
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox1-3/+3
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-6/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)1-1/+1
2018-01-31vhost/scsi: Improve a size determination in four functionsMarkus Elfring1-5/+4
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-50/+23
2017-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2017-11-14vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()Byungchul Park1-2/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-11vhost/scsi: switch to iov_iter_get_pages()Al Viro1-48/+20
2017-10-11fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro1-2/+3
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-8/+3
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-1/+1
2017-06-08vhost/scsi: Don't reinvent the wheel but use existing llist APIByungchul Park1-8/+3
2017-01-19vhost/scsi: silence uninitialized variable warningDan Carpenter1-1/+1
2017-01-19vhost: scsi: constify target_core_fabric_ops structuresBhumika Goyal1-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2016-12-16vhost/scsi: Remove unused but set variableTobias Klauser1-2/+0
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro1-2/+1
2016-08-23vhost/scsi: fix reuse of &vq->iov[out] in responseBenjamin Coddington1-3/+3
2016-05-10target: make close_session optionalChristoph Hellwig1-6/+0
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig1-6/+0
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-58/+41
2016-03-10vhost/scsi: Convert to target_alloc_session usageNicholas Bellinger1-58/+41
2016-03-02vhost: rename vhost_init_used()Greg Kurz1-1/+1
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-22/+19
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig1-22/+19
2015-09-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+1
2015-09-16vhost: move features to coreMichael S. Tsirkin1-3/+1
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman1-2/+2
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-216/+3
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger1-3/+1
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-1/+2
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-6/+1
2015-05-30target: move transport ID handling to the coreChristoph Hellwig1-94/+0
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig1-23/+0