summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2017-07-06tcmu: fix sense handling during completionMike Christie-2/+1
2017-07-06target: add helper to copy sense to se_cmd bufferMike Christie-0/+18
2017-07-06target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSEMike Christie-2/+2
2017-07-06target: make device_mutex and device_list staticColin Ian King-2/+2
2017-07-06tcmu: Fix flushing cmd entry dcache pageXiubo Li-2/+2
2017-07-06tcmu: fix multiple uio open/close sequencesMike Christie-1/+5
2017-07-06tcmu: drop configured check in destroyMike Christie-4/+2
2017-07-06target: remove g_device_listMike Christie-21/+12
2017-07-06xcopy: loop over devices using idr helperMike Christie-29/+41
2017-07-06target: add helper to iterate over devicesMike Christie-0/+47
2017-07-06tcmu: perfom device add, del and reconfig synchronouslyMike Christie-20/+193
2017-07-06target: add helper to find se_device by dev_indexMike Christie-0/+24
2017-07-06target: use idr for se_device dev indexMike Christie-4/+26
2017-07-06target: break up free_device callbackMike Christie-8/+35
2017-07-06tcmu: reconfigure netlink attr changesMike Christie-29/+44
2017-07-06qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORTNicholas Bellinger-33/+8
2017-07-06iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_doneNicholas Bellinger-1/+1
2017-07-06tcmu: make array tcmu_attrib_attrs static constColin Ian King-1/+1
2017-07-06tcmu: Fix module removal due to stuck unmap_thread thread againXiubo Li-1/+1
2017-07-06target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesceJiang Yi-0/+9
2017-07-06tcmu: Add Type of reconfig into netlinkBryant G. Ly-6/+14
2017-07-06tcmu: Make dev_config configurableBryant G. Ly-0/+41
2017-07-06tcmu: Make dev_size configurable via userspaceBryant G. Ly-5/+54
2017-07-06tcmu: Add netlink for device reconfigurationBryant G. Ly-0/+12
2017-07-06tcmu: Support emulate_write_cacheBryant G. Ly-0/+30
2017-07-06ibmvscsis: Use tpgt passed in by userBryant G. Ly-0/+8
2017-07-06target/iscsi: Remove dead code from iscsit_process_scsi_cmd()Bart Van Assche-5/+1
2017-07-06target/iscsi: Simplify iscsit_free_cmd()Bart Van Assche-35/+4
2017-07-06target/iscsi: Remove second argument of __iscsit_free_cmd()Bart Van Assche-20/+15
2017-07-06target/tcm_loop: Make TMF processing slightly fasterBart Van Assche-16/+9
2017-07-06target/tcm_loop: Use target_submit_tmr() instead of open-coding this functionBart Van Assche-29/+3
2017-07-06target/tcm_loop: Replace a waitqueue and a counter by a completionBart Van Assche-10/+5
2017-07-06target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmrBart Van Assche-19/+10
2017-07-06target: Introduce a function that shows the command stateBart Van Assche-27/+113
2017-07-06iscsi-target: Kill left-over iscsi_target_do_cleanupNicholas Bellinger-24/+0
2017-07-06xen/scsiback: Make TMF processing slightly fasterBart Van Assche-1/+1
2017-07-06xen/scsiback: Replace a waitqueue and a counter by a completionBart Van Assche-7/+4
2017-07-06xen/scsiback: Fix a TMR related use-after-freeBart Van Assche-24/+9
2017-07-06IB/srpt: Make a debug statement in srpt_abort_cmd() more informativeBart Van Assche-2/+2
2017-07-06target: Fix a deadlock between the XCOPY code and iSCSI session shutdownBart Van Assche-41/+69
2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche-171/+75
2017-07-06target: Fix transport_init_se_cmd()Bart Van Assche-0/+1
2017-07-06target: Remove se_device.dev_listBart Van Assche-1/+0
2017-07-06target: Use symbolic value for WRITE_VERIFY_16Bart Van Assche-1/+1
2017-07-06qla2xxx: Convert QLA_TGT_ABTS to TARGET_SCF_LOOKUP_LUN_FROM_TAGNicholas Bellinger-31/+12
2017-07-06target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASKNicholas Bellinger-9/+44
2017-07-06target: Add support for TMR percpu reference countingNicholas Bellinger-4/+13
2017-07-06target: reject COMPARE_AND_WRITE if emulate_caw is not setJiang Yi-0/+6
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-88/+73
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+1