summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-152-11/+25
|\
| * iscsi: ensure RNG is seeded before useJason A. Donenfeld2017-06-192-11/+25
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-1330-600/+1121
|\ \
| * | iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsNicholas Bellinger2017-07-116-16/+55
| * | tcmu: clean up the code and with one small fixXiubo Li2017-07-111-13/+11
| * | tcmu: Fix possbile memory leak / OOPs when recalculating cmd base sizeXiubo Li2017-07-111-7/+5
| * | target: export lio pgr/alua support as device attrMike Christie2017-07-101-0/+24
| * | target: Fix return sense reason in target_scsi3_emulate_pr_outTang Wenji2017-07-091-5/+5
| * | target: Fix cmd size for PR-OUT in passthrough_parse_cdbTang Wenji2017-07-092-2/+2
| * | tcmu: Fix dev_config_storeBryant G. Ly2017-07-091-8/+24
| * | target: pscsi: Introduce TYPE_ZBC supportDamien Le Moal2017-07-061-6/+11
| * | target: Use macro for WRITE_VERIFY_32 operation codesDamien Le Moal2017-07-061-1/+1
| * | target: fix SAM_STAT_BUSY/TASK_SET_FULL handlingMike Christie2017-07-061-3/+11
| * | target: remove transport_completeMike Christie2017-07-061-6/+0
| * | pscsi: finish cmd processing from pscsi_req_doneMike Christie2017-07-062-26/+16
| * | tcmu: fix sense handling during completionMike Christie2017-07-061-2/+1
| * | target: add helper to copy sense to se_cmd bufferMike Christie2017-07-061-0/+18
| * | target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSEMike Christie2017-07-061-2/+2
| * | target: make device_mutex and device_list staticColin Ian King2017-07-061-2/+2
| * | tcmu: Fix flushing cmd entry dcache pageXiubo Li2017-07-061-2/+2
| * | tcmu: fix multiple uio open/close sequencesMike Christie2017-07-061-1/+5
| * | tcmu: drop configured check in destroyMike Christie2017-07-061-4/+2
| * | target: remove g_device_listMike Christie2017-07-062-21/+12
| * | xcopy: loop over devices using idr helperMike Christie2017-07-061-29/+41
| * | target: add helper to iterate over devicesMike Christie2017-07-062-0/+47
| * | tcmu: perfom device add, del and reconfig synchronouslyMike Christie2017-07-061-20/+193
| * | target: add helper to find se_device by dev_indexMike Christie2017-07-061-0/+24
| * | target: use idr for se_device dev indexMike Christie2017-07-061-4/+26
| * | target: break up free_device callbackMike Christie2017-07-066-8/+35
| * | tcmu: reconfigure netlink attr changesMike Christie2017-07-061-29/+44
| * | tcmu: make array tcmu_attrib_attrs static constColin Ian King2017-07-061-1/+1
| * | tcmu: Fix module removal due to stuck unmap_thread thread againXiubo Li2017-07-061-1/+1
| * | target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesceJiang Yi2017-07-061-0/+9
| * | tcmu: Add Type of reconfig into netlinkBryant G. Ly2017-07-061-6/+14
| * | tcmu: Make dev_config configurableBryant G. Ly2017-07-061-0/+41
| * | tcmu: Make dev_size configurable via userspaceBryant G. Ly2017-07-061-5/+54
| * | tcmu: Add netlink for device reconfigurationBryant G. Ly2017-07-061-0/+12
| * | tcmu: Support emulate_write_cacheBryant G. Ly2017-07-061-0/+30
| * | target/iscsi: Remove dead code from iscsit_process_scsi_cmd()Bart Van Assche2017-07-061-5/+1
| * | target/iscsi: Simplify iscsit_free_cmd()Bart Van Assche2017-07-061-35/+4
| * | target/iscsi: Remove second argument of __iscsit_free_cmd()Bart Van Assche2017-07-063-20/+15
| * | target/tcm_loop: Make TMF processing slightly fasterBart Van Assche2017-07-061-16/+9
| * | target/tcm_loop: Use target_submit_tmr() instead of open-coding this functionBart Van Assche2017-07-061-29/+3
| * | target/tcm_loop: Replace a waitqueue and a counter by a completionBart Van Assche2017-07-062-10/+5
| * | target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmrBart Van Assche2017-07-062-19/+10
| * | target: Introduce a function that shows the command stateBart Van Assche2017-07-062-27/+113
| * | iscsi-target: Kill left-over iscsi_target_do_cleanupNicholas Bellinger2017-07-061-24/+0
| * | target: Fix a deadlock between the XCOPY code and iSCSI session shutdownBart Van Assche2017-07-061-41/+69
| * | target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche2017-07-068-171/+75