linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-27 16:06:41 to 2017-01-10 15:06:12 UTC [more...]

RFC: split scsi passthrough fields out of struct request
 2017-01-10 15:06 UTC  (6+ messages)
` [PATCH 01/15] virtio_blk: avoid DMA to stack for the sense buffer
` [PATCH 02/15] nvme-rdma: fix nvme_rdma_queue_is_ready
` [PATCH 03/15] block: simplify blk_init_allocated_queue
` [PATCH 05/15] dm: remove incomple BLOCK_PC support
` [PATCH 07/15] scsi_dh_emc: switch to scsi_execute_req_flags()

[LSF/MM TOPIC][LSF/MM ATTEND] OCSSDs - SMR, Hierarchical Interface, and Vector I/Os
 2017-01-10 13:06 UTC  (20+ messages)

[LSF/MM TOPIC] [LSF/MM ATTEND] FS Management Interfaces
 2017-01-10 11:57 UTC  (3+ messages)
` [Lsf-pc] "

[LSF/MM ATTEND AND AGENDA TOPIC] request to attend the summit
 2017-01-10  9:55 UTC  (10+ messages)
        ` [Lsf-pc] "

[PATCH] block: Don't register a registered bdi device
 2017-01-10  8:08 UTC 

[PATCH] do_direct_IO: Use inode->i_blkbits to compute block count to be cleaned
 2017-01-10  5:27 UTC  (8+ messages)
` [PATCH] direct-io: don't introduce another read of inode->i_blkbits

[PATCH] virtio_blk: fix panic in initialization error path
 2017-01-10  4:11 UTC  (5+ messages)

[PATCH] block: fix blk_get_backing_dev_info() crash, use bdev->bd_queue
 2017-01-10  1:59 UTC  (6+ messages)

[PATCH V5 00/17] blk-throttle: add .low limit
 2017-01-09 22:27 UTC  (30+ messages)
` [PATCH V5 03/17] blk-throttle: add .low interface
` [PATCH V5 04/17] blk-throttle: configure bps/iops limit for cgroup in low limit
` [PATCH V5 05/17] blk-throttle: add upgrade logic for LIMIT_LOW state
` [PATCH V5 07/17] blk-throttle: make sure expire time isn't too big
` [PATCH V5 08/17] blk-throttle: make throtl_slice tunable
` [PATCH V5 09/17] blk-throttle: detect completed idle cgroup
` [PATCH V5 10/17] blk-throttle: make bandwidth change smooth
` [PATCH V5 11/17] blk-throttle: add a simple idle detection
` [PATCH V5 12/17] blk-throttle: add interface to configure idle time threshold
` [PATCH V5 13/17] blk-throttle: ignore idle cgroup limit
` [PATCH V5 14/17] blk-throttle: add interface for per-cgroup target latency
` [PATCH V5 15/17] block: track request size in blk_issue_stat
` [PATCH V5 16/17] blk-throttle: add a mechanism to estimate IO latency

blk_queue_bounce_limit() broken for mask=0xffffffff on 64bit archs
 2017-01-09 20:59 UTC  (2+ messages)

[4.10, panic, regression] iscsi: null pointer deref at iscsi_tcp_segment_done+0x20d/0x2e0
 2017-01-09 20:45 UTC  (25+ messages)

[patch] nbd: blk_mq_init_queue returns an error code on failure, not NULL
 2017-01-09 20:44 UTC  (4+ messages)

[PATCH 0/2] nvme: Improvements in sysfs entry for NVMe CMBs
 2017-01-09 19:37 UTC  (6+ messages)
` [PATCH 2/2] nvme: improve cmb sysfs reporting

[LSF/MM TOPIC] [LSF/MM ATTEND] md raid general discussion
 2017-01-09 16:38 UTC 

4.10 and -stable fix for virtio_blk and virtually mapped stacks
 2017-01-09 16:33 UTC  (10+ messages)
` [PATCH] virtio_blk: avoid DMA to stack for the sense buffer

[RFC] blk: increase logical_block_size to unsigned int
 2017-01-09 15:09 UTC  (3+ messages)

LSF/MM 2017: Call for Proposals closes January 15th
 2017-01-09 13:40 UTC 

Why the field 'depth use different data types in sbitmap and sbitmap_word
 2017-01-09  2:43 UTC  (3+ messages)

Minimum nr_requests for blk-mq
 2017-01-08 13:39 UTC 

[PATCH 0/6] NVMe related fixes
 2017-01-08 10:02 UTC  (10+ 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

[PATCH 0/1] block: fix blk_queue_split() resource exhaustion
 2017-01-07 19:56 UTC  (15+ messages)
` [PATCH 1/1] "
  ` [PATCH v2 "
        ` [dm-devel] "

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

[LSF/MM TOPIC] status update on stream IDs
 2017-01-07  2:06 UTC  (3+ messages)

[RFC PATCH v2 0/2] block: fix backing_dev_info lifetime
 2017-01-07  1:03 UTC  (3+ messages)
` [RFC PATCH v2 1/2] block: fix lifetime of request_queue / backing_dev_info relative to bdev
` [RFC PATCH v2 2/2] block: fix blk_get_backing_dev_info() crash, use bdev->bd_queue

[PATCH v1 02/54] block: loop: comment on direct access to bvec table
 2017-01-06  3:30 UTC  (19+ messages)
` [PATCH v1 03/54] kernel/power/swap.c: "
` [PATCH v1 07/54] bcache: "
` [PATCH v1 08/54] block: comment on bio_alloc_pages()
` [PATCH v1 12/54] dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE
` [PATCH v1 14/54] block: introduce multipage/single page bvec helpers
` [PATCH v1 15/54] block: implement sp version of bvec iterator helpers
` [PATCH v1 16/54] block: introduce bio_for_each_segment_mp()
` [PATCH v1 23/54] bcache: handle bio_clone() & bvec updating for multipage bvecs
` [PATCH v1 29/54] block: introduce bvec_for_each_sp_bvec()
` [PATCH v1 30/54] block: bio: introduce single/multi page version of bio_for_each_segment_all()
` [PATCH v1 31/54] block: introduce bio_segments_all()

[PATCH] block: protect iterate_bdevs() against concurrent close
 2017-01-06  0:19 UTC  (3+ messages)

[dm-devel] [PATCH] dm-crypt: fix lost ioprio when queuing crypto bios from task with ioprio
 2017-01-05 16:55 UTC  (4+ messages)
  `  "

[PATCH 0/2] Two small fixes that address issues introduced in kernel v4.10-rc1
 2017-01-05 10:58 UTC  (5+ messages)
` [PATCH 1/2] block: Make wbt_wait() definition consistent with declaration
` [PATCH 2/2] block: Avoid that sparse complains about context imbalance in __wbt_wait()

[GIT PULL] minor floppy fix
 2017-01-04 20:53 UTC  (2+ messages)

[LSF/MM TOPIC] blk-trace update vs API stability
 2017-01-04 17:17 UTC  (2+ messages)

[GIT PULL] Block fixes for 4.10-rc2
 2017-01-04 16:46 UTC 

[patch] block: fix up io_poll documentation
 2017-01-04 14:49 UTC  (3+ messages)

[PATCH PoCv2 0/2] mmc: add blk-mq support
 2017-01-04 10:18 UTC  (5+ messages)
    ` [PATCH PoCv2 1/2] Revert "mmc: queue: Share mmc request array between partitions"
    ` [PATCH PoCv2 2/2] mmc-mq: initial blk-mq support

[PATCH v2] RFD: switch MMC/SD to use blk-mq multiqueueing
 2017-01-03 23:06 UTC  (16+ messages)

[PATCH v1 32/54] block: introduce bvec_get_last_sp()
 2017-01-03 14:58 UTC  (9+ messages)
` [PATCH v1 45/54] exofs: convert to bio_for_each_segment_all_sp()
` [PATCH v1 47/54] fs/btrfs: "
` [PATCH v1 48/54] fs/block_dev.c: "
` [PATCH v1 49/54] fs/iomap.c: "
` [PATCH v1 51/54] btrfs: avoid access to .bi_vcnt directly
` [PATCH v1 52/54] btrfs: use bvec_get_last_sp to get the last singlepage bvec
` [PATCH v1 53/54] btrfs: comment on direct access bvec table

[PATCH] clean_bdev_aliases: Prevent cleaning blocks that are not in block range
 2017-01-02 16:46 UTC  (5+ messages)

LSF/MM 2017: Call for Proposals
 2016-12-27 17:19 UTC 


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