public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-25 08:58:14 to 2021-04-27 21:58:02 UTC [more...]

[PATCH v18 00/83] sg: add v4 interface, request sharing
 2021-04-27 21:56 UTC  (12+ messages)
` [PATCH v18 00/45] sg: add v4 interface
` [PATCH v18 01/83] sg: move functions around
` [PATCH v18 02/83] sg: remove typedefs, type+formatting cleanup
` [PATCH v18 03/83] sg: sg_log and is_enabled
` [PATCH v18 04/83] sg: rework sg_poll(), minor changes
` [PATCH v18 05/83] sg: bitops in sg_device
` [PATCH v18 06/83] sg: make open count an atomic
` [PATCH v18 07/83] sg: move header to uapi section
` [PATCH v18 08/83] sg: speed sg_poll and sg_get_num_waiting
` [PATCH v18 09/83] sg: sg_allow_if_err_recovery and renames
` [PATCH v18 11/83] sg: change rwlock to spinlock

RFC: one more time: SCSI device identification
 2021-04-27 20:41 UTC  (17+ messages)
            ` Antw: [EXT] Re: [systemd-devel] "
                  ` Antw: [EXT] Re: [dm-devel] "
                  `  "

[PATCH v3 00/24] Introducing mpi3mr driver
 2021-04-27 18:08 UTC  (17+ messages)
` [PATCH v3 02/24] mpi3mr: base driver code
` [PATCH v3 03/24] mpi3mr: create operational request and reply queue pair
` [PATCH v3 04/24] mpi3mr: add support of queue command processing
` [PATCH v3 06/24] mpi3mr: add support of event handling part-1
` [PATCH v3 11/24] mpi3mr: print ioc info for debugging
` [PATCH v3 13/24] mpi3mr: implement scsi error handler hooks

[PATCH 1/1] qla2xxx: Add marginal path support
 2021-04-27 16:26 UTC  (2+ messages)

[PATCHv3 00/40] SCSI result cleanup, part 2
 2021-04-27 12:11 UTC  (42+ messages)
` [PATCH 01/40] st: return error code in st_scsi_execute()
` [PATCH 02/40] scsi_ioctl: return error code when blk_rq_map_kern() fails
` [PATCH 03/40] scsi: Fixup calling convention for scsi_mode_sense()
` [PATCH 04/40] scsi: reshuffle response handling in scsi_mode_sense()
` [PATCH 05/40] scsi_dh_alua: check for negative result value
` [PATCH 06/40] scsi: stop using DRIVER_ERROR
` [PATCH 07/40] scsi: introduce scsi_build_sense()
` [PATCH 08/40] scsi: introduce scsi_status_is_check_condition()
` [PATCH 09/40] scsi: Kill DRIVER_SENSE
` [PATCH 10/40] scsi: do not use DRIVER_INVALID
` [PATCH 11/40] scsi_error: use DID_TIME_OUT instead of DRIVER_TIMEOUT
` [PATCH 12/40] xen-scsiback: use DID_ERROR instead of DRIVER_ERROR
` [PATCH 13/40] xen-scsifront: compability status handling
` [PATCH 14/40] scsi: Drop the now obsolete driver_byte definitions
` [PATCH 15/40] NCR5380: Fold SCSI message ABORT onto DID_ABORT
` [PATCH 16/40] scsi: add get_{status,host}_byte() accessor function
` [PATCH 17/40] scsi: add scsi_msg_to_host_byte()
` [PATCH 18/40] dc395: use standard macros to set SCSI result
` [PATCH 19/40] dc395: translate message bytes
` [PATCH 20/40] qlogicfas408: make ql_pcmd() a void function
` [PATCH 21/40] qlogicfas408: whitespace cleanup
` [PATCH 22/40] qlogicfas408: translate message to host byte status
` [PATCH 23/40] nsp32: whitespace cleanup
` [PATCH 24/40] nsp32: do not set message byte
` [PATCH 25/40] wd33c93: translate message byte to host byte
` [PATCH 26/40] mesh: translate message to host byte status
` [PATCH 27/40] acornscsi: remove acornscsi_reportstatus()
` [PATCH 28/40] acornscsi: translate message byte to host byte
` [PATCH 29/40] aha152x: modify done() to use separate status bytes
` [PATCH 30/40] aha152x: do not set message byte when calling scsi_done()
` [PATCH 31/40] advansys: do not set message byte in SCSI status
` [PATCH 32/40] fas216: translate message to host byte status
` [PATCH 33/40] fas216: Use get_status_byte() to avoid using linux-specific status codes
` [PATCH 34/40] FlashPoint: Use standard SCSI definitions
` [PATCH 35/40] fdomain: drop last argument to fdomain_finish_cmd()
` [PATCH 36/40] fdomain: translate message to host byte status
` [PATCH 37/40] scsi: drop message byte helper
` [PATCH 38/40] scsi: kill message byte
` [PATCH 39/40] target: use standard SAM status types
` [PATCH 40/40] scsi: drop obsolete linux-specific SCSI status codes

[bug report] shared tags causes IO hang and performance drop
 2021-04-27 10:15 UTC  (18+ messages)

[RFC] qla2xxx: Add dev_loss_tmo kernel module options
 2021-04-27  9:51 UTC  (6+ messages)
    ` [EXT] "

[bug report] scsi host hang when running fio
 2021-04-27  9:41 UTC  (3+ messages)

[Bug 212759] New: NVMeT crasdh
 2021-04-27  9:05 UTC  (4+ messages)
` [Bug 212759] "
` [Bug 212759] NvmeOf (nvmet-rdma) cause crash with first step connect

[PATCH 0/8] blk-mq: fix request UAF related with iterating over tagset requests
 2021-04-27  8:54 UTC  (25+ messages)
` [PATCH 1/8] Revert "blk-mq: Fix races between blk_mq_update_nr_hw_queues() and iterating over tags"
` [PATCH 2/8] Revert "blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_list"
` [PATCH 3/8] Revert "blk-mq: Fix races between iterating over requests and freeing requests"
` [PATCH 4/8] Revert "blk-mq: Introduce atomic variants of blk_mq_(all_tag|tagset_busy)_iter"
` [PATCH 5/8] blk-mq: blk_mq_complete_request_locally
` [PATCH 6/8] block: drivers: complete request locally from blk_mq_tagset_busy_iter
` [PATCH 7/8] blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter
` [PATCH 8/8] blk-mq: clear stale request in tags->rq[] before freeing one request pool

[PATCH] scsi: ufs: Fix a typo in ufs-sysfs.c
 2021-04-27  7:38 UTC 

[RFC PATCHv2 00/39] SCSI result cleanup, part 2
 2021-04-27  7:36 UTC  (78+ messages)
` [PATCH 01/39] st: return error code in st_scsi_execute()
` [PATCH 02/39] scsi_ioctl: return error code when blk_rq_map_kern() fails
` [PATCH 03/39] scsi_dh_alua: do not interpret DRIVER_ERROR
` [PATCH 04/39] scsi: Fixup calling convention for scsi_mode_sense()
` [PATCH 05/39] scsi: stop using DRIVER_ERROR
` [PATCH 06/39] scsi: introduce scsi_build_sense()
` [PATCH 07/39] scsi: introduce scsi_status_is_check_condition()
` [PATCH 08/39] scsi: Kill DRIVER_SENSE
` [PATCH 09/39] scsi: do not use DRIVER_INVALID
` [PATCH 10/39] scsi_error: use DID_TIME_OUT instead of DRIVER_TIMEOUT
` [PATCH 11/39] xen-scsiback: use DID_ERROR instead of DRIVER_ERROR
` [PATCH 12/39] xen-scsifront: compability status handling
` [PATCH 13/39] scsi: Drop the now obsolete driver_byte definitions
` [PATCH 14/39] NCR5380: Fold SCSI message ABORT onto DID_ABORT
` [PATCH 15/39] scsi: add get_{status,host}_byte() accessor function
` [PATCH 16/39] scsi: add translate_msg_byte()
` [PATCH 17/39] dc395: use standard macros to set SCSI result
` [PATCH 18/39] dc395: translate message bytes
` [PATCH 19/39] qlogicfas408: make ql_pcmd() a void function
` [PATCH 24/39] wd33c93: translate message byte to host byte
` [PATCH 26/39] acornscsi: remove acornscsi_reportstatus()
` [PATCH 36/39] scsi: drop message byte helper
` [PATCH 37/39] scsi: kill message byte
` [PATCH 38/39] target: use standard SAM status types
` [PATCH 39/39] scsi: drop obsolete linux-specific SCSI status codes

[PATCH][REPOST] lpfc: Fix illegal memory access on Abort IOCBs
 2021-04-27  3:07 UTC  (2+ messages)

[PATCH][REPOST] lpfc: Fix dma virtual address ptr assignment in bsg
 2021-04-27  3:07 UTC  (2+ messages)

[PATCH][REPOST] lpfc: Fix bad memory access during VPD DUMP mailbox command
 2021-04-27  3:07 UTC  (2+ messages)

[PATCH] scsi: megaraid_mbox: remove redundant initialization of pointer mbox
 2021-04-27  2:54 UTC  (2+ messages)

[PATCH] scsi: lpfc: remove redundant assignment to pointer temp_hdr
 2021-04-27  2:52 UTC  (2+ messages)

[PATCH] scsi: 3w-9xxx: Move * operator to clean up code style warning
 2021-04-27  2:48 UTC  (2+ messages)

[PATCH] scsi: fusion: documentation cleanup
 2021-04-27  2:47 UTC  (2+ messages)

[PATCH] scsi: mpt3sas: documentation cleanup
 2021-04-27  2:44 UTC  (2+ messages)

[PATCH v7 3/5] blk-mq: Fix races between iterating over requests and freeing requests
 2021-04-27  0:11 UTC  (7+ messages)

[RFC PATCH 00/42] SCSI result cleanup, part 2
 2021-04-26  8:45 UTC  (14+ messages)
` [PATCH 14/42] scsi: add scsi_result_is_good()
` [PATCH 15/42] NCR5380: use SCSI result accessors

[PATCH 0/5] scsi: fnic: use blk_mq_tagset_busy_iter() to walk scsi commands
 2021-04-26  8:04 UTC  (6+ messages)

[PATCH] firmware: replace HOTPLUG with UEVENT in FW_ACTION defines
 2021-04-26  7:06 UTC  (2+ messages)

[PATCH v2 0/3] Three minor fixes w.r.t suspend/resume
 2021-04-26  5:47 UTC  (5+ messages)
  ` [PATCH v2 1/3] scsi: ufs: Do not put UFS power into LPM if link is broken
  ` [PATCH v2 2/3] scsi: ufs: Cancel rpm_dev_flush_recheck_work during system suspend
  ` [PATCH v2 3/3] scsi: ufs: Narrow down fast pass in system suspend path

[PATCH v1 0/3] Three minor fixes w.r.t suspend/resume
 2021-04-26  3:33 UTC  (6+ messages)
` [PATCH v1 1/3] scsi: ufs: Do not put UFS power into LPM if link is broken
` [PATCH v1 2/3] scsi: ufs: Cancel rpm_dev_flush_recheck_work during system suspend
` [PATCH v1 3/3] scsi: ufs: Narrow down fast pass in system suspend path

[PATCH v32 0/4] scsi: ufs: Add Host Performance Booster Support
 2021-04-26  2:48 UTC  (3+ messages)
    `  "

[PATCH v4 00/17] libiscsi and qedi TMF fixes
 2021-04-25 23:55 UTC  (5+ messages)
` [PATCH v4 02/17] scsi: iscsi: sync libiscsi and driver reset cleanup
` [PATCH v4 05/17] scsi: iscsi: wait on cmds before freeing conn

[PATCH v21 0/2] Enable power management for ufs wlun
 2021-04-25 12:20 UTC  (3+ messages)
` [PATCH v21 1/2] scsi: ufs: Enable power management for wlun


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox