aboutsummaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 31-0/+31
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 31-0/+31
2017-11-01target/iscsi: Convert timers to use timer_setup()Gravatar Kees Cook 10-33/+37
2017-11-01target/iscsi: Simplify timer manipulation codeGravatar Bart Van Assche 10-42/+34
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-10-19target: make config_item_type constGravatar Bhumika Goyal 3-21/+21
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 3-3/+5
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2017-09-04fs: fix kernel_write prototypeGravatar Christoph Hellwig 3-3/+5
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-2/+2
2017-08-09target: Fix node_acl demo-mode + uncached dynamic shutdown regressionGravatar Nicholas Bellinger 2-4/+4
2017-08-06iscsi-target: Fix iscsi_np reset hung task during parallel deleteGravatar Nicholas Bellinger 2-2/+6
2017-07-30cxgbit: fix sg_nents calculationGravatar Varun Prakash 1-5/+7
2017-07-30iscsi-target: fix invalid flags in text responseGravatar Varun Prakash 1-2/+2
2017-07-30iscsi-target: fix memory leak in iscsit_setup_text_cmd()Gravatar Varun Prakash 1-0/+1
2017-07-30cxgbit: add missing __kfree_skb()Gravatar Varun Prakash 1-4/+12
2017-07-30tcmu: free old string on reconfigGravatar Bryant G. Ly 1-0/+2
2017-07-30tcmu: Fix possible to/from address overflow when doing the memcpyGravatar Xiubo Li 1-6/+5
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-11/+25
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 30-600/+1121
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Gravatar Michal Hocko 1-1/+1
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-07-11iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsGravatar Nicholas Bellinger 6-16/+55
2017-07-11tcmu: clean up the code and with one small fixGravatar Xiubo Li 1-13/+11
2017-07-11tcmu: Fix possbile memory leak / OOPs when recalculating cmd base sizeGravatar Xiubo Li 1-7/+5
2017-07-10target: export lio pgr/alua support as device attrGravatar Mike Christie 1-0/+24
2017-07-09target: Fix return sense reason in target_scsi3_emulate_pr_outGravatar Tang Wenji 1-5/+5
2017-07-09target: Fix cmd size for PR-OUT in passthrough_parse_cdbGravatar Tang Wenji 2-2/+2
2017-07-09tcmu: Fix dev_config_storeGravatar Bryant G. Ly 1-8/+24
2017-07-06target: pscsi: Introduce TYPE_ZBC supportGravatar Damien Le Moal 1-6/+11
2017-07-06target: Use macro for WRITE_VERIFY_32 operation codesGravatar Damien Le Moal 1-1/+1
2017-07-06target: fix SAM_STAT_BUSY/TASK_SET_FULL handlingGravatar Mike Christie 1-3/+11
2017-07-06target: remove transport_completeGravatar Mike Christie 1-6/+0
2017-07-06pscsi: finish cmd processing from pscsi_req_doneGravatar Mike Christie 2-26/+16
2017-07-06tcmu: fix sense handling during completionGravatar Mike Christie 1-2/+1
2017-07-06target: add helper to copy sense to se_cmd bufferGravatar Mike Christie 1-0/+18
2017-07-06target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSEGravatar Mike Christie 1-2/+2
2017-07-06target: make device_mutex and device_list staticGravatar Colin Ian King 1-2/+2
2017-07-06tcmu: Fix flushing cmd entry dcache pageGravatar Xiubo Li 1-2/+2
2017-07-06tcmu: fix multiple uio open/close sequencesGravatar Mike Christie 1-1/+5
2017-07-06tcmu: drop configured check in destroyGravatar Mike Christie 1-4/+2
2017-07-06target: remove g_device_listGravatar Mike Christie 2-21/+12
2017-07-06xcopy: loop over devices using idr helperGravatar Mike Christie 1-29/+41
2017-07-06target: add helper to iterate over devicesGravatar Mike Christie 2-0/+47
2017-07-06tcmu: perfom device add, del and reconfig synchronouslyGravatar Mike Christie 1-20/+193
2017-07-06target: add helper to find se_device by dev_indexGravatar Mike Christie 1-0/+24
2017-07-06target: use idr for se_device dev indexGravatar Mike Christie 1-4/+26
2017-07-06target: break up free_device callbackGravatar Mike Christie 6-8/+35