summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_device.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: add helper to check if dev is configuredMike Christie2018-07-311-3/+3
* scsi: target: Remove se_dev_entry.ua_countBart Van Assche2018-07-021-1/+0Star
* scsi: target: Avoid that EXTENDED COPY commands trigger lock inversionBart Van Assche2018-07-021-5/+17
* scsi: target: remove target_find_deviceMike Christie2018-06-261-24/+0Star
* target: fix destroy device in target_configure_devicetangwenji2018-01-181-1/+3
* target: Fix cmd size for PR-OUT in passthrough_parse_cdbTang Wenji2017-07-101-1/+1
* target: Use macro for WRITE_VERIFY_32 operation codesDamien Le Moal2017-07-071-1/+1
* target: make device_mutex and device_list staticColin Ian King2017-07-071-2/+2
* target: remove g_device_listMike Christie2017-07-071-18/+12Star
* target: add helper to iterate over devicesMike Christie2017-07-071-0/+45
* target: add helper to find se_device by dev_indexMike Christie2017-07-071-0/+24
* target: use idr for se_device dev indexMike Christie2017-07-071-4/+26
* target: break up free_device callbackMike Christie2017-07-071-0/+2
* target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche2017-07-071-4/+4
* target: Remove se_device.dev_listBart Van Assche2017-07-071-1/+0Star
* target: Use symbolic value for WRITE_VERIFY_16Bart Van Assche2017-07-071-1/+1
* target: Add support for TMR percpu reference countingNicholas Bellinger2017-07-071-4/+10
* target/configfs: Kill se_device->dev_link_magicNicholas Bellinger2017-06-091-1/+0Star
* target/iblock: Convert WRITE_SAME to blkdev_issue_zerooutNicholas Bellinger2017-06-091-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-05-121-0/+38
|\
| * target/user: PGR SupportBryant G. Ly2017-05-021-0/+38
* | block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+1
|/
* target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger2017-02-271-2/+8
* target: Remove se_tmr_req.tmr_lunBart Van Assche2017-02-091-1/+0Star
* target: Don't BUG_ON during NodeACL dynamic -> explicit conversionNicholas Bellinger2017-02-081-1/+9
* 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-111-27/+14Star
* target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie2016-01-301-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-251-17/+23
* target: Fix PR registration + APTPL RCU conversion regressionNicholas Bellinger2015-09-251-2/+3
* target: Remove cmd->se_ordered_id (unused except debug log lines)Roland Dreier2015-07-311-1/+0Star
* target: remove initiatorname field in se_acl_lunChris Zankel2015-07-311-5/+3Star
* 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/+282Star
|\
| * target: Send UA when changing LUN inventoryHannes Reinecke2015-06-231-4/+19
| * target: Convert se_lun->lun_deve_lock to normal spinlockNicholas Bellinger2015-06-231-6/+6
| * target: Remove TARGET_MAX_LUNS_PER_TRANSPORTHannes Reinecke2015-06-161-9/+0Star
| * target: use 64-bit LUNsHannes Reinecke2015-06-161-15/+15
| * target: Drop duplicate + unused se_dev_check_wceNicholas Bellinger2015-06-161-12/+0Star
| * 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/+29Star
| * target: Simplify LUN shutdown codeBart Van Assche2015-06-011-1/+0Star
| * target: simplify backend attribute implementationChristoph Hellwig2015-06-011-504/+0Star
| * 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/+0Star
| * target: Convert se_tpg->acl_node_lock to ->acl_node_mutexNicholas Bellinger2015-06-011-9/+5Star
| * target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger2015-06-011-85/+7Star