aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_pr.c
AgeCommit message (Expand)Author
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-02-12target: Fix PR_APTPL_BUF_LEN buffer size limitationNicholas Bellinger
2015-01-09target: Allow Write Exclusive non-reservation holders to READLee Duncan
2014-12-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2014-12-19target: Allow AllRegistrants to re-RESERVE existing reservationNicholas Bellinger
2014-12-15target: Avoid dropping AllRegistrants reservation during unregisterNicholas Bellinger
2014-12-15target: Fix R_HOLDER bit usage for AllRegistrantsNicholas Bellinger
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley
2014-12-01target: remove unneeded arrayJulia Lawall
2014-11-24scsi: add SPC-3 command definitionsHannes Reinecke
2014-11-02target: return CONFLICT only when SA key unmatchedSteven Allen
2014-10-04target: Add force_pr_aptpl device attributeNicholas Bellinger
2014-10-04target: Fix APTPL metadata handling for dynamic MappedLUNsNicholas Bellinger
2014-10-01target: encapsulate smp_mb__after_atomic()Joern Engel
2014-09-17target: fix unused shift in core_scsi3_pri_report_capabilitiesJoern Engel
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-02-12target: Fix free-after-use regression in PR unregisterNicholas Bellinger
2013-11-20target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger
2013-09-10target: Fix >= v3.9+ regression in PR APTPL + ALUA metadata write-outGera Kazakov
2013-07-03target: Make core_scsi3_update_and_write_aptpl return sense_reason_tNicholas Bellinger
2013-06-14target: Further refactoring of core_scsi3_emulate_pro_register()Andy Grover
2013-06-14target: Use if/else for sa_res_key conditional in emulate_pro_register()Andy Grover
2013-06-14target: Allocate aptpl_buf inside update_and_write_aptpl()Andy Grover
2013-06-14target: Delete incorrect commentAndy Grover
2013-06-14target: Remove unneeded param pr_aptpl_buf_len to write_aptpl_to_file()Andy Grover
2013-06-14target: Remove t10_reservation.pr_aptpl_buf_lenAndy Grover
2013-06-14target: Unify __core_scsi3_update_aptpl_buf and core_scsi3_update_aptpl_bufAndy Grover
2013-06-14target: Simplify metadata handling when clearing aptpl metadataAndy Grover
2013-06-14target: Fix two debugprints that appear to be wrongAndy Grover
2013-06-14target: Alter core_pr_dump_initiator_port for ease of useAndy Grover
2013-06-14target: Add register_type and preempt_type enums to clarify codeAndy Grover
2013-02-26target: writev() on single-element vector is pointlessAl Viro
2013-01-10target: Use TCM_NO_SENSE for initialisationHannes Reinecke
2012-11-27target: Update copyright information to 2012Nicholas Bellinger
2012-11-07target: Fix exception path pr_reg put regression for PR RELEASENicholas Bellinger
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig
2012-11-06target: simplify reservations codeChristoph Hellwig
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig
2012-09-17target: move the dereference below the NULL testWei Yongjun
2012-09-17target: Fix minor spelling typos in drivers/targetMasanari Iida
2012-09-07target: report too-small parameter lists everywherePaolo Bonzini
2012-07-16target: Remove unneeded double parenthesesAndy Grover
2012-07-16target: Clean up returning errors in PR handling codeRoland Dreier
2012-05-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2012-05-14target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setupsBernhard Kohl
2012-05-06target: replace ->execute_task with ->execute_cmdChristoph Hellwig
2012-04-14target/iscsi: Misc cleanups from Agrover (round 2)Andy Grover
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2012-03-15target: remove obvious warningsJörn Engel