Age | Commit message (Expand) | Author | Files | Lines |
2013-05-04 | target: Remove unused struct members in se_dev_entry | Andy Grover | 4 | -21/+0 |
2013-04-25 | iser-target: Add iSCSI Extensions for RDMA (iSER) target driver | Nicholas Bellinger | 7 | -0/+2475 |
2013-04-25 | tcm_vhost: Enable VIRTIO_SCSI_F_HOTPLUG | Asias He | 1 | -1/+2 |
2013-04-25 | tcm_vhost: Add ioctl to get and set events missed flag | Asias He | 2 | -0/+20 |
2013-04-25 | tcm_vhost: Add hotplug/hotunplug support | Asias He | 2 | -2/+218 |
2013-04-25 | tcm_vhost: Refactor the lock nesting rule | Asias He | 1 | -13/+19 |
2013-04-25 | tcm_fc: Check for aborted sequence | Mark Rustad | 1 | -1/+8 |
2013-04-25 | iscsi-target: Add iser network portal attribute | Nicholas Bellinger | 1 | -0/+79 |
2013-04-25 | iscsi-target: Refactor TX queue logic + export response PDU creation | Nicholas Bellinger | 4 | -304/+370 |
2013-04-25 | iscsi-target: Refactor RX PDU logic + export request PDU handling | Nicholas Bellinger | 8 | -204/+346 |
2013-04-25 | iscsi-target: Add per transport iscsi_cmd alloc/free | Nicholas Bellinger | 5 | -5/+26 |
2013-04-25 | iscsi-target: Add iser-target parameter keys + setup during login | Nicholas Bellinger | 4 | -17/+161 |
2013-04-25 | iscsi-target: Initial traditional TCP conversion to iscsit_transport | Nicholas Bellinger | 9 | -315/+380 |
2013-04-25 | iscsi-target: Add iscsit_transport API template | Nicholas Bellinger | 3 | -1/+140 |
2013-04-25 | target: Add export of target_get_sess_cmd symbol | Nicholas Bellinger | 2 | -3/+3 |
2013-04-25 | target: Change default sense key of NOT_READY | Jörn Engel | 1 | -2/+7 |
2013-04-25 | target/file: Set is_nonrot attribute | Asias He | 1 | -0/+3 |
2013-04-25 | target: Add sbc_execute_unmap() helper | Asias He | 4 | -155/+97 |
2013-04-25 | target/iblock: Add iblock_do_unmap() helper | Asias He | 1 | -17/+26 |
2013-04-25 | target/file: Add fd_do_unmap() helper | Asias He | 1 | -42/+30 |
2013-04-25 | target/file: Add UNMAP emulation support | Asias He | 1 | -0/+111 |
2013-04-25 | target/file: Add WRITE_SAME w/ UNMAP=1 emulation support | Asias He | 1 | -5/+89 |
2013-04-25 | qla2xxx: Remove unused function | Jörn Engel | 2 | -20/+0 |
2013-04-25 | tcm_fc: using kfree_rcu() to simplify the code | Wei Yongjun | 1 | -8/+1 |
2013-04-25 | target/iscsi: Use ISCSI_LOGIN_CURRENT/NEXT_STAGE macros | Andy Grover | 1 | -8/+6 |
2013-04-25 | target/iscsi: Remove chap_set_random() | Andy Grover | 1 | -27/+1 |
2013-04-11 | target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBs | Nicholas Bellinger | 1 | -0/+3 |
2013-04-11 | tcm_vhost: Send bad target to guest when cmd fails | Asias He | 1 | -4/+6 |
2013-04-11 | tcm_vhost: Add vhost_scsi_send_bad_target() helper | Asias He | 1 | -13/+18 |
2013-04-11 | tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vq | Asias He | 1 | -2/+7 |
2013-04-11 | tcm_vhost: Remove double check of response | Asias He | 1 | -9/+0 |
2013-04-09 | tcm_vhost: Initialize vq->last_used_idx when set endpoint | Asias He | 1 | -0/+1 |
2013-04-09 | tcm_vhost: Use vq->private_data to indicate if the endpoint is setup | Asias He | 1 | -43/+101 |
2013-04-03 | tcm_vhost: Use ACCESS_ONCE for vs->vs_tpg[target] access | Asias He | 1 | -1/+1 |
2013-03-29 | target: Fix RESERVATION_CONFLICT status regression for iscsi-target special case | Nicholas Bellinger | 1 | -1/+3 |
2013-03-29 | tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bit | Nicholas Bellinger | 1 | -2/+11 |
2013-03-20 | target/pscsi: Reject cross page boundary case in pscsi_map_sg | Asias He | 1 | -3/+8 |
2013-03-20 | target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/Os | Nicholas Bellinger | 1 | -1/+1 |
2013-03-19 | tcm_vhost: Flush vhost_work in vhost_scsi_flush() | Asias He | 1 | -0/+1 |
2013-03-19 | tcm_vhost: Add missed lock in vhost_scsi_clear_endpoint() | Asias He | 1 | -4/+8 |
2013-03-18 | target: fix possible memory leak in core_tpg_register() | Wei Yongjun | 1 | -1/+2 |
2013-03-18 | target/iscsi: Fix mutual CHAP auth on big-endian arches | Andy Grover | 1 | -1/+4 |
2013-03-18 | target_core_sbc: use noop for SYNCHRONIZE_CACHE | Hannes Reinecke | 1 | -2/+5 |
2013-03-18 | Linux 3.9-rc3v3.9-rc3 | Linus Torvalds | 1 | -1/+1 |
2013-03-18 | perf,x86: fix link failure for non-Intel configs | David Rientjes | 1 | -1/+5 |
2013-03-18 | perf,x86: fix wrmsr_on_cpu() warning on suspend/resume | Linus Torvalds | 1 | -1/+3 |
2013-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 7 | -12/+25 |
2013-03-16 | Btrfs: fix warning of free_extent_map | Liu Bo | 1 | -0/+1 |
2013-03-16 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -5/+6 |
2013-03-16 | Merge tag 'for-3.9-rc3' of git://openrisc.net/jonas/linux | Linus Torvalds | 3 | -8/+11 |