linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-29 01:22:12 to 2022-07-05 06:28:52 UTC [more...]

clean up zoned device information
 2022-07-05  6:28 UTC  (60+ messages)
` [PATCH 01/17] block: remove a superflous ifdef in blkdev.h
` [PATCH 02/17] block: call blk_queue_free_zone_bitmaps from disk_release
` [PATCH 03/17] block: use bdev_is_zoned instead of open coding it
` [PATCH 04/17] block: simplify blk_mq_plug
` [PATCH 05/17] block: export blkdev_zone_mgmt_all
` [PATCH 06/17] nvmet: use blkdev_zone_mgmt_all
` [PATCH 07/17] block: simplify blk_check_zone_append
` [PATCH 08/17] block: pass a gendisk to blk_queue_set_zoned
` [PATCH 09/17] block: pass a gendisk to blk_queue_clear_zone_settings
` [PATCH 10/17] block: pass a gendisk to blk_queue_free_zone_bitmaps
` [PATCH 11/17] block: remove queue_max_open_zones and queue_max_active_zones
` [PATCH 12/17] block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zones
` [PATCH 13/17] block: replace blkdev_nr_zones with bdev_nr_zones
` [PATCH 14/17] block: use bdev based helpers in blkdev_zone_mgmt / blkdev_zone_mgmt_all
` [PATCH 15/17] dm-zoned: cleanup dmz_fixup_devices
` [PATCH 16/17] block: remove blk_queue_zone_sectors
` [PATCH 17/17] block: move zone related fields to struct gendisk

[PATCH v2 0/3] Call blk_mq_free_tag_set() earlier
 2022-07-05  3:38 UTC  (14+ messages)
` [PATCH v2 1/3] scsi: Simplify scsi_forget_host()
` [PATCH v2 2/3] scsi: Make scsi_forget_host() wait for request queue removal
` [PATCH v2 3/3] scsi: core: Call blk_mq_free_tag_set() earlier

[linux-next:master] BUILD REGRESSION b6f1f2fa2bddd69ff46a190b8120bd440fd50563
 2022-07-05  0:01 UTC 

[PATCH] scsi: qedi: Use the bitmap API to allocate bitmaps
 2022-07-04 19:39 UTC 

[PATCH] scsi: qla2xxx: Use the bitmap API to allocate bitmaps
 2022-07-04 19:35 UTC 

[REGRESSION] qla2xxx: tape drive not removed after unplug FC cable
 2022-07-04 12:06 UTC  (8+ messages)
      ` [EXT] "

[PATCH] scsi: ufs: no sw reset after last linkstartup fail
 2022-07-04 11:11 UTC  (2+ messages)

[PATCH] scsi: lpfc: Remove unnecessary space in comments
 2022-07-04 10:35 UTC 

[PATCH] scsi: ufs: ufs-pci: Enable WriteBooster capability on ADL
 2022-07-04  3:00 UTC  (2+ messages)

[PATCH -next] scsi: ufs: ufs-mediatek: Fix build error
 2022-07-04  2:56 UTC 

[PATCH v3 0/2] scsi: ufs: wb: Add sysfs and cleanup
 2022-07-04  2:44 UTC  (6+ messages)
    ` [PATCH v3 1/2] scsi: ufs: wb: renaming & cleanups functions
        `  "
    ` [PATCH v3 2/2] scsi: ufs: wb: Add Manual Flush sysfs

[PATCH v4 1/4] scsi: qla2xxx: Remove unused del_sess_list field
 2022-07-02 22:05 UTC  (4+ messages)
` [PATCH v4 2/4] scsi: qla2xxx: Remove unused qlt_tmr_work()
  ` [PATCH v4 3/4] scsi: qla2xxx: always wait for qlt_sess_work_fn() from qlt_stop_phase1()
    ` [PATCH v4 4/4] scsi: qla2xxx: avoid flush_scheduled_work() usage

[PATCH] scsi: qla2xxx: avoid flush_scheduled_work() usage
 2022-07-02 16:19 UTC  (7+ messages)
` [PATCH 2/2] "
  ` [PATCH v3 1/4] scsi: qla2xxx: Remove unused del_sess_list field
  ` [PATCH v3 2/4] scsi: qla2xxx: Remove unused qlt_tmr_work()
  ` [PATCH v3 3/4] scsi: qla2xxx: always wait for qlt_sess_work_fn() from qlt_stop_phase1()
  ` [PATCH v3 4/4] scsi: qla2xxx: avoid flush_scheduled_work() usage

[PATCH 0/3] Make target send correct io limits
 2022-07-02 11:47 UTC  (7+ messages)
` [PATCH 1/3] target: core: Send mtl in blocks
` [PATCH 2/3] target: core: make hw_max_sectors store the sectors amount "
` [PATCH 3/3] target: core: Change the way target_xcopy_do_work sets restiction on max io

[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
 2022-07-02  1:03 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c4185b16aba73929aa76f0d030efbe79ae867808
 2022-07-02  0:58 UTC 

[PATCH 00/12] lpfc: Update lpfc to revision 14.2.0.5
 2022-07-01 21:14 UTC  (13+ messages)
` [PATCH 01/12] lpfc: Fix uninitialized cqe field in lpfc_nvme_cancel_iocb
` [PATCH 02/12] lpfc: Prevent buffer overflow crashes in debugfs with malformed user input
` [PATCH 03/12] lpfc: Set PU field when providing D_ID in XMIT_ELS_RSP64_CX iocb
` [PATCH 04/12] lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMID
` [PATCH 05/12] lpfc: Fix possible memory leak when failing to issue CMF WQE
` [PATCH 06/12] lpfc: Fix attempted FA-PWWN usage after feature disable
` [PATCH 07/12] lpfc: Fix lost NVME paths during LIF bounce stress test
` [PATCH 08/12] lpfc: Revert RSCN_MEMENTO workaround for misbehaved configuration
` [PATCH 09/12] lpfc: Refactor lpfc_nvmet_prep_abort_wqe into lpfc_sli_prep_abort_xri
` [PATCH 10/12] lpfc: Remove Menlo/Hornet related code
` [PATCH 11/12] lpfc: Update lpfc version to 14.2.0.5
` [PATCH 12/12] lpfc: Copyright updates for 14.2.0.5 patches

[GIT PULL] SCSI fixes for 5.19-rc4
 2022-07-01 18:02 UTC  (2+ messages)

[PATCH] scsi: bfa: use strscpy to replace strlcpy
 2022-07-01 11:43 UTC  (2+ messages)

[PATCH] scsi: csiostor: Fix some typos in comments
 2022-07-01 10:41 UTC 

[PATCH v5 0/5] DMA mapping changes for SCSI core
 2022-07-01  8:46 UTC  (10+ messages)
` [PATCH v5 1/5] dma-mapping: Add dma_opt_mapping_size()
` [PATCH v5 2/5] dma-iommu: Add iommu_dma_opt_mapping_size()
` [PATCH v5 3/5] scsi: core: Cap shost max_sectors according to DMA limits only once
` [PATCH v5 4/5] scsi: scsi_transport_sas: Cap shost max_sectors according to DMA optimal limit
` [PATCH v5 5/5] ata: libata-scsi: Cap ata_device->max_sectors according to shost->max_sectors

[PATCH] scsi: core: Call blk_mq_free_tag_set() earlier
 2022-06-30 20:22 UTC  (7+ messages)

[PATCH v2 0/2] Reduce ATA disk resume time
 2022-06-30 19:57 UTC  (3+ messages)
` [PATCH v2 1/2] scsi: core: Move the definition of SCSI_QUEUE_DELAY
` [PATCH v2 2/2] scsi: sd: Rework asynchronous resume support

[PATCH v1 0/3] Converting m68k WD33C93 drivers to DMA API
 2022-06-30 19:42 UTC  (19+ messages)
` [PATCH v1 1/3] scsi - a3000.c: convert "
` [PATCH v1 2/3] scsi - a2091.c: "
` [PATCH v1 3/3] scsi - gvp11.c: "

[PATCH 0/3] Reduce ATA disk resume time
 2022-06-30 19:28 UTC  (10+ messages)
` [PATCH 2/3] scsi: core: Retry after a delay if the device is becoming ready
` [PATCH 3/3] scsi: sd: Rework asynchronous resume support

[PATCH v2 0/3] phase out CONFIG_VIRT_TO_BUS
 2022-06-30 19:26 UTC  (19+ messages)
` [PATCH v2 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS

[Bug 215447] New: sr_mod scsi_mode_sense() failure -> "scsi-1 drive"
 2022-06-30 17:19 UTC  (2+ messages)
` [Bug 215447] "

Bid Estimate
 2022-06-30 16:33 UTC 

[PATCH] scsi: Shorten too long warning messages
 2022-06-30 16:05 UTC  (2+ messages)

Estimating Services
 2022-06-30 15:52 UTC 

[PATCH v3 0/7] ufs: set power domain performance state when scaling gears
 2022-06-30  9:55 UTC  (3+ messages)
` [PATCH v3 2/7] dt-bindings: opp: accept array of frequencies

[PATCH] scsi: megaraid_sas: Clean up some inconsistent indenting
 2022-06-30  7:41 UTC 

[PATCH v2 0/3] Converting m68k WD33C93 drivers to DMA API
 2022-06-30  3:33 UTC  (4+ messages)
` [PATCH v2 1/3] scsi - a3000.c: convert "
` [PATCH v2 2/3] scsi - a2091.c: "
` [PATCH v2 3/3] scsi - gvp11.c: "

[PATCH v2 0/2] Reduce ATA disk resume time
 2022-06-29 23:56 UTC  (3+ messages)
` [PATCH v2 1/2] scsi: core: Move the definition of SCSI_QUEUE_DELAY
` [PATCH v2 2/2] scsi: sd: Rework asynchronous resume support

[PATCH AUTOSEL 5.10 10/34] scsi: ufs: Support clearing multiple commands at once
 2022-06-29 12:59 UTC  (2+ messages)

[PATCH 1/2] powerpc: Don't include asm/setup.h in asm/machdep.h
 2022-06-29 12:15 UTC  (2+ messages)

[PATCH v4 0/5] DMA mapping changes for SCSI core
 2022-06-29 11:57 UTC  (14+ messages)
` [PATCH v4 1/5] dma-mapping: Add dma_opt_mapping_size()
` [PATCH v4 5/5] libata-scsi: Cap ata_device->max_sectors according to shost->max_sectors

[PATCH] scsi: bfa: Fix spelling mistake
 2022-06-29  6:56 UTC 


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