summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_device.c
Commit message (Expand)AuthorAgeFilesLines
* target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger2013-12-191-0/+5
* target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke2013-11-201-3/+3
* target: Convert se_device statistics to atomic_long_tNicholas Bellinger2013-11-131-7/+3
* target: Add per device xcopy_lun for copy offload I/ONicholas Bellinger2013-11-081-0/+9
* target: Add percpu refcounting for se_lun accessNicholas Bellinger2013-11-071-4/+6
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-101-1/+1
* target: Add Third Party Copy (3PC) bit in INQUIRY responseNicholas Bellinger2013-09-101-0/+14
* target: Add global device list for EXTENDED_COPYNicholas Bellinger2013-09-101-0/+13
* target: Add support for COMPARE_AND_WRITE emulationNicholas Bellinger2013-09-101-0/+1
* target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPDNicholas Bellinger2013-09-091-0/+14
* target: Make virtual_lun0 a nullio deviceAndy Grover2013-06-141-3/+1
* target: Remove t10_reservation.pr_aptpl_buf_lenAndy Grover2013-06-141-1/+0
* target: Remove unused struct members in se_dev_entryAndy Grover2013-05-031-14/+0
* target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger2013-02-181-9/+4
* target: Add device attribute to expose config_item_name for INQUIRY modelTregaron Bayly2013-02-131-0/+39
* target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled statusNicholas Bellinger2013-02-131-0/+6
* target: Fix divide by zero bug in fabric_max_sectors for unconfigured devicesNicholas Bellinger2013-01-311-1/+7
* target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger2012-12-051-0/+1
* target: Update copyright information to 2012Nicholas Bellinger2012-11-271-4/+1
* target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger2012-11-151-0/+11
* target: pass sense_reason as a return valueChristoph Hellwig2012-11-061-22/+9
* target: remove ->get_device_revChristoph Hellwig2012-11-061-2/+0
* target: simplify alua supportChristoph Hellwig2012-11-061-2/+2
* target: simplify reservations codeChristoph Hellwig2012-11-061-3/+0
* target: kill dev->dev_task_attr_typeChristoph Hellwig2012-11-061-5/+0
* target: move REPORT LUNS emulation to target_core_spc.cChristoph Hellwig2012-11-061-63/+0
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-061-316/+297
* target: Avoid integer overflow in se_dev_align_max_sectors()Roland Dreier2012-11-011-9/+9
* target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flagsNicholas Bellinger2012-09-171-4/+6
* target: Fix minor spelling typos in drivers/targetMasanari Iida2012-09-171-3/+3
* target: fail REPORT LUNS with less than 16 bytes of payloadPaolo Bonzini2012-09-071-0/+7
* target: Make unnecessarily global se_dev_align_max_sectors() staticRoland Dreier2012-07-161-1/+1
* target: Make core_disable_device_list_for_node use pre-refactoring lock orderingNicholas Bellinger2012-07-161-7/+2
* target: refactor core_update_device_list_for_node()Andy Grover2012-07-161-71/+95
* target: Remove hba param from core_dev_add_lunAndy Grover2012-07-161-2/+1
* target: replace the processing thread with a TMR work queueChristoph Hellwig2012-07-161-1/+1
* target: Remove max_sectors device attribute for modern se_task less codeNicholas Bellinger2012-05-091-65/+4
* target: replace ->execute_task with ->execute_cmdChristoph Hellwig2012-05-061-4/+2
* target: Remove obsolete DF_READ_ONLY usageNicholas Bellinger2012-04-141-7/+2
* target: remove obvious warningsJörn Engel2012-03-151-2/+0
* target: Use array_zalloc for device_listJörn Engel2012-03-151-10/+10
* target: Use array_zalloc for tpg_lun_listJörn Engel2012-03-151-2/+2
* target: Fix off-by-seven in target_report_lunsJörn Engel2012-02-251-3/+2
* target: prevent NULL pointer dereference in target_report_lunsJörn Engel2012-02-251-1/+3
* target: fix use after free in target_report_lunsJörn Engel2012-02-251-1/+1
* target: Untangle front-end and back-end meanings of max_sectors attributeRoland Dreier2012-02-251-6/+59
* target: remove the transport_lun_active field in struct se_cmdChristoph Hellwig2012-02-251-5/+0
* target: Allow control CDBs with data > 1 pageAndy Grover2012-01-181-2/+2
* target: fix return code of core_tpg_.*_lunSebastian Andrzej Siewior2012-01-181-9/+10
* target: use save/restore lock primitive in core_dec_lacl_count()Sebastian Andrzej Siewior2012-01-181-2/+3
OpenPOWER on IntegriCloud