linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-19 15:20:39 to 2017-01-04 15:27:25 UTC [more...]

[4.10, panic, regression] iscsi: null pointer deref at iscsi_tcp_segment_done+0x20d/0x2e0
 2017-01-04 15:26 UTC  (27+ messages)

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

[GIT PULL] minor floppy fix
 2017-01-04 14:15 UTC 

[LSF/MM TOPIC][LSF/MM ATTEND] OCSSDs - SMR, Hierarchical Interface, and Vector I/Os
 2017-01-04 12:39 UTC  (8+ 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

[LSF/MM TOPIC] blk-trace update vs API stability
 2017-01-04  8:49 UTC 

4.10 and -stable fix for virtio_blk and virtually mapped stacks
 2017-01-04  7:44 UTC  (3+ messages)
` [PATCH] virtio_blk: avoid DMA to stack for the sense buffer

[LSF/MM ATTEND AND AGENDA TOPIC] request to attend the summit
 2017-01-04  7:41 UTC  (6+ messages)
        ` [Lsf-pc] "

[PATCH 0/1] block: fix blk_queue_split() resource exhaustion
 2017-01-04  5:12 UTC  (7+ messages)
` [PATCH 1/1] "
  ` [PATCH v2 "
        ` [dm-devel] "

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

[PATCH v1 01/54] block: drbd: comment on direct access bvec table
 2017-01-03 16:43 UTC  (37+ messages)
` [PATCH v1 02/54] block: loop: comment on direct access to "
` [PATCH v1 03/54] kernel/power/swap.c: "
` [PATCH v1 04/54] mm: page_io.c: "
` [PATCH v1 05/54] fs/buffer: "
` [PATCH v1 06/54] f2fs: f2fs_read_end_io: "
` [PATCH v1 07/54] bcache: "
` [PATCH v1 08/54] block: comment on bio_alloc_pages()
` [PATCH v1 09/54] block: comment on bio_iov_iter_get_pages()
` [PATCH v1 10/54] block: introduce flag QUEUE_FLAG_NO_MP
` [PATCH v1 11/54] md: set NO_MP for request queue of md
` [PATCH v1 12/54] dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE
` [PATCH v1 13/54] block: comments on bio_for_each_segment[_all]
` [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 17/54] block: introduce bio_clone_sp()
` [PATCH v1 18/54] bvec_iter: introduce BVEC_ITER_ALL_INIT
` [PATCH v1 19/54] block: bounce: avoid direct access to bvec table
` [PATCH v1 20/54] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
` [PATCH v1 21/54] block: introduce bio_can_convert_to_sp()
` [PATCH v1 22/54] block: bounce: convert multipage bvecs into singlepage
` [PATCH v1 23/54] bcache: handle bio_clone() & bvec updating for multipage bvecs
` [PATCH v1 24/54] blk-merge: compute bio->bi_seg_front_size efficiently
` [PATCH v1 25/54] block: blk-merge: try to make front segments in full size
` [PATCH v1 26/54] block: blk-merge: remove unnecessary check
` [PATCH v1 27/54] block: use bio_for_each_segment_mp() to compute segments count
` [PATCH v1 28/54] block: use bio_for_each_segment_mp() to map sg
` [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 v1 32/54] block: introduce bvec_get_last_sp()
 2017-01-03 14:58 UTC  (24+ messages)
` [PATCH v1 33/54] block: deal with dirtying pages for multipage bvec
` [PATCH v1 34/54] block: convert to singe/multi page version of bio_for_each_segment_all()
` [PATCH v1 35/54] bcache: convert to bio_for_each_segment_all_sp()
` [PATCH v1 36/54] dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()
` [PATCH v1 37/54] dm-crypt: convert to bio_for_each_segment_all_sp()
` [PATCH v1 38/54] md/raid1.c: "
` [PATCH v1 39/54] fs/mpage: "
` [PATCH v1 40/54] fs/direct-io: "
` [PATCH v1 41/54] ext4: "
` [PATCH v1 42/54] xfs: "
` [PATCH v1 43/54] gfs2: "
` [PATCH v1 44/54] f2fs: "
` [PATCH v1 45/54] exofs: "
` [PATCH v1 46/54] fs: crypto: "
` [PATCH v1 47/54] fs/btrfs: "
` [PATCH v1 48/54] fs/block_dev.c: "
` [PATCH v1 49/54] fs/iomap.c: "
` [PATCH v1 50/54] fs/buffer.c: use bvec iterator to truncate the bio
` [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 v1 54/54] block: enable multipage bvecs

[PATCH 0/2] Two small fixes that address issues introduced in kernel v4.10-rc1
 2017-01-02 16:49 UTC  (4+ 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()

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

[dm-devel] [PATCH] dm-crypt: fix lost ioprio when queuing crypto bios from task with ioprio
 2016-12-30  4:08 UTC  (3+ messages)
  `  "

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

[RFC 00/10] implement alternative and much simpler id allocator
 2016-12-23 17:03 UTC  (7+ messages)

[PATCHSET v4] blk-mq-scheduling framework
 2016-12-23 10:12 UTC  (31+ messages)
` [PATCH 3/8] block: move rq_ioc() to blk.h
` [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

[GIT PULL] NVMe updates
 2016-12-22 18:55 UTC  (2+ messages)

[PATCH] block: add back plugging in __blkdev_direct_IO
 2016-12-22 18:31 UTC  (4+ messages)

[PATCH] genhd: remove dead and duplicated scsi code
 2016-12-22 18:24 UTC  (3+ messages)

[GIT PULL] Block fixes for 4.10-rc1
 2016-12-22 16:14 UTC 

[PATCH] scsi: do not requeue requests unaligned with device sector size
 2016-12-21 23:11 UTC  (6+ messages)

[PATCH] block: loose check on sg gap
 2016-12-20  2:31 UTC  (4+ messages)

[LSF/MM TOPIC] Un-addressable device memory and block/fs implications
 2016-12-19 17:00 UTC  (7+ messages)
        ` [Lsf-pc] "

[RFC] block: check partition alignment
 2016-12-19 16:18 UTC  (4+ messages)
` [v2] "

[PATCH 0/2] nvme: Improvements in sysfs entry for NVMe CMBs
 2016-12-19 15:42 UTC  (4+ messages)
` [PATCH 2/2] nvme: improve cmb sysfs reporting

[PATCH RESEND] block: allow WRITE_SAME commands with the SG_IO ioctl
 2016-12-19 15:34 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).