summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-043-12/+9
|\
| * target: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-302-9/+7
| * block: Use bioset_init() for fs_bio_setKent Overstreet2018-05-141-1/+1
| * block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-2/+1
* | scsi: target: tcmu: fix error resetting qfull_time_out to defaultPrasanna Kumar Kalever2018-05-141-0/+2
|/
* scsi: target: Fix fortify_panic kernel exceptionBryant G Ly2018-04-201-4/+4
* scsi: target: fix crash with iscsi target and dvdMing Lei2018-04-191-0/+2
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-052-27/+3
|\
| * iscsi-target: use common inet_addr_is_anySagi Grimberg2018-03-261-26/+2
| * target/tcm_loop: Use blk_queue_flag_set()Bart Van Assche2018-03-081-1/+1
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-9/+9
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2018-02-0913-389/+795
|\
| * iscsi-target: make sure to wake up sleeping login workerFlorian Westphal2018-01-231-0/+3
| * tcmu: Fix trailing semicolonLuis de Bethencourt2018-01-181-1/+1
| * tcmu: fix cmd user after freeMike Christie2018-01-181-2/+1
| * target: fix destroy device in target_configure_devicetangwenji2018-01-181-1/+3
| * tcmu: allow userspace to reset ringMike Christie2018-01-161-4/+166
| * target core: add device action configfs filesMike Christie2018-01-162-0/+7
| * 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
* | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-292-42/+5
|\ \ | |/ |/|
| * lib/scatterlist: Fix chaining support in sgl_alloc_order()Bart Van Assche2018-01-191-1/+1