aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-09iscsi-target: Fix typos in enum cmd_flags_tableAndy Grover2-8/+8
2015-01-09target: Allow Write Exclusive non-reservation holders to READLee Duncan1-0/+12
2015-01-09target: Drop left-over fabric_max_sectors attributeNicholas Bellinger5-50/+0
2015-01-09target: Drop arbitrary maximum I/O size limitNicholas Bellinger5-25/+16
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-27/+26
2014-12-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds18-441/+462
2014-12-19target: Allow AllRegistrants to re-RESERVE existing reservationNicholas Bellinger1-1/+4
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley8-27/+26
2014-12-16iscsi-target: Fail connection on short sendmsg writesNicholas Bellinger1-15/+11
2014-12-15iscsi-target: nullify session in failed login sequenceSagi Grimberg1-0/+1
2014-12-15target: Avoid dropping AllRegistrants reservation during unregisterNicholas Bellinger1-22/+65
2014-12-15target: Fix R_HOLDER bit usage for AllRegistrantsNicholas Bellinger1-3/+23
2014-12-12iscsi-target: Drop left-over bogus iscsi_np->tpg_npNicholas Bellinger2-2/+0
2014-12-12iscsi,iser-target: Expose supported protection ops according to t10_piSagi Grimberg1-3/+4
2014-12-12iscsi,iser-target: Initiate termination only onceSagi Grimberg1-0/+3
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-7/+5
2014-12-09switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro1-7/+5
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-26/+2
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley4-49/+8
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig8-26/+26
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-12-01target: remove unneeded arrayJulia Lawall1-5/+2
2014-12-01iscsi-target: fix error path in iscsi_target_init_module()Lino Sanfilippo1-0/+1
2014-12-01tcm_loop: Fix wrong I_T nexus associationHannes Reinecke2-49/+24
2014-12-01target: Drop left-over PHBA_PDEV set attr checksNicholas Bellinger1-54/+10
2014-12-01target: Drop left-over internal dev attribute codeNicholas Bellinger1-175/+1
2014-12-01target/pscsi: Convert to external pscsi_backend_dev_attrsNicholas Bellinger1-0/+26
2014-12-01target/user: Convert to external tcmu_backend_dev_attrsNicholas Bellinger1-0/+42
2014-12-01target/rd: Convert to external rd_mcp_backend_dev_attrsNicholas Bellinger1-0/+41
2014-12-01target/file: Convert to external fileio_backend_dev_attrsNicholas Bellinger1-0/+42
2014-12-01target/iblock: Convert to external iblock_backend_dev_attrsNicholas Bellinger1-0/+41
2014-12-01target: Add EXPORT_SYMBOL for existing se_dev_set_*Nicholas Bellinger3-28/+27
2014-12-01target: Move dev_stat_cit to struct se_subsystem_apiNicholas Bellinger1-7/+5
2014-12-01target: Move dev_alua_tg_pt_gps_cit to struct se_subsystem_apiNicholas Bellinger1-7/+5
2014-12-01target: Move dev_wwn_cit to struct se_subsystem_apiNicholas Bellinger1-8/+5
2014-12-01target: Move dev_pr_cit to struct se_subsystem_apiNicholas Bellinger1-8/+5
2014-12-01target: Move dev_attrib_cit to struct se_subsystem_apiNicholas Bellinger1-8/+6
2014-12-01target: Move dev_cit to struct se_subsystem_apiNicholas Bellinger2-9/+25
2014-12-01target: Deletion of unnecessary checks before the function call "module_put"Markus Elfring2-6/+3
2014-12-01target: Fix target_core_register_fabric() for built-in fabric modulesRoland Dreier1-33/+42
2014-11-24scsi: add SPC-3 command definitionsHannes Reinecke1-1/+1
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2-2/+2
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-14/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-13/+2
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida1-1/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-16/+2
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-1/+1
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig1-13/+1
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-16/+1