linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-28 14:27:28 to 2017-05-03 16:55:32 UTC [more...]

[PATCH 0/4] blk-mq: support to use hw tag for scheduling
 2017-05-03 16:55 UTC  (31+ 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 4/4] blk-mq: dump new introduced flag of BLK_MQ_F_SCHED_USE_HW_TAG

[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] brd: fix uninitialized use of brd->dax_dev
 2017-05-03 12:56 UTC 

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

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

update ->init_request and ->exit_request prototypes
 2017-05-03  7:53 UTC  (7+ messages)
` [PATCH 1/5] blk-mq: "

[PATCH 00/13] block: assorted cleanup for bio splitting and cloning
 2017-05-03  6:42 UTC  (37+ messages)
` [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 02/13] blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
` [PATCH 05/13] block: Improvements to bounce-buffer handling
` [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 08/13] pktcdvd: "
` [PATCH 10/13] xen-blkfront: remove bio splitting
` [PATCH 06/13] rbd: use bio_clone_fast() instead of bio_clone()
` [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 11/13] bcache: use kmalloc to allocate bio in bch_data_verify()

[PATCH v2 00/10] dm: zoned block device support
 2017-05-02 21:53 UTC  (11+ messages)
` [PATCH v2 01/10] dm-table: Introduce DM_TARGET_ZONED_HM feature
` [PATCH v2 02/10] dm-table: Check device area zone alignment
` [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  (6+ 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  (13+ messages)
` [PATCH 1/6] blk-mq: Make blk_mq_quiesce_queue() wait for all .queue_rq() calls
` [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  (18+ messages)
` [PATCH 1/6] mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()
` [PATCH 2/6] mtip32xx: kill atomic argument to mtip_quiesce_io()
` [PATCH 3/6] mtip32xx: abstract out "are any commands active" helper
` [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  (15+ messages)
` [PATCH 1/7] mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()
` [PATCH 2/7] mtip32xx: kill atomic argument to mtip_quiesce_io()
` [PATCH 3/7] mtip32xx: abstract out "are any commands active" helper
` [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

[PATCH cosmetic] Remove trailing newline in elevator switch error message
 2017-05-01 16:29 UTC  (5+ messages)
      ` [PATCH v2 "

[PATCH] block: Remove elevator_change()
 2017-05-01 16:02 UTC  (2+ messages)

[GIT PULL] post-merge pull for 4.12
 2017-05-01  2:50 UTC 

[GIT PULL] Block changes for 4.12-rc
 2017-05-01  2:49 UTC 

small dm mpath cleanups
 2017-04-28 20:42 UTC  (5+ messages)

[RFC PATCH] x86, uaccess, pmem: introduce copy_from_iter_writethru for dax + pmem
 2017-04-28 19:39 UTC  (2+ messages)
` [PATCH v2] x86, uaccess: introduce copy_from_iter_wt for pmem / writethrough operations

[PATCH v2a 0/6]: Fixup mtip32xx for scheduling
 2017-04-28 16:43 UTC  (15+ messages)
` [PATCH 1/6] mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()
` [PATCH 2/6] mtip32xx: kill atomic argument to mtip_quiesce_io()
` [PATCH 3/6] mtip32xx: abstract out "are any commands active" helper
` [PATCH 4/6] blk-mq: don't bypass scheduler for reserved requests
` [PATCH 5/6] mtip32xx: convert internal command issue to block IO path
` [PATCH 6/6] Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"

[PATCH] block: nbd: fix double free
 2017-04-28 15:29 UTC  (4+ messages)

[PATCH] block: hide badblocks attribute by default
 2017-04-28 14:27 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).