summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)Author
2014-12-01iscsi-target: fix error path in iscsi_target_init_module()Lino Sanfilippo
2014-12-01tcm_loop: Fix wrong I_T nexus associationHannes Reinecke
2014-12-01target: Drop left-over PHBA_PDEV set attr checksNicholas Bellinger
2014-12-01target: Drop left-over internal dev attribute codeNicholas Bellinger
2014-12-01target/pscsi: Convert to external pscsi_backend_dev_attrsNicholas Bellinger
2014-12-01target/user: Convert to external tcmu_backend_dev_attrsNicholas Bellinger
2014-12-01target/rd: Convert to external rd_mcp_backend_dev_attrsNicholas Bellinger
2014-12-01target/file: Convert to external fileio_backend_dev_attrsNicholas Bellinger
2014-12-01target/iblock: Convert to external iblock_backend_dev_attrsNicholas Bellinger
2014-12-01target: Add EXPORT_SYMBOL for existing se_dev_set_*Nicholas Bellinger
2014-12-01target: Move dev_stat_cit to struct se_subsystem_apiNicholas Bellinger
2014-12-01target: Move dev_alua_tg_pt_gps_cit to struct se_subsystem_apiNicholas Bellinger
2014-12-01target: Move dev_wwn_cit to struct se_subsystem_apiNicholas Bellinger
2014-12-01target: Move dev_pr_cit to struct se_subsystem_apiNicholas Bellinger
2014-12-01target: Move dev_attrib_cit to struct se_subsystem_apiNicholas Bellinger
2014-12-01target: Move dev_cit to struct se_subsystem_apiNicholas Bellinger
2014-12-01target: Deletion of unnecessary checks before the function call "module_put"Markus Elfring
2014-12-01target: Fix target_core_register_fabric() for built-in fabric modulesRoland Dreier
2014-11-24scsi: add SPC-3 command definitionsHannes Reinecke
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig
2014-11-02target: return CONFLICT only when SA key unmatchedSteven Allen
2014-10-28iscsi-target: return the correct port in SendTargetsSteven Allen
2014-10-28target: Don't call TFO->write_pending if data_length == 0Roland Dreier
2014-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-07target/file: fix inclusive vfs_fsync_range() endZach Brown
2014-10-04target: Add force_pr_aptpl device attributeNicholas Bellinger
2014-10-04target: Fix APTPL metadata handling for dynamic MappedLUNsNicholas Bellinger
2014-10-03target/user: Recalculate pad size inside is_ring_space_avail()Andy Grover
2014-10-03tcm_loop: Fixup tag handlingHannes Reinecke
2014-10-03target/user: Fix up smatch warnings in tcmu_netlink_eventNicholas Bellinger
2014-10-03target: Add a user-passthrough backstoreAndy Grover
2014-10-02target: Remove unneeded check in sbc_parse_cdbAndy Grover
2014-10-01target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSEQuinn Tran
2014-10-01target: simplify core_tmr_abort_taskJoern Engel
2014-10-01target: encapsulate smp_mb__after_atomic()Joern Engel
2014-10-01target: remove some smp_mb__after_atomic()sJoern Engel
2014-10-01target: simplify core_tmr_release_req()Joern Engel
2014-10-01target: Remove core_tpg_release_virtual_lun0 functionAndy Grover
2014-10-01target: Change core_dev_del_lun to take a se_lun instead of unpacked_lunAndy Grover
2014-10-01target: core_tpg_post_dellun can return voidAndy Grover
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo