linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-02 18:07:07 to 2017-03-09 13:16:35 UTC [more...]

[PATCH rfc 00/10] non selective polling block interface
 2017-03-09 13:16 UTC  (4+ messages)
` [PATCH rfc 01/10] nvme-pci: Split __nvme_process_cq to poll and handle
` [PATCH rfc 02/10] nvme-pci: Add budget to __nvme_process_cq
` [PATCH rfc 03/10] nvme-pci: open-code polling logic in nvme_poll

[PATCH 0/2] blk-mq: dying queue fix & improvement
 2017-03-09 13:02 UTC  (3+ messages)
` [PATCH 1/2] blk-mq: don't complete un-started request in timeout handler
` [PATCH 2/2] blk-mq: start to freeze queue just after setting dying

4.11.0-rc1 boot resulted in WARNING: CPU: 14 PID: 1722 at fs/sysfs/dir.c:31 .sysfs_warn_dup+0x78/0xb0
 2017-03-09 12:59 UTC 

[PATCH v2] cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode
 2017-03-09 11:22 UTC  (4+ messages)

[PATCH 0/4 v2] block: Fixes for bdi handling
 2017-03-09 10:16 UTC  (5+ messages)
` [PATCH 1/4] block: Allow bdi re-registration
` [PATCH 2/4] bdi: Fix use-after-free in wb_congested_put()
` [PATCH 3/4] block: Make del_gendisk() safer for disks without queues
` [PATCH 4/4] Revert "scsi, block: fix duplicate bdi name registration crashes"

[PATCH 0/4] block: Fixes for bdi handling
 2017-03-09  9:10 UTC  (15+ messages)
` [PATCH 1/4] block: Allow bdi re-registration
` [PATCH 2/4] bdi: Fix use-after-free in wb_congested_put()
` [PATCH 3/4] block: Make del_gendisk() safer for disks without queues
` [PATCH 4/4] Revert "scsi, block: fix duplicate bdi name registration crashes"

[4.11-rc1 block]: Boot failure due to memory corruption
 2017-03-09  8:56 UTC  (2+ messages)

[PATCH] blkcg: allocate struct blkcg_gq outside request queue spinlock
 2017-03-09  8:05 UTC  (13+ messages)
` [PATCH v2] "
        ` [PATCH v3] "
            ` [PATCH v4] "
                ` [PATCH v5] "
          ` [lkp-robot] [blkcg] ad63af3cb7: BUG:sleeping_function_called_from_invalid_context_at_mm/slab.h

[PATCH] zram: set physical queue limits to avoid array out of bounds accesses
 2017-03-09  5:28 UTC  (15+ messages)

[PATCH 2/3] block: Separate zone requests from medium access requests
 2017-03-09  5:27 UTC  (2+ messages)
` [lkp-robot] [block] 670fcc25d7: kernel_BUG_at_block/blk-core.c

[PATCH v2] don't forget to call pd_online_fn when activate policy
 2017-03-09  2:20 UTC 

[PATCH 0/8 v2] Non-blocking AIO
 2017-03-09  2:18 UTC  (21+ messages)
` [PATCH 5/8] nowait aio: return on congested block device

[PATCH] don't forget to call pd_online_fn when activate policy
 2017-03-08 22:09 UTC  (2+ messages)

[PATCH] f2fs: allocate a bio for discarding when actually issuing it
 2017-03-08 21:43 UTC  (2+ messages)

[PATCH 0/6] Lots of NBD fixes and enhancements
 2017-03-08 20:44 UTC  (5+ messages)
` [PATCH 6/6] nbd: add a basic netlink interface
  ` [Nbd] "

BIO request larger than our storage device supports in linux kernel 4.x
 2017-03-08 18:22 UTC  (7+ messages)

[PATCH] axonram: Fix gendisk handling
 2017-03-08 17:55 UTC  (2+ messages)

[PATCH 0/11 v3] block: Fix block device shutdown related races
 2017-03-08 14:25 UTC  (20+ messages)
` [PATCH 01/11] block: Fix bdi assignment to bdev inode when racing with disk delete
` [PATCH 02/11] block: Fix race of bdev open with gendisk shutdown
` [PATCH 03/11] bdi: Mark congested->bdi as internal
` [PATCH 04/11] bdi: Make wb->bdi a proper reference
` [PATCH 05/11] bdi: Move removal from bdi->wb_list into wb_shutdown()
` [PATCH 06/11] bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()
` [PATCH 07/11] bdi: Do not wait for cgwbs release in bdi_unregister()
` [PATCH 08/11] bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()
` [PATCH 09/11] block: Fix oops in locked_inode_to_wb_and_lock_list()
` [PATCH 10/11] kobject: Export kobject_get_unless_zero()
` [PATCH 11/11] block: Fix oops scsi_disk_get()

cfq-iosched: two questions about the hrtimer version of CFQ
 2017-03-08 14:24 UTC  (2+ messages)

[PATCH 0/13 v2] block: Fix block device shutdown related races
 2017-03-08 13:21 UTC  (10+ messages)

[bdi_unregister] 165a5e22fa INFO: task swapper:1 blocked for more than 120 seconds
 2017-03-08  9:59 UTC  (15+ messages)
` [bdi_unregister] 165a5e22fa BUG kmalloc-512 (Not tainted): Poison overwritten

[PATCH RFC 00/14] Add the BFQ I/O Scheduler to blk-mq
 2017-03-07 23:22 UTC  (26+ messages)
` [PATCH RFC 01/14] block, bfq: introduce the BFQ-v0 I/O scheduler as an extra scheduler
` [PATCH RFC 02/14] block, bfq: add full hierarchical scheduling and cgroups support
` [PATCH RFC 03/14] block, bfq: improve throughput boosting
` [PATCH RFC 04/14] block, bfq: modify the peak-rate estimator
` [PATCH RFC 05/14] block, bfq: add more fairness with writes and slow processes
` [PATCH RFC 06/14] block, bfq: improve responsiveness
` [PATCH RFC 07/14] block, bfq: reduce I/O latency for soft real-time applications
` [PATCH RFC 08/14] block, bfq: preserve a low latency also with NCQ-capable drives
` [PATCH RFC 09/14] block, bfq: reduce latency during request-pool saturation
` [PATCH RFC 10/14] block, bfq: add Early Queue Merge (EQM)
` [PATCH RFC 11/14] block, bfq: reduce idling only in symmetric scenarios
` [PATCH RFC 12/14] block, bfq: boost the throughput on NCQ-capable flash-based devices
` [PATCH RFC 13/14] block, bfq: boost the throughput with random I/O on NCQ-capable HDDs
` [PATCH RFC 14/14] block, bfq: handle bursts of queue activations

LOOP_CLR_FD on partition removes mapping for whole device
 2017-03-07 10:34 UTC 

cfq-iosched: two questions about the hrtimer version of CFQ
 2017-03-07  1:22 UTC  (2+ messages)

[PATCH] block/sed: Fix opal user range check and unused variables
 2017-03-06 20:15 UTC  (3+ messages)

block/sed-opal.c: 2 * bad if tests ?
 2017-03-06 15:19 UTC  (2+ messages)

[PATCH] cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode
 2017-03-06 13:45 UTC  (6+ messages)

WARN_ON() when booting with nvme loopback over zram
 2017-03-06  8:35 UTC  (3+ messages)

[PATCH v2 00/14] md: cleanup on direct access to bvec table
 2017-03-03 17:38 UTC  (29+ messages)
` [PATCH v2 04/13] md: prepare for managing resync I/O pages in clean way
` [PATCH v2 05/13] md: raid1: simplify r1buf_pool_free()
` [PATCH v2 06/13] md: raid1: don't use bio's vec table to manage resync pages
` [PATCH v2 09/13] md: raid1: use bio_segments_all()
` [PATCH v2 13/13] md: raid10: avoid direct access to bvec table in handle_reshape_read_error

[PATCH] block: use put_io_context_active() to disassociate bio from a task
 2017-03-03 19:12 UTC  (2+ messages)

[PATCH 0/4] blk-mq: cleanup on all kinds of kobjects
 2017-03-03 15:34 UTC  (2+ messages)

[GIT PULL] Block fixes for 4.11-rc1
 2017-03-03  4:07 UTC 

[PATCH] blk-mq-sched: don't hold queue_lock when calling exit_icq
 2017-03-02 20:59 UTC  (14+ 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).