aboutsummaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-27/+3
2018-03-26iscsi-target: use common inet_addr_is_anyGravatar Sagi Grimberg 1-26/+2
2018-03-08target/tcm_loop: Use blk_queue_flag_set()Gravatar Bart Van Assche 1-1/+1
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 1-9/+9
2018-02-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 13-389/+795
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-42/+5
2018-01-23iscsi-target: make sure to wake up sleeping login workerGravatar Florian Westphal 1-0/+3
2018-01-19lib/scatterlist: Fix chaining support in sgl_alloc_order()Gravatar Bart Van Assche 1-1/+1
2018-01-18tcmu: Fix trailing semicolonGravatar Luis de Bethencourt 1-1/+1
2018-01-18tcmu: fix cmd user after freeGravatar Mike Christie 1-2/+1
2018-01-18target: fix destroy device in target_configure_deviceGravatar tangwenji 1-1/+3
2018-01-16tcmu: allow userspace to reset ringGravatar Mike Christie 1-4/+166
2018-01-16target core: add device action configfs filesGravatar Mike Christie 2-0/+7
2018-01-12tcmu: fix error return code in tcmu_configure_device()Gravatar Wei Yongjun 1-1/+3
2018-01-12target_core_user: add cmd id to broken ring messageGravatar Mike Christie 1-1/+2
2018-01-12target: add SAM_STAT_BUSY sense reasonGravatar Mike Christie 1-0/+3
2018-01-12tcmu: prevent corruption when invalid data page requestedGravatar Mike Christie 1-37/+6
2018-01-12target: don't call an unmap callback if a range length is zeroGravatar Andrei Vagin 1-3/+5
2018-01-12target/iscsi: avoid NULL dereference in CHAP auth error pathGravatar David Disseldorp 1-1/+2
2018-01-12cxgbit: call neigh_event_send() to update MAC addressGravatar Varun Prakash 1-0/+3
2018-01-12target: tcm_loop: Use seq_puts() in tcm_loop_show_info()Gravatar Markus Elfring 1-1/+1
2018-01-12target: tcm_loop: Delete an unnecessary return statement in tcm_loop_submissi...Gravatar Markus Elfring 1-1/+0
2018-01-12target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop...Gravatar Markus Elfring 1-2/+2
2018-01-12target: tcm_loop: Combine substrings for 26 messagesGravatar Markus Elfring 1-68/+52
2018-01-12target: tcm_loop: Improve a size determination in two functionsGravatar Markus Elfring 1-2/+2
2018-01-12target: tcm_loop: Delete an error message for a failed memory allocation in f...Gravatar Markus Elfring 1-10/+4
2018-01-12sbp-target: Delete an error message for a failed memory allocation in three f...Gravatar Markus Elfring 1-9/+4
2018-01-12tcmu: allow max block and global max blocks to be settableGravatar Mike Christie 1-19/+124
2018-01-12tcmu: make ring buffer timer configurableGravatar Mike Christie 1-34/+115
2018-01-12tcmu: don't block submitting context for block waitsGravatar Mike Christie 1-95/+169
2018-01-12tcmu: simplify dbi thresh handlingGravatar Mike Christie 1-19/+3
2018-01-12tcmu: prep queue_cmd_ring to be used by unmap wqGravatar Mike Christie 1-15/+27
2018-01-12tcmu: clean up the scatter helperGravatar Xiubo Li 1-5/+25
2018-01-12tcmu: fix free block calculationGravatar Mike Christie 1-3/+4
2018-01-12tcmu: simplify scatter_data_area error handlingGravatar Mike Christie 1-24/+7
2018-01-12tcmu: release blocks for partially setup cmdsGravatar Mike Christie 1-0/+7
2018-01-12tcmu: remove commands_lockGravatar Mike Christie 1-10/+3
2018-01-12tcmu: move expired command completion to unmap threadGravatar Mike Christie 1-9/+39
2018-01-12tcmu: fix unmap thread raceGravatar Mike Christie 1-33/+10
2018-01-12tcmu: split unmap_thread_fnGravatar Mike Christie 1-50/+70
2018-01-12tcmu: merge common block release codeGravatar Mike Christie 1-16/+8
2018-01-12tcmu: fix page addr in tcmu_flush_dcache_rangeGravatar tangwenji 1-2/+3
2018-01-12target-core: don't use "const char*" for a buffer that is written toGravatar Rasmus Villemoes 3-6/+6
2018-01-06target: Use sgl_alloc_order() and sgl_free()Gravatar Bart Van Assche 2-42/+5
2017-12-18block: fix blk_rq_append_bioGravatar Jens Axboe 1-2/+2
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+3
2017-11-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 21-239/+385
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-4/+3
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 3-21/+21
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 10-52/+48