linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-30 19:57:26 to 2022-07-06 13:40:51 UTC [more...]

[PATCH v5 0/5] DMA mapping changes for SCSI core
 2022-07-06 13:40 UTC  (8+ messages)
` [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] scsi: megaraid: clear READ queue map's nr_queues
 2022-07-06 12:59 UTC 

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

[PATCH v3 0/6] blk-mq: Add a flag for reserved requests series
 2022-07-06 12:34 UTC  (8+ messages)
` [PATCH v3 1/6] scsi: core: Remove reserved request time-out handling
` [PATCH v3 2/6] blk-mq: Add a flag for reserved requests
` [PATCH v3 3/6] blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
` [PATCH v3 4/6] scsi: fnic: Drop reserved request handling
` [PATCH v3 5/6] blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
` [PATCH v3 6/6] blk-mq: Drop local variable for reserved tag

[PATCH] scsi: storvsc: Prevent running tasklet for long
 2022-07-06 11:09 UTC  (5+ messages)

smartpqi : resetting scsi due to cmd 0x88
 2022-07-06  8:45 UTC 

[PATCH] sd: make open_cnt unsigned
 2022-07-06  8:33 UTC 

[PATCH v2 0/3] change exynos ufs phy control
 2022-07-06  6:56 UTC  (5+ messages)
    ` [PATCH v2 1/3] phy: samsung-ufs: convert phy clk usage to clk_bulk API
    ` [PATCH v2 2/3] phy: samsung-ufs: ufs: change phy on/off control
    ` [PATCH v2 3/3] ufs: ufs-exynos: change ufs phy control sequence

[PATCH 0/3] change exynos ufs phy control
 2022-07-06  1:51 UTC  (8+ messages)
    ` [PATCH 1/3] phy: samsung-ufs: convert phy clk usage to clk_bulk API
    ` [PATCH 2/3] phy: samsung-ufs: ufs: change phy on/off control
    ` [PATCH 3/3] ufs: ufs-exynos: change ufs phy control sequence

[linux-next:master] BUILD REGRESSION 2a2aa3f05338270aecbe2492fda910d6c17e0102
 2022-07-05 23:41 UTC 

[PATCH] lpfc: Decouple port_template and vport_template
 2022-07-05  9:42 UTC 

[PATCH v2] scsi: ufs: skip last hci reset to get valid register values
 2022-07-05  9:34 UTC  (2+ messages)

[PATCH] scsi: ufs: no sw reset after last linkstartup fail
 2022-07-05  7:49 UTC  (4+ messages)

[PATCH] scsi: ch: Fix spelling mistake in comments
 2022-07-05  7:47 UTC 

[PATCH] scsi: ufs: ufs-pci: Enable WriteBooster capability on ADL
 2022-07-05  6:53 UTC  (3+ messages)

[PATCH v2] scsi: ufs: ufs-pci: Enable WriteBooster capability on ADL
 2022-07-05  6:53 UTC 

[PATCH] scsi: ncr53c8xx: Fix spelling mistakes in comments
 2022-07-05  6:48 UTC 

clean up zoned device information
 2022-07-05  6:45 UTC  (70+ 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: lpfc: Remove unnecessary space in comments
 2022-07-04 10:35 UTC 

[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 3/3] target: core: Change the way target_xcopy_do_work sets restiction on max io
 2022-07-02 11:47 UTC  (4+ messages)

[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] 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


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