aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2015-03-19target: do not reject FUA CDBs when write cache is enabled but emulate_write_...Christophe Vu-Brugier3-18/+16
2015-03-19target: Fix virtual LUN=0 target_configure_device failure OOPsNicholas Bellinger1-2/+2
2015-03-19target/pscsi: Fix NULL pointer dereference in get_device_typeNicholas Bellinger1-1/+1
2015-03-19tcm_fc: missing curly braces in ft_invl_hw_context()Dan Carpenter1-1/+2
2015-03-19target: Fix reference leak in target_get_sess_cmd() error pathBart Van Assche1-0/+4
2015-03-19loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche1-5/+2
2015-03-19iscsi-target: Avoid early conn_logout_comp for iser connectionsNicholas Bellinger1-4/+10
2015-03-19Revert "iscsi-target: Avoid IN_LOGOUT failure case for iser-target"Nicholas Bellinger1-3/+1
2015-03-19target: Disallow changing of WRITE cache/FUA attrs after exportNicholas Bellinger1-1/+15
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds26-1086/+239
2015-02-14target: Set LBPWS10 bit in Logical Block Provisioning EVPDNicholas Bellinger1-1/+1
2015-02-14target: Fail UNMAP when emulate_tpu=0Nicholas Bellinger1-0/+5
2015-02-14target: Fail WRITE_SAME w/ UNMAP=1 when emulate_tpws=0Nicholas Bellinger1-0/+5
2015-02-14target: Add sanity checks for DPO/FUA bit usageNicholas Bellinger1-10/+46
2015-02-14target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger3-0/+18
2015-02-14target: Fail I/O with PROTECT bit when protection is unsupportedNicholas Bellinger1-19/+32
2015-02-14target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger1-1/+2
2015-02-14target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger1-0/+12
2015-02-12iscsi-target: Avoid IN_LOGOUT failure case for iser-targetNicholas Bellinger1-1/+3
2015-02-12target: Fix PR_APTPL_BUF_LEN buffer size limitationNicholas Bellinger1-12/+13
2015-02-12iscsi-target: Drop problematic active_ts_list usageNicholas Bellinger1-23/+5
2015-02-12iscsi/iser-target: Support multi-sequence sendtargets text responseSagi Grimberg3-23/+66
2015-02-04iscsi-target: Don't over-allocate sendtargets text resp bufferSagi Grimberg1-1/+1
2015-02-04iscsi-target: Introduce session_get_next_tttSagi Grimberg2-17/+4
2015-01-30iscsi-target: Move iscsi_target_[core,stat].h under linux includeSagi Grimberg20-969/+22
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-3/+1
2015-01-15iscsi-target: use '%*ph' specifier to dump hex bufferAndy Shevchenko1-9/+4
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/j...Linus Torvalds8-27/+26
2014-12-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus 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/jik...Linus 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
2014-11-02target: return CONFLICT only when SA key unmatchedSteven Allen1-4/+5
2014-10-28iscsi-target: return the correct port in SendTargetsSteven Allen1-1/+1
2014-10-28target: Don't call TFO->write_pending if data_length == 0Roland Dreier1-1/+1
2014-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds26-271/+1362
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-10-07target/file: fix inclusive vfs_fsync_range() endZach Brown1-2/+7
2014-10-04target: Add force_pr_aptpl device attributeNicholas Bellinger4-0/+32
2014-10-04target: Fix APTPL metadata handling for dynamic MappedLUNsNicholas Bellinger4-5/+14
2014-10-03target/user: Recalculate pad size inside is_ring_space_avail()Andy Grover1-15/+16
2014-10-03tcm_loop: Fixup tag handlingHannes Reinecke1-15/+8
2014-10-03target/user: Fix up smatch warnings in tcmu_netlink_eventNicholas Bellinger1-10/+13
2014-10-03target: Add a user-passthrough backstoreAndy Grover4-0/+1175
2014-10-02target: Remove unneeded check in sbc_parse_cdbAndy Grover1-1/+1
2014-10-01target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSEQuinn Tran1-2/+1
2014-10-01target: simplify core_tmr_abort_taskJoern Engel1-3/+2
2014-10-01target: encapsulate smp_mb__after_atomic()Joern Engel6-115/+56
2014-10-01target: remove some smp_mb__after_atomic()sJoern Engel1-2/+0
2014-10-01target: simplify core_tmr_release_req()Joern Engel1-12/+7
2014-10-01target: Remove core_tpg_release_virtual_lun0 functionAndy Grover1-8/+1
2014-10-01target: Change core_dev_del_lun to take a se_lun instead of unpacked_lunAndy Grover4-50/+11
2014-10-01target: core_tpg_post_dellun can return voidAndy Grover2-4/+2
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo1-1/+1
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo5-4/+8
2014-09-17target: fix unused shift in core_scsi3_pri_report_capabilitiesJoern Engel1-1/+1
2014-09-17target: correctly handle match_int errors in FILEIO + PSCSIJoern Engel2-5/+15
2014-09-17target: fix pr_out length in iscsi_parse_pr_out_transport_idJoern Engel1-3/+3
2014-09-17target: simplify target_fabric_make_lun error pathJoern Engel1-5/+2
2014-09-17target: Fix memory leak on error in target_fabric_make_mappedlunJoern Engel1-1/+2
2014-09-17target: Fix possible memory leak in aptpl_metadata parsingJoern Engel1-14/+8
2014-09-17iscsi-target: use strlcpy in iscsit_collect_login_statsJoern Engel1-2/+3
2014-09-17iscsi-target: avoid NULL pointer in iscsi_copy_param_list failureJoern Engel1-1/+1
2014-09-17iscsi-target: Fix memory corruption in iscsit_logout_post_handler_diffcidNicholas Bellinger1-1/+3
2014-09-17iscsi-target: remove unnecessary check in iscsit_setup_np error pathJoern Engel1-2/+1
2014-09-17iscsi-target: Drop duplicate __iscsi_target_login_thread checkNicholas Bellinger1-2/+0
2014-09-17iscsi-target: simplify return statementJoern Engel1-5/+1
2014-09-17iscsi-target: remove always-true conditionsJoern Engel1-6/+4
2014-09-17iscsi-target: remove unused debug codeJoern Engel2-7/+2
2014-09-17target: Fix inverted logic in SE_DEV_ALUA_SUPPORT_STATE_STORESebastian Herbszt1-1/+1
2014-09-17target: Fix user data segment multiplier in spc_emulate_evpd_b3()Sebastian Herbszt1-1/+1
2014-09-15target: target_core_ua_h: Add #define of include guardRasmus Villemoes1-0/+1
2014-09-15tcm_fc: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-09-15target/configfs: Remove unnecessary null testHimangi Saraogi1-2/+1
2014-09-15iscsi-target: Ignore ICF_GOT_LAST_DATAOUT during Data-Out ITT lookupNicholas Bellinger1-0/+2
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo1-1/+2
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-1/+1
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-7/+7
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+3
2014-07-17scsi: use 64-bit LUNsHannes Reinecke2-7/+7
2014-06-28percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo1-1/+3
2014-06-27iscsi-target: fix iscsit_del_np deadlock on unloadMikulas Patocka1-6/+7
2014-06-27iscsi-target: Avoid rejecting incorrect ITT for Data-OutNicholas Bellinger1-1/+1
2014-06-26tcm_loop: Fix memory leak in tcm_loop_submission_work error pathNicholas Bellinger1-0/+1
2014-06-26iscsi-target: Explicily clear login response PDU in exception pathNicholas Bellinger1-0/+2
2014-06-26target: Fix left-over se_lun->lun_sep pointer OOPsNicholas Bellinger1-0/+1
2014-06-26iscsi-target; Enforce 1024 byte maximum for CHAP_C key valueNicholas Bellinger1-0/+4
2014-06-26iscsi-target: Convert chap_server_compute_md5 to use kstrtoulNicholas Bellinger1-3/+7
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds15-115/+210
2014-06-12target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmdNicholas Bellinger1-0/+4
2014-06-11TARGET/sbc,loopback: Adjust command data length in case pi exists on the wireSagi Grimberg2-5/+25
2014-06-11target: Report correct response length for some commandsRoland Dreier3-5/+25
2014-06-11target/sbc: Check that the LBA and number of blocks are correct in VERIFYChristophe Vu-Brugier1-1/+3
2014-06-11target/sbc: Remove sbc_check_valid_sectors()Christophe Vu-Brugier1-39/+6
2014-06-11Target/iscsi: Fix sendtargets response pdu for iser transportSagi Grimberg1-4/+10
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2014-06-10iscsi-target: Fix ABORT_TASK + connection reset iscsi_queue_req memory leakNicholas Bellinger1-2/+1
2014-06-10target: Use complete_all for se_cmd->t_transport_stop_compNicholas Bellinger1-3/+3
2014-06-10target: Set CMD_T_ACTIVE bit for Task Management RequestsNicholas Bellinger1-0/+6
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds7-60/+60
2014-06-06target: cleanup some boolean testsChristophe Vu-Brugier7-26/+24
2014-06-06target/spc: Simplify INQUIRY EVPD=0x80Christophe Vu-Brugier1-7/+2
2014-06-06tcm_fc: Generate TASK_SET_FULL status for response failuresNicholas Bellinger1-3/+16
2014-06-06tcm_fc: Generate TASK_SET_FULL status for DataIN failuresNicholas Bellinger1-2/+15
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-1/+2
2014-06-06target: Fix alua_access_state attribute OOPs for un-configured devicesNicholas Bellinger1-0/+5
2014-06-06target: Allow READ_CAPACITY opcode in ALUA Standby access stateNicholas Bellinger1-0/+9
2014-06-05iscsi-target: Reject mutual authentication with reflected CHAP_CNicholas Bellinger1-0/+10
2014-06-05iscsi-target: Remove no-op from iscsit_tpg_del_portal_groupNicholas Bellinger2-4/+1
2014-06-05iscsi-target: Fix CHAP_A parameter list handlingTejas Vaykole2-13/+52
2014-06-03iscsi-target: Put length of failed allocation in error messageRoland Dreier1-1/+1
2014-06-03iscsi-target: Reject zero-length payloads during SecurityNegotiationNicholas Bellinger1-0/+6
2014-06-03iser-target: Fix multi network portal shutdown regressionNicholas Bellinger2-1/+3
2014-06-03iscsi-target: Fix wrong buffer / buffer overrun in iscsi_change_param_value()Roland Dreier1-39/+31
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-60/+60
2014-05-17target: fix memory leak on XCOPYMikulas Patocka1-1/+1
2014-05-15target: Don't allow setting WC emulation if device doesn't supportAndy Grover1-4/+4
2014-05-15iscsi-target: Disable Immediate + Unsolicited Data with ISER ProtectionNicholas Bellinger1-1/+26
2014-05-15tcm_fc: Fix free-after-use regression in ft_free_cmdNicholas Bellinger1-4/+4
2014-05-15iscsi-target: Change BUG_ON to REJECT in iscsit_process_nop_outNicholas Bellinger1-1/+3
2014-05-15Target/iscsi,iser: Avoid accepting transport connections during stop stageSagi Grimberg3-0/+3
2014-05-15target: Allow non-supporting backends to set pi_prot_type to 0Andy Grover1-0/+4
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra7-60/+60
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+2
2014-04-11target/tcm_fc: Rename ft_tport_create to ft_tport_getAndy Grover1-3/+3
2014-04-11target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwnAndy Grover1-6/+6
2014-04-11target/tcm_fc: Rename structs and list members for clarityAndy Grover2-33/+32
2014-04-11target/tcm_fc: Limit to 1 TPG per wwnAndy Grover2-11/+12
2014-04-11target/tcm_fc: Don't export ft_lport_listAndy Grover2-2/+1
2014-04-11target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover1-0/+1
2014-04-11target: Add check to prevent Abort Task from aborting itselfAlex Leung1-0/+5
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-2/+2
2014-04-07target: Enable READ_STRIP emulation in target_complete_ok_workNicholas Bellinger1-0/+31
2014-04-07target/sbc: Add sbc_dif_read_strip software emulationNicholas Bellinger1-4/+27
2014-04-07target: Enable WRITE_INSERT emulation in target_execute_cmdNicholas Bellinger1-0/+9
2014-04-07target/sbc: Add sbc_dif_generate software emulationNicholas Bellinger1-0/+44
2014-04-07target/sbc: Only expose PI read_cap16 bits when supported by fabricNicholas Bellinger1-2/+5
2014-04-07target/spc: Only expose PI mode page bits when supported by fabricNicholas Bellinger1-11/+17
2014-04-07target/spc: Only expose PI inquiry bits when supported by fabricNicholas Bellinger1-7/+14
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger6-7/+18
2014-04-07target/iblock: Fix double bioset_integrity_free bugNicholas Bellinger1-3/+2
2014-04-07Target/sbc: Initialize COMPARE_AND_WRITE write_sg scatterlistMartin Svec1-1/+2
2014-04-07target/rd: T10-Dif: RAM disk is allocating more space than required.Quinn Tran1-4/+10
2014-04-07iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bugNicholas Bellinger1-1/+3
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger11-2/+53
2014-04-07target: Fix Task Aborted Status (TAS) handlingAlex Leung2-15/+17
2014-04-07iscsi-target: Add missing NopOUT->flag (LMB) sanity checkArshad Hussain1-0/+10
2014-04-07Target/sbc: add debug printSagi Grimberg1-0/+3
2014-04-07Target/configfs: Expose iSCSI network portal group T10-PI supportSagi Grimberg3-0/+26
2014-04-07Target/iscsi: Add T10-PI indication for iscsi_portal_groupSagi Grimberg2-1/+6
2014-04-07Target/core: Remove prot_handover use for nowSagi Grimberg1-1/+0
2014-04-07Target/dif: Introduce protection-passthough-only modeSagi Grimberg3-6/+12
2014-04-07Target/file: place escape values for protection information formatSagi Grimberg1-39/+1
2014-03-13Target/sbc: Set protection operation and relevant checksSagi Grimberg2-15/+74
2014-03-13Target/transport: Allocate protection sg if neededSagi Grimberg1-0/+12