summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-11/+25
2017-07-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds30-600/+1121
2017-07-13mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko1-1/+1
2017-07-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-07-11iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsNicholas Bellinger6-16/+55
2017-07-11tcmu: clean up the code and with one small fixXiubo Li1-13/+11
2017-07-11tcmu: Fix possbile memory leak / OOPs when recalculating cmd base sizeXiubo Li1-7/+5
2017-07-11target: export lio pgr/alua support as device attrMike Christie1-0/+24
2017-07-10target: Fix return sense reason in target_scsi3_emulate_pr_outTang Wenji1-5/+5
2017-07-10target: Fix cmd size for PR-OUT in passthrough_parse_cdbTang Wenji2-2/+2
2017-07-10tcmu: Fix dev_config_storeBryant G. Ly1-8/+24
2017-07-07target: pscsi: Introduce TYPE_ZBC supportDamien Le Moal1-6/+11
2017-07-07target: Use macro for WRITE_VERIFY_32 operation codesDamien Le Moal1-1/+1
2017-07-07target: fix SAM_STAT_BUSY/TASK_SET_FULL handlingMike Christie1-3/+11
2017-07-07target: remove transport_completeMike Christie1-6/+0
2017-07-07pscsi: finish cmd processing from pscsi_req_doneMike Christie2-26/+16
2017-07-07tcmu: fix sense handling during completionMike Christie1-2/+1
2017-07-07target: add helper to copy sense to se_cmd bufferMike Christie1-0/+18
2017-07-07target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSEMike Christie1-2/+2
2017-07-07target: make device_mutex and device_list staticColin Ian King1-2/+2
2017-07-07tcmu: Fix flushing cmd entry dcache pageXiubo Li1-2/+2
2017-07-07tcmu: fix multiple uio open/close sequencesMike Christie1-1/+5
2017-07-07tcmu: drop configured check in destroyMike Christie1-4/+2
2017-07-07target: remove g_device_listMike Christie2-21/+12
2017-07-07xcopy: loop over devices using idr helperMike Christie1-29/+41
2017-07-07target: add helper to iterate over devicesMike Christie2-0/+47
2017-07-07tcmu: perfom device add, del and reconfig synchronouslyMike Christie1-20/+193
2017-07-07target: add helper to find se_device by dev_indexMike Christie1-0/+24
2017-07-07target: use idr for se_device dev indexMike Christie1-4/+26
2017-07-07target: break up free_device callbackMike Christie6-8/+35
2017-07-07tcmu: reconfigure netlink attr changesMike Christie1-29/+44
2017-07-07tcmu: make array tcmu_attrib_attrs static constColin Ian King1-1/+1
2017-07-07tcmu: Fix module removal due to stuck unmap_thread thread againXiubo Li1-1/+1
2017-07-07target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesceJiang Yi1-0/+9
2017-07-07tcmu: Add Type of reconfig into netlinkBryant G. Ly1-6/+14
2017-07-07tcmu: Make dev_config configurableBryant G. Ly1-0/+41
2017-07-07tcmu: Make dev_size configurable via userspaceBryant G. Ly1-5/+54
2017-07-07tcmu: Add netlink for device reconfigurationBryant G. Ly1-0/+12
2017-07-07tcmu: Support emulate_write_cacheBryant G. Ly1-0/+30
2017-07-07target/iscsi: Remove dead code from iscsit_process_scsi_cmd()Bart Van Assche1-5/+1
2017-07-07target/iscsi: Simplify iscsit_free_cmd()Bart Van Assche1-35/+4
2017-07-07target/iscsi: Remove second argument of __iscsit_free_cmd()Bart Van Assche3-20/+15
2017-07-07target/tcm_loop: Make TMF processing slightly fasterBart Van Assche1-16/+9
2017-07-07target/tcm_loop: Use target_submit_tmr() instead of open-coding this functionBart Van Assche1-29/+3
2017-07-07target/tcm_loop: Replace a waitqueue and a counter by a completionBart Van Assche2-10/+5
2017-07-07target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmrBart Van Assche2-19/+10
2017-07-07target: Introduce a function that shows the command stateBart Van Assche2-27/+113
2017-07-07iscsi-target: Kill left-over iscsi_target_do_cleanupNicholas Bellinger1-24/+0
2017-07-07target: Fix a deadlock between the XCOPY code and iSCSI session shutdownBart Van Assche1-41/+69
2017-07-07target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche8-171/+75