public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-21 07:57:01 to 2021-04-23 11:40:17 UTC [more...]

[RFC PATCHv2 00/39] SCSI result cleanup, part 2
 2021-04-23 11:39 UTC  (16+ 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 17/39] dc395: use standard macros to set SCSI result

RFC: one more time: SCSI device identification
 2021-04-23 10:28 UTC  (8+ messages)

[PATCH v9 00/13] blkcg:Support to track FC storage blk io traffic
 2021-04-23 10:14 UTC  (11+ messages)
` [PATCH v9 03/13] nvme: Added a newsysfs attribute appid_store
` [PATCH v9 07/13] lpfc: vmid: Implements ELS commands for appid patch

[bug report] shared tags causes IO hang and performance drop
 2021-04-23  8:43 UTC  (7+ messages)

[PATCH v20 0/2] Enable power management for ufs wlun
 2021-04-23  8:01 UTC  (10+ messages)
` [PATCH v20 1/2] scsi: ufs: Enable power management for wlun

[PATCH V2 0/5] scsi: fnic: use scsi_host_busy_iter to walk scsi commands
 2021-04-23  7:43 UTC  (6+ messages)
` [PATCH V2 1/5] scsi: fnic: use scsi_host_busy_iter in fnic_terminate_rport_io
` [PATCH V2 2/5] scsi: fnic: use scsi_host_busy_iter in fnic_clean_pending_aborts
` [PATCH V2 3/5] scsi: fnic: use scsi_host_busy_iter in fnic_cleanup_io
` [PATCH V2 4/5] scsi: fnic: use scsi_host_busy_iter in fnic_rport_exch_reset
` [PATCH V2 5/5] scsi: fnic: use scsi_host_busy_iter in fnic_is_abts_pending

[Bug 212759] New: NVMeT crasdh
 2021-04-23  4:42 UTC  (2+ messages)
` [Bug 212759] "

[PATCH v7 3/5] blk-mq: Fix races between iterating over requests and freeing requests
 2021-04-23  3:52 UTC 

[PATCH] Fix 64-bit system enumeration error for Buslogic
 2021-04-23  2:35 UTC  (2+ messages)

[PATCH] scsi: core: Cap initial sdev queue depth at shost.can_queue
 2021-04-23  1:54 UTC  (6+ messages)

[PATCH 0/5] Bring the BusLogic host bus adapter driver up to Y2021
 2021-04-22 23:19 UTC  (12+ messages)

[PATCH v3 00/17] libicsi and qedi TMF fixes
 2021-04-22 20:09 UTC  (4+ messages)
` [PATCH v3 05/17] scsi: iscsi: wait on cmds before freeing conn

[PATCH v3 00/24] Introducing mpi3mr driver
 2021-04-22 17:45 UTC  (45+ 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 05/24] mpi3mr: add support of internal watchdog thread
` [PATCH v3 06/24] mpi3mr: add support of event handling part-1
` [PATCH v3 07/24] mpi3mr: add support of event handling pcie devices part-2
` [PATCH v3 08/24] mpi3mr: add support of event handling part-3
` [PATCH v3 09/24] mpi3mr: add support for recovering controller
` [PATCH v3 10/24] mpi3mr: add support of timestamp sync with firmware
` [PATCH v3 11/24] mpi3mr: print ioc info for debugging
` [PATCH v3 12/24] mpi3mr: add bios_param shost template hook
` [PATCH v3 13/24] mpi3mr: implement scsi error handler hooks
` [PATCH v3 14/24] mpi3mr: add change queue depth support
` [PATCH v3 15/24] mpi3mr: allow certain commands during pci-remove hook
` [PATCH v3 16/24] mpi3mr: hardware workaround for UNMAP commands to nvme drives
` [PATCH v3 17/24] mpi3mr: add support of threaded isr
` [PATCH v3 18/24] mpi3mr: add complete support of soft reset
` [PATCH v3 19/24] mpi3mr: print pending host ios for debug
` [PATCH v3 20/24] mpi3mr: wait for pending IO completions upon detection of VD IO timeout
` [PATCH v3 21/24] mpi3mr: add support of PM suspend and resume
` [PATCH v3 22/24] mpi3mr: add support of DSN secure fw check
` [PATCH v3 23/24] mpi3mr: add eedp dif dix support
` [PATCH v3 24/24] mpi3mr: add event handling debug prints

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

[PATCH v2 0/5] Bring the BusLogic host bus adapter driver up to Y2021
 2021-04-22 17:30 UTC  (7+ messages)
` [PATCH v2 1/5] scsi: BusLogic: Fix missing `pr_cont' use
` [PATCH v2 2/5] scsi: BusLogic: Avoid unbounded `vsprintf' use

[PATCH] scsi: qla2xxx: Prevent PRLI in target mode
 2021-04-22 17:06 UTC  (2+ messages)

[PATCH for-5.4 0/2] scsi: qla2xxx: Fix P2P mode
 2021-04-22 14:24 UTC  (3+ messages)

[PATCH 0/5] scsi: fnic: use blk_mq_tagset_busy_iter() to walk scsi commands
 2021-04-22 14:17 UTC  (13+ messages)
` [PATCH 1/5] scsi: fnic: use blk_mq_tagset_busy_iter() to walk scsi commands in fnic_terminate_rport_io
` [PATCH 2/5] scsi: fnic: use blk_mq_tagset_busy_iter() to walk scsi commands in fnic_clean_pending_aborts
` [PATCH 3/5] scsi: fnic: use blk_mq_tagset_busy_iter() to walk scsi commands in fnic_cleanup_io
` [PATCH 4/5] scsi: fnic: use blk_mq_tagset_busy_iter() to walk scsi commands in fnic_rport_exch_reset
` [PATCH 5/5] scsi: fnic: use blk_mq_tagset_busy_iter() to walk scsi commands in fnic_is_abts_pending

[PATCH v3][next] scsi: aacraid: Replace one-element array with flexible-array member
 2021-04-22  3:34 UTC  (4+ messages)

[PATCH] blk-mq: fix build warning when making htmldocs
 2021-04-22  2:59 UTC  (2+ messages)

[PATCH v5 0/2] Introduce hba performance monitoring sysfs nodes
 2021-04-22  2:28 UTC  (3+ messages)
` [PATCH v5 1/2] scsi: ufs: Introduce hba performance monitor "
` [PATCH v5 2/2] scsi: ufs: Add support for hba performance monitor

[PATCH][REPOST] lpfc: Fix bad memory access during VPD DUMP mailbox command
 2021-04-21 23:45 UTC 

[PATCH][REPOST] lpfc: Fix dma virtual address ptr assignment in bsg
 2021-04-21 23:44 UTC 

[PATCH][REPOST] lpfc: Fix illegal memory access on Abort IOCBs
 2021-04-21 23:44 UTC 

[PATCH] lpfc: Fix bad memory access during VPD DUMP mailbox command
 2021-04-21 23:41 UTC 

[PATCH] lpfc: Fix dma virtual address ptr assignment in bsg
 2021-04-21 23:41 UTC 

[PATCH] lpfc: Fix illegal memory access on Abort IOCBs
 2021-04-21 23:41 UTC 

Fix 64-bit Buslogic driver enumeration error
 2021-04-21 20:48 UTC 

[PATCH 000/117] Make better use of static type checking
 2021-04-21 20:26 UTC  (11+ messages)
` [PATCH 007/117] lpfc: Reformat four comparisons
` [PATCH 065/117] lpfc: Convert to the scsi_status union
` [PATCH 075/117] nfsd: "

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

[PATCH v2] target: core: remove from tmr_list at lun unlink
 2021-04-21 15:07 UTC  (4+ messages)

[PATCH v32 0/4] scsi: ufs: Add Host Performance Booster Support
 2021-04-21 14:13 UTC  (3+ messages)
  ` [PATCH v32 4/4] scsi: ufs: Add HPB 2.0 support

[PATCH v2] mpt3sas: Added support for shared host tagset for cpuhotplug
 2021-04-21 12:21 UTC  (5+ messages)

[PATCH v2] scsi: a100u2w: Remove useless variable
 2021-04-21 10:33 UTC 

Broadcom 9460 raid card takes too long at system resuming
 2021-04-21  9:55 UTC  (3+ messages)

[RFC] qla2xxx: Add dev_loss_tmo kernel module options
 2021-04-21  7:56 UTC  (5+ messages)
    ` [EXT] "


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