aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost/scsi.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-29vhost/scsi: fix up req type endian-nessGravatar Michael S. Tsirkin 1-1/+1
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+1
2020-06-04vhost: allow device that does not depend on vhost workerGravatar Jason Wang 1-1/+1
2020-05-26scsi: vhost: Notify TCM about the maximum sg entries supported per commandGravatar Sudhakar Panneerselvam 1-0/+1
2020-04-16vhost: Create accessors for virtqueues private_dataGravatar Eugenio Pérez 1-7/+7
2020-04-01vhost: allow per device message handlerGravatar Jason Wang 1-1/+1
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-11/+1
2019-05-27vhost: scsi: add weight supportGravatar Jason Wang 1-6/+6
2019-05-27vhost: introduce vhost_exceeds_weight()Gravatar Jason Wang 1-1/+8
2019-05-12vhost-scsi: remove incorrect memory barrierGravatar Paolo Bonzini 1-1/+0
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-6/+0
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionGravatar Bart Van Assche 1-6/+0
2019-01-28vhost: fix OOB in get_rx_bufs()Gravatar Jason Wang 1-1/+1
2019-01-14vhost/scsi: Use copy_to_iter() to send control queue responseGravatar Bijan Mottahedeh 1-8/+12
2019-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-2/+2
2018-12-19vhost: correct the related warning messageGravatar wangyan 1-2/+2
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasGravatar David Disseldorp 1-1/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsGravatar David Disseldorp 1-6/+1
2018-10-24vhost/scsi: Use common handling code in request queue handlerGravatar Bijan Mottahedeh 1-197/+164
2018-10-24vhost/scsi: Extract common handling code from control queue handlerGravatar Bijan Mottahedeh 1-99/+172
2018-10-24vhost/scsi: Respond to control queue operationsGravatar Bijan Mottahedeh 1-0/+190
2018-10-24vhost/scsi: truncate T10 PI iov_iter to prot_bytesGravatar Greg Edwards 1-1/+3
2018-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2018-08-22vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048Gravatar Greg Edwards 1-1/+1
2018-08-02scsi: target: loop, usb, vhost, xen: use target_remove_sessionGravatar Mike Christie 1-1/+1
2018-08-02scsi: target: rename target_alloc_sessionGravatar Mike Christie 1-1/+1
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Gravatar Bart Van Assche 1-3/+1
2018-06-19scsi: target: Convert target drivers to use sbitmapGravatar Matthew Wilcox 1-3/+3
2018-06-19scsi: target: Abstract tag freeingGravatar Matthew Wilcox 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-6/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()Gravatar 夷则(Caspar) 1-1/+1
2018-01-31vhost/scsi: Improve a size determination in four functionsGravatar Markus Elfring 1-5/+4
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-50/+23
2017-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-2/+2
2017-11-14vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()Gravatar Byungchul Park 1-2/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-10-11vhost/scsi: switch to iov_iter_get_pages()Gravatar Al Viro 1-48/+20
2017-10-11fix a page leak in vhost_scsi_iov_to_sgl() error recoveryGravatar Al Viro 1-2/+3
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-8/+3
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Gravatar Michal Hocko 1-1/+1
2017-06-08vhost/scsi: Don't reinvent the wheel but use existing llist APIGravatar Byungchul Park 1-8/+3
2017-01-19vhost/scsi: silence uninitialized variable warningGravatar Dan Carpenter 1-1/+1
2017-01-19vhost: scsi: constify target_core_fabric_ops structuresGravatar Bhumika Goyal 1-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2016-12-16vhost/scsi: Remove unused but set variableGravatar Tobias Klauser 1-2/+0
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsGravatar Al Viro 1-2/+1
2016-08-23vhost/scsi: fix reuse of &vq->iov[out] in responseGravatar Benjamin Coddington 1-3/+3
2016-05-10target: make close_session optionalGravatar Christoph Hellwig 1-6/+0