Age | Commit message (Expand) | Author |
2023-08-10 | vhost-scsi: Rename vhost_scsi_iov_to_sgl | Mike Christie |
2023-08-10 | vhost-scsi: Fix alignment handling with windows | Mike Christie |
2023-07-03 | vhost_scsi: add support for worker ioctls | Mike Christie |
2023-07-03 | vhost_scsi: flush IO vqs then send TMF rsp | Mike Christie |
2023-07-03 | vhost_scsi: convert to vhost_vq_work_queue | Mike Christie |
2023-07-03 | vhost_scsi: make SCSI cmd completion per vq | Mike Christie |
2023-04-27 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2023-04-26 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2023-04-24 | Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds |
2023-04-21 | vhost-scsi: Reduce vhost_scsi_mutex use | Mike Christie |
2023-04-21 | vhost-scsi: Drop vhost_scsi_mutex use in port callouts | Mike Christie |
2023-04-21 | vhost-scsi: Check for a cleared backend before queueing an event | Mike Christie |
2023-04-21 | vhost-scsi: Drop device mutex use in vhost_scsi_do_plug | Mike Christie |
2023-04-21 | vhost-scsi: Delay releasing our refcount on the tpg | Mike Christie |
2023-04-04 | vhost-scsi: Fix crash during LUN unmapping | Mike Christie |
2023-04-04 | vhost-scsi: Fix vhost_scsi struct use after free | Mike Christie |
2023-03-30 | iov_iter: add iter_iovec() helper | Jens Axboe |
2023-03-16 | scsi: vhost-scsi: Remove default fabric ops callouts | Dmitry Bogdanov |
2023-02-20 | vhost-scsi: convert sysfs snprintf and sprintf to sysfs_emit | Bo Liu |
2023-01-27 | vhost-scsi: unbreak any layout for response | Jason Wang |
2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro |
2022-08-12 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2022-08-11 | vhost scsi: Allow user to control num virtqueues | Mike Christie |
2022-08-11 | vhost-scsi: Fix max number of virtqueues | Mike Christie |
2022-08-08 | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}() | Al Viro |
2022-05-31 | vhost: rename vhost_work_dev_flush | Mike Christie |
2022-05-31 | vhost-scsi: drop flush after vhost_dev_cleanup | Mike Christie |
2021-09-05 | vhost scsi: Convert to SPDX identifier | Cai Huoqing |
2021-07-03 | vhost-scsi: reduce flushes during endpoint clearing | Mike Christie |
2021-07-03 | vhost-scsi: remove extra flushes | Mike Christie |
2021-07-03 | vhost: remove work arg from vhost_work_flush | Mike Christie |
2021-03-04 | scsi: target: vhost-scsi: Use LIO wq cmd submission helper | Mike Christie |
2021-03-04 | scsi: target: core: Add gfp_t arg to target_cmd_init_cdb() | Mike Christie |
2021-03-04 | scsi: target: vhost-scsi: Convert to new submission API | Mike Christie |
2021-03-04 | scsi: sbitmap: Move allocation hint into sbitmap | Ming Lei |
2021-03-04 | scsi: sbitmap: Maintain allocation round_robin in sbitmap | Ming Lei |
2021-02-23 | vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delay | Dongli Zhang |
2020-12-18 | vhost scsi: fix error return code in vhost_scsi_set_endpoint() | Zhang Changzhong |
2020-11-25 | vhost scsi: fix lun reset completion handling | Mike Christie |
2020-11-15 | vhost scsi: Add support for LUN resets. | Mike Christie |
2020-11-15 | vhost scsi: add lun parser helper | Mike Christie |
2020-11-15 | vhost scsi: fix cmd completion race | Mike Christie |
2020-11-15 | vhost scsi: alloc cmds per vq instead of session | Mike Christie |
2020-07-29 | vhost/scsi: fix up req type endian-ness | Michael S. Tsirkin |
2020-06-10 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2020-06-05 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2020-06-04 | vhost: allow device that does not depend on vhost worker | Jason Wang |
2020-05-26 | scsi: vhost: Notify TCM about the maximum sg entries supported per command | Sudhakar Panneerselvam |
2020-04-16 | vhost: Create accessors for virtqueues private_data | Eugenio Pérez |
2020-04-01 | vhost: allow per device message handler | Jason Wang |