public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-20 02:16:33 to 2021-04-22 09:35:30 UTC [more...]

[RFC PATCH 00/42] SCSI result cleanup, part 2
 2021-04-22  9:35 UTC  (68+ 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 v9 00/13] blkcg:Support to track FC storage blk io traffic
 2021-04-22  9:28 UTC  (9+ messages)
` [PATCH v9 03/13] nvme: Added a newsysfs attribute appid_store
` [PATCH v9 07/13] lpfc: vmid: Implements ELS commands for appid patch

RFC: one more time: SCSI device identification
 2021-04-22  9:07 UTC  (5+ messages)

[PATCH] Fix 64-bit system enumeration error for Buslogic
 2021-04-22  6:09 UTC 

[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 0/5] Bring the BusLogic host bus adapter driver up to Y2021
 2021-04-22  2:36 UTC  (9+ messages)

[PATCH v3 00/24] Introducing mpi3mr driver
 2021-04-22  2:31 UTC  (23+ 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 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] scsi: core: Cap initial sdev queue depth at shost.can_queue
 2021-04-22  1:38 UTC  (4+ messages)

[PATCH 0/5] scsi: fnic: use blk_mq_tagset_busy_iter() to walk scsi commands
 2021-04-22  0:08 UTC  (12+ 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][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  (32+ messages)
` [PATCH 002/117] Introduce enums for the SAM, message, host and driver status codes
` [PATCH 007/117] lpfc: Reformat four comparisons
` [PATCH 027/117] advansys: Convert to the scsi_status union
` [PATCH 065/117] lpfc: "
` [PATCH 075/117] nfsd: "
` [PATCH 093/117] staging: "
` [PATCH 095/117] storvsc: "

[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  (5+ messages)
  ` [PATCH v32 4/4] scsi: ufs: Add HPB 2.0 support

[PATCH v2 0/5] Bring the BusLogic host bus adapter driver up to Y2021
 2021-04-21 12:28 UTC  (8+ messages)
` [PATCH v2 1/5] scsi: BusLogic: Fix missing `pr_cont' use
` [PATCH v2 2/5] scsi: BusLogic: Avoid unbounded `vsprintf' use
` [PATCH v2 3/5] scsi: Provide for avoiding trailing allocation length with VPD inquiries
` [PATCH v2 4/5] scsi: Avoid using reserved length byte "
` [PATCH v2 5/5] scsi: Set allocation length to 255 for ATA Information VPD page

[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  (10+ messages)
    ` [EXT] "

[PATCH] scsi: a100u2w: remove useless variable
 2021-04-21  2:16 UTC  (3+ messages)

[bug report] shared tags causes IO hang and performance drop
 2021-04-21  1:40 UTC  (18+ messages)

[PATCH v3] scsi: ufs: Add batched WB buffer flush
 2021-04-21  0:38 UTC 

[PATCH RESEND 0/2] scsi: target: user configurable IEEE Company ID
 2021-04-20 18:59 UTC  (3+ messages)
` [PATCH RESEND 1/2] scsi: target: core: Unify NAA identifer generation
` [PATCH RESEND 2/2] scsi: target: core: Add IEEE Company ID attribute

[PATCH] scsi: bfa: Remove some unused variables
 2021-04-20 18:48 UTC 

[PATCH 2/2] scsi: target: Add the VERSION DESCRIPTOR fields to the INQUIRY data
 2021-04-20 15:24 UTC  (3+ messages)

[PATCH] drivers: target: target_core_pr.c: Fix tabspace error
 2021-04-20 14:48 UTC  (2+ messages)

[PATCH v3 00/17] libicsi and qedi TMF fixes
 2021-04-20 14:29 UTC  (5+ messages)
` [PATCH v3 03/17] scsi: iscsi: stop queueing during ep_disconnect
` [PATCH v3 04/17] scsi: iscsi: drop suspend calls from ep_disconnect

[PATCH] scsi: megaraid_mbox: remove redundant initialization of pointer mbox
 2021-04-20 10:49 UTC 

[PATCH v20 0/2] Enable power management for ufs wlun
 2021-04-20  7:42 UTC  (6+ messages)
` [PATCH v20 1/2] scsi: ufs: Enable power management for wlun

[PATCH] scsi: be2iscsi: Reset the address passed in beiscsi_iface_create_default
 2021-04-20  7:18 UTC  (2+ messages)

[PATCH v2] scsi: ufs: Add batched WB buffer flush
 2021-04-20  6:42 UTC 

[PATCH v2 00/24] Introducing mpi3mr driver
 2021-04-20  6:33 UTC  (7+ messages)
` [PATCH v2 01/24] mpi3mr: add mpi30 Rev-R headers and Kconfig

[PATCH] scsi: ufs: Add batched WB buffer flush
 2021-04-20  2:50 UTC 

[PATCH 0/2] smartpqi fix static checker issues
 2021-04-20  2:29 UTC  (2+ messages)

[PATCH v4 0/8] pm80xx updates
 2021-04-20  2:29 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: Reserve extra IRQ vectors
 2021-04-20  2:29 UTC  (2+ messages)

[PATCH 0/6] zfcp: cleanups and qdio code refactor for 5.13/5.14
 2021-04-20  2:29 UTC  (2+ messages)

[PATCH v2 00/20] SCSI patches for kernel v5.13
 2021-04-20  2:29 UTC  (2+ messages)


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