summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_device.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: perform t10_wwn ID initialisation in target_alloc_device()David Disseldorp2018-12-071-14/+7
* scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp2018-12-071-32/+14
* scsi: target/core: Use system workqueues for TMFBart Van Assche2018-12-071-16/+0
* scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche2018-12-071-1/+0
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-281-13/+13
* scsi: target: add emulate_pr backstore attr to toggle PR supportDavid Disseldorp2018-11-211-0/+13
* scsi: target: add helper to check if dev is configuredMike Christie2018-07-301-3/+3
* scsi: target: Remove se_dev_entry.ua_countBart Van Assche2018-07-021-1/+0
* 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/+0
* 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-091-1/+1
* target: Use macro for WRITE_VERIFY_32 operation codesDamien Le Moal2017-07-061-1/+1
* target: make device_mutex and device_list staticColin Ian King2017-07-061-2/+2
* target: remove g_device_listMike Christie2017-07-061-18/+12
* target: add helper to iterate over devicesMike Christie2017-07-061-0/+45
* target: add helper to find se_device by dev_indexMike Christie2017-07-061-0/+24
* target: use idr for se_device dev indexMike Christie2017-07-061-4/+26
* target: break up free_device callbackMike Christie2017-07-061-0/+2
* target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche2017-07-061-4/+4
* target: Remove se_device.dev_listBart Van Assche2017-07-061-1/+0
* target: Use symbolic value for WRITE_VERIFY_16Bart Van Assche2017-07-061-1/+1
* target: Add support for TMR percpu reference countingNicholas Bellinger2017-07-061-4/+10
* target/configfs: Kill se_device->dev_link_magicNicholas Bellinger2017-06-081-1/+0
* target/iblock: Convert WRITE_SAME to blkdev_issue_zerooutNicholas Bellinger2017-06-081-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-011-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-261-2/+8
* target: Remove se_tmr_req.tmr_lunBart Van Assche2017-02-091-1/+0
* 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-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