summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_pr.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+3
2026-07-12scsi: target: core: Fix iSCSI ISID use-after-free in REGISTER AND MOVEBryam Vargas1-3/+5
2026-07-12scsi: target: Bound PR-OUT TransportID parsing to the received bufferBryam Vargas1-2/+2
2026-06-29scsi: target: use scoped_with_init_fs() for APTPL metadataChristian Brauner1-1/+3
2026-04-08scsi: target: Don't validate ignored fields in PROUT PREEMPTStefan Hajnoczi1-27/+32
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2025-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+10
2025-07-24scsi: target: core: Generate correct identifiers for PR OUT transport IDsMaurizio Lombardi1-8/+10
2025-06-16scsi: target: Fix NULL pointer dereference in core_scsi3_decode_spec_i_port()Maurizio Lombardi1-1/+3
2025-02-12scsi: usb: Rename the RESERVE and RELEASE constantsBart Van Assche1-3/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2023-12-05scsi: target: Enable READ CAPACITY for PR EAROBenjamin Coddington1-0/+1
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen1-1/+78
2023-04-11scsi: target: Report and detect unsupported PR commandsMike Christie1-0/+17
2023-04-11scsi: target: Allow backends to hook into PR handlingMike Christie1-1/+61
2023-03-09scsi: target: core: Use RTPI from target portRoman Bolshakov1-4/+4
2022-10-01scsi: target: core: New key must be used for moved PRDmitry Bogdanov1-2/+6
2022-10-01scsi: target: core: Abort all preempted regs if requestedDmitry Bogdanov1-1/+15
2022-10-01scsi: target: core: Fix memory leak in preempt_and_abortDmitry Bogdanov1-4/+5
2022-10-01scsi: target: core: Fix preempt and abort for allreg resDmitry Bogdanov1-1/+1
2022-08-01scsi: target: core: De-RCU of se_lun and se_lun aclDmitry Bogdanov1-20/+8
2021-09-22scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"Colin Ian King1-1/+1
2021-05-31scsi: target: Use standard SAM status typesHannes Reinecke1-4/+4
2021-04-15scsi: target: Fix two format specifiersBart Van Assche1-4/+2
2021-03-09scsi: target: core: pr: Initialize arrays at declaration timeChaitanya Kulkarni1-23/+13
2021-02-22scsi: target: core: Prevent underflow for service actionsAleksandr Miloserdov1-4/+11
2020-12-02scsi: target: core: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-13scsi: target: Remove unused variable 'tpg'Wei Yongjun1-2/+0
2020-07-08scsi: target: Fix crash during SPEC_I_PT handlingMike Christie1-16/+19
2020-07-08scsi: target: Check enforce_pr_isids during registrationMike Christie1-9/+15
2020-05-07scsi: target: Make transport_flags per deviceBodo Stroesser1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-04-12scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche1-14/+19
2019-02-04scsi: target/iscsi: Convert comments about locking into runtime checksBart Van Assche1-9/+6
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-44/+44
2018-11-21scsi: target: add emulate_pr backstore attr to toggle PR supportDavid Disseldorp1-0/+2
2018-06-19scsi: target: Fix truncated PR-in ReadKeys responseDavid Disseldorp1-5/+10
2018-01-12target-core: don't use "const char*" for a buffer that is written toRasmus Villemoes1-2/+2
2017-11-04target: Suppress gcc 7 fallthrough warningsBart Van Assche1-0/+2
2017-11-04target: fix PR state file path truncationDavid Disseldorp1-9/+7
2017-11-04target:fix condition return in core_pr_dump_initiator_port()tangwenji1-1/+3
2017-11-04target: add sense code INSUFFICIENT REGISTRATION RESOURCEStangwenji1-8/+8
2017-11-04target: fix double unmap data sg in core_scsi3_emulate_pro_register_and_move()tangwenji1-2/+0
2017-11-04target: fix buffer offset in core_scsi3_pri_read_full_statustangwenji1-0/+1
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig1-1/+2
2017-07-09target: Fix return sense reason in target_scsi3_emulate_pr_outTang Wenji1-5/+5
2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche1-79/+20