aboutsummaryrefslogtreecommitdiffstats
path: root/.cocciconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSEMike Christie1-2/+2
2017-07-06target: make device_mutex and device_list staticColin Ian King1-2/+2
2017-07-06tcmu: Fix flushing cmd entry dcache pageXiubo Li1-2/+2
2017-07-06tcmu: fix multiple uio open/close sequencesMike Christie1-1/+5
2017-07-06tcmu: drop configured check in destroyMike Christie1-4/+2
2017-07-06target: remove g_device_listMike Christie3-22/+12
2017-07-06xcopy: loop over devices using idr helperMike Christie1-29/+41
2017-07-06target: add helper to iterate over devicesMike Christie2-0/+47
2017-07-06tcmu: perfom device add, del and reconfig synchronouslyMike Christie2-20/+200
2017-07-06target: add helper to find se_device by dev_indexMike Christie2-0/+26
2017-07-06target: use idr for se_device dev indexMike Christie2-5/+26
2017-07-06target: break up free_device callbackMike Christie7-8/+36
2017-07-06tcmu: reconfigure netlink attr changesMike Christie2-37/+48
2017-07-06qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORTNicholas Bellinger3-33/+8
2017-07-06iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_doneNicholas Bellinger1-1/+1
2017-07-06tcmu: make array tcmu_attrib_attrs static constColin Ian King1-1/+1
2017-07-06tcmu: Fix module removal due to stuck unmap_thread thread againXiubo Li1-1/+1
2017-07-06target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesceJiang Yi1-0/+9
2017-07-06tcmu: Add Type of reconfig into netlinkBryant G. Ly2-6/+22
2017-07-06tcmu: Make dev_config configurableBryant G. Ly1-0/+41
2017-07-06tcmu: Make dev_size configurable via userspaceBryant G. Ly1-5/+54
2017-07-06tcmu: Add netlink for device reconfigurationBryant G. Ly2-0/+13
2017-07-06tcmu: Support emulate_write_cacheBryant G. Ly1-0/+30
2017-07-06ibmvscsis: Use tpgt passed in by userBryant G. Ly1-0/+8
2017-07-06target/iscsi: Remove dead code from iscsit_process_scsi_cmd()Bart Van Assche1-5/+1
2017-07-06target/iscsi: Simplify iscsit_free_cmd()Bart Van Assche1-35/+4
2017-07-06target/iscsi: Remove second argument of __iscsit_free_cmd()Bart Van Assche3-20/+15
2017-07-06target/tcm_loop: Make TMF processing slightly fasterBart Van Assche1-16/+9
2017-07-06target/tcm_loop: Use target_submit_tmr() instead of open-coding this functionBart Van Assche1-29/+3
2017-07-06target/tcm_loop: Replace a waitqueue and a counter by a completionBart Van Assche2-10/+5
2017-07-06target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmrBart Van Assche2-19/+10
2017-07-06target: Introduce a function that shows the command stateBart Van Assche3-27/+114
2017-07-06iscsi-target: Kill left-over iscsi_target_do_cleanupNicholas Bellinger2-25/+0
2017-07-06xen/scsiback: Make TMF processing slightly fasterBart Van Assche1-1/+1
2017-07-06xen/scsiback: Replace a waitqueue and a counter by a completionBart Van Assche1-7/+4
2017-07-06xen/scsiback: Fix a TMR related use-after-freeBart Van Assche1-24/+9
2017-07-06IB/srpt: Make a debug statement in srpt_abort_cmd() more informativeBart Van Assche1-2/+2
2017-07-06target: Fix a deadlock between the XCOPY code and iSCSI session shutdownBart Van Assche1-41/+69
2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche9-171/+83
2017-07-06target: Fix transport_init_se_cmd()Bart Van Assche1-0/+1
2017-07-06target: Remove se_device.dev_listBart Van Assche2-3/+0
2017-07-06target: Use symbolic value for WRITE_VERIFY_16Bart Van Assche1-1/+1
2017-07-06qla2xxx: Convert QLA_TGT_ABTS to TARGET_SCF_LOOKUP_LUN_FROM_TAGNicholas Bellinger2-31/+12
2017-07-06target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASKNicholas Bellinger2-10/+46
2017-07-06target: Add support for TMR percpu reference countingNicholas Bellinger2-4/+13
2017-07-06target: reject COMPARE_AND_WRITE if emulate_caw is not setJiang Yi1-0/+6
2017-06-08iscsi-target: Avoid holding ->tpg_state_lock during param updateNicholas Bellinger1-6/+2
2017-06-08target/configfs: Kill se_lun->lun_link_magicNicholas Bellinger3-8/+8
2017-06-08target/configfs: Kill se_device->dev_link_magicNicholas Bellinger4-9/+12
2017-06-08target/iblock: Convert WRITE_SAME to blkdev_issue_zerooutNicholas Bellinger2-18/+28