linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-23 23:35:16 to 2021-04-27 08:31:11 UTC [more...]

[PATCHv3 00/40] SCSI result cleanup, part 2
 2021-04-27  8:30 UTC  (4+ 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()

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

[bug report] shared tags causes IO hang and performance drop
 2021-04-27  7:52 UTC  (14+ messages)

[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  (80+ 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 35/39] fdomain: translate message to host byte status
` [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 1/1] qla2xxx: Add marginal path support
 2021-04-27  5:09 UTC 

[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)

[PATCH v3 00/24] Introducing mpi3mr driver
 2021-04-26 16:10 UTC  (11+ messages)
` [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

[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  (4+ messages)

[PATCH 0/8] blk-mq: fix request UAF related with iterating over tagset requests
 2021-04-26  6:24 UTC  (24+ 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 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  (20+ messages)
` [PATCH v4 01/17] scsi: iscsi: add task completion helper
` [PATCH v4 02/17] scsi: iscsi: sync libiscsi and driver reset cleanup
` [PATCH v4 03/17] scsi: iscsi: stop queueing during ep_disconnect
` [PATCH v4 04/17] scsi: iscsi: drop suspend calls from ep_disconnect
` [PATCH v4 05/17] scsi: iscsi: wait on cmds before freeing conn
` [PATCH v4 06/17] scsi: iscsi: fix use conn use after free
` [PATCH v4 07/17] scsi: iscsi: move pool freeing
` [PATCH v4 08/17] scsi: qedi: fix null ref during abort handling
` [PATCH v4 09/17] scsi: qedi: fix race during abort timeouts
` [PATCH v4 10/17] scsi: qedi: fix use after free during abort cleanup
` [PATCH v4 11/17] scsi: qedi: fix TMF tid allocation
` [PATCH v4 12/17] scsi: qedi: use GFP_NOIO for tmf allocation
` [PATCH v4 13/17] scsi: qedi: fix TMF session block/unblock use
` [PATCH v4 14/17] scsi: qedi: fix cleanup "
` [PATCH v4 15/17] scsi: qedi: pass send_iscsi_tmf task to abort
` [PATCH v4 16/17] scsi: qedi: complete TMF works before disconnect
` [PATCH v4 17/17] scsi: qedi: always wake up if cmd_cleanup_req is set

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

[PATCH v3 0/6] iscsi: Fix in kernel conn failure handling
 2021-04-24 22:17 UTC  (7+ messages)
` [PATCH v3 1/6] scsi: iscsi: force immediate failure during shutdown
` [PATCH v3 2/6] scsi: iscsi: use system_unbound_wq for destroy_work
` [PATCH v3 3/6] scsi: iscsi: have callers do the put on iscsi_lookup_endpoint
` [PATCH v3 4/6] scsi: iscsi: fix in-kernel conn failure handling
` [PATCH v3 5/6] scsi: iscsi_tcp: set no linger
` [PATCH v3 6/6] scsi: iscsi_tcp: start socket shutdown during conn stop

[PATCH v3 00/17] libicsi and qedi TMF fixes
 2021-04-24 21:12 UTC  (5+ messages)
` [PATCH v3 06/17] scsi: iscsi: fix use conn use after free
` [PATCH v3 07/17] scsi: iscsi: move pool freeing

[PATCH v8 00/31] [NEW] efct: Broadcom (Emulex) FC Target driver
 2021-04-24 21:10 UTC  (31+ messages)
` [PATCH v8 04/31] elx: libefc_sli: queue create/destroy/parse routines
` [PATCH v8 05/31] elx: libefc_sli: Populate and post different WQEs
` [PATCH v8 06/31] elx: libefc_sli: bmbx routines and SLI config commands
` [PATCH v8 07/31] elx: libefc_sli: APIs to setup SLI library
` [PATCH v8 08/31] elx: libefc: Generic state machine framework
` [PATCH v8 09/31] elx: libefc: Emulex FC discovery library APIs and definitions
` [PATCH v8 10/31] elx: libefc: FC Domain state machine interfaces
` [PATCH v8 11/31] elx: libefc: SLI and FC PORT "
` [PATCH v8 12/31] elx: libefc: Remote node "
` [PATCH v8 13/31] elx: libefc: Fabric "
` [PATCH v8 14/31] elx: libefc: FC node ELS and state handling
` [PATCH v8 15/31] elx: libefc: Extended link Service IO handling
` [PATCH v8 16/31] elx: libefc: Register discovery objects with hardware
` [PATCH v8 17/31] elx: efct: Data structures and defines for hw operations
` [PATCH v8 18/31] elx: efct: Driver initialization routines
` [PATCH v8 19/31] elx: efct: Hardware queues creation and deletion
` [PATCH v8 20/31] elx: efct: RQ buffer, memory pool allocation and deallocation APIs
` [PATCH v8 21/31] elx: efct: Hardware IO and SGL initialization
` [PATCH v8 22/31] elx: efct: Hardware queues processing
` [PATCH v8 23/31] elx: efct: Unsolicited FC frame processing routines
` [PATCH v8 24/31] elx: efct: SCSI IO handling routines
` [PATCH v8 25/31] elx: efct: LIO backend interface routines
` [PATCH v8 26/31] elx: efct: Hardware IO submission routines
` [PATCH v8 27/31] elx: efct: link and host statistics
` [PATCH v8 28/31] elx: efct: xport and hardware teardown routines
` [PATCH v8 29/31] elx: efct: scsi_transport_fc host interface support
` [PATCH v8 30/31] elx: efct: Add Makefile and Kconfig for efct driver
` [PATCH v8 31/31] elx: efct: Tie into kernel Kconfig and build process

[PATCH] drivers: message: fusion: mptsas.c: Fix spaces during declaration
 2021-04-24 19:58 UTC  (2+ messages)

[PATCH v20 0/2] Enable power management for ufs wlun
 2021-04-23 23:44 UTC  (11+ messages)
` [PATCH v20 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;
as well as URLs for NNTP newsgroup(s).