summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-12-208-27/+26
|\
| * Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-188-27/+26
| |\
| | * scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-048-26/+26
| | * scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-12-1918-441/+462
|\ \ \ | |/ / |/| |
| * | target: Allow AllRegistrants to re-RESERVE existing reservationNicholas Bellinger2014-12-191-1/+4
| * | iscsi-target: Fail connection on short sendmsg writesNicholas Bellinger2014-12-161-15/+11
| * | iscsi-target: nullify session in failed login sequenceSagi Grimberg2014-12-151-0/+1
| * | target: Avoid dropping AllRegistrants reservation during unregisterNicholas Bellinger2014-12-151-22/+65
| * | target: Fix R_HOLDER bit usage for AllRegistrantsNicholas Bellinger2014-12-151-3/+23
| * | iscsi-target: Drop left-over bogus iscsi_np->tpg_npNicholas Bellinger2014-12-122-2/+0
| * | iscsi,iser-target: Expose supported protection ops according to t10_piSagi Grimberg2014-12-121-3/+4
| * | iscsi,iser-target: Initiate termination only onceSagi Grimberg2014-12-121-0/+3
| * | target: remove unneeded arrayJulia Lawall2014-12-011-5/+2
| * | iscsi-target: fix error path in iscsi_target_init_module()Lino Sanfilippo2014-12-011-0/+1
| * | tcm_loop: Fix wrong I_T nexus associationHannes Reinecke2014-12-012-49/+24
| * | target: Drop left-over PHBA_PDEV set attr checksNicholas Bellinger2014-12-011-54/+10
| * | target: Drop left-over internal dev attribute codeNicholas Bellinger2014-12-011-175/+1
| * | target/pscsi: Convert to external pscsi_backend_dev_attrsNicholas Bellinger2014-12-011-0/+26
| * | target/user: Convert to external tcmu_backend_dev_attrsNicholas Bellinger2014-12-011-0/+42
| * | target/rd: Convert to external rd_mcp_backend_dev_attrsNicholas Bellinger2014-12-011-0/+41
| * | target/file: Convert to external fileio_backend_dev_attrsNicholas Bellinger2014-12-011-0/+42
| * | target/iblock: Convert to external iblock_backend_dev_attrsNicholas Bellinger2014-12-011-0/+41
| * | target: Add EXPORT_SYMBOL for existing se_dev_set_*Nicholas Bellinger2014-12-013-28/+27
| * | target: Move dev_stat_cit to struct se_subsystem_apiNicholas Bellinger2014-12-011-7/+5
| * | target: Move dev_alua_tg_pt_gps_cit to struct se_subsystem_apiNicholas Bellinger2014-12-011-7/+5
| * | target: Move dev_wwn_cit to struct se_subsystem_apiNicholas Bellinger2014-12-011-8/+5
| * | target: Move dev_pr_cit to struct se_subsystem_apiNicholas Bellinger2014-12-011-8/+5
| * | target: Move dev_attrib_cit to struct se_subsystem_apiNicholas Bellinger2014-12-011-8/+6
| * | target: Move dev_cit to struct se_subsystem_apiNicholas Bellinger2014-12-012-9/+25
| * | target: Deletion of unnecessary checks before the function call "module_put"Markus Elfring2014-12-012-6/+3
| * | target: Fix target_core_register_fabric() for built-in fabric modulesRoland Dreier2014-12-011-33/+42
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-1/+1
|\ \ \
| * | | treewide: fix typo in printk and KconfigMasanari Iida2014-11-201-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-7/+5
|\ \ \ \
| * | | | switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro2014-12-091-7/+5
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-081-26/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-14/+1
| * | | scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-13/+2
* | | | Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley2014-12-084-49/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | scsi: add SPC-3 command definitionsHannes Reinecke2014-11-241-1/+1
| * | | scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-242-2/+2
| |/ /
| * | scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-16/+2
| * | scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-1/+1
| * | scsi: remove ordered_tags scsi_device fieldChristoph Hellwig2014-11-121-13/+1
| * | scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-16/+1
| |/
* | target: return CONFLICT only when SA key unmatchedSteven Allen2014-11-021-4/+5
* | iscsi-target: return the correct port in SendTargetsSteven Allen2014-10-281-1/+1
* | target: Don't call TFO->write_pending if data_length == 0Roland Dreier2014-10-281-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-10-2126-271/+1362
|\
OpenPOWER on IntegriCloud