summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_device.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* scsi: target/core: Fix a race condition in the LUN lookup codeBart Van Assche2019-04-131-2/+2
* scsi: target/iscsi: Convert comments about locking into runtime checksBart Van Assche2019-02-051-3/+3
* scsi: target: perform t10_wwn ID initialisation in target_alloc_device()David Disseldorp2018-12-081-14/+7Star
* scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp2018-12-081-32/+14Star
* scsi: target/core: Use system workqueues for TMFBart Van Assche2018-12-081-16/+0Star
* scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche2018-12-081-1/+0Star
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-291-13/+13
* scsi: target: add emulate_pr backstore attr to toggle PR supportDavid Disseldorp2018-11-221-0/+13
* 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