summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2018-01-17tcmu: allow userspace to reset ringMike Christie1-4/+166
2018-01-17target core: add device action configfs filesMike Christie2-0/+7
2018-01-13tcmu: fix error return code in tcmu_configure_device()Wei Yongjun1-1/+3
2018-01-13target_core_user: add cmd id to broken ring messageMike Christie1-1/+2
2018-01-13target: add SAM_STAT_BUSY sense reasonMike Christie1-0/+3
2018-01-13tcmu: prevent corruption when invalid data page requestedMike Christie1-37/+6
2018-01-13target: don't call an unmap callback if a range length is zeroAndrei Vagin1-3/+5
2018-01-13target/iscsi: avoid NULL dereference in CHAP auth error pathDavid Disseldorp1-1/+2
2018-01-13cxgbit: call neigh_event_send() to update MAC addressVarun Prakash1-0/+3
2018-01-13target: tcm_loop: Use seq_puts() in tcm_loop_show_info()Markus Elfring1-1/+1
2018-01-13target: tcm_loop: Delete an unnecessary return statement in tcm_loop_submissi...Markus Elfring1-1/+0
2018-01-13target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop...Markus Elfring1-2/+2
2018-01-13target: tcm_loop: Combine substrings for 26 messagesMarkus Elfring1-68/+52
2018-01-13target: tcm_loop: Improve a size determination in two functionsMarkus Elfring1-2/+2
2018-01-13target: tcm_loop: Delete an error message for a failed memory allocation in f...Markus Elfring1-10/+4
2018-01-13sbp-target: Delete an error message for a failed memory allocation in three f...Markus Elfring1-9/+4
2018-01-13tcmu: allow max block and global max blocks to be settableMike Christie1-19/+124
2018-01-13tcmu: make ring buffer timer configurableMike Christie1-34/+115
2018-01-13tcmu: don't block submitting context for block waitsMike Christie1-95/+169
2018-01-13tcmu: simplify dbi thresh handlingMike Christie1-19/+3
2018-01-13tcmu: prep queue_cmd_ring to be used by unmap wqMike Christie1-15/+27
2018-01-13tcmu: clean up the scatter helperXiubo Li1-5/+25
2018-01-13tcmu: fix free block calculationMike Christie1-3/+4
2018-01-13tcmu: simplify scatter_data_area error handlingMike Christie1-24/+7
2018-01-13tcmu: release blocks for partially setup cmdsMike Christie1-0/+7
2018-01-13tcmu: remove commands_lockMike Christie1-10/+3
2018-01-13tcmu: move expired command completion to unmap threadMike Christie1-9/+39
2018-01-13tcmu: fix unmap thread raceMike Christie1-33/+10
2018-01-13tcmu: split unmap_thread_fnMike Christie1-50/+70
2018-01-13tcmu: merge common block release codeMike Christie1-16/+8
2018-01-13tcmu: fix page addr in tcmu_flush_dcache_rangetangwenji1-2/+3
2018-01-13target-core: don't use "const char*" for a buffer that is written toRasmus Villemoes3-6/+6
2017-12-18block: fix blk_rq_append_bioJens Axboe1-2/+2
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2017-11-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds21-239/+385
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-15Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds3-21/+21
2017-11-14Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-52/+48
2017-11-08tcmu: Add a missing unlock on an error pathDan Carpenter1-0/+1
2017-11-08tcmu: Fix some memory corruptionDan Carpenter1-3/+2
2017-11-08iscsi-target: Fix non-immediate TMR reference leakNicholas Bellinger1-3/+5
2017-11-08iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_krefNicholas Bellinger1-13/+9
2017-11-08target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2-0/+11
2017-11-08target: Fix quiese during transport_write_pending_qf endless loopNicholas Bellinger1-0/+13
2017-11-08target: Fix caw_sem leak in transport_generic_request_failureNicholas Bellinger1-3/+4
2017-11-08target: Fix QUEUE_FULL + SCSI task attribute handlingNicholas Bellinger1-0/+4
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar31-0/+31
2017-11-05iSCSI-target: Use common error handling code in iscsi_decode_text_input()Markus Elfring1-21/+18
2017-11-05target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche1-0/+4
2017-11-05target/iscsi: Fix a race condition in iscsit_add_reject_from_cmd()Bart Van Assche1-1/+2