| Age | Commit message (Expand) | Author | Files | Lines |
| 11 days | vhost: switch to arrays of feature bits | Michael S. Tsirkin | 1 | -3/+6 |
| 2025-09-15 | vhost-scsi: fix argument order in tport allocation error message | Alok Tiwari | 1 | -1/+1 |
| 2025-08-01 | vhost-scsi: Fix check for inline_sg_cnt exceeding preallocated limit | Alok Tiwari | 1 | -1/+1 |
| 2025-08-01 | vhost-scsi: Fix log flooding with target does not exist errors | Mike Christie | 1 | -3/+1 |
| 2025-08-01 | vhost-scsi: Fix typos and formatting in comments and logs | Alok Tiwari | 1 | -9/+9 |
| 2025-05-18 | vhost-scsi: log event queue write descriptors | Dongli Zhang | 1 | -1/+15 |
| 2025-05-18 | vhost-scsi: log control queue write descriptors | Dongli Zhang | 1 | -5/+42 |
| 2025-05-18 | vhost-scsi: log I/O queue write descriptors | Dongli Zhang | 1 | -3/+116 |
| 2025-05-18 | vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptors | Dongli Zhang | 1 | -4/+8 |
| 2025-04-18 | vhost-scsi: Fix vhost_scsi_send_status() | Dongli Zhang | 1 | -7/+11 |
| 2025-04-18 | vhost-scsi: Fix vhost_scsi_send_bad_target() | Dongli Zhang | 1 | -11/+37 |
| 2025-04-18 | vhost-scsi: protect vq->log_used with vq->mutex | Dongli Zhang | 1 | -0/+8 |
| 2025-02-25 | vhost-scsi: Reduce response iov mem use | Mike Christie | 1 | -22/+60 |
| 2025-02-25 | vhost-scsi: Allocate iov_iter used for unaligned copies when needed | Mike Christie | 1 | -9/+17 |
| 2025-02-25 | vhost-scsi: Stop duplicating se_cmd fields | Mike Christie | 1 | -59/+36 |
| 2025-02-25 | vhost-scsi: Dynamically allocate scatterlists | Mike Christie | 1 | -88/+172 |
| 2025-02-25 | vhost-scsi: Return queue full for page alloc failures during copy | Mike Christie | 1 | -6/+9 |
| 2025-02-25 | vhost-scsi: Add better resource allocation failure handling | Mike Christie | 1 | -3/+25 |
| 2025-02-25 | vhost-scsi: Allocate T10 PI structs only when enabled | Mike Christie | 1 | -6/+8 |
| 2025-02-25 | vhost-scsi: Reduce mem use by moving upages to per queue | Mike Christie | 1 | -14/+10 |
| 2025-02-25 | vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint | Mike Christie | 1 | -12/+13 |
| 2024-10-07 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -12/+15 |
| 2024-10-07 | vhost/scsi: null-ptr-dereference in vhost_scsi_get_req() | Haoran Zhang | 1 | -12/+15 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-05-22 | vhost_scsi: Handle vhost_vq_work_queue failures for TMFs | Mike Christie | 1 | -1/+2 |
| 2024-05-22 | vhost-scsi: Use system wq to flush dev for TMFs | Mike Christie | 1 | -20/+19 |
| 2024-05-22 | vhost-scsi: Handle vhost_vq_work_queue failures for cmds | Mike Christie | 1 | -1/+12 |
| 2024-05-22 | vhost-scsi: Handle vhost_vq_work_queue failures for events | Mike Christie | 1 | -5/+12 |
| 2023-11-05 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+1 |
| 2023-11-01 | vhost-scsi: Spelling s/preceeding/preceding/g | Geert Uytterhoeven | 1 | -1/+1 |
| 2023-10-13 | scsi: target: Allow userspace to request direct submissions | Mike Christie | 1 | -1/+1 |
| 2023-10-13 | scsi: target: Have drivers report if they support direct submissions | Mike Christie | 1 | -0/+3 |
| 2023-08-10 | vhost-scsi: Rename vhost_scsi_iov_to_sgl | Mike Christie | 1 | -6/+7 |
| 2023-08-10 | vhost-scsi: Fix alignment handling with windows | Mike Christie | 1 | -25/+161 |
| 2023-07-03 | vhost_scsi: add support for worker ioctls | Mike Christie | 1 | -0/+8 |
| 2023-07-03 | vhost_scsi: flush IO vqs then send TMF rsp | Mike Christie | 1 | -3/+18 |
| 2023-07-03 | vhost_scsi: convert to vhost_vq_work_queue | Mike Christie | 1 | -9/+9 |
| 2023-07-03 | vhost_scsi: make SCSI cmd completion per vq | Mike Christie | 1 | -30/+26 |
| 2023-04-27 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -46/+56 |
| 2023-04-26 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -31/+0 |
| 2023-04-24 | Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
| 2023-04-21 | vhost-scsi: Reduce vhost_scsi_mutex use | Mike Christie | 1 | -7/+9 |
| 2023-04-21 | vhost-scsi: Drop vhost_scsi_mutex use in port callouts | Mike Christie | 1 | -12/+2 |
| 2023-04-21 | vhost-scsi: Check for a cleared backend before queueing an event | Mike Christie | 1 | -0/+8 |
| 2023-04-21 | vhost-scsi: Drop device mutex use in vhost_scsi_do_plug | Mike Christie | 1 | -3/+0 |
| 2023-04-21 | vhost-scsi: Delay releasing our refcount on the tpg | Mike Christie | 1 | -24/+37 |
| 2023-04-04 | vhost-scsi: Fix crash during LUN unmapping | Mike Christie | 1 | -32/+4 |
| 2023-04-04 | vhost-scsi: Fix vhost_scsi struct use after free | Mike Christie | 1 | -0/+3 |
| 2023-03-30 | iov_iter: add iter_iovec() helper | Jens Axboe | 1 | -1/+1 |
| 2023-03-16 | scsi: vhost-scsi: Remove default fabric ops callouts | Dmitry Bogdanov | 1 | -31/+0 |
| 2023-02-20 | vhost-scsi: convert sysfs snprintf and sprintf to sysfs_emit | Bo Liu | 1 | -3/+3 |
| 2023-01-27 | vhost-scsi: unbreak any layout for response | Jason Wang | 1 | -4/+17 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -5/+5 |
| 2022-08-12 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -24/+61 |
| 2022-08-11 | vhost scsi: Allow user to control num virtqueues | Mike Christie | 1 | -24/+61 |
| 2022-08-11 | vhost-scsi: Fix max number of virtqueues | Mike Christie | 1 | -1/+1 |
| 2022-08-08 | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}() | Al Viro | 1 | -3/+1 |
| 2022-05-31 | vhost: rename vhost_work_dev_flush | Mike Christie | 1 | -1/+1 |
| 2022-05-31 | vhost-scsi: drop flush after vhost_dev_cleanup | Mike Christie | 1 | -2/+0 |
| 2021-09-05 | vhost scsi: Convert to SPDX identifier | Cai Huoqing | 1 | -13/+1 |
| 2021-07-03 | vhost-scsi: reduce flushes during endpoint clearing | Mike Christie | 1 | -5/+6 |
| 2021-07-03 | vhost-scsi: remove extra flushes | Mike Christie | 1 | -8/+0 |
| 2021-07-03 | vhost: remove work arg from vhost_work_flush | Mike Christie | 1 | -2/+2 |
| 2021-03-04 | scsi: target: vhost-scsi: Use LIO wq cmd submission helper | Mike Christie | 1 | -30/+6 |
| 2021-03-04 | scsi: target: core: Add gfp_t arg to target_cmd_init_cdb() | Mike Christie | 1 | -1/+1 |
| 2021-03-04 | scsi: target: vhost-scsi: Convert to new submission API | Mike Christie | 1 | -11/+9 |
| 2021-03-04 | scsi: sbitmap: Move allocation hint into sbitmap | Ming Lei | 1 | -2/+2 |
| 2021-03-04 | scsi: sbitmap: Maintain allocation round_robin in sbitmap | Ming Lei | 1 | -2/+2 |
| 2021-02-23 | vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delay | Dongli Zhang | 1 | -6/+3 |
| 2020-12-18 | vhost scsi: fix error return code in vhost_scsi_set_endpoint() | Zhang Changzhong | 1 | -1/+2 |
| 2020-11-25 | vhost scsi: fix lun reset completion handling | Mike Christie | 1 | -1/+3 |
| 2020-11-15 | vhost scsi: Add support for LUN resets. | Mike Christie | 1 | -13/+134 |
| 2020-11-15 | vhost scsi: add lun parser helper | Mike Christie | 1 | -2/+7 |
| 2020-11-15 | vhost scsi: fix cmd completion race | Mike Christie | 1 | -27/+15 |
| 2020-11-15 | vhost scsi: alloc cmds per vq instead of session | Mike Christie | 1 | -79/+128 |
| 2020-07-29 | vhost/scsi: fix up req type endian-ness | Michael S. Tsirkin | 1 | -1/+1 |
| 2020-06-10 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+1 |
| 2020-06-05 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+1 |
| 2020-06-04 | vhost: allow device that does not depend on vhost worker | Jason Wang | 1 | -1/+1 |
| 2020-05-26 | scsi: vhost: Notify TCM about the maximum sg entries supported per command | Sudhakar Panneerselvam | 1 | -0/+1 |
| 2020-04-16 | vhost: Create accessors for virtqueues private_data | Eugenio Pérez | 1 | -7/+7 |
| 2020-04-01 | vhost: allow per device message handler | Jason Wang | 1 | -1/+1 |
| 2019-10-23 | compat_ioctl: move drivers to compat_ptr_ioctl | Arnd Bergmann | 1 | -11/+1 |
| 2019-05-27 | vhost: scsi: add weight support | Jason Wang | 1 | -6/+6 |
| 2019-05-27 | vhost: introduce vhost_exceeds_weight() | Jason Wang | 1 | -1/+8 |
| 2019-05-12 | vhost-scsi: remove incorrect memory barrier | Paolo Bonzini | 1 | -1/+0 |
| 2019-03-09 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -6/+0 |
| 2019-02-04 | scsi: target/core: Remove the write_pending_status() callback function | Bart Van Assche | 1 | -6/+0 |
| 2019-01-28 | vhost: fix OOB in get_rx_bufs() | Jason Wang | 1 | -1/+1 |
| 2019-01-14 | vhost/scsi: Use copy_to_iter() to send control queue response | Bijan Mottahedeh | 1 | -8/+12 |
| 2019-01-02 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -2/+2 |
| 2018-12-19 | vhost: correct the related warning message | wangyan | 1 | -2/+2 |
| 2018-11-28 | scsi: target: replace fabric_ops.name with fabric_alias | David Disseldorp | 1 | -1/+0 |
| 2018-11-28 | scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops | David Disseldorp | 1 | -6/+1 |
| 2018-10-24 | vhost/scsi: Use common handling code in request queue handler | Bijan Mottahedeh | 1 | -197/+164 |
| 2018-10-24 | vhost/scsi: Extract common handling code from control queue handler | Bijan Mottahedeh | 1 | -99/+172 |
| 2018-10-24 | vhost/scsi: Respond to control queue operations | Bijan Mottahedeh | 1 | -0/+190 |
| 2018-10-24 | vhost/scsi: truncate T10 PI iov_iter to prot_bytes | Greg Edwards | 1 | -1/+3 |
| 2018-08-24 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+1 |
| 2018-08-22 | vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048 | Greg Edwards | 1 | -1/+1 |
| 2018-08-02 | scsi: target: loop, usb, vhost, xen: use target_remove_session | Mike Christie | 1 | -1/+1 |
| 2018-08-02 | scsi: target: rename target_alloc_session | Mike Christie | 1 | -1/+1 |
| 2018-07-02 | scsi: target: Remove second argument from fabric_make_tpg() | Bart Van Assche | 1 | -3/+1 |
| 2018-06-19 | scsi: target: Convert target drivers to use sbitmap | Matthew Wilcox | 1 | -3/+3 |
| 2018-06-19 | scsi: target: Abstract tag freeing | Matthew Wilcox | 1 | -1/+1 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -6/+9 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
| 2018-02-01 | vhost: remove unused lock check flag in vhost_dev_cleanup() | 夷则(Caspar) | 1 | -1/+1 |
| 2018-01-31 | vhost/scsi: Improve a size determination in four functions | Markus Elfring | 1 | -5/+4 |
| 2017-11-17 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -50/+23 |
| 2017-11-16 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -2/+2 |
| 2017-11-14 | vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work() | Byungchul Park | 1 | -2/+2 |
| 2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -1/+1 |
| 2017-10-11 | vhost/scsi: switch to iov_iter_get_pages() | Al Viro | 1 | -48/+20 |
| 2017-10-11 | fix a page leak in vhost_scsi_iov_to_sgl() error recovery | Al Viro | 1 | -2/+3 |
| 2017-07-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -8/+3 |
| 2017-07-12 | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko | 1 | -1/+1 |
| 2017-06-08 | vhost/scsi: Don't reinvent the wheel but use existing llist API | Byungchul Park | 1 | -8/+3 |
| 2017-01-19 | vhost/scsi: silence uninitialized variable warning | Dan Carpenter | 1 | -1/+1 |
| 2017-01-19 | vhost: scsi: constify target_core_fabric_ops structures | Bhumika Goyal | 1 | -1/+1 |
| 2016-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
| 2016-12-16 | vhost/scsi: Remove unused but set variable | Tobias Klauser | 1 | -2/+0 |
| 2016-12-05 | [iov_iter] new primitives - copy_from_iter_full() and friends | Al Viro | 1 | -2/+1 |
| 2016-08-23 | vhost/scsi: fix reuse of &vq->iov[out] in response | Benjamin Coddington | 1 | -3/+3 |
| 2016-05-10 | target: make close_session optional | Christoph Hellwig | 1 | -6/+0 |
| 2016-05-10 | target: make ->shutdown_session optional | Christoph Hellwig | 1 | -6/+0 |
| 2016-03-22 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -58/+41 |
| 2016-03-10 | vhost/scsi: Convert to target_alloc_session usage | Nicholas Bellinger | 1 | -58/+41 |
| 2016-03-02 | vhost: rename vhost_init_used() | Greg Kurz | 1 | -1/+1 |
| 2015-11-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -22/+19 |
| 2015-10-13 | target: use per-attribute show and store methods | Christoph Hellwig | 1 | -22/+19 |
| 2015-09-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -3/+1 |
| 2015-09-16 | vhost: move features to core | Michael S. Tsirkin | 1 | -3/+1 |
| 2015-08-05 | char: make misc_deregister a void function | Greg Kroah-Hartman | 1 | -2/+2 |
| 2015-07-04 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -216/+3 |
| 2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+1 |
| 2015-06-23 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+2 |
| 2015-06-15 | target: Drop unnecessary core_tpg_register TFO parameter | Nicholas Bellinger | 1 | -3/+1 |
| 2015-06-02 | target: Minimize SCSI header #include directives | Bart Van Assche | 1 | -1/+2 |
| 2015-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+2 |
| 2015-05-30 | target: target_core_configfs.h is not needed in fabric drivers | Christoph Hellwig | 1 | -1/+0 |
| 2015-05-30 | target: Move task tag into struct se_cmd + support 64-bit tags | Bart Van Assche | 1 | -6/+1 |
| 2015-05-30 | target: move transport ID handling to the core | Christoph Hellwig | 1 | -94/+0 |
| 2015-05-30 | target: remove the get_fabric_proto_ident method | Christoph Hellwig | 1 | -23/+0 |
| 2015-05-30 | target: change core_tpg_register prototype | Christoph Hellwig | 1 | -2/+2 |
| 2015-05-30 | target: move node ACL allocation to core code | Christoph Hellwig | 1 | -15/+0 |
| 2015-05-30 | target: refactor init/drop_nodeacl methods | Christoph Hellwig | 1 | -39/+0 |
| 2015-05-30 | target: make the tpg_get_default_depth method optional | Christoph Hellwig | 1 | -6/+0 |
| 2015-05-30 | vhost/scsi: remove struct vhost_scsi_nacl | Christoph Hellwig | 1 | -31/+3 |
| 2015-05-30 | target: Remove first argument of target_{get,put}_sess_cmd() | Bart Van Assche | 1 | -1/+1 |
| 2015-05-30 | target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem | Christoph Hellwig | 1 | -4/+2 |
| 2015-05-28 | treewide: Add missing vmalloc.h inclusion. | David S. Miller | 1 | -0/+1 |
| 2015-04-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -63/+63 |
| 2015-04-14 | target: simplify the target template registration API | Christoph Hellwig | 1 | -63/+13 |
| 2015-04-07 | vhost/scsi: Add fabric_prot_type attribute support | Nicholas Bellinger | 1 | -1/+51 |
| 2015-03-19 | loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_session | Bart Van Assche | 1 | -3/+2 |
| 2015-02-21 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -527/+541 |
| 2015-02-05 | vhost/scsi: potential memory corruption | Dan Carpenter | 1 | -3/+3 |
| 2015-02-04 | vhost/scsi: Global tcm_vhost -> vhost_scsi rename | Nicholas Bellinger | 1 | -331/+331 |
| 2015-02-04 | vhost/scsi: Drop left-over scsi_tcq.h include | Nicholas Bellinger | 1 | -1/+0 |
| 2015-02-04 | vhost/scsi: Set VIRTIO_F_ANY_LAYOUT + VIRTIO_F_VERSION_1 feature bits | Nicholas Bellinger | 1 | -1/+3 |
| 2015-02-04 | vhost/scsi: Add ANY_LAYOUT support in vhost_scsi_handle_vq | Nicholas Bellinger | 1 | -196/+110 |
| 2015-02-04 | vhost/scsi: Add ANY_LAYOUT iov -> sgl mapping prerequisites | Nicholas Bellinger | 1 | -0/+93 |
| 2015-02-04 | vhost/scsi: Change vhost_scsi_map_to_sgl to accept iov ptr + len | Nicholas Bellinger | 1 | -22/+15 |
| 2015-02-04 | vhost/scsi: Fix incorrect early vhost_scsi_handle_vq failures | Nicholas Bellinger | 1 | -23/+29 |
| 2015-02-04 | vhost/scsi: Convert completion path to use copy_to_iter | Nicholas Bellinger | 1 | -5/+12 |
| 2015-02-04 | vhost: vhost_scsi_handle_vq() should just use copy_from_user() | Al Viro | 1 | -1/+1 |
| 2015-01-06 | vhost-scsi: Add missing virtio-scsi -> TCM attribute conversion | Nicholas Bellinger | 1 | -3/+21 |
| 2014-12-09 | vhost/scsi: partial virtio 1.0 support | Michael S. Tsirkin | 1 | -10/+12 |
| 2014-10-28 | vhost-scsi: Take configfs group dependency during VHOST_SCSI_SET_ENDPOINT | Nicholas Bellinger | 1 | -0/+24 |
| 2014-06-23 | vhost-scsi: don't open-code kvfree | Michael S. Tsirkin | 1 | -10/+2 |
| 2014-06-12 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -96/+212 |
| 2014-06-11 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -11/+15 |
| 2014-06-11 | vhost-scsi: Include prot_bytes into expected data transfer length | Nicholas Bellinger | 1 | -1/+2 |
| 2014-06-09 | vhost: move memory pointer to VQs | Michael S. Tsirkin | 1 | -2/+2 |
| 2014-06-09 | vhost: move acked_features to VQs | Michael S. Tsirkin | 1 | -9/+13 |
| 2014-06-02 | vhost/scsi: Enable T10 PI IOV -> SGL memory mapping | Nicholas Bellinger | 1 | -59/+124 |
| 2014-06-02 | vhost/scsi: Add T10 PI IOV -> SGL memory mapping logic | Nicholas Bellinger | 1 | -1/+47 |
| 2014-06-02 | vhost/scsi: Add preallocation of protection SGLs | Nicholas Bellinger | 1 | -1/+14 |
| 2014-06-02 | vhost/scsi: Move sanity check into vhost_scsi_map_iov_to_sgl | Nicholas Bellinger | 1 | -34/+25 |
| 2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 1 | -1/+1 |
| 2014-04-07 | target: Pass in transport supported PI at session initialization | Nicholas Bellinger | 1 | -1/+2 |
| 2014-04-07 | target: Add TFO->abort_task for aborted task resources release | Nicholas Bellinger | 1 | -0/+6 |
| 2014-02-24 | vhost/scsi: Check LUN structure byte 0 is set to 1, per spec | Venkatesh Srinivas | 1 | -0/+6 |
| 2014-01-31 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -2/+2 |
| 2014-01-23 | percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask | Kent Overstreet | 1 | -1/+1 |
| 2014-01-18 | target: Add protection SGLs to target_submit_cmd_map_sgls | Nicholas Bellinger | 1 | -1/+1 |
| 2013-12-06 | vhost: remove the dead branch | Zhi Yong Wu | 1 | -6/+1 |
| 2013-11-22 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -9/+9 |
| 2013-10-25 | vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameter | Nicholas Bellinger | 1 | -1/+1 |
| 2013-10-16 | target: Remove TF_CIT_TMPL macro | Andy Grover | 1 | -9/+9 |
| 2013-10-01 | vhost/scsi: Use GFP_ATOMIC with percpu_ida_alloc for obtaining tag | Nicholas Bellinger | 1 | -1/+6 |
| 2013-09-17 | vhost-scsi: whitespace tweak | Michael S. Tsirkin | 1 | -1/+1 |
| 2013-09-17 | vhost/scsi: use vmalloc for order-10 allocation | Michael S. Tsirkin | 1 | -14/+27 |
| 2013-09-10 | target: Update copyright ownership/year information to 2013 | Nicholas Bellinger | 1 | -2/+2 |
| 2013-09-09 | vhost/scsi: Add pre-allocation for tv_cmd SGL + upages memory | Nicholas Bellinger | 1 | -19/+80 |
| 2013-09-09 | vhost/scsi: Convert to per-cpu ida_alloc + ida_free command map | Nicholas Bellinger | 1 | -12/+21 |
| 2013-07-23 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -11/+6 |
| 2013-07-11 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -15/+22 |
| 2013-07-11 | vhost: Remove custom vhost rcu usage | Asias He | 1 | -4/+2 |