aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_pr.c
Commit message (Expand)AuthorAgeFilesLines
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-101-1/+1
* target: Fix >= v3.9+ regression in PR APTPL + ALUA metadata write-outGera Kazakov2013-09-101-1/+1
* target: Make core_scsi3_update_and_write_aptpl return sense_reason_tNicholas Bellinger2013-07-031-22/+25
* target: Further refactoring of core_scsi3_emulate_pro_register()Andy Grover2013-06-141-26/+20
* target: Use if/else for sa_res_key conditional in emulate_pro_register()Andy Grover2013-06-141-21/+21
* target: Allocate aptpl_buf inside update_and_write_aptpl()Andy Grover2013-06-141-155/+48
* target: Delete incorrect commentAndy Grover2013-06-141-3/+0
* target: Remove unneeded param pr_aptpl_buf_len to write_aptpl_to_file()Andy Grover2013-06-141-5/+4
* target: Remove t10_reservation.pr_aptpl_buf_lenAndy Grover2013-06-141-20/+11
* target: Unify __core_scsi3_update_aptpl_buf and core_scsi3_update_aptpl_bufAndy Grover2013-06-141-22/+10
* target: Simplify metadata handling when clearing aptpl metadataAndy Grover2013-06-141-30/+9
* target: Fix two debugprints that appear to be wrongAndy Grover2013-06-141-4/+4
* target: Alter core_pr_dump_initiator_port for ease of useAndy Grover2013-06-141-37/+21
* target: Add register_type and preempt_type enums to clarify codeAndy Grover2013-06-141-33/+44
* target: writev() on single-element vector is pointlessAl Viro2013-02-261-19/+8
* target: Use TCM_NO_SENSE for initialisationHannes Reinecke2013-01-101-1/+1
* target: Update copyright information to 2012Nicholas Bellinger2012-11-271-2/+1
* target: Fix exception path pr_reg put regression for PR RELEASENicholas Bellinger2012-11-071-1/+1
* target: pass sense_reason as a return valueChristoph Hellwig2012-11-061-507/+411
* target: simplify reservations codeChristoph Hellwig2012-11-061-129/+63
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-061-81/+67
* target: move the dereference below the NULL testWei Yongjun2012-09-171-4/+6
* target: Fix minor spelling typos in drivers/targetMasanari Iida2012-09-171-2/+2
* target: report too-small parameter lists everywherePaolo Bonzini2012-09-071-0/+8
* target: Remove unneeded double parenthesesAndy Grover2012-07-161-3/+3
* target: Clean up returning errors in PR handling codeRoland Dreier2012-07-161-3/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-05-211-40/+27
|\
| * target: replace ->execute_task with ->execute_cmdChristoph Hellwig2012-05-061-24/+12
| * target/iscsi: Misc cleanups from Agrover (round 2)Andy Grover2012-04-141-16/+15
* | target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setupsBernhard Kohl2012-05-141-0/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-03-221-16/+7
|\
| * target: remove obvious warningsJörn Engel2012-03-151-8/+1
| * target: Use array_zalloc for device_listJörn Engel2012-03-151-7/+7
| * target: Use LIST_HEAD()/DEFINE_MUTEX() for static objectsRoland Dreier2012-02-251-4/+2
* | target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASENicholas Bellinger2012-03-131-12/+22
|/
* target: Allow control CDBs with data > 1 pageAndy Grover2012-01-181-19/+19
* target: Allow PERSISTENT RESERVE IN for non-reservation holderMarco Sanvido2012-01-181-0/+1
* target: Use correct preempted registration sense codeMarco Sanvido2012-01-181-2/+2
* target: Move core_scsi3_check_cdb_abort_and_preemptJörn Engel2011-12-141-15/+0
* target: header reshuffle, part2Christoph Hellwig2011-12-141-5/+2
* target: reshuffle headersChristoph Hellwig2011-12-141-1/+1
* target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger2011-12-061-80/+160
* target: remove SCF_EMULATE_CDB_ASYNCChristoph Hellwig2011-11-041-43/+86
* target: pass the se_task to the CDB emulation callbackChristoph Hellwig2011-11-041-4/+9
* target: split core_scsi3_emulate_prChristoph Hellwig2011-11-041-27/+35
* target: split core_scsi2_emulate_crhChristoph Hellwig2011-11-041-97/+92
* target: Remove unneeded version.h includesJesper Juhl2011-10-111-1/+0
* target: Convert acl_node_lock to be IRQ-disablingRoland Dreier2011-08-221-4/+4
* target: Follow up core updates from AGrover and HCH (round 4)Andy Grover2011-07-221-227/+227
* target: Make all control CDBs scatter-gatherAndy Grover2011-07-221-11/+49