aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_pr.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-12target-core: don't use "const char*" for a buffer that is written toGravatar Rasmus Villemoes 1-2/+2
2017-11-04target: Suppress gcc 7 fallthrough warningsGravatar Bart Van Assche 1-0/+2
2017-11-04target: fix PR state file path truncationGravatar David Disseldorp 1-9/+7
2017-11-04target:fix condition return in core_pr_dump_initiator_port()Gravatar tangwenji 1-1/+3
2017-11-04target: add sense code INSUFFICIENT REGISTRATION RESOURCESGravatar tangwenji 1-8/+8
2017-11-04target: fix double unmap data sg in core_scsi3_emulate_pro_register_and_move()Gravatar tangwenji 1-2/+0
2017-11-04target: fix buffer offset in core_scsi3_pri_read_full_statusGravatar tangwenji 1-0/+1
2017-09-04fs: fix kernel_write prototypeGravatar Christoph Hellwig 1-1/+2
2017-07-09target: Fix return sense reason in target_scsi3_emulate_pr_outGravatar Tang Wenji 1-5/+5
2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsGravatar Bart Van Assche 1-79/+20
2017-05-01target/user: PGR SupportGravatar Bryant G. Ly 1-1/+1
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 1-5/+5
2016-12-16target: Fix spelling mistake and unwrap multi-line textGravatar Colin Ian King 1-2/+1
2016-12-09target: Minimize #include directivesGravatar Bart Van Assche 1-0/+2
2016-05-09target: use new "dbroot" target attributeGravatar Lee Duncan 1-1/+1
2016-01-06target: Fix spelling + remove set-but-not-used variablesGravatar Bart Van Assche 1-9/+2
2015-09-24target: Fix PR registration + APTPL RCU conversion regressionGravatar Nicholas Bellinger 1-24/+67
2015-07-06target/pr: Fix possible uninitialized variable usageGravatar Sagi Grimberg 1-1/+1
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-181/+198
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+1
2015-06-22target: Convert se_lun->lun_deve_lock to normal spinlockGravatar Nicholas Bellinger 1-4/+4
2015-06-16target: use 'se_dev_entry' when allocating UAsGravatar Hannes Reinecke 1-6/+6
2015-06-15target: use 64-bit LUNsGravatar Hannes Reinecke 1-21/+22
2015-06-02target: Minimize SCSI header #include directivesGravatar Bart Van Assche 1-2/+1
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-26/+8
2015-06-01target: Drop se_lun->lun_active for existing percpu lun_refGravatar Nicholas Bellinger 1-4/+5
2015-06-01target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunGravatar Christoph Hellwig 1-32/+24
2015-06-01target: Convert se_tpg->acl_node_lock to ->acl_node_mutexGravatar Nicholas Bellinger 1-4/+4
2015-06-01target/pr: cleanup core_scsi3_pr_seq_non_holderGravatar Christoph Hellwig 1-26/+18
2015-06-01target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lunGravatar Nicholas Bellinger 1-63/+68
2015-06-01target/pr: Use atomic bitop for se_dev_entry->deve_flags reservation checkGravatar Nicholas Bellinger 1-19/+39
2015-06-01target: Convert se_node_acl->device_list[] to RCU hlistGravatar Nicholas Bellinger 1-28/+44
2015-05-30target: target_core_configfs.h is not needed in fabric driversGravatar Christoph Hellwig 1-1/+0
2015-05-30target: move transport ID handling to the coreGravatar Christoph Hellwig 1-28/+21
2015-05-30target: remove the get_fabric_proto_ident methodGravatar Christoph Hellwig 1-7/+5
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesGravatar Andy Grover 1-1/+1
2015-05-30target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemGravatar Christoph Hellwig 1-25/+7
2015-05-28treewide: Add missing vmalloc.h inclusion.Gravatar David S. Miller 1-0/+1
2015-04-14target: Fix two sparse warningsGravatar Bart Van Assche 1-0/+2
2015-04-14target: simplify the target template registration APIGravatar Christoph Hellwig 1-8/+8
2015-03-26target: Better handling of AllRegistrants reservationsGravatar Ilias Tsitsimpis 1-11/+19
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-12/+13
2015-02-12target: Fix PR_APTPL_BUF_LEN buffer size limitationGravatar Nicholas Bellinger 1-12/+13
2015-01-09target: Allow Write Exclusive non-reservation holders to READGravatar Lee Duncan 1-0/+12
2014-12-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-31/+94
2014-12-19target: Allow AllRegistrants to re-RESERVE existing reservationGravatar Nicholas Bellinger 1-1/+4
2014-12-15target: Avoid dropping AllRegistrants reservation during unregisterGravatar Nicholas Bellinger 1-22/+65
2014-12-15target: Fix R_HOLDER bit usage for AllRegistrantsGravatar Nicholas Bellinger 1-3/+23
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusGravatar James Bottomley 1-1/+1