public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-14 19:56:06 to 2021-05-18 17:45:40 UTC [more...]

[PATCH v2 00/50] Remove the request pointer from struct scsi_cmnd
 2021-05-18 17:44 UTC  (31+ messages)
` [PATCH v2 01/50] core: Introduce the scsi_cmd_to_rq() function
` [PATCH v2 02/50] core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
` [PATCH v2 03/50] sd: "
` [PATCH v2 04/50] sr: "
` [PATCH v2 05/50] scsi_transport_fc: "
` [PATCH v2 06/50] scsi_transport_spi: "
` [PATCH v2 07/50] ata: "
` [PATCH v2 08/50] RDMA/iser: "
` [PATCH v2 09/50] RDMA/srp: "
` [PATCH v2 10/50] zfcp: "
` [PATCH v2 11/50] 53c700: "
` [PATCH v2 12/50] NCR5380: "
` [PATCH v2 13/50] aacraid: "
` [PATCH v2 14/50] advansys: "
` [PATCH v2 15/50] bnx2i: "
` [PATCH v2 16/50] csiostor: "
` [PATCH v2 17/50] cxlflash: "
` [PATCH v2 18/50] dpt_i2o: "
` [PATCH v2 19/50] fnic: "
` [PATCH v2 20/50] hisi_sas: "
` [PATCH v2 21/50] hpsa: "
` [PATCH v2 22/50] ibmvfc: "
` [PATCH v2 23/50] ibmvscsi: "
` [PATCH v2 24/50] ips: "
` [PATCH v2 25/50] libsas: "
` [PATCH v2 26/50] lpfc: "
` [PATCH v2 27/50] megaraid: "
` [PATCH v2 28/50] mpt3sas: "
` [PATCH v2 29/50] mvumi: "
` [PATCH v2 30/50] myrb: "

[PATCH] scsi: snic: debugfs: remove local storage of debugfs files
 2021-05-18 16:29 UTC  (2+ messages)

[PATCH] bnx2fc: Return failure from bnx2fc_eh_abort() since io_req is already in abts processing
 2021-05-18 15:59 UTC  (2+ messages)

[PATCH -next] scsi: qedf: use vzalloc() instead of vmalloc()/memset(0)
 2021-05-18 15:52 UTC  (2+ messages)

[PATCH -next] scsi: hisi_sas: drop free_irq of devm_request_irq allocated irq
 2021-05-18 15:34 UTC  (2+ messages)

[PATCH] scsi: fas216: Use fallthrough pseudo-keyword
 2021-05-18 13:18 UTC 

[PATCH v2] scsi: target: tcmu: Fix xarray RCU warning
 2021-05-18 12:42 UTC  (5+ messages)

[PATCH] scsi: ufs: Clean up white space
 2021-05-18 12:12 UTC 

[PATCH v5 00/24] Introducing mpi3mr driver
 2021-05-18  7:39 UTC  (10+ messages)
` [PATCH v5 01/24] mpi3mr: add mpi30 Rev-R headers and Kconfig
` [PATCH v5 02/24] mpi3mr: base driver code
` [PATCH v5 04/24] mpi3mr: add support of queue command processing

[Patch 0/3] Gracefully handle FW faults during HBA initialization
 2021-05-18  5:16 UTC  (4+ messages)
` [Patch 1/3] mpt3sas: Fix deadlock while cancelling the running FW event
` [Patch 2/3] mpt3sas: Handle FW faults during first half of IOC init
` [Patch 3/3] mpt3sas: Handle FWfault while second half of IOC Init

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-05-18  0:15 UTC  (3+ messages)

[PATCH] [SCSI] aic7xxx: remove multiple definition of globals
 2021-05-17 20:50 UTC 

[PATCH 00/50] Remove the request pointer from struct scsi_cmnd
 2021-05-17 17:29 UTC  (81+ messages)
` [PATCH 01/50] core: Introduce the blk_req() function
` [PATCH 02/50] core: Use blk_req() instead of scsi_cmnd.request
` [PATCH 03/50] sd: "
` [PATCH 04/50] sr: "
` [PATCH 05/50] scsi_transport_fc: "
` [PATCH 06/50] scsi_transport_spi: "
` [PATCH 07/50] ata: "
` [PATCH 08/50] rdma/iser: "
` [PATCH 09/50] rdma/srp: "
` [PATCH 10/50] zfcp: "
` [PATCH 11/50] 53c700: "
` [PATCH 12/50] NCR5380: "
` [PATCH 13/50] aacraid: "
` [PATCH 14/50] advansys: "
` [PATCH 15/50] bnx2i: "
` [PATCH 16/50] csiostor: "
` [PATCH 17/50] cxlflash: "
` [PATCH 18/50] dpt_i2o: "
` [PATCH 19/50] fnic: "
` [PATCH 20/50] hisi_sas: "
` [PATCH 21/50] hpsa: "
` [PATCH 22/50] ibmvfc: "
` [PATCH 23/50] ibmvscsi: "
` [PATCH 24/50] ips: "
` [PATCH 25/50] libsas: "
` [PATCH 26/50] lpfc: "
` [PATCH 27/50] megaraid: "
` [PATCH 28/50] mpt3sas: "
` [PATCH 29/50] mvumi: "
` [PATCH 30/50] myrb: "
` [PATCH 31/50] myrs: "
` [PATCH 32/50] ncr53c8xx: "
` [PATCH 33/50] qedf: "
` [PATCH 34/50] qedi: "
` [PATCH 35/50] qla1280: "
` [PATCH 36/50] qla2xxx: "
` [PATCH 37/50] qla4xxx: "
` [PATCH 38/50] qlogicpti: "
` [PATCH 39/50] scsi_debug: "
` [PATCH 40/50] smartpqi: "
` [PATCH 41/50] snic: "
` [PATCH 42/50] stex: "
` [PATCH 43/50] sun3_scsi: "
` [PATCH 44/50] sym53c8xx: "
` [PATCH 45/50] ufs: "
` [PATCH 46/50] virtio_scsi: "
` [PATCH 47/50] xen-scsifront: "
` [PATCH 48/50] tcm_loop: "
` [PATCH 49/50] usb-storage: "
` [PATCH 50/50] core: Remove the request member from struct scsi_cmnd

[PATCH v3 0/8] Rename scsi_get_lba() into scsi_get_sector()
 2021-05-17 17:23 UTC  (3+ messages)
` [PATCH v3 3/8] zfcp: Use scsi_get_sector() instead of scsi_get_lba()

[PATCH 0/3] Introduce enums for SCSI status codes
 2021-05-17 15:45 UTC  (8+ messages)
` [PATCH 1/3] libsas: Introduce more SAM status code aliases in enum exec_status
` [PATCH 2/3] Introduce enums for the SAM, message, host and driver status codes
` [PATCH 3/3] Change the type of the second argument of scsi_host_complete_all_commands()

[PATCH v1 0/6] Complementary changes for error handling
 2021-05-17 15:05 UTC  (5+ messages)
` [PATCH v1 5/6] scsi: ufs: Let host_sem cover the entire system suspend/resume

[PATCH] scsi: aic7xxx: restore several defines for aix7xxx firmware build
 2021-05-17 13:24 UTC 

[LSF/MM/BPF TOPIC] Memory folios
 2021-05-17 10:00 UTC  (2+ messages)

[PATCH 1/1] scsi: Fix spelling mistakes in header files
 2021-05-17  9:59 UTC 

[PATCH] scsi: Remove leading spaces in Kconfig
 2021-05-17  9:58 UTC 

[PATCH v34 0/4] scsi: ufs: Add Host Performance Booster Support
 2021-05-17  9:40 UTC  (3+ messages)
  ` [PATCH v34 1/4] scsi: ufs: Introduce HPB feature

[PATCH] treewide: Remove leading spaces in Kconfig files
 2021-05-17  8:29 UTC  (5+ messages)

[PATCH] scsi: megaraid: check the value of quad->diff before using it in division
 2021-05-17  8:24 UTC 

[PATCH] ufs-exynos: Move definitions from .h to .c
 2021-05-16 18:14 UTC  (4+ messages)

[PATCH] scsi: target: tcmu: fix boolreturn.cocci warnings
 2021-05-16 16:24 UTC  (2+ messages)

[PATCH 1/1] scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword()
 2021-05-15 22:14 UTC  (2+ messages)

[PATCH 1/1] pm80xx: fix drive missing during rmmod & insmod in loop
 2021-05-15 22:14 UTC  (2+ messages)

[PATCH] qedf: Added NULL pointer checks in qedf_update_link_speed()
 2021-05-15 22:14 UTC  (3+ messages)

[PATCH v5 0/3] 3w-9xxx: Endianness fixes
 2021-05-15 22:02 UTC  (2+ messages)

[PATCH] ufs: Remove usfhcd_is_*_pm() macros
 2021-05-15 21:07 UTC  (2+ messages)

[PATCH 0/2] scsi: target: Introduce the version descriptors
 2021-05-15 18:34 UTC  (2+ messages)

[PATCH RESEND 0/2] scsi: target: user configurable IEEE Company ID
 2021-05-15 18:14 UTC  (2+ messages)

[PATCH v2] scsi: target: Avoid smp_processor_id() in preemptible code
 2021-05-15 16:17 UTC  (2+ messages)

[PATCH] ufs: Increase the usable queue depth
 2021-05-15  3:13 UTC  (2+ messages)

[PATCH v4] scsi: ufs-mediatek: fix ufs power down specs violation
 2021-05-15  3:13 UTC  (2+ messages)

[PATCH v2] scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic
 2021-05-15  3:13 UTC  (2+ messages)

[PATCH] scsi: target: sbp_target: Remove redundant assignment to pg_size
 2021-05-15  3:09 UTC  (2+ messages)

[PATCH] scsi: message: fusion: Remove redundant assignment to rc
 2021-05-15  3:06 UTC  (2+ messages)

[PATCH 0/3] ibmvfc: Move login error handling
 2021-05-15  3:02 UTC  (2+ messages)

[PATCH] scsi: target: tcmu: Rename TCM_DEV_BIT_PLUGGED to TCMU_DEV_BIT_PLUGGED
 2021-05-15  2:58 UTC  (2+ messages)

[PATCH v5 0/2] Introduce hba performance monitoring sysfs nodes
 2021-05-15  2:56 UTC  (2+ messages)

[PATCH] scsi: Fix a comment in function scsi_host_dev_release()
 2021-05-15  2:50 UTC  (2+ messages)

[PATCH] scsi: qedf: Drop unnecessary NULL checks after container_of
 2021-05-15  2:42 UTC  (2+ messages)

[PATCH] scsi: target: iscsi: Drop unnecessary container_of
 2021-05-15  2:42 UTC  (2+ messages)

[PATCH] scsi: scsi_debug: Drop if with an always false condition
 2021-05-15  2:41 UTC  (2+ messages)

[PATCH] scsi: snic: Fix an error message
 2021-05-15  2:41 UTC  (2+ messages)

[PATCH 00/11] lpfc: Update lpfc to revision 12.8.0.10
 2021-05-14 19:55 UTC  (12+ messages)
` [PATCH 01/11] lpfc: Fix unreleased RPIs when NPIV ports are created
` [PATCH 02/11] lpfc: Fix non-optimized ERSP handling
` [PATCH 03/11] lpfc: Fix "Unexpected timeout" error in direct attach topology
` [PATCH 04/11] lpfc: Add ndlp kref accounting for resume rpi path
` [PATCH 05/11] lpfc: Fix Node recovery when driver is handling simultaneous PLOGIs
` [PATCH 06/11] lpfc: Fix node handling for Fabric Controller and Domain Controller
` [PATCH 07/11] lpfc: Ignore GID-FT response that may be received after a link flip
` [PATCH 08/11] lpfc: Fix crash when lpfc_sli4_hba_setup fails to initialize the SGLs
` [PATCH 09/11] lpfc: Add a option to enable interlocked ABTS before job completion
` [PATCH 10/11] lpfc: Reregister FPIN types if receive ELS_RDF from fabric controller
` [PATCH 11/11] lpfc: Update lpfc version to 12.8.0.10


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