summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_device.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-08target: Add percpu refcounting for se_lun accessNicholas Bellinger1-4/+6
2013-09-11target: Update copyright ownership/year information to 2013Nicholas Bellinger1-1/+1
2013-09-11target: Add Third Party Copy (3PC) bit in INQUIRY responseNicholas Bellinger1-0/+14
2013-09-11target: Add global device list for EXTENDED_COPYNicholas Bellinger1-0/+13
2013-09-11target: Add support for COMPARE_AND_WRITE emulationNicholas Bellinger1-0/+1
2013-09-10target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPDNicholas Bellinger1-0/+14
2013-06-14target: Make virtual_lun0 a nullio deviceAndy Grover1-3/+1
2013-06-14target: Remove t10_reservation.pr_aptpl_buf_lenAndy Grover1-1/+0
2013-05-04target: Remove unused struct members in se_dev_entryAndy Grover1-14/+0
2013-02-19target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger1-9/+4
2013-02-13target: Add device attribute to expose config_item_name for INQUIRY modelTregaron Bayly1-0/+39
2013-02-13target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled statusNicholas Bellinger1-0/+6
2013-02-01target: Fix divide by zero bug in fabric_max_sectors for unconfigured devicesNicholas Bellinger1-1/+7
2012-12-05target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger1-0/+1
2012-11-28target: Update copyright information to 2012Nicholas Bellinger1-4/+1
2012-11-16target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger1-0/+11
2012-11-07target: pass sense_reason as a return valueChristoph Hellwig1-22/+9
2012-11-07target: remove ->get_device_revChristoph Hellwig1-2/+0
2012-11-07target: simplify alua supportChristoph Hellwig1-2/+2
2012-11-07target: simplify reservations codeChristoph Hellwig1-3/+0
2012-11-07target: kill dev->dev_task_attr_typeChristoph Hellwig1-5/+0
2012-11-07target: move REPORT LUNS emulation to target_core_spc.cChristoph Hellwig1-63/+0
2012-11-07target: kill struct se_subsystem_devChristoph Hellwig1-316/+297
2012-11-01target: Avoid integer overflow in se_dev_align_max_sectors()Roland Dreier1-9/+9
2012-09-18target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flagsNicholas Bellinger1-4/+6
2012-09-18target: Fix minor spelling typos in drivers/targetMasanari Iida1-3/+3
2012-09-07target: fail REPORT LUNS with less than 16 bytes of payloadPaolo Bonzini1-0/+7
2012-07-17target: Make unnecessarily global se_dev_align_max_sectors() staticRoland Dreier1-1/+1
2012-07-17target: Make core_disable_device_list_for_node use pre-refactoring lock orderingNicholas Bellinger1-7/+2
2012-07-17target: refactor core_update_device_list_for_node()Andy Grover1-71/+95
2012-07-17target: Remove hba param from core_dev_add_lunAndy Grover1-2/+1
2012-07-17target: replace the processing thread with a TMR work queueChristoph Hellwig1-1/+1
2012-05-10target: Remove max_sectors device attribute for modern se_task less codeNicholas Bellinger1-65/+4
2012-05-07target: replace ->execute_task with ->execute_cmdChristoph Hellwig1-4/+2
2012-04-15target: Remove obsolete DF_READ_ONLY usageNicholas Bellinger1-7/+2
2012-03-16target: remove obvious warningsJörn Engel1-2/+0
2012-03-16target: Use array_zalloc for device_listJörn Engel1-10/+10
2012-03-16target: Use array_zalloc for tpg_lun_listJörn Engel1-2/+2
2012-02-26target: Fix off-by-seven in target_report_lunsJörn Engel1-3/+2
2012-02-26target: prevent NULL pointer dereference in target_report_lunsJörn Engel1-1/+3
2012-02-26target: fix use after free in target_report_lunsJörn Engel1-1/+1
2012-02-26target: Untangle front-end and back-end meanings of max_sectors attributeRoland Dreier1-6/+59
2012-02-26target: remove the transport_lun_active field in struct se_cmdChristoph Hellwig1-5/+0
2012-01-18target: Allow control CDBs with data > 1 pageAndy Grover1-2/+2
2012-01-18target: fix return code of core_tpg_.*_lunSebastian Andrzej Siewior1-9/+10
2012-01-18target: use save/restore lock primitive in core_dec_lacl_count()Sebastian Andrzej Siewior1-2/+3
2011-12-14target: Drop se_device TCQ queue_depth usage from I/O pathNicholas Bellinger1-7/+0
2011-12-14target: header reshuffle, part2Christoph Hellwig1-4/+2
2011-12-14target: reshuffle headersChristoph Hellwig1-1/+1
2011-12-06target: Don't return an error if disabling unsupported featuresAndy Grover1-8/+16