linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-17 20:13:38 to 2017-08-23 05:01:56 UTC [more...]

possible circular locking dependency detected [was: linux-next: Tree for Aug 22]
 2017-08-23  5:01 UTC  (10+ messages)

[PATCH] block: Fix warning when I/O elevator is changed as request_queue is being removed
 2017-08-23  3:34 UTC  (5+ messages)

[PATCH v2 0/2] Make I/O timeout failure injection again task-independent
 2017-08-23  0:10 UTC  (4+ messages)
` [PATCH v2 1/2] fault-inject: Restore support for task-independent fault injection
` [PATCH v2 2/2] block: Make I/O timeout failure injection again task-independent

[PATCH V2 00/20] blk-mq-sched: improve SCSI-MQ performance
 2017-08-22 21:55 UTC  (30+ messages)
` [PATCH V2 01/20] blk-mq-sched: fix scheduler bad performance
` [PATCH V2 02/20] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V2 03/20] blk-mq: introduce blk_mq_dispatch_rq_from_ctx()
` [PATCH V2 04/20] blk-mq-sched: move actual dispatching into one helper
` [PATCH V2 05/20] blk-mq-sched: improve dispatching from sw queue
` [PATCH V2 06/20] blk-mq-sched: don't dequeue request until all in ->dispatch are flushed
` [PATCH V2 07/20] blk-mq-sched: introduce blk_mq_sched_queue_depth()
` [PATCH V2 08/20] blk-mq-sched: use q->queue_depth as hint for q->nr_requests
` [PATCH V2 09/20] blk-mq: introduce BLK_MQ_F_SHARED_DEPTH
` [PATCH V2 10/20] blk-mq-sched: introduce helpers for query, change busy state
` [PATCH V2 11/20] blk-mq: introduce helpers for operating ->dispatch list
` [PATCH V2 14/20] blk-mq-sched: improve IO scheduling on SCSI devcie

[BUG] Deadlock due due to interactions of block, RCU, and cpu offline
 2017-08-22 20:53 UTC  (15+ messages)

[PATCH v3 0/4] loop: LO_FLAGS_BLOCKSIZE fixes
 2017-08-22 20:25 UTC  (6+ messages)
` [PATCH v3 1/4] loop: fix hang if LOOP_SET_STATUS gets invalid blocksize or encrypt type
` [PATCH v3 2/4] loop: set discard and write zeroes limits in 512 byte sectors
` [PATCH v3 3/4] loop: use queue limit instead of private lo_logical_blocksize
` [PATCH v3 4/4] loop: always return block size in LOOP_GET_STATUS

[PATCH] blk-mq: Improvements to the hybrid polling sleep time calculation
 2017-08-22 20:22 UTC  (2+ messages)

[PATCH 1/2] powerpc/workqueue: update list of possible CPUs
 2017-08-22 16:54 UTC  (6+ messages)
` [PATCH 2/2] blk-mq: don't use WORK_CPU_UNBOUND

[PATCH 0/2] Make I/O timeout failure injection again task-independent
 2017-08-22 16:52 UTC  (3+ messages)
` [PATCH 1/2] fault-inject: Restore support for task-independent fault injection
` [PATCH 2/2] block: Make I/O timeout failure injection support again task-independent

non-blocking buffered reads V4
 2017-08-22 16:17 UTC  (5+ messages)
` [PATCH 1/4] fs: pass iocb to do_generic_file_read
` [PATCH 2/4] fs: support IOCB_NOWAIT in generic_file_buffered_read
` [PATCH 3/4] fs: support RWF_NOWAIT for buffered reads
` [PATCH 4/4] block_dev: support RFW_NOWAIT on block device nodes

I/O hangs after resuming from suspend-to-ram
 2017-08-22 11:45 UTC 

[PATCH v2 0/3] loop: LO_FLAGS_BLOCKSIZE fixes
 2017-08-22 10:53 UTC  (8+ messages)
` [PATCH v2 1/3] loop: fix hang if LOOP_SET_STATUS gets invalid blocksize or encrypt type
` [PATCH v2 2/3] loop: use queue limit instead of private lo_logical_blocksize
` [PATCH v2 3/3] loop: always return block size in LOOP_GET_STATUS

[PATCH] loop: Fix freeze if configured block size is not supported
 2017-08-21 19:19 UTC  (4+ messages)

[PATCH 0/6] drivers: make device_attribute const
 2017-08-21 17:26 UTC  (13+ messages)
` [PATCH 1/6] ACPI: "
` [PATCH 2/6] nbd: "
` [PATCH 3/6] hid: "
` [PATCH 4/6] qlogic: "
` [PATCH 5/6] platform/x86: "
` [PATCH 6/6] power: supply: "

[PATCH] blkcg: add a cleanup when active policy fail
 2017-08-21 15:12 UTC 

[PATCH V5 02/13] mmc: core: Add members to mmc_request and mmc_data for CQE's
 2017-08-21  9:27 UTC  (4+ messages)
  ` [PATCH V5 11/13] mmc: block: Add CQE support

Centralize nvme controller reset, delete and fabrics periodic reconnects
 2017-08-20  6:37 UTC  (7+ messages)

[PATCH 00/12] Twelve small block layer patches
 2017-08-20  6:15 UTC  (35+ messages)
` [PATCH 01/12] block: Fix two comments that refer to .queue_rq() return values
` [PATCH 02/12] block: Unexport blk_queue_end_tag()
` [PATCH 03/12] blk-mq: Explain when 'active_queues' is decremented
` [PATCH 04/12] blk-mq: Make blk_mq_reinit_tagset() calls easier to read
` [PATCH 05/12] blk-mq-debugfs: Declare a local symbol static
` [PATCH 06/12] blk-mq-debugfs: Generate name-to-text translation tables
` [PATCH 07/12] genhd: Annotate all part and part_tbl pointer dereferences
` [PATCH 08/12] ide-floppy: Use blk_rq_is_scsi()
` [PATCH 09/12] virtio_blk: "
` [PATCH 10/12] xen-blkback: Fix indentation
` [PATCH 11/12] xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1
` [PATCH 12/12] xen-blkfront: "
    ` [Xen-devel] "

[PATCH V2] blk-throttle: cap discard request size
 2017-08-18 23:08 UTC 

[PATCH v2] blk-mq-debugfs: Add names for recently added flags
 2017-08-18 22:52 UTC 

[PATCH v4] blktrace: Fix potentail deadlock between delete & sysfs ops
 2017-08-18 20:35 UTC  (3+ messages)

[PATCH v3] blktrace: Fix potentail deadlock between delete & sysfs ops
 2017-08-18 19:55 UTC  (3+ messages)

[GIT PULL] Block fixes for 4.13-rc
 2017-08-18 19:23 UTC 

[PATCH] blk-throttle: ignore discard request size
 2017-08-18 19:19 UTC  (7+ messages)

[PATCH v2] blktrace: Fix potentail deadlock between delete & sysfs ops
 2017-08-18 17:26 UTC  (17+ messages)

[PATCH 0/2] loop: LOOP_FLAGS_BLOCKSIZE fixes
 2017-08-18 17:25 UTC  (17+ messages)
` [PATCH 1/2] loop: always return block size in LOOP_GET_STATUS
` [PATCH 2/2] loop: fix hang if LOOP_SET_STATUS gets invalid blocksize or encrypt type

[PATCH] blk-mq-debugfs: Add names for recently added flags
 2017-08-18 16:52 UTC  (2+ messages)

[PATCH] block, bfq: fix error handle in bfq_init
 2017-08-18 16:37 UTC 

[PATCH] block: remove blk_free_devt in add_partition
 2017-08-18 15:54 UTC 

[PATCH v2] blk-mq: Explain when 'active_queues' is decremented
 2017-08-18 15:48 UTC 

[PATCH] skd: Remove driver version information
 2017-08-18 15:31 UTC  (2+ messages)

[PATCH 00/55] Convert skd driver to blk-mq
 2017-08-18 15:05 UTC  (16+ messages)
` [PATCH 10/55] skd: Fix spelling in a source code comment
` [PATCH 12/55] skd: Remove set-but-not-used local variables
` [PATCH 13/55] skd: Remove a set-but-not-used variable from struct skd_device
` [PATCH 16/55] skd: Fix endianness annotations
` [PATCH 27/55] skd: Make the skd_isr() code more brief
` [PATCH 31/55] skd: Drop second argument of skd_recover_requests()
` [PATCH 34/55] skd: Remove superfluous occurrences of the 'volatile' keyword
` [PATCH 36/55] skb: Use symbolic names for SCSI opcodes
` [PATCH 37/55] skd: Move a function definition
` [PATCH 38/55] skd: Rework request failing code path
` [PATCH 55/55] skd: Bump driver version

[PATCH] blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULL
 2017-08-18 14:08 UTC  (4+ messages)

Long delays for I/Os using CFQ scheduler
 2017-08-18 12:13 UTC  (2+ messages)

[RFC PATCH] nvme: always return IRQ_HANDLED
 2017-08-18  7:14 UTC  (6+ messages)

WARNING: CPU: 15 PID: 0 at block/blk-mq.c:1111 __blk_mq_run_hw_queue+0x1d8/0x1f0
 2017-08-18  4:40 UTC  (6+ 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).