summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_device.c
AgeCommit message (Expand)AuthorLines
2015-03-19target: do not reject FUA CDBs when write cache is enabled but emulate_write_...Christophe Vu-Brugier-0/+12
2015-03-19target: Fix virtual LUN=0 target_configure_device failure OOPsNicholas Bellinger-2/+2
2015-03-19target: Disallow changing of WRITE cache/FUA attrs after exportNicholas Bellinger-1/+15
2015-01-09target: Drop left-over fabric_max_sectors attributeNicholas Bellinger-46/+0
2015-01-09target: Drop arbitrary maximum I/O size limitNicholas Bellinger-4/+4
2014-12-01target: Drop left-over PHBA_PDEV set attr checksNicholas Bellinger-54/+10
2014-12-01target: Add EXPORT_SYMBOL for existing se_dev_set_*Nicholas Bellinger-0/+26
2014-10-04target: Add force_pr_aptpl device attributeNicholas Bellinger-0/+18
2014-10-04target: Fix APTPL metadata handling for dynamic MappedLUNsNicholas Bellinger-1/+2
2014-10-01target: encapsulate smp_mb__after_atomic()Joern Engel-6/+3
2014-10-01target: Change core_dev_del_lun to take a se_lun instead of unpacked_lunAndy Grover-13/+5
2014-06-26target: Fix left-over se_lun->lun_sep pointer OOPsNicholas Bellinger-0/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+3
2014-05-15target: Don't allow setting WC emulation if device doesn't supportAndy Grover-4/+4
2014-05-15target: Allow non-supporting backends to set pi_prot_type to 0Andy Grover-0/+4
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-3/+3
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-8/+100
2014-01-18target/configfs: Expose protection device attributesNicholas Bellinger-0/+89
2014-01-09target_core_alua: Referrals configfs integrationHannes Reinecke-0/+1
2014-01-09target_core_alua: Referrals infrastructureHannes Reinecke-0/+2
2013-12-19target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger-0/+5
2013-12-16target: Rename core_tpg_{pre,post}_addlun for clarityAndy Grover-2/+2
2013-12-16target: Refer to u32 luns as unpacked_lunAndy Grover-8/+8
2013-11-20target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke-3/+3
2013-11-13target: Convert se_device statistics to atomic_long_tNicholas Bellinger-7/+3
2013-11-08target: Add per device xcopy_lun for copy offload I/ONicholas Bellinger-0/+9
2013-11-07target: Add percpu refcounting for se_lun accessNicholas Bellinger-4/+6
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger-1/+1
2013-09-10target: Add Third Party Copy (3PC) bit in INQUIRY responseNicholas Bellinger-0/+14
2013-09-10target: Add global device list for EXTENDED_COPYNicholas Bellinger-0/+13
2013-09-10target: Add support for COMPARE_AND_WRITE emulationNicholas Bellinger-0/+1
2013-09-09target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPDNicholas Bellinger-0/+14
2013-06-14target: Make virtual_lun0 a nullio deviceAndy Grover-3/+1
2013-06-14target: Remove t10_reservation.pr_aptpl_buf_lenAndy Grover-1/+0
2013-05-03target: Remove unused struct members in se_dev_entryAndy Grover-14/+0
2013-02-18target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger-9/+4
2013-02-13target: Add device attribute to expose config_item_name for INQUIRY modelTregaron Bayly-0/+39
2013-02-13target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled statusNicholas Bellinger-0/+6
2013-01-31target: Fix divide by zero bug in fabric_max_sectors for unconfigured devicesNicholas Bellinger-1/+7
2012-12-05target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger-0/+1
2012-11-27target: Update copyright information to 2012Nicholas Bellinger-4/+1
2012-11-15target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger-0/+11
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig-22/+9
2012-11-06target: remove ->get_device_revChristoph Hellwig-2/+0
2012-11-06target: simplify alua supportChristoph Hellwig-2/+2
2012-11-06target: simplify reservations codeChristoph Hellwig-3/+0
2012-11-06target: kill dev->dev_task_attr_typeChristoph Hellwig-5/+0
2012-11-06target: move REPORT LUNS emulation to target_core_spc.cChristoph Hellwig-63/+0
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig-316/+297
2012-11-01target: Avoid integer overflow in se_dev_align_max_sectors()Roland Dreier-9/+9