summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_pr.c
Commit message (Expand)AuthorAgeFilesLines
...
* | target: Allow Write Exclusive non-reservation holders to READLee Duncan2015-01-101-0/+12
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-12-201-31/+94
|\
| * target: Allow AllRegistrants to re-RESERVE existing reservationNicholas Bellinger2014-12-191-1/+4
| * target: Avoid dropping AllRegistrants reservation during unregisterNicholas Bellinger2014-12-161-22/+65
| * target: Fix R_HOLDER bit usage for AllRegistrantsNicholas Bellinger2014-12-161-3/+23
| * target: remove unneeded arrayJulia Lawall2014-12-021-5/+2Star
* | Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley2014-12-081-1/+1
|\ \ | |/ |/|
| * scsi: add SPC-3 command definitionsHannes Reinecke2014-11-241-1/+1
* | target: return CONFLICT only when SA key unmatchedSteven Allen2014-11-031-4/+5
|/
* target: Add force_pr_aptpl device attributeNicholas Bellinger2014-10-041-0/+9
* target: Fix APTPL metadata handling for dynamic MappedLUNsNicholas Bellinger2014-10-041-3/+3
* target: encapsulate smp_mb__after_atomic()Joern Engel2014-10-011-60/+30Star
* target: fix unused shift in core_scsi3_pri_report_capabilitiesJoern Engel2014-09-181-1/+1
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-28/+28
* target: Fix free-after-use regression in PR unregisterNicholas Bellinger2014-02-131-4/+7
* target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke2013-11-201-12/+12
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-111-1/+1
* target: Fix >= v3.9+ regression in PR APTPL + ALUA metadata write-outGera Kazakov2013-09-111-1/+1
* target: Make core_scsi3_update_and_write_aptpl return sense_reason_tNicholas Bellinger2013-07-041-22/+25
* target: Further refactoring of core_scsi3_emulate_pro_register()Andy Grover2013-06-141-26/+20Star
* 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/+48Star
* target: Delete incorrect commentAndy Grover2013-06-141-3/+0Star
* target: Remove unneeded param pr_aptpl_buf_len to write_aptpl_to_file()Andy Grover2013-06-141-5/+4Star
* target: Remove t10_reservation.pr_aptpl_buf_lenAndy Grover2013-06-141-20/+11Star
* target: Unify __core_scsi3_update_aptpl_buf and core_scsi3_update_aptpl_bufAndy Grover2013-06-141-22/+10Star
* target: Simplify metadata handling when clearing aptpl metadataAndy Grover2013-06-141-30/+9Star
* 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/+21Star
* 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/+8Star
* target: Use TCM_NO_SENSE for initialisationHannes Reinecke2013-01-111-1/+1
* target: Update copyright information to 2012Nicholas Bellinger2012-11-281-2/+1Star
* target: Fix exception path pr_reg put regression for PR RELEASENicholas Bellinger2012-11-081-1/+1
* target: pass sense_reason as a return valueChristoph Hellwig2012-11-071-507/+411Star
* target: simplify reservations codeChristoph Hellwig2012-11-071-129/+63Star
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-071-81/+67Star
* target: move the dereference below the NULL testWei Yongjun2012-09-181-4/+6
* target: Fix minor spelling typos in drivers/targetMasanari Iida2012-09-181-2/+2
* target: report too-small parameter lists everywherePaolo Bonzini2012-09-071-0/+8
* target: Remove unneeded double parenthesesAndy Grover2012-07-171-3/+3
* target: Clean up returning errors in PR handling codeRoland Dreier2012-07-171-3/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-05-221-40/+27Star
|\
| * target: replace ->execute_task with ->execute_cmdChristoph Hellwig2012-05-071-24/+12Star
| * target/iscsi: Misc cleanups from Agrover (round 2)Andy Grover2012-04-151-16/+15Star
* | target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setupsBernhard Kohl2012-05-151-0/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-03-221-16/+7Star
|\
| * target: remove obvious warningsJörn Engel2012-03-161-8/+1Star
| * target: Use array_zalloc for device_listJörn Engel2012-03-161-7/+7
| * target: Use LIST_HEAD()/DEFINE_MUTEX() for static objectsRoland Dreier2012-02-251-4/+2Star