summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* tcmu: fix error return code in tcmu_configure_device()Wei Yongjun2018-01-121-1/+3
* target_core_user: add cmd id to broken ring messageMike Christie2018-01-121-1/+2
* target: add SAM_STAT_BUSY sense reasonMike Christie2018-01-121-0/+3
* tcmu: prevent corruption when invalid data page requestedMike Christie2018-01-121-37/+6
* target: don't call an unmap callback if a range length is zeroAndrei Vagin2018-01-121-3/+5
* target/iscsi: avoid NULL dereference in CHAP auth error pathDavid Disseldorp2018-01-121-1/+2
* cxgbit: call neigh_event_send() to update MAC addressVarun Prakash2018-01-121-0/+3
* target: tcm_loop: Use seq_puts() in tcm_loop_show_info()Markus Elfring2018-01-121-1/+1
* target: tcm_loop: Delete an unnecessary return statement in tcm_loop_submissi...Markus Elfring2018-01-121-1/+0
* target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop...Markus Elfring2018-01-121-2/+2
* target: tcm_loop: Combine substrings for 26 messagesMarkus Elfring2018-01-121-68/+52
* target: tcm_loop: Improve a size determination in two functionsMarkus Elfring2018-01-121-2/+2
* target: tcm_loop: Delete an error message for a failed memory allocation in f...Markus Elfring2018-01-121-10/+4
* sbp-target: Delete an error message for a failed memory allocation in three f...Markus Elfring2018-01-121-9/+4
* tcmu: allow max block and global max blocks to be settableMike Christie2018-01-121-19/+124
* tcmu: make ring buffer timer configurableMike Christie2018-01-121-34/+115
* tcmu: don't block submitting context for block waitsMike Christie2018-01-121-95/+169
* tcmu: simplify dbi thresh handlingMike Christie2018-01-121-19/+3
* tcmu: prep queue_cmd_ring to be used by unmap wqMike Christie2018-01-121-15/+27
* tcmu: clean up the scatter helperXiubo Li2018-01-121-5/+25
* tcmu: fix free block calculationMike Christie2018-01-121-3/+4
* tcmu: simplify scatter_data_area error handlingMike Christie2018-01-121-24/+7
* tcmu: release blocks for partially setup cmdsMike Christie2018-01-121-0/+7
* tcmu: remove commands_lockMike Christie2018-01-121-10/+3
* tcmu: move expired command completion to unmap threadMike Christie2018-01-121-9/+39
* tcmu: fix unmap thread raceMike Christie2018-01-121-33/+10
* tcmu: split unmap_thread_fnMike Christie2018-01-121-50/+70
* tcmu: merge common block release codeMike Christie2018-01-121-16/+8
* tcmu: fix page addr in tcmu_flush_dcache_rangetangwenji2018-01-121-2/+3
* target-core: don't use "const char*" for a buffer that is written toRasmus Villemoes2018-01-123-6/+6
* block: fix blk_rq_append_bioJens Axboe2017-12-181-2/+2
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-251-4/+3
|\
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-11-2421-239/+385
|\ \ | |/ |/|
| * tcmu: Add a missing unlock on an error pathDan Carpenter2017-11-081-0/+1
| * tcmu: Fix some memory corruptionDan Carpenter2017-11-081-3/+2
| * iscsi-target: Fix non-immediate TMR reference leakNicholas Bellinger2017-11-071-3/+5
| * iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_krefNicholas Bellinger2017-11-071-13/+9
| * target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2017-11-072-0/+11
| * target: Fix quiese during transport_write_pending_qf endless loopNicholas Bellinger2017-11-071-0/+13
| * target: Fix caw_sem leak in transport_generic_request_failureNicholas Bellinger2017-11-071-3/+4
| * target: Fix QUEUE_FULL + SCSI task attribute handlingNicholas Bellinger2017-11-071-0/+4
| * iSCSI-target: Use common error handling code in iscsi_decode_text_input()Markus Elfring2017-11-041-21/+18
| * target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche2017-11-041-0/+4
| * target/iscsi: Fix a race condition in iscsit_add_reject_from_cmd()Bart Van Assche2017-11-041-1/+2
| * target/iscsi: Modify iscsit_do_crypto_hash_buf() prototypeBart Van Assche2017-11-041-24/+17
| * target/iscsi: Fix endianness in an error messageBart Van Assche2017-11-041-3/+3
| * target/iscsi: Use min() in iscsit_dump_data_payload() instead of open-coding itBart Van Assche2017-11-041-4/+3
| * target/iscsi: Define OFFLOAD_BUF_SIZE onceBart Van Assche2017-11-041-2/+0
| * target: Inline transport_put_cmd()Bart Van Assche2017-11-041-20/+3
OpenPOWER on IntegriCloud