linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-01 17:53:48 to 2017-05-04 11:28:14 UTC [more...]

[PATCH v2 00/12] blk-mq-sched: scheduler support and cleanups
 2017-05-04 11:28 UTC  (22+ messages)
` [PATCH v2 01/12] blk-mq-debugfs: separate flags with |
` [PATCH v2 02/12] blk-mq-debugfs: clean up flag definitions
` [PATCH v2 03/12] blk-mq-debugfs: error on long write to queue "state" file
` [PATCH v2 04/12] blk-mq-debugfs: don't open code strstrip()
` [PATCH v2 05/12] blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>
` [PATCH v2 06/12] blk-mq-debugfs: get rid of a bunch of boilerplate
` [PATCH v2 07/12] blk-mq: Do not invoke queue operations on a dead queue
` [PATCH v2 08/12] blk-mq: move debugfs declarations to a separate header file
` [PATCH v2 09/12] blk-mq: untangle debugfs and sysfs
` [PATCH v2 10/12] blk-mq-debugfs: allow schedulers to register debugfs attributes
` [PATCH v2 11/12] kyber: add "
` [PATCH v2 12/12] mq-deadline: "

[PATCH 1/2] lightnvm: create cmd before allocating request
 2017-05-04 11:27 UTC  (6+ messages)
` [PATCH 2/2] lightnvm: fix bad back free on error path

[PATCH] nfs: Fix bdi handling for cloned superblocks
 2017-05-04  7:02 UTC 

[PATCH 0/4] blk-mq: support to use hw tag for scheduling
 2017-05-04  2:51 UTC  (43+ messages)
` [PATCH 1/4] blk-mq: introduce BLK_MQ_F_SCHED_USE_HW_TAG
` [PATCH 2/4] blk-mq: introduce blk_mq_get_queue_depth()
` [PATCH 3/4] blk-mq: use hw tag for scheduling if hw tag space is big enough

[PATCH V2 0/5] blk-mq: support to use hw tag for scheduling
 2017-05-04  2:12 UTC  (8+ messages)
` [PATCH V2 1/5] blk-mq: introduce BLK_MQ_F_SCHED_USE_HW_TAG
` [PATCH V2 2/5] blk-mq: introduce blk_mq_get_queue_depth()
` [PATCH V2 3/5] blk-mq: don't update q->nr_requests when updating hw queue's depth
` [PATCH V2 4/5] blk-mq: use hw tag for scheduling if hw tag space is big enough
` [PATCH V2 5/5] blk-mq: allow to use hw tag for shared tags

[PATCH 0/9] blk-mq-debugfs: scheduler support and cleanups
 2017-05-03 23:22 UTC  (13+ messages)
` [PATCH 1/9] blk-mq-debugfs: separate flags with |
` [PATCH 2/9] blk-mq-debugfs: clean up flag definitions
` [PATCH 3/9] blk-mq-debugfs: get rid of a bunch of boilerplate
` [PATCH 4/9] blk-mq: Do not invoke queue operations on a dead queue
` [PATCH 5/9] blk-mq: move debugfs declarations to a separate header file
` [PATCH 6/9] blk-mq: untangle debugfs and sysfs
` [PATCH 7/9] blk-mq-debugfs: allow schedulers to register debugfs attributes
` [PATCH 8/9] kyber: add "
` [PATCH 9/9] mq-deadline: "
` [PATCH 10/9] blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>

Crash in function called from __blkg_release_rcu()
 2017-05-03 20:33 UTC 

[PATCH v2 0/4] blk-mq: support to use hw tag for scheduling
 2017-05-03 19:57 UTC 

[PATCH] ARM: Fix rd_size declaration
 2017-05-03 19:48 UTC  (2+ messages)

[PATCH] ARM: Fix rd_size declaration
 2017-05-03 19:38 UTC  (4+ messages)

[PATCH] brd: fix uninitialized use of brd->dax_dev
 2017-05-03 18:44 UTC  (2+ messages)

[PATCH 0/2] blk-mq-debugfs: Fine-tuning for five function implementations
 2017-05-03 18:36 UTC  (3+ messages)
` [PATCH 1/2] blk-mq-debugfs: Replace seven seq_puts() calls by seq_putc()
` [PATCH 2/2] blk-mq-debugfs: Add spaces in queue_poll_stat_show()

[PATCH 0/9] block: T10/DIF Fixes and cleanups v3
 2017-05-03 16:10 UTC  (6+ messages)
` [PATCH 3/9] bio-integrity: bio_integrity_advance must update integrity seed

always use REQ_OP_WRITE_ZEROES for zeroing offload V2
 2017-05-03 14:33 UTC  (8+ messages)
` [PATCH 25/27] block: remove the discard_zeroes_data flag

[PATCH v2 0/6] Automatic affinity settings for nvme over rdma
 2017-05-03 10:34 UTC  (5+ messages)
` [PATCH v2 3/6] RDMA/core: expose affinity mappings per completion vector

Playing with BFQ
 2017-05-03  9:24 UTC  (10+ messages)

update ->init_request and ->exit_request prototypes
 2017-05-03  7:53 UTC  (3+ messages)

[PATCH 00/13] block: assorted cleanup for bio splitting and cloning
 2017-05-03  6:42 UTC  (37+ messages)
` [PATCH 02/13] blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
` [PATCH 05/13] block: Improvements to bounce-buffer handling
` [PATCH 04/13] blk: use non-rescuing bioset for q->bio_split
  ` [PATCH 04/13 V2] "
` [PATCH 03/13] blk: make the bioset rescue_workqueue optional
  ` [PATCH 03/13 V2] "
` [PATCH 01/13] blk: remove bio_set arg from blk_queue_split()
` [PATCH 08/13] pktcdvd: use bio_clone_fast() instead of bio_clone()
` [PATCH 10/13] xen-blkfront: remove bio splitting
` [PATCH 06/13] rbd: use bio_clone_fast() instead of bio_clone()
` [PATCH 09/13] lightnvm/pblk-read: use bio_clone_fast()
` [PATCH 07/13] drbd: use bio_clone_fast() instead of bio_clone()
  ` [PATCH 07/13 V2] "
` [PATCH 11/13] bcache: use kmalloc to allocate bio in bch_data_verify()
` [PATCH 13/13] block: don't check for BIO_MAX_PAGES in blk_bio_segment_split()
` [PATCH 12/13] block: remove bio_clone() and all references

[PATCH v2 00/10] dm: zoned block device support
 2017-05-02 21:53 UTC  (9+ messages)
` [PATCH v2 03/10] dm-table: Check block devices zone model compatibility
` [PATCH v2 04/10] dm: Fix REQ_OP_ZONE_RESET bio handling
` [PATCH v2 05/10] dm: Fix REQ_OP_ZONE_REPORT "
` [PATCH v2 06/10] dm: Introduce dm_remap_zone_report()
` [PATCH v2 07/10] dm-flakey: Add support for zoned block devices
` [PATCH v2 08/10] dm-linear: "
` [PATCH v2 09/10] dm-kcopyd: Add sequential write feature
  ` [PATCH v2 10/10] dm-zoned: Drive-managed zoned block device target

BUG: KASAN: use-after-free in scsi_exit_rq
 2017-05-02 17:39 UTC  (5+ messages)

[PATCH] block: don't call blk_mq_quiesce_queue() after queue is freezed
 2017-05-02 17:34 UTC  (3+ messages)

[PATCH ] block: don't call blk_mq_quiesce_queue() during switching mq sched
 2017-05-02 17:31 UTC  (4+ messages)

Treat REQ_FUA and REQ_PREFLUSH as synchronous
 2017-05-02 16:29 UTC  (6+ messages)

[PATCH 0/6] Six more patches for Linux kernel v4.12
 2017-05-02 16:25 UTC  (9+ messages)
` [PATCH 5/6] blk-mq-debugfs: Show busy requests
` [PATCH 6/6] blk-mq-debugfs: Add 'kick' operation

[PATCH v4 0/6] Fixup mtip32xx for scheduling
 2017-05-02 16:00 UTC  (15+ messages)
` [PATCH 4/6] mtip32xx: convert internal command issue to block IO path
` [PATCH 5/6] blk-mq-sched: remove hack that bypasses scheduler for reserved requests
` [PATCH 6/6] Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"

[PATCH 0/2] Convert mtip32xx to use block path for commands
 2017-05-02 15:59 UTC  (3+ messages)
` [PATCH 1/2] mtip32xx: cleanup internal tag assumptions
` [PATCH 2/2] mtip32xx: convert internal commands to regular block infrastructure

[PATCH v3 0/7] Fixup mtip32xx for scheduling
 2017-05-02  6:15 UTC  (9+ messages)
` [PATCH 4/7] blk-mq: add and export helper to tell if a request is reserved
` [PATCH 5/7] mtip32xx: convert internal command issue to block IO path
` [PATCH 6/7] blk-mq-sched: remove hack that bypasses scheduler for reserved requests
` [PATCH 7/7] Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"

[PATCH 00/10] block: assorted cleanup for bio splitting and cloning
 2017-05-02  3:33 UTC  (8+ messages)
` [PATCH 02/11] blk: make the bioset rescue_workqueue optional


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