public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-08 04:07:24 to 2022-02-09 18:24:13 UTC [more...]

[PATCH v2 00/44] Remove the SCSI pointer from struct scsi_cmnd
 2022-02-09 18:24 UTC  (132+ messages)
` [PATCH v2 01/44] ips: Use true and false instead of TRUE and FALSE
` [PATCH v2 02/44] nsp_cs: "
` [PATCH v2 03/44] scsi: Remove drivers/scsi/scsi.h
` [PATCH v2 04/44] NCR5380: Remove the NCR5380_CMD_SIZE macro
` [PATCH v2 05/44] NCR5380: Move the SCSI pointer to private command data
` [PATCH v2 06/44] scsi: arm: Rename arm/scsi.h into arm/arm_scsi.h
` [PATCH v2 07/44] scsi: arm: Move the SCSI pointer to private command data
` [PATCH v2 08/44] 53c700: Stop clearing SCSI pointer fields
` [PATCH v2 09/44] aacraid: Move the SCSI pointer to private command data
` [PATCH v2 10/44] advansys: "
` [PATCH v2 11/44] aha1542: Remove a set-but-not-used array
` [PATCH v2 12/44] aha152x: Move the SCSI pointer to private command data
` [PATCH v2 13/44] bfa: Stop using the SCSI pointer
` [PATCH v2 14/44] csio: "
` [PATCH v2 15/44] dc395x: "
` [PATCH v2 16/44] esp_scsi: "
` [PATCH v2 17/44] fdomain: Move the SCSI pointer to private command data
` [PATCH v2 18/44] fnic: Fix a tracing statement
` [PATCH v2 19/44] fnic: Stop using the SCSI pointer
` [PATCH v2 20/44] hptiop: "
` [PATCH v2 21/44] imm: Move the SCSI pointer to private command data
` [PATCH v2 22/44] iscsi: Stop using the SCSI pointer
` [PATCH v2 23/44] initio: "
` [PATCH v2 24/44] libfc: "
` [PATCH v2 25/44] mac53c94: Fix a set-but-not-used compiler warning
` [PATCH v2 26/44] mac53c94: Move the SCSI pointer to private command data
` [PATCH v2 27/44] megaraid: Stop using the SCSI pointer
` [PATCH v2 28/44] megasas: "
` [PATCH v2 29/44] mesh: Move the SCSI pointer to private command data
` [PATCH v2 30/44] mvsas: Fix a set-but-not-used warning
` [PATCH v2 31/44] mvumi: Stop using the SCSI pointer
` [PATCH v2 32/44] nsp32: "
` [PATCH v2 33/44] nsp_cs: Move the SCSI pointer to private command data
` [PATCH v2 34/44] sym53c500_cs: "
` [PATCH v2 35/44] ppa: "
` [PATCH v2 36/44] qla1280: "
` [PATCH v2 37/44] qla2xxx: Stop using the SCSI pointer
` [PATCH v2 38/44] smartpqi: "
` [PATCH v2 39/44] sym53c8xx_2: Move the SCSI pointer to private command data
` [PATCH v2 40/44] scsi: usb: Stop using the SCSI pointer
` [PATCH v2 41/44] wd719x: "
` [PATCH v2 42/44] wdc33c93: Move the SCSI pointer to private command data
` [PATCH v2 43/44] zalon: Stop using the SCSI pointer
` [PATCH v2 44/44] scsi: core: Remove struct scsi_pointer from struct scsi_cmnd

remove REQ_OP_WRITE_SAME v2
 2022-02-09 18:00 UTC  (20+ messages)
` [PATCH 1/7] cxlflash: query write_zeroes limit for zeroing
` [PATCH 2/7] drbd: drop REQ_OP_WRITE_SAME support
` [PATCH 3/7] rnbd: drop WRITE_SAME support
` [PATCH 4/7] sd: remove write same support
` [PATCH 5/7] md: drop WRITE_SAME support
` [PATCH 6/7] dm: remove write same support
` [PATCH 7/7] block: remove REQ_OP_WRITE_SAME support

[PATCH] target: add iscsi/cpus_allowed_list in configfs
 2022-02-09 11:48 UTC  (3+ messages)

[RFC PATCH 0/3] NVMe copy offload patches
 2022-02-09 10:22 UTC  (9+ messages)
` [PATCH v2 00/10] Add Copy offload support
    ` [PATCH v2 02/10] block: Introduce queue limits for copy-offload support
    ` [PATCH v2 03/10] block: Add copy offload support infrastructure

[PATCH REPOST] irq_poll: Add local_bh_disable() in cpu_dead notifier
 2022-02-09  7:56 UTC  (2+ messages)

[PATCH] scsi: csiostor: replace snprintf with sysfs_emit
 2022-02-09  3:34 UTC  (5+ messages)

[PATCH] scsi: bnx2i: Make use of the helper macro LIST_HEAD()
 2022-02-09  3:25 UTC 

[PATCH v2 04/10] block: Introduce a new ioctl for copy
 2022-02-09  3:39 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: Make use of the helper macro LIST_HEAD()
 2022-02-09  3:26 UTC 

[PATCH] scsi: arcmsr: replace snprintf with sysfs_emit
 2022-02-09  2:44 UTC  (2+ messages)

[PATCH] scsi: ibmvfc: replace snprintf with sysfs_emit
 2022-02-09  2:40 UTC  (3+ messages)

[PATCH] scsi: be2iscsi: replace snprintf with sysfs_emit
 2022-02-09  0:46 UTC 

[PATCH 1/1] qla2xxx: Remove unused qla_sess_op_cmd_list from scsi_qla_host_t
 2022-02-08 19:14 UTC  (2+ messages)

[PATCH 1/1] scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and qedi_process_cmd_cleanup_resp()
 2022-02-08 18:54 UTC 

[PATCH] qla2xxx: Add qla2x00_async_done routine for async routines
 2022-02-08 17:34 UTC  (2+ messages)

[BUG] scsi: qedi: possible ABBA deadlock in qedi_process_tmf_resp() and qedi_process_cmd_cleanup_resp()
 2022-02-08 17:10 UTC  (2+ messages)

[PATCH v2 00/17] qla2xxx misc bug fixes and features
 2022-02-08 10:59 UTC  (5+ messages)
` [PATCH v2 02/17] qla2xxx: Implement ref count for srb

[PATCH 1/2] scsi: add scsi_done_direct() helper
 2022-02-08  6:37 UTC  (2+ messages)
` [PATCH 2/2] scsi: target: tcm_loop: use scsi_done_direct()

[PATCH -next v3] scsi: pm8001: clean up some inconsistent indentin
 2022-02-08  6:32 UTC  (2+ messages)

[PATCH] scsi: ibmvscsis: Silence -Warray-bounds warning
 2022-02-08  6:12 UTC 

[PATCH] lpfc: Remove NVME protocol support of kernel has NVME_FC support disabled
 2022-02-08  4:50 UTC  (2+ messages)

[PATCH] lpfc: Remove redundant 'flush_workqueue()' calls
 2022-02-08  4:52 UTC  (2+ messages)

[PATCH] scsi: bnx2fc: Make use of the helper macro kthread_run()
 2022-02-08  4:52 UTC  (2+ messages)

[PATCH] scsi: mvsas: replace snprintf with sysfs_emit
 2022-02-08  4:52 UTC  (2+ messages)

[PATCH] qedi: Remove redundant 'flush_workqueue()' calls
 2022-02-08  4:52 UTC  (2+ messages)

[PATCH RESEND] scsi: ufs: Add checking lifetime attribute for WriteBooster
 2022-02-08  4:52 UTC  (2+ messages)

[PATCH] lpfc: Reduce log messages see after successful firmware download
 2022-02-08  4:50 UTC  (2+ messages)

[PATCH 00/18] smartpqi updates
 2022-02-08  4:40 UTC  (2+ messages)

[PATCH] scsi: bnx2fc: Fix typo in comments
 2022-02-08  4:52 UTC  (2+ messages)

[PATCH] scsi: bfa: replace snprintf with sysfs_emit
 2022-02-08  4:52 UTC  (2+ messages)

[PATCH] scsi: mpt3sas: Convert to flexible arrays
 2022-02-08  4:16 UTC  (2+ messages)

[PATCH 0/2] Add scsi_done_direct() to complete request directly
 2022-02-08  4:14 UTC  (2+ messages)

[PATCH] scsi: make "access_state" sysfs attribute always visible
 2022-02-08  4:07 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