summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_device.c
Commit message (Expand)AuthorAgeFilesLines
* target: Minimize #include directivesBart Van Assche2016-12-091-0/+1
* target: Fix max_unmap_lba_count calc overflowMike Christie2016-07-201-3/+5
* target: Remove enum transport_lunflags_tableAndy Grover2016-03-101-27/+14
* target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie2016-01-291-0/+44
* target/sbc: Add LBPRZ attribute + control CDB emulationJamie Pocas2016-01-061-0/+2
* target: Make TCM_WRITE_PROTECT failure honor D_SENSE bitNicholas Bellinger2015-09-241-17/+23
* target: Fix PR registration + APTPL RCU conversion regressionNicholas Bellinger2015-09-241-2/+3
* target: Remove cmd->se_ordered_id (unused except debug log lines)Roland Dreier2015-07-311-1/+0
* target: remove initiatorname field in se_acl_lunChris Zankel2015-07-301-5/+3
* target: Use struct t10_pi_tupleSagi Grimberg2015-07-061-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-1007/+282
|\
| * target: Send UA when changing LUN inventoryHannes Reinecke2015-06-231-4/+19
| * target: Convert se_lun->lun_deve_lock to normal spinlockNicholas Bellinger2015-06-221-6/+6
| * target: Remove TARGET_MAX_LUNS_PER_TRANSPORTHannes Reinecke2015-06-151-9/+0
| * target: use 64-bit LUNsHannes Reinecke2015-06-151-15/+15
| * target: Drop duplicate + unused se_dev_check_wceNicholas Bellinger2015-06-151-12/+0
| * target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger2015-06-011-16/+31
| * target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig2015-06-011-150/+29
| * target: Simplify LUN shutdown codeBart Van Assche2015-06-011-1/+0
| * target: simplify backend attribute implementationChristoph Hellwig2015-06-011-504/+0
| * target: simplify backend driver registrationChristoph Hellwig2015-06-011-3/+3
| * target: Only reset specific dynamic entries during lun_group creationNicholas Bellinger2015-06-011-1/+1
| * target: Drop unused se_lun->lun_acl_listNicholas Bellinger2015-06-011-15/+0
| * target: Convert se_tpg->acl_node_lock to ->acl_node_mutexNicholas Bellinger2015-06-011-9/+5
| * target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger2015-06-011-85/+7
| * target/pr: Use atomic bitop for se_dev_entry->deve_flags reservation checkNicholas Bellinger2015-06-011-0/+1
| * target: Convert se_node_acl->device_list[] to RCU hlistNicholas Bellinger2015-06-011-176/+180
| * target: fix a log message in se_dev_set_emulate_rest_reord()Christophe Vu-Brugier2015-05-301-1/+1
| * target: fix DPO and FUA bit checksChristoph Hellwig2015-05-301-23/+7
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-231-2/+2
|\ \ | |/ |/|
| * target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-2/+2
* | target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-301-2/+2
* | target: Move passthrough CDB parsing into a common functionAndy Grover2015-05-301-0/+74
|/
* target: Allow userspace to write 1 to attrib/emulate_fua_writeAndy Grover2015-04-011-2/+2
* target: do not reject FUA CDBs when write cache is enabled but emulate_write_...Christophe Vu-Brugier2015-03-191-0/+12
* target: Fix virtual LUN=0 target_configure_device failure OOPsNicholas Bellinger2015-03-191-2/+2
* target: Disallow changing of WRITE cache/FUA attrs after exportNicholas Bellinger2015-03-191-1/+15
* target: Drop left-over fabric_max_sectors attributeNicholas Bellinger2015-01-091-46/+0
* target: Drop arbitrary maximum I/O size limitNicholas Bellinger2015-01-091-4/+4
* target: Drop left-over PHBA_PDEV set attr checksNicholas Bellinger2014-12-011-54/+10
* target: Add EXPORT_SYMBOL for existing se_dev_set_*Nicholas Bellinger2014-12-011-0/+26
* target: Add force_pr_aptpl device attributeNicholas Bellinger2014-10-041-0/+18
* target: Fix APTPL metadata handling for dynamic MappedLUNsNicholas Bellinger2014-10-041-1/+2
* target: encapsulate smp_mb__after_atomic()Joern Engel2014-10-011-6/+3
* target: Change core_dev_del_lun to take a se_lun instead of unpacked_lunAndy Grover2014-10-011-13/+5
* target: Fix left-over se_lun->lun_sep pointer OOPsNicholas Bellinger2014-06-261-0/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-3/+3
|\
| * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-3/+3
* | target: Don't allow setting WC emulation if device doesn't supportAndy Grover2014-05-151-4/+4
* | target: Allow non-supporting backends to set pi_prot_type to 0Andy Grover2014-05-151-0/+4
|/