linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-02 16:27:59 to 2017-10-10 07:20:14 UTC [more...]

[PATCH v7 0/9] Hello Jens,
 2017-10-10  7:20 UTC  (12+ messages)
` [PATCH v7 1/9] md: Rename md_notifier into md_reboot_notifier
` [PATCH v7 2/9] md: Introduce md_stop_all_writes()
` [PATCH v7 3/9] md: Neither resync nor reshape while the system is frozen
` [PATCH v7 4/9] block: Make q_usage_counter also track legacy requests
` [PATCH v7 5/9] block: Introduce blk_get_request_flags()
` [PATCH v7 6/9] block: Introduce BLK_MQ_REQ_PREEMPT
` [PATCH v7 7/9] ide, scsi: Tell the block layer at request allocation time about preempt requests
` [PATCH v7 8/9] block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
` [PATCH v7 9/9] block, scsi: Make SCSI quiesce and resume work reliably

[PATCH V5 00/14] blk-mq-sched: improve sequential I/O performance(part 1)
 2017-10-10  1:46 UTC  (19+ messages)
` [PATCH V5 1/7] blk-mq: issue rq directly in blk_mq_request_bypass_insert()
` [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] scsi/aic7xxx: Convert timers to use timer_setup()
 2017-10-10  0:15 UTC 

[PATCH] scsi: libiscsi: fix shifting of DID_REQUEUE host byte
 2017-10-09 21:26 UTC  (5+ messages)

[PATCH] scsi: aic7xxx: explain a mysterious build failure message
 2017-10-09 20:11 UTC 

[PATCH linux-firmware 1/1] qed: Add firmware 8.30.16.0
 2017-10-09 17:23 UTC  (2+ messages)

(unknown),
 2017-10-09 15:06 UTC 

[PATCH 00/13] timer: Start conversion to timer_setup()
 2017-10-09 13:27 UTC  (27+ messages)
` [PATCH 02/13] timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()
` [PATCH 03/13] timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()
` [PATCH 04/13] timer: Remove init_timer_pinned() in favor of timer_setup()
` [PATCH 05/13] timer: Remove init_timer_deferrable() "
` [PATCH 07/13] timer: Remove last user of TIMER_INITIALIZER
` [PATCH 08/13] timer: Remove unused static initializer macros
` [PATCH 09/13] timer: Remove users of expire and data arguments to DEFINE_TIMER
` [PATCH 10/13] timer: Remove expires and data arguments from DEFINE_TIMER
` [PATCH 12/13] kthread: Convert callback to use from_timer()
  ` [PATCH 01/13] timer: Convert schedule_timeout() "
  ` [PATCH 06/13] timer: Remove users of TIMER_DEFERRED_INITIALIZER
  ` [PATCH 11/13] timer: Remove expires argument from __TIMER_INITIALIZER()
  ` [PATCH 13/13] workqueue: Convert callback to use from_timer()

[PATCH 3.16 051/192] scsi: virtio_scsi: let host do exception handling
 2017-10-09 12:44 UTC 

[PATCH V6 0/5] blk-mq-sched: improve sequential I/O performance
 2017-10-09 11:24 UTC  (6+ messages)
` [PATCH V6 1/5] blk-mq-sched: fix scheduler bad performance
` [PATCH V6 2/5] blk-mq-sched: move actual dispatching into one helper
` [PATCH V6 3/5] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V6 4/5] blk-mq-sched: improve dispatching from sw queue
` [PATCH V6 5/5] blk-mq-sched: don't dequeue request until all in ->dispatch are flushed

IRREVOCABLE PAYMENT ORDER.pdf
 2017-10-09  0:12 UTC 

[PATCH] scsi: eata: Remove unnecessary cpp_index check
 2017-10-08 21:47 UTC 

[PATCH] arcmsr: Fix possible sleep-in-atomic bugs in arcmsr_queue_command
 2017-10-08 12:51 UTC 

(unknown),
 2017-10-08 11:08 UTC 

[GIT PULL] SCSI fixes for 4.14-rc3
 2017-10-07 16:21 UTC 

[PATCH] scsi: sd: add check for changing allow_restart
 2017-10-07  8:47 UTC  (2+ messages)

[PATCH 02/10] drivers:crypto: return -ENOMEM on allocation failure
 2017-10-07  4:21 UTC  (2+ messages)

[PATCH 1/1] scsi/libfc: fix a deadlock in fc_rport_work
 2017-10-06 18:58 UTC  (3+ messages)

[PATCH] scsi: be2iscsi: Use kasprintf
 2017-10-06 18:57 UTC 

[PATCH] scsi: fixup kernel warning during rmmod()
 2017-10-06 18:49 UTC  (5+ messages)

[PATCH] scsi: isci: Convert timers to use timer_setup()
 2017-10-06 14:11 UTC 

(unknown),
 2017-10-06  5:16 UTC 

mptsas driver cannot detect hotplugging disk with the LSI SCSI SAS1068 controller in Ubuntu guest on VMware
 2017-10-06  1:08 UTC  (3+ messages)

[PATCH] vmw_pvscsi: Don't call free_irq twice on remove adapter
 2017-10-05 18:03 UTC  (3+ messages)

[PATCH 00/18] use ARRAY_SIZE macro
 2017-10-05 17:57 UTC  (9+ messages)

[RFC] bsg-lib interface cleanup
 2017-10-05 16:58 UTC  (33+ messages)
` [PATCH 1/9] bsg-lib: fix use-after-free under memory-pressure
` [PATCH 2/9] bfa: don't reset max_segments for every bsg request
` [PATCH 3/9] libfc: don't assign resid_len in fc_lport_bsg_request
` [PATCH 4/9] qla2xxx: don't break the bsg-lib abstractions
` [PATCH 5/9] scsi_transport_sas: check reply payload length instead of bidi request
` [PATCH 6/9] bsg-lib: introduce a timeout field in struct bsg_job
` [PATCH 7/9] bsg-lib: remove bsg_job.req
` [PATCH 8/9] block: pass full fmode_t to blk_verify_command
` [PATCH 9/9] bsg: split handling of SCSI CDBs vs transport requeues

[PATCH] scsi: aic7xxx: make a couple of functions static
 2017-10-05 12:18 UTC  (2+ messages)

[PATCH] scsi: fcoe: Convert timers to use timer_setup()
 2017-10-05  7:04 UTC  (2+ messages)

[PATCH] scsi: lpfc: Convert timers to use timer_setup()
 2017-10-05  0:48 UTC 

[PATCH] scsi: isci: Convert timers to use timer_setup()
 2017-10-05  0:48 UTC 

[PATCH] scsi: qla2xxx: Convert timers to use timer_setup()
 2017-10-05  0:48 UTC 

[PATCH] scsi/cxgbi: Convert timers to use timer_setup()
 2017-10-05  0:48 UTC 

[PATCH] scsi/sas: Convert timers to use timer_setup()
 2017-10-05  0:47 UTC 

[PATCH] scsi/pmcraid: Convert timers to use timer_setup()
 2017-10-05  0:47 UTC 

[PATCH] scsi/ipr: Convert timers to use timer_setup()
 2017-10-05  0:47 UTC 

[PATCH] scsi: qla2xxx: remove dead code in qla82xx_write_flash_data
 2017-10-04 23:28 UTC 

system hung up when offlining CPUs
 2017-10-04 21:10 UTC  (11+ messages)

[BUG] scsi/fcoe: Sleep-in-atomic bugs in fcoe driver
 2017-10-04 10:06 UTC  (2+ messages)

[PATCH] [SCSI] bfa: integer overflow in debugfs
 2017-10-04  7:50 UTC 

[PATCH] scsi/eh: fix hang adding ehandler wakeups after decrementing host_busy
 2017-10-04  7:18 UTC  (2+ messages)

[PATCH V6 00/14] scsi-mq support for ZBC disks
 2017-10-03 23:03 UTC  (16+ messages)
` [PATCH V6 02/14] scsi: sd_zbc: Fix comments and indentation
` [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 10/14] block: mq-deadline: Add zoned block device data
` [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 V8 0/8] block/scsi: safe SCSI quiescing
 2017-10-03 19:31 UTC  (15+ messages)
` [PATCH V8 1/8] blk-mq: only run hw queues for blk-mq
` [PATCH V8 2/8] block: tracking request allocation with q_usage_counter
` [PATCH V8 3/8] block: Convert RQF_PREEMPT into REQ_PREEMPT
` [PATCH V8 4/8] block: pass 'op' to blk_queue_enter()
` [PATCH V8 5/8] percpu-refcount: introduce __percpu_ref_tryget_live
` [PATCH V8 6/8] blk-mq: return if queue is frozen via current blk_freeze_queue_start
` [PATCH V8 7/8] block: support PREEMPT_ONLY
` [PATCH V8 8/8] SCSI: set block queue at preempt only when SCSI device is put into quiesce

[PATCH v2 00/21] lpfc updates for 11.4.0.4
 2017-10-03 18:13 UTC  (3+ messages)

[PATCH v2 1/4] scsi: ufs: Change HCI macro to actual bit position
 2017-10-03 15:40 UTC  (8+ messages)
    ` [PATCH v2 v2 2/4] scsi: ufs-qcom: Remove uses of UFS_BIT() macro
    ` [PATCH v2 3/4] scsi: ufs: Remove unused #defines
    ` [PATCH v2 4/4] scsi: ufs: Remove unused UFS_BIT() macro

[PATCH] ibmvscsis: Fix write_pending failure path
 2017-10-03 15:13 UTC  (3+ messages)

(unknown),
 2017-10-03 13:59 UTC 

[PATCH 1/3] scsi: ufs: Change HCI marco to actual bit position
 2017-10-03  8:28 UTC  (3+ messages)

[PATCH V7 0/6] block/scsi: safe SCSI quiescing
 2017-10-03  8:22 UTC  (12+ messages)
` [PATCH V7 3/6] block: pass flags to blk_queue_enter()
` [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

[BUG] scsi/libfc: Sleep-in-atomic bugs in libfc
 2017-10-03  3:08 UTC 

[PATCH] scsi/fnic: Fix a sleep-in-atomic bug in fnic_handle_event
 2017-10-03  2:53 UTC 

[Patch v2 1/2] libiscsi: Fix use-after-free race during iscsi_session_teardown
 2017-10-03  2:28 UTC  (5+ messages)

[PATCH 0/3] smartpqi updates
 2017-10-03  2:26 UTC  (2+ messages)

[PATCH V5 00/14] scsi-mq support for ZBC disks
 2017-10-02 23:01 UTC  (3+ messages)
` [PATCH V5 02/14] scsi: sd_zbc: Fix comments and indentation

Inquiry
 2017-10-02 17:53 UTC 

[PATCHv6 0/5] scsi: Fixup blacklist handling
 2017-10-02 16:35 UTC  (3+ messages)
` [PATCHv6 2/5] scsi: Export blacklist flags to sysfs

[PATCH v2 1/1] bsg-lib: fix use-after-free under memory-pressure
 2017-10-02 16:31 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;
as well as URLs for NNTP newsgroup(s).