linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-30 16:02:19 to 2017-11-05 20:18:34 UTC [more...]

possible deadlock in blkdev_reread_part
 2017-11-05 20:18 UTC  (2+ messages)

[PATCH v2] blktrace: cleanup/fix registration locking
 2017-11-05 16:21 UTC  (3+ messages)
` [PATCH 1/2] blktrace: fix unlocked access to init/start-stop/teardown
` [PATCH 2/2] blktrace: fix unlocked registration of tracepoints

[PATCH] blk-mq: respect queue dead via blk_mq_quiesce_queue
 2017-11-05 15:38 UTC  (2+ messages)

nvme cleanups in preparation for the multipath code
 2017-11-05 14:05 UTC  (11+ messages)
` [PATCH 1/6] nvme: move the dying queue check from cancel to completion
` [PATCH 2/6] nvme: always unregister the integrity profile in __nvme_revalidate_disk
` [PATCH 3/6] nvme: don't pass struct nvme_ns to nvme_init_integrity
` [PATCH 4/6] nvme: don't pass struct nvme_ns to nvme_config_discard
` [PATCH 5/6] nvme: set the chunk size before freezing the queue
` [PATCH 6/6] nvme: split __nvme_revalidate_disk

high overhead of functions blkg_*stats_* in bfq
 2017-11-05  7:39 UTC  (3+ messages)

[PATCH] block: pass full fmode_t to blk_verify_command
 2017-11-05  7:36 UTC 

[PATCH V3 0/7] blk-mq: don't allocate driver tag beforehand for flush rq
 2017-11-04 18:49 UTC  (11+ messages)
` [PATCH V3 1/7] blk-mq: put the driver tag of nxt rq before first one is requeued
` [PATCH V3 2/7] blk-flush: don't run queue for requests of bypassing flush
` [PATCH V3 3/7] block: pass 'run_queue' to blk_mq_request_bypass_insert
` [PATCH V3 4/7] blk-flush: use blk_mq_request_bypass_insert()
` [PATCH V3 5/7] blk-mq-sched: decide how to handle flush rq via RQF_FLUSH_SEQ
` [PATCH V3 6/7] blk-mq: move blk_mq_put_driver_tag*() into blk-mq.h
` [PATCH V3 7/7] blk-mq: don't allocate driver tag beforehand for flush rq

[PATCH] blk-mq: don't handle failure in .get_budget
 2017-11-04 18:21 UTC 

[PATCH] blktrace: fix unlocked access to init/start-stop/teardown
 2017-11-04 17:32 UTC 

[PATCH v4] blkcg: add sanity check for blkcg policy operations
 2017-11-04 16:10 UTC  (3+ messages)

[PATCH 0/3] nvme: small fixes reported by smatch
 2017-11-04 15:38 UTC  (15+ messages)
` [PATCH 1/3] nvme: do not check for ns on rw path
` [PATCH 2/3] nvme: compare NQN string with right size
` [PATCH 3/3] nvme: fix eui_show() print format

[PATCH] SCSI: don't get target/host busy_count in scsi_mq_get_budget()
 2017-11-04 14:19 UTC  (2+ messages)

[PATCH v2] block: fix peeking requests during PM
 2017-11-04 14:17 UTC  (3+ messages)

[PATCH V2 0/2] block: remove unnecessary RESTART
 2017-11-04  2:11 UTC  (40+ messages)

[PATCH v3 0/8] Introduce sgl_alloc() and sgl_free()
 2017-11-03 22:23 UTC  (9+ messages)
` [PATCH v3 1/8] lib/scatterlist: "
` [PATCH v3 2/8] crypto: scompress - use "
` [PATCH v3 3/8] nvmet/fc: Use "
` [PATCH v3 4/8] nvmet/rdma: "
` [PATCH v3 5/8] target: Use sgl_alloc_order() "
` [PATCH v3 6/8] scsi/ipr: Use sgl_alloc_order() and sgl_free_order()
` [PATCH v3 7/8] scsi/pmcraid: Remove an unused structure member
` [PATCH v3 8/8] scsi/pmcraid: Use sgl_alloc_order() and sgl_free_order()

[PATCH v2] blk-mq: Make blk_mq_get_request() error path less confusing
 2017-11-03 18:34 UTC  (3+ messages)

[PATCH RESEND] badblocks: fix wrong return value in badblocks_set if badblocks are disabled
 2017-11-03 17:24 UTC 

[PATCH v4] blk-mq: fix nr_requests wrong value when modify it from sysfs
 2017-11-03 18:20 UTC  (3+ messages)

[PATCH] badblocks: fix wrong return value in badblocks_set if badblocks are disabled
 2017-11-03 18:01 UTC  (3+ messages)

block layer patches for nvme multipath support
 2017-11-03 16:33 UTC  (9+ messages)
` [PATCH 1/7] block: move REQ_NOWAIT
` [PATCH 2/7] block: add REQ_DRV bit
` [PATCH 3/7] block: provide a direct_make_request helper
` [PATCH 4/7] block: add a blk_steal_bios helper
` [PATCH 5/7] block: don't look at the struct device dev_t in disk_devt
` [PATCH 6/7] block: introduce GENHD_FL_HIDDEN
` [PATCH 7/7] block: add a poll_fn callback to struct request_queue

[GIT PULL] nvme updates for Linux 4.15
 2017-11-03 16:29 UTC  (2+ messages)

[PATCH V13 00/10] mmc: Add Command Queue support
 2017-11-03 13:20 UTC  (11+ messages)
` [PATCH V13 01/10] mmc: core: Add parameter use_blk_mq
` [PATCH V13 02/10] mmc: block: Add error-handling comments
` [PATCH V13 03/10] mmc: block: Add blk-mq support
` [PATCH V13 04/10] mmc: block: Add CQE support
` [PATCH V13 05/10] mmc: cqhci: support for command queue enabled host
` [PATCH V13 06/10] mmc: sdhci-pci: Add CQHCI support for Intel GLK
` [PATCH V13 07/10] mmc: block: blk-mq: Add support for direct completion
` [PATCH V13 08/10] mmc: block: blk-mq: Separate card polling from recovery
` [PATCH V13 09/10] mmc: block: blk-mq: Stop using card_busy_detect()
` [PATCH V13 10/10] mmc: block: blk-mq: Stop using legacy recovery

nvme multipath support V6
 2017-11-02 18:30 UTC  (6+ messages)
` [PATCH 1/5] nvme: track subsystems
` [PATCH 2/5] nvme: introduce a nvme_ns_ids structure
` [PATCH 3/5] nvme: track shared namespaces
` [PATCH 4/5] nvme: implement multipath access to nvme subsystems
` [PATCH 5/5] nvme: also expose the namespace identification sysfs files for mpath nodes

nvme multipath support V5
 2017-11-02 18:22 UTC  (4+ messages)
` [PATCH 16/17] nvme: implement multipath access to nvme subsystems

[PATCH] bcache: add a comment in journal bucket reading
 2017-11-02 16:31 UTC  (2+ messages)

[PATCH] ide: Make ide_cdrom_prep_fs() initialize the sense buffer pointer
 2017-11-02 14:49 UTC  (5+ messages)

[PATCH] skd: use ktime_get_real_seconds()
 2017-11-02 14:27 UTC  (2+ messages)

[bug report after v4.5-rc1]block: When the scsi device has a timeout IO, the scsi device is stuck when it is deleted
 2017-11-02 12:54 UTC  (3+ messages)
  ` 答复: "

Re: [PATCH] bcache: correct journal bucket reading
 2017-11-02  3:10 UTC  (2+ messages)

Re: [PATCH] bcache: correct journal bucket reading
 2017-11-02  1:43 UTC 

[PATCH] bcache: correct journal bucket reading
 2017-11-01 22:54 UTC  (2+ messages)

[GIT PULL] Block fixes for 4.14-rc
 2017-11-01 21:45 UTC 

[PATCH 1/1] [RFC] blk-mq: fix queue stalling on shared hctx restart
 2017-11-01 16:50 UTC  (6+ messages)

[PATCH v2 0/8] Introduce sgl_alloc() and sgl_free()
 2017-11-01 15:51 UTC  (12+ messages)
` [PATCH v2 2/8] crypto: scompress - use "
` [PATCH v2 6/8] scsi/ipr: Use sgl_alloc_order() and sgl_free_order()

[PATCH] ide:ide-cd: fix kernel panic resulting from missing scsi_req_init
 2017-11-01 14:58 UTC 

[PATCH] block: Rework drivers/cdrom/Makefile
 2017-11-01 14:41 UTC  (3+ messages)

[PATCH v2 0/3] add error handle for bdi debugfs register
 2017-11-01 13:47 UTC  (5+ messages)
` [PATCH v2 1/3] bdi: convert bdi_debug_register to int
` [PATCH v2 2/3] bdi: add error handle for bdi_debug_register
` [PATCH v2 3/3] block: add WARN_ON if bdi register fail

[PATCH] bcache: stop writeback thread after detaching
 2017-11-01 11:55 UTC  (2+ messages)

[PATCH] bcache: correct journal bucket reading
 2017-11-01  6:56 UTC 

[PATCH] MAINTAINERS: Remove Rafael from Opal maintainers
 2017-10-31 20:39 UTC  (2+ messages)

[PATCH 0/4] add error handle for bdi debugfs register
 2017-10-31 10:34 UTC  (10+ messages)
` [PATCH 1/4] bdi: add check for bdi_debug_root
` [PATCH 3/4] bdi: add error handle for bdi_debug_register
` [PATCH 4/4] block: add WARN_ON if bdi register fail

[Bug 197303] blk_partition_remap: fail for partition 3]
 2017-10-31  1:50 UTC 

[PATCH v11 0/7] block, scsi, md: Improve suspend and resume
 2017-10-30 22:42 UTC  (8+ messages)
` [PATCH v11 1/7] block: Make q_usage_counter also track legacy requests
` [PATCH v11 2/7] block: Introduce blk_get_request_flags()
` [PATCH v11 3/7] block: Introduce BLK_MQ_REQ_PREEMPT
` [PATCH v11 4/7] ide, scsi: Tell the block layer at request allocation time about preempt requests
` [PATCH v11 5/7] block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
` [PATCH v11 6/7] block, scsi: Make SCSI quiesce and resume work reliably
` [PATCH v11 7/7] block, nvme: Introduce blk_mq_req_flags_t

Series of patches for bcache targeting 4.15
 2017-10-30 21:58 UTC  (7+ messages)
` [PATCH 1/5] bcache: only permit to recovery read error when cache device is clean
` [PATCH 2/5] bcache: convert cached_dev.count from atomic_t to refcount_t
` [PATCH 3/5] bcache: update bucket_in_use in real time
` [PATCH 4/5] bcache: fix wrong cache_misses statistics
` [PATCH 5/5] bcache: explicitly destroy mutex while exiting

KASAN: use-after-free Read in disk_unblock_events
 2017-10-30 19:32 UTC 

[PATCH] block: Fix a race between blk_cleanup_queue() and timeout handling
 2017-10-30 19:27 UTC  (5+ messages)

[PATCH] cfq-iosched: add "leaf_weight" setting for the root cgroup in cgroups v2
 2017-10-30 16:02 UTC  (3+ 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).