messages from 2017-09-25 21:34:09 to 2017-10-02 17:00:20 UTC [more...]
[PATCH V6 00/14] scsi-mq support for ZBC disks
2017-10-02 17:00 UTC (18+ messages)
` [PATCH V6 01/14] scsi: sd_zbc: Move ZBC declarations to scsi_proto.h
` [PATCH V6 02/14] scsi: sd_zbc: Fix comments and indentation
` [PATCH V6 03/14] scsi: sd_zbc: Rearrange code
` [PATCH V6 04/14] scsi: sd_zbc: Use well defined macros
` [PATCH V6 05/14] scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
` [PATCH V6 06/14] block: Add zoned block device information to request queue
` [PATCH V6 07/14] scsi: sd_zbc: Initialize device request queue zoned data
` [PATCH V6 08/14] scsi: sd_zbc: Limit zone write locking to sequential zones
` [PATCH V6 09/14] scsi: sd_zbc: Disable zone write locking with scsi-mq
` [PATCH V6 10/14] block: mq-deadline: Add zoned block device data
` [PATCH V6 11/14] blokc: mq-deadline: Introduce dispatch helpers
` [PATCH V6 12/14] block: mq-deadline: Introduce zone locking support
` [PATCH V6 13/14] block: mq-deadline: Limit write request dispatch for zoned block devices
` [PATCH V6 14/14] block: do not set mq default scheduler
[PATCH 1/3] scsi: ufs: Change HCI marco to actual bit position
2017-10-02 16:41 UTC (4+ messages)
` [PATCH 2/3] scsi: ufs-qcom: Remove uses of UFS_BIT() macro
` [PATCH 3/3] scsi: ufs: Remove unused "
[PATCH 00/18] use ARRAY_SIZE macro
2017-10-02 16:37 UTC (6+ messages)
` [PATCH 07/18] scsi: bfa: use ARRAY_SIZE
system hung up when offlining CPUs
2017-10-02 16:36 UTC (8+ messages)
[PATCHv6 0/5] scsi: Fixup blacklist handling
2017-10-02 16:35 UTC (7+ messages)
` [PATCHv6 1/5] scsi_debug: allow to specify inquiry vendor and model
` [PATCHv6 2/5] scsi: Export blacklist flags to sysfs
` [PATCHv6 3/5] scsi_devinfo: Reformat blacklist flags
` [PATCHv6 4/5] scsi_devinfo: Whitespace fixes
` [PATCHv6 5/5] scsi_devinfo: fixup string compare
[PATCH v2 1/1] bsg-lib: fix use-after-free under memory-pressure
2017-10-02 16:31 UTC (2+ messages)
[PATCH V7 0/6] block/scsi: safe SCSI quiescing
2017-10-02 16:27 UTC (17+ messages)
` [PATCH V7 1/6] blk-mq: only run hw queues for blk-mq
` [PATCH V7 2/6] block: tracking request allocation with q_usage_counter
` [PATCH V7 3/6] block: pass flags to blk_queue_enter()
` [PATCH V7 4/6] block: prepare for passing RQF_PREEMPT to request allocation
` [PATCH V7 5/6] block: support PREEMPT_ONLY
` [PATCH V7 6/6] SCSI: set block queue at preempt only when SCSI device is put into quiesce
[PATCH] bsg: update bsg_device_list to utilize static hash table implementation
2017-10-02 16:10 UTC
mptsas driver cannot detect hotplugging disk with the LSI SCSI SAS1068 controller in Ubuntu guest on VMware
2017-10-02 14:32 UTC (2+ messages)
[PATCH V5 00/14] blk-mq-sched: improve sequential I/O performance(part 1)
2017-10-02 14:19 UTC (11+ messages)
` [PATCH V5 1/7] blk-mq: issue rq directly in blk_mq_request_bypass_insert()
` [PATCH V5 2/7] blk-mq-sched: fix scheduler bad performance
` [PATCH V5 3/7] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V5 4/7] blk-mq: introduce blk_mq_dequeue_from_ctx()
` [PATCH V5 5/7] blk-mq-sched: move actual dispatching into one helper
` [PATCH V5 6/7] blk-mq-sched: improve dispatching from sw queue
` [PATCH V5 7/7] blk-mq-sched: don't dequeue request until all in ->dispatch are flushed
[PATCH v2 00/21] lpfc updates for 11.4.0.4
2017-10-02 8:33 UTC (28+ messages)
` [PATCH v2 01/21] lpfc: fix pci hot plug crash in timer management routines
` [PATCH v2 02/21] lpfc: fix pci hot plug crash in list_add call
` [PATCH v2 03/21] lpfc: Fix crash receiving ELS while detaching driver
` [PATCH v2 04/21] lpfc: Fix lpfc nvme host rejecting IO with Not Ready message
` [PATCH v2 05/21] lpfc: Fix warning messages when NVME_TARGET_FC not defined
` [PATCH v2 06/21] lpfc: PLOGI failures during NPIV testing
` [PATCH v2 07/21] lpfc: Make ktime sampling more accurate
` [PATCH v2 08/21] lpfc: Move CQ processing to a soft IRQ
` [PATCH v2 09/21] lpfc: Fix FCP hba_wqidx assignment
` [PATCH v2 10/21] lpfc: Reduce log spew on controller reconnects
` [PATCH v2 11/21] lpfc: Set missing abort context
` [PATCH v2 12/21] lpfc: Revise NVME module parameter descriptions for better clarity
` [PATCH v2 13/21] lpfc: Fix oops if nvmet_fc_register_targetport fails
` [PATCH v2 14/21] lpfc: Disable NPIV support if NVME is enabled
` [PATCH v2 15/21] lpfc: Fix crash in lpfc_nvme_fcp_io_submit during LIP
` [PATCH v2 16/21] lpfc: Fix secure firmware updates
` [PATCH v2 17/21] lpfc: Ensure io aborts interlocked with the target
` [PATCH v2 18/21] lpfc: Extend RDP support
` [PATCH v2 19/21] lpfc: Fix oops of nvme host during driver unload
` [PATCH v2 20/21] lpfc: correct nvme sg segment count check
` [PATCH v2 21/21] lpfc: change version to 11.4.0.4
[PATCH V5 00/14] scsi-mq support for ZBC disks
2017-10-02 4:38 UTC (15+ messages)
` [PATCH V5 07/14] scsi: sd_zbc: Initialize device request queue zoned data
` [PATCH V5 10/14] block: mq-deadline: Add zoned block device data
` [PATCH V5 11/14] blokc: mq-deadline: Introduce dispatch helpers
` [PATCH V5 12/14] block: mq-deadline: Introduce zone locking support
` [PATCH V5 13/14] block: mq-deadline: Limit write request dispatch for zoned block devices
[PATCH V7 2/2] scsi: Align block queue to dma_get_cache_alignment()
2017-09-30 23:30 UTC (2+ messages)
[PATCH] scsi: esas2r: make bin_attr_default_nvram const
2017-09-30 16:57 UTC
[GIT PULL] SCSI fixes for 4.14-rc2
2017-09-30 9:28 UTC
[PATCH] scsi: ufs: Make use of UFS_BIT macro wherever possible
2017-09-30 6:24 UTC (6+ messages)
[Patch v2 1/2] libiscsi: Fix use-after-free race during iscsi_session_teardown
2017-09-29 22:54 UTC (4+ messages)
[PATCH V6 0/6] block/scsi: safe SCSI quiescing
2017-09-29 18:47 UTC (15+ messages)
` [PATCH V6 1/6] blk-mq: only run hw queues for blk-mq
` [PATCH V6 2/6] block: tracking request allocation with q_usage_counter
` [PATCH V6 3/6] block: pass flags to blk_queue_enter()
` [PATCH V6 4/6] block: prepare for passing RQF_PREEMPT to request allocation
` [PATCH V6 5/6] block: support PREEMPT_ONLY
` [PATCH V6 6/6] SCSI: set block queue at preempt only when SCSI device is put into quiesce
(unknown),
2017-09-29 14:47 UTC
[PATCH] sd: Limit WRITE SAME / WRITE SAME(16) w/UNMAP length for certain devices
2017-09-29 14:01 UTC (10+ messages)
` [PATCH] scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAP
[PATCH] sd: preserve sysfs updates to max_sectors_kb
2017-09-29 13:46 UTC (20+ messages)
` [PATCH] scsi: sd: Do not override max_sectors_kb sysfs setting
[PATCH] scsi: fix the issue that iscsi_if_rx doesn't parse nlmsg properly
2017-09-29 13:33 UTC (3+ messages)
[PATCH 0/3] smartpqi updates
2017-09-29 12:08 UTC (7+ messages)
` [PATCH 1/3] smartpqi: update controller ids
` [PATCH 2/3] smartpqi: cleanup raid map warning message
` [PATCH 3/3] smartpqi: update driver version to 1.1.2-126
(unknown),
2017-09-29 3:06 UTC
[PATCH] scsi: esas2r: Use setup_timer and mod_timer
2017-09-28 20:15 UTC
[iscsiadm] iscsiadm creates multiple same sessions when run with --login option in parallel
2017-09-28 6:42 UTC
[PATCH] scsi: ILLEGAL REQUEST + ASC==27 => target failure
2017-09-28 1:56 UTC (3+ messages)
[PATCH] scsi: libsas: remove unused variable sas_ha
2017-09-28 1:50 UTC (3+ messages)
[PATCH] scsi: ufs: fix wrong command type of UTRD for UFSHCI v2.1
2017-09-28 1:47 UTC (3+ messages)
[PATCH] scsi: ufs: continue to boot even with Boot LUN is disabled
2017-09-28 1:46 UTC (3+ messages)
[PATCH] scsi: ufs: add ufs a command complete time stamp
2017-09-28 1:44 UTC (3+ messages)
[PATCH] scsi: aacraid: Add a small delay after IOP reset
2017-09-28 1:42 UTC (6+ messages)
[PATCH] scsi: ufs: fix a pclint warning
2017-09-28 1:41 UTC (3+ messages)
[PATCH] scsi: sd: add check for changing allow_restart
2017-09-27 16:53 UTC
[PATCH] scsi: ioctl reset should wait for IOs to complete
2017-09-27 16:00 UTC (5+ messages)
[PATCH 0/5] qcom-ufs: phy/hcd: Refactor phy initialization code
2017-09-27 6:31 UTC (7+ messages)
` [PATCH 4/5] scsi/ufs: qcom: Set phy mode based on the controllers HS MODE
` [PATCH 5/5] ufs/phy: qcom: Refactor to use phy_init call
[PATCH] scsi: ufs: add ufs a command complete time stamp
2017-09-27 3:21 UTC (3+ messages)
UFS maximum access unit is 8KB
2017-09-26 21:59 UTC (2+ messages)
qla2xxx UBSAN warning in 4.14-rc1
2017-09-26 21:36 UTC (2+ messages)
Hello
2017-09-26 18:13 UTC
[PATCHv5 0/5] scsi: Fixup blacklist handling
2017-09-26 16:11 UTC (3+ messages)
` [PATCHv5 2/5] scsi: Export blacklist flags to sysfs
[PATCH v2 1/1] scsi: fc: check for rport presence in fc_block_scsi_eh
2017-09-26 9:09 UTC (3+ messages)
[PATCH] scsi: fc: check for rport presence in fc_block_scsi_eh
2017-09-26 6:55 UTC (3+ messages)
[PATCH V7 1/2] dma-mapping: Rework dma_get_cache_alignment()
2017-09-26 6:10 UTC (6+ messages)
[PATCH] scsi_transport_fc: Also check for NOTPRESENT in fc_remote_port_add()
2017-09-26 1:35 UTC (2+ messages)
[PATCH] mpt3sas: remove redundant copy_from_user in _ctl_getiocinfo
2017-09-25 23:22 UTC (2+ messages)
[PATCH V2 0/9] pm80xx updates
2017-09-25 23:20 UTC (4+ messages)
[PATCH 5/6] scsi: qla2xxx: Cocci spatch "pool_zalloc-simple"
2017-09-25 23:07 UTC (4+ messages)
` [PATCH 3/6] scsi: lpfc: "
[PATCH 0/2] scsi_dh: suppress errors from unsupported devices
2017-09-25 23:04 UTC (2+ messages)
[PATCH] scsi_transport_fc: set scsi_target_id upon rescan
2017-09-25 23:00 UTC (2+ messages)
[RFC] apparently broken error recovery in vhost_scsi_iov_to_sgl()
2017-09-25 21:53 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox