linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-12 15:09:23 to 2017-01-17 22:14:21 UTC [more...]

[LSF/MM TOPIC] Badblocks checking/representation in filesystems
 2017-01-17 22:14 UTC  (8+ messages)
        ` [Lsf-pc] "

[patch] block: add blktrace C events for bio-based drivers
 2017-01-17 22:07 UTC  (2+ messages)

fix data transfer size caculation for special payload requests
 2017-01-17 20:06 UTC  (15+ messages)
` [PATCH 1/4] block: add blk_rq_payload_bytes
` [PATCH 2/4] scsi: use blk_rq_payload_bytes
` [PATCH 3/4] nvme: "
` [PATCH 4/4] sd: remove __data_len hack for WRITE SAME

[PATCH 0/6] NVMe related fixes
 2017-01-17 18:00 UTC  (17+ messages)
` [PATCH 1/6] irq/affinity: Assign all online CPUs to vectors
` [PATCH 2/6] irq/affinity: Assign offline CPUs a vector
` [PATCH 3/6] nvme/pci: Start queues after tagset is updated
` [PATCH 4/6] blk-mq: Update queue map when changing queue count
` [PATCH 5/6] blk-mq: Fix queue freeze deadlock
` [PATCH 6/6] blk-mq: Remove unused variable

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

[LSF/MM TOPIC][LSF/MM ATTEND] NAPI polling for block drivers
 2017-01-17 16:50 UTC  (20+ messages)
            ` [Lsf-pc] "

[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)

kernel oops with blk-mq-sched latest
 2017-01-17 13:00 UTC  (3+ messages)

[PATCHSET v4] blk-mq-scheduling framework
 2017-01-17 12:38 UTC  (24+ 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

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

[LSF/MM ATTEND] block: multipage bvec upstreaming & next step
 2017-01-17  3:56 UTC 

[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  (5+ messages)

[PATCHSET v6] blk-mq scheduling framework
 2017-01-16 15:47 UTC  (57+ messages)
` [PATCH 01/10] block: move existing elevator ops to union
` [PATCH 02/10] blk-mq: make mq_ops a const pointer
` [PATCH 03/10] block: move rq_ioc() to blk.h
` [PATCH 04/10] blk-mq: un-export blk_mq_free_hctx_request()
` [PATCH 05/10] blk-mq: export some helpers we need to the scheduling framework
` [PATCH 06/10] blk-mq-tag: cleanup the normal/reserved tag allocation
` [PATCH 07/10] blk-mq: abstract out helpers for allocating/freeing tag maps
` [PATCH 08/10] blk-mq-sched: add framework for MQ capable IO schedulers
` [PATCH 09/10] mq-deadline: add blk-mq adaptation of the deadline IO scheduler
` [PATCH 10/10] blk-mq-sched: allow setting of default "

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

[LSF/MM TOPIC] Un-addressable device memory and block/fs implications
 2017-01-16 12:04 UTC  (3+ messages)
` [LSF/MM ATTEND] "

[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  (5+ 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)

[LSF/MM TOPIC] Badblocks checking/representation in filesystems
 2017-01-13 21:40 UTC 

[LSF/MM ATTEND] Flash-friendly file system for the host-managed model of OCSSDs
 2017-01-13 21:28 UTC 

[LSF/MM TOPIC][LSF/MM ATTEND] multipath redesign
 2017-01-13 17:41 UTC  (7+ messages)
    ` [dm-devel] "

[PATCH] block: use list_entry_rq
 2017-01-13 15:17 UTC  (2+ messages)
` [PATCH] elevator: add fall through comment

[BUG v4.10-rc1] fzero returns EIO on DAX mount
 2017-01-13 13:21 UTC  (2+ messages)

RFC: split scsi passthrough fields out of struct request
 2017-01-13  8:14 UTC  (6+ messages)
` [PATCH 05/15] dm: remove incomple BLOCK_PC support

[Regression] fstrim hangs on Hyper-V: caused by "block: improve handling of the magic discard payload"
 2017-01-13  7:39 UTC  (4+ messages)

blk_queue_bounce_limit() broken for mask=0xffffffff on 64bit archs
 2017-01-13  6:10 UTC  (3+ messages)

RFC: 512e ZBC host-managed disks
 2017-01-13  0:14 UTC  (4+ messages)

[PATCH 0/2] Rename blk_queue_zone_size and bdev_zone_size
 2017-01-13  0:10 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).