aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_device.c
AgeCommit message (Expand)Author
2017-03-15target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger
2017-02-14target: Don't BUG_ON during NodeACL dynamic -> explicit conversionNicholas Bellinger
2016-08-20target: Fix max_unmap_lba_count calc overflowMike Christie
2016-03-09target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie
2015-09-24target: Make TCM_WRITE_PROTECT failure honor D_SENSE bitNicholas Bellinger
2015-09-24target: Fix PR registration + APTPL RCU conversion regressionNicholas Bellinger
2015-07-31target: Remove cmd->se_ordered_id (unused except debug log lines)Roland Dreier
2015-07-30target: remove initiatorname field in se_acl_lunChris Zankel
2015-07-06target: Use struct t10_pi_tupleSagi Grimberg
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-06-23target: Send UA when changing LUN inventoryHannes Reinecke
2015-06-22target: Convert se_lun->lun_deve_lock to normal spinlockNicholas Bellinger
2015-06-15target: Remove TARGET_MAX_LUNS_PER_TRANSPORTHannes Reinecke
2015-06-15target: use 64-bit LUNsHannes Reinecke
2015-06-15target: Drop duplicate + unused se_dev_check_wceNicholas Bellinger
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger
2015-06-01target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig
2015-06-01target: Simplify LUN shutdown codeBart Van Assche
2015-06-01target: simplify backend attribute implementationChristoph Hellwig
2015-06-01target: simplify backend driver registrationChristoph Hellwig
2015-06-01target: Only reset specific dynamic entries during lun_group creationNicholas Bellinger
2015-06-01target: Drop unused se_lun->lun_acl_listNicholas Bellinger
2015-06-01target: Convert se_tpg->acl_node_lock to ->acl_node_mutexNicholas Bellinger
2015-06-01target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger
2015-06-01target/pr: Use atomic bitop for se_dev_entry->deve_flags reservation checkNicholas Bellinger
2015-06-01target: Convert se_node_acl->device_list[] to RCU hlistNicholas Bellinger
2015-05-30target: fix a log message in se_dev_set_emulate_rest_reord()Christophe Vu-Brugier
2015-05-30target: fix DPO and FUA bit checksChristoph Hellwig
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover
2015-05-30target: Move passthrough CDB parsing into a common functionAndy Grover
2015-04-01target: Allow userspace to write 1 to attrib/emulate_fua_writeAndy Grover
2015-03-19target: do not reject FUA CDBs when write cache is enabled but emulate_write_...Christophe Vu-Brugier
2015-03-19target: Fix virtual LUN=0 target_configure_device failure OOPsNicholas Bellinger
2015-03-19target: Disallow changing of WRITE cache/FUA attrs after exportNicholas Bellinger
2015-01-09target: Drop left-over fabric_max_sectors attributeNicholas Bellinger
2015-01-09target: Drop arbitrary maximum I/O size limitNicholas Bellinger
2014-12-01target: Drop left-over PHBA_PDEV set attr checksNicholas Bellinger
2014-12-01target: Add EXPORT_SYMBOL for existing se_dev_set_*Nicholas Bellinger
2014-10-04target: Add force_pr_aptpl device attributeNicholas Bellinger
2014-10-04target: Fix APTPL metadata handling for dynamic MappedLUNsNicholas Bellinger
2014-10-01target: encapsulate smp_mb__after_atomic()Joern Engel
2014-10-01target: Change core_dev_del_lun to take a se_lun instead of unpacked_lunAndy Grover
2014-06-26target: Fix left-over se_lun->lun_sep pointer OOPsNicholas Bellinger
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-15target: Don't allow setting WC emulation if device doesn't supportAndy Grover
2014-05-15target: Allow non-supporting backends to set pi_prot_type to 0Andy Grover
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds