aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_pr.c
AgeCommit message (Expand)Author
2023-12-05scsi: target: Enable READ CAPACITY for PR EAROBenjamin Coddington
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen
2023-04-11scsi: target: Report and detect unsupported PR commandsMike Christie
2023-04-11scsi: target: Allow backends to hook into PR handlingMike Christie
2023-03-09scsi: target: core: Use RTPI from target portRoman Bolshakov
2022-10-01scsi: target: core: New key must be used for moved PRDmitry Bogdanov
2022-10-01scsi: target: core: Abort all preempted regs if requestedDmitry Bogdanov
2022-10-01scsi: target: core: Fix memory leak in preempt_and_abortDmitry Bogdanov
2022-10-01scsi: target: core: Fix preempt and abort for allreg resDmitry Bogdanov
2022-08-01scsi: target: core: De-RCU of se_lun and se_lun aclDmitry Bogdanov
2021-09-22scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"Colin Ian King
2021-05-31scsi: target: Use standard SAM status typesHannes Reinecke
2021-04-15scsi: target: Fix two format specifiersBart Van Assche
2021-03-09scsi: target: core: pr: Initialize arrays at declaration timeChaitanya Kulkarni
2021-02-22scsi: target: core: Prevent underflow for service actionsAleksandr Miloserdov
2020-12-02scsi: target: core: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-13scsi: target: Remove unused variable 'tpg'Wei Yongjun
2020-07-08scsi: target: Fix crash during SPEC_I_PT handlingMike Christie
2020-07-08scsi: target: Check enforce_pr_isids during registrationMike Christie
2020-05-07scsi: target: Make transport_flags per deviceBodo Stroesser
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-04-12scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche
2019-02-04scsi: target/iscsi: Convert comments about locking into runtime checksBart Van Assche
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp
2018-11-21scsi: target: add emulate_pr backstore attr to toggle PR supportDavid Disseldorp
2018-06-19scsi: target: Fix truncated PR-in ReadKeys responseDavid Disseldorp
2018-01-12target-core: don't use "const char*" for a buffer that is written toRasmus Villemoes
2017-11-04target: Suppress gcc 7 fallthrough warningsBart Van Assche
2017-11-04target: fix PR state file path truncationDavid Disseldorp
2017-11-04target:fix condition return in core_pr_dump_initiator_port()tangwenji
2017-11-04target: add sense code INSUFFICIENT REGISTRATION RESOURCEStangwenji
2017-11-04target: fix double unmap data sg in core_scsi3_emulate_pro_register_and_move()tangwenji
2017-11-04target: fix buffer offset in core_scsi3_pri_read_full_statustangwenji
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig
2017-07-09target: Fix return sense reason in target_scsi3_emulate_pr_outTang Wenji
2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche
2017-05-01target/user: PGR SupportBryant G. Ly
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2016-12-16target: Fix spelling mistake and unwrap multi-line textColin Ian King
2016-12-09target: Minimize #include directivesBart Van Assche
2016-05-09target: use new "dbroot" target attributeLee Duncan
2016-01-06target: Fix spelling + remove set-but-not-used variablesBart Van Assche
2015-09-24target: Fix PR registration + APTPL RCU conversion regressionNicholas Bellinger
2015-07-06target/pr: Fix possible uninitialized variable usageSagi Grimberg
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-06-22target: Convert se_lun->lun_deve_lock to normal spinlockNicholas Bellinger
2015-06-16target: use 'se_dev_entry' when allocating UAsHannes Reinecke