linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-13 22:18:29 to 2017-01-20 11:19:07 UTC [more...]

[PATCH RFC 0/4] dm thin: support blk-throttle on data and metadata device
 2017-01-20 11:15 UTC  (5+ messages)
` [PATCH RFC 1/4] dm thin: add a pool feature "keep_bio_blkcg"
` [PATCH RFC 2/4] dm thin: parse "keep_bio_blkcg" from userspace tools
` [PATCH RFC 3/4] dm thin: show the enabled status of keep_bio_blkcg feature
` [PATCH RFC 4/4] dm thin: associate bio with current task if keep_bio_blkcg is enabled

[PATCHSET v4] blk-mq-scheduling framework
 2017-01-20 11:07 UTC  (27+ messages)
` [PATCH 6/8] blk-mq-sched: add framework for MQ capable IO schedulers
` [PATCH 7/8] mq-deadline: add blk-mq adaptation of the deadline IO scheduler

[LSF/MM TOPIC] Badblocks checking/representation in filesystems
 2017-01-20  9:47 UTC  (35+ messages)
        ` [Lsf-pc] "

[LSF/MM TOPIC][LSF/MM ATTEND] NAPI polling for block drivers
 2017-01-20  0:13 UTC  (28+ messages)

[PATCH] nbd: only set MSG_MORE when we have more to send
 2017-01-19 21:32 UTC  (2+ messages)

[PATCH] blk-mq: allow resize of scheduler requests
 2017-01-19 17:37 UTC 

requeue failure with blk-mq-sched
 2017-01-19 14:35 UTC  (4+ messages)

[bug report] blk-mq-tag: cleanup the normal/reserved tag allocation
 2017-01-19 14:13 UTC  (2+ messages)

[bug report] blk-mq-sched: add framework for MQ capable IO schedulers
 2017-01-19 14:11 UTC  (2+ messages)

[LSF/MM ATTEND] block: multipage bvec upstreaming & next step
 2017-01-19  8:27 UTC  (3+ messages)

fix data transfer size caculation for special payload requests
 2017-01-19  7:54 UTC  (5+ messages)
` [PATCH 3/4] nvme: use blk_rq_payload_bytes

[PATCH 0/6] NVMe related fixes
 2017-01-19  7:54 UTC  (7+ messages)
` [PATCH 5/6] blk-mq: Fix queue freeze deadlock

[LSF/MM TOPIC] block level event logging for storage media management
 2017-01-19  6:48 UTC  (4+ messages)

[PATCH for-4.10] blk-mq: Remove unused variable
 2017-01-18 22:38 UTC  (4+ messages)

[PATCH 1/2] sbitmap: use smp_mb__after_atomic() in sbq_wake_up()
 2017-01-18 20:42 UTC  (3+ messages)
` [PATCH 2/2] sbitmap: fix wakeup hang after sbq resize

[LSF/MM TOPIC] Future direction of DAX
 2017-01-18 17:22 UTC  (18+ messages)
` [Lsf-pc] "

[patch] block: add blktrace C events for bio-based drivers
 2017-01-18 16:01 UTC  (4+ messages)

kernel oops with blk-mq-sched latest
 2017-01-18 14:40 UTC  (5+ messages)

[LSF/MM TOPIC] Un-addressable device memory and block/fs implications
 2017-01-18 11:00 UTC  (4+ messages)
` [LSF/MM ATTEND] "
  ` [Lsf-pc] "

[PATCH] genhd: Do not hold event lock when scheduling workqueue elements
 2017-01-18  9:48 UTC 

[PATCH v2] block: Don't register a registered bdi device
 2017-01-18  7:28 UTC 

[PATCH] partitions/efi: Fix integer overflow in GPT size calculation
 2017-01-17 16:03 UTC  (3+ messages)

[LSF/MM ATTEND] blk-mq I/O scheduling, Btrfs, VFS topics
 2017-01-17 15:55 UTC  (2+ messages)

[PATCH v1 00/54] block: support multipage bvec
 2017-01-17  8:13 UTC  (5+ messages)

[PATCH] nbd: use an idr to keep track of nbd devices
 2017-01-17  0:17 UTC  (8+ messages)

[LSF/MM TOPIC] Memory hotplug, ZONE_DEVICE, and the future of struct page
 2017-01-16 22:59 UTC  (3+ messages)

[PATCHSET v6] blk-mq scheduling framework
 2017-01-16 15:47 UTC  (15+ messages)

[PATCH] preview - block layer help to detect sequential IO
 2017-01-16 14:07 UTC  (3+ messages)

[LSF/MM ATTEND] md raid general discussion
 2017-01-16  6:35 UTC 

[LSF/MM TOPIC] [LSF/MM ATTEND] md raid general discussion
 2017-01-16  5:40 UTC  (3+ messages)
  ` [Lsf-pc] "

NBD: exported files over something around 1 TiB get an insane device size on the client side and are actually empty
 2017-01-15  7:13 UTC  (5+ messages)
  ` [Nbd] "

[PATCH V6 00/18] blk-throttle: add .low limit
 2017-01-15  3:42 UTC  (19+ messages)
` [PATCH V6 01/18] blk-throttle: use U64_MAX/UINT_MAX to replace -1
` [PATCH V6 02/18] blk-throttle: prepare support multiple limits
` [PATCH V6 03/18] blk-throttle: add .low interface
` [PATCH V6 04/18] blk-throttle: configure bps/iops limit for cgroup in low limit
` [PATCH V6 05/18] blk-throttle: add upgrade logic for LIMIT_LOW state
` [PATCH V6 06/18] blk-throttle: add downgrade logic
` [PATCH V6 07/18] blk-throttle: make sure expire time isn't too big
` [PATCH V6 08/18] blk-throttle: make throtl_slice tunable
` [PATCH V6 09/18] blk-throttle: choose a small throtl_slice for SSD
` [PATCH V6 10/18] blk-throttle: detect completed idle cgroup
` [PATCH V6 11/18] blk-throttle: make bandwidth change smooth
` [PATCH V6 12/18] blk-throttle: add a simple idle detection
` [PATCH V6 13/18] blk-throttle: add interface to configure idle time threshold
` [PATCH V6 14/18] blk-throttle: ignore idle cgroup limit
` [PATCH V6 15/18] blk-throttle: add interface for per-cgroup target latency
` [PATCH V6 16/18] block: track request size in blk_issue_stat
` [PATCH V6 17/18] blk-throttle: add a mechanism to estimate IO latency
` [PATCH V6 18/18] blk-throttle: add latency target support

[GIT PULL] Block fixes for 4.10-rc
 2017-01-15  0:28 UTC 

[PATCH] nbd: create a recv workqueue per nbd device
 2017-01-14 21:27 UTC  (5+ messages)

[PATCH] block: don't try to discard from __blkdev_issue_zeroout
 2017-01-13 22:18 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).