public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-27 14:34:22 to 2021-02-01 08:32:59 UTC [more...]

[PATCH V1 0/3] scsi: ufs: Add a vops to configure VCC voltage level
 2021-02-01  8:31 UTC  (6+ messages)
` [PATCH V1 1/3] scsi: ufs: export api for use in vendor file
` [PATCH V1 2/3] scsi: ufs: add a vops to configure VCC voltage level
` [PATCH V1 3/3] scsi: ufs-qcom: configure VCC voltage level in vendor file

[PATCH 0/8] Add Host control mode to HPB
 2021-02-01  8:17 UTC  (30+ messages)
` [PATCH 1/8] scsi: ufshpb: Cache HPB Control mode on init
` [PATCH 2/8] scsi: ufshpb: Add host control mode support to rsp_upiu
` [PATCH 3/8] scsi: ufshpb: Add region's reads counter
` [PATCH 4/8] scsi: ufshpb: Make eviction depends on region's reads
` [PATCH 5/8] scsi: ufshpb: Region inactivation in host mode
` [PATCH 6/8] scsi: ufshpb: Add hpb dev reset response
` [PATCH 7/8] scsi: ufshpb: Add "Cold" regions timer
` [PATCH 8/8] scsi: ufshpb: Add support for host control mode

[PATCH v3 0/3] Three fixes for task management request implementation
 2021-02-01  2:39 UTC  (13+ messages)
` [PATCH v3 1/3] scsi: ufs: Fix task management request completion timeout
` [PATCH v3 2/3] scsi: ufs: Fix a race condition btw task management request send and compl
` [PATCH v3 3/3] scsi: ufs: Fix wrong Task Tag used in task management request UPIUs

[RFC/RFT PATCH] scsi: pm8001: Expose HW queues for pm80xx hw
 2021-01-31  7:19 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 5.11-rc5
 2021-01-31  2:17 UTC  (2+ messages)

[PATCH V2] scsi: ufs: Add UFS3.0 in ufs HCI version check
 2021-01-29 19:25 UTC  (3+ messages)

[PATCH] vio: make remove callback return void
 2021-01-29 19:08 UTC  (4+ messages)

[PATCH] ncr53c8xx: Fixup typos
 2021-01-29 19:01 UTC  (2+ messages)

[PATCH v1] scsi: lpfc: Add auto select on IRQ_POLL
 2021-01-29 19:01 UTC  (2+ messages)

[PATCH 0/5] hisi_sas: More misc patches
 2021-01-29 19:01 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: fix some memory corruption
 2021-01-29 19:01 UTC  (2+ messages)

[RESEND PATCH 0/3] scsi: target: Set correct residual data
 2021-01-29 19:01 UTC  (2+ messages)

[PATCH] scsi: lpfc: Fix ancient double free
 2021-01-29 19:01 UTC  (2+ messages)

[PATCH] scsi: message: fusion: fix 'physical' typos
 2021-01-29 19:01 UTC  (2+ messages)

[PATCH] lpfc: Fix EEH encountering oops with nvme traffic
 2021-01-29 19:01 UTC  (3+ messages)

[PATCH] MAINTAINERS: adjust to gdth scsi driver removal
 2021-01-29 18:55 UTC  (2+ messages)

[PATCH v2] scsi: ufs: Give clk scaling min gear a value
 2021-01-29 18:44 UTC  (6+ messages)

[PATCH] scsi: lpfc: Fix 'physical' typos
 2021-01-29 18:38 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: Simplify the calculation of variables
 2021-01-29 18:34 UTC  (3+ messages)

[PATCH V7 00/13] blk-mq/scsi: tracking device queue depth via sbitmap
 2021-01-29 18:02 UTC  (2+ messages)

[PATCH] Revert "Revert "scsi: megaraid_sas: Simplify the calculation of variables
 2021-01-29  7:44 UTC 

[PATCH v19 0/3] scsi: ufs: Add Host Performance Booster Support
 2021-01-29  5:30 UTC  (4+ messages)
  ` [PATCH v19 1/3] scsi: ufs: Introduce HPB feature
  ` [PATCH v19 2/3] scsi: ufs: L2P map management for HPB read
  ` [PATCH v19 3/3] scsi: ufs: Prepare HPB read for cached sub-region

[PATCH v2] scsi: target: core: check SR field in REPORT LUNS
 2021-01-28 20:47 UTC  (7+ messages)

[PATCH] scsi: do not retry FAILFAST commands on DID_TRANSPORT_DISRUPTED
 2021-01-28 18:21 UTC  (6+ messages)

[RFC PATCH 00/34] block: introduce bio_new()
 2021-01-28 17:24 UTC  (46+ messages)
` [RFC PATCH 01/34] block: move common code into blk_next_bio()
` [RFC PATCH 02/34] block: introduce and use bio_new
      ` [Ocfs2-devel] "
` [RFC PATCH 03/34] drdb: use bio_new in drdb
` [RFC PATCH 04/34] drdb: use bio_new() in submit_one_flush
` [RFC PATCH 05/34] xen-blkback: use bio_new
` [RFC PATCH 06/34] zram: "
` [RFC PATCH 07/34] dm: use bio_new in dm-log-writes
` [RFC PATCH 08/34] dm-zoned: use bio_new in get_mblock_slow
` [RFC PATCH 09/34] dm-zoned: use bio_new in dmz_write_mblock
` [RFC PATCH 10/34] dm-zoned: use bio_new in dmz_rdwr_block
` [RFC PATCH 11/34] nvmet: use bio_new in nvmet_bdev_execute_rw
` [RFC PATCH 12/34] scsi: target/iblock: use bio_new
` [RFC PATCH 13/34] block: use bio_new in __blkdev_direct_IO
` [RFC PATCH 14/34] fs/buffer: use bio_new in submit_bh_wbc
` [RFC PATCH 15/34] fscrypt: use bio_new in fscrypt_zeroout_range
` [RFC PATCH 16/34] fs/direct-io: use bio_new in dio_bio_alloc
` [RFC PATCH 17/34] iomap: use bio_new in iomap_dio_zero
` [RFC PATCH 18/34] iomap: use bio_new in iomap_dio_bio_actor
` [RFC PATCH 19/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmRead
` [RFC PATCH 20/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmStartIO
` [RFC PATCH 21/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_writepage
` [RFC PATCH 22/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_readpage
` [RFC PATCH 23/34] fs/mpage.c: use bio_new mpage_alloc
` [RFC PATCH 24/34] fs/nilfs: use bio_new nilfs_alloc_seg_bio
` [RFC PATCH 25/34] ocfs/cluster: use bio_new in dm-log-writes
` [RFC PATCH 26/34] xfs: use bio_new in xfs_rw_bdev
` [RFC PATCH 27/34] xfs: use bio_new in xfs_buf_ioapply_map
` [RFC PATCH 28/34] zonefs: use bio_new
` [RFC PATCH 29/34] power/swap: use bio_new in hib_submit_io
` [RFC PATCH 30/34] hfsplus: use bio_new in hfsplus_submit_bio()
` [RFC PATCH 31/34] iomap: use bio_new in iomap_readpage_actor
` [RFC PATCH 32/34] mm: use bio_new in __swap_writepage
` [RFC PATCH 33/34] mm: use bio_new in swap_readpage
` [RFC PATCH 34/34] mm: add swap_bio_new common bio helper

[RFC PATCH v1 0/2] Fix deadlock in ufs
 2021-01-28 17:19 UTC  (12+ messages)
` [RFC PATCH v2 "
` [RFC PATCH v2 1/2] block: bsg: resume platform device before accessing
  ` [RFC PATCH v2 2/2] scsi: ufs: Fix deadlock while suspending ufs host

[PATCH v4 0/8] block: add zone write granularity limit
 2021-01-28 11:48 UTC  (33+ messages)
` [PATCH v4 1/8] block: document zone_append_max_bytes attribute
` [PATCH v4 2/8] nvme: cleanup zone information initialization
` [PATCH v4 3/8] nullb: use blk_queue_set_zoned() to setup zoned devices
` [PATCH v4 4/8] block: use blk_queue_set_zoned in add_partition()
` [PATCH v4 5/8] block: introduce zone_write_granularity limit
` [PATCH v4 6/8] zonefs: use zone write granularity as block size
` [PATCH v4 7/8] block: introduce blk_queue_clear_zone_settings()
` [PATCH v4 8/8] sd_zbc: clear zone resources for non-zoned case

[MPT3SAS bug] wrong queue setting for HDD. drive
 2021-01-28  7:15 UTC  (2+ messages)

[PATCH V3] iscsi: Do Not set param when sock is NULL
 2021-01-28  6:17 UTC 

[PATCH] sd: warn if unsupported ZBC device is probed
 2021-01-28  5:56 UTC 

[PATCH] scsi: ufs: Give clk scaling min gear a value
 2021-01-28  2:42 UTC 

[PATCH 0/7] iscsi fixes/cleanups
 2021-01-28  0:55 UTC  (10+ messages)
` [PATCH 2/7] libiscsi: drop taskqueuelock
` [PATCH 4/7] libiscsi: fix iscsi host workq destruction
` [PATCH 5/7] libiscsi: add helper to calc max scsi cmds per session
` [PATCH 6/7] iscsi_tcp: fix shost can_queue initialization

[PATCH V3 00/25] smartpqi updates
 2021-01-27 23:01 UTC  (11+ messages)
` [PATCH V3 14/25] smartpqi: fix driver synchronization issues
` [PATCH V3 17/25] smartpqi: change timing of release of QRM memory during OFA
` [PATCH V3 23/25] smartpqi: correct system hangs when resuming from hibernation

[PATCH v8 0/2] introduce the way to get cmd completion info
 2021-01-27 16:03 UTC  (3+ messages)
  ` [PATCH v8 2/2] ufs: exynos: introduce command history

[PATCH] fnic: fixup patch to resolve stack frame issues
 2021-01-27 14:53 UTC  (3+ messages)

[RESEND PATCH v2 0/4] io_uring iopoll in scsi layer
 2021-01-27 14:30 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