linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-07 03:10:47 to 2018-12-11 03:22:05 UTC [more...]

[PATCH] block: fix iolat timestamp and restore accounting semantics
 2018-12-11  3:21 UTC  (4+ messages)

block: kernel panic in __bio_associate_blkg+0x1e
 2018-12-11  3:09 UTC  (2+ messages)

remove the "clustering" flag
 2018-12-11  2:02 UTC  (6+ messages)
` [PATCH 2/9] scsi: introduce a max_segment_size host_template parameters
` [PATCH 8/9] scsi: remove the use_clustering flag

[PATCH V13 0/3] blk-mq: refactor code of issue directly
 2018-12-11  1:42 UTC  (5+ messages)
` [PATCH V13 1/3] blk-mq: refactor the code of issue request directly
` [PATCH V13 2/3] blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
` [PATCH V13 3/3] blk-mq: replace and kill blk_mq_request_issue_directly

[PATCH] dm: fix inflight IO check
 2018-12-11  0:32 UTC  (2+ messages)
`  "

[PATCHSET v7] Support for polled and buffed aio (and more)
 2018-12-11  0:15 UTC  (28+ messages)
` [PATCH 01/27] fs: add an iopoll method to struct file_operations
` [PATCH 02/27] block: add REQ_HIPRI_ASYNC
` [PATCH 03/27] block: wire up block device iopoll method
` [PATCH 04/27] block: use REQ_HIPRI_ASYNC for non-sync polled IO
` [PATCH 05/27] iomap: wire up the iopoll method
` [PATCH 06/27] aio: use assigned completion handler
` [PATCH 07/27] aio: separate out ring reservation from req allocation
` [PATCH 08/27] aio: don't zero entire aio_kiocb aio_get_req()
` [PATCH 09/27] aio: only use blk plugs for > 2 depth submissions
` [PATCH 10/27] aio: use iocb_put() instead of open coding it
` [PATCH 11/27] aio: split out iocb copy from io_submit_one()
` [PATCH 12/27] aio: abstract out io_event filler helper
` [PATCH 13/27] aio: add io_setup2() system call
` [PATCH 14/27] aio: add support for having user mapped iocbs
` [PATCH 15/27] aio: support for IO polling
` [PATCH 16/27] aio: add submission side request cache
` [PATCH 17/27] fs: add fget_many() and fput_many()
` [PATCH 18/27] aio: use fget/fput_many() for file references
` [PATCH 19/27] aio: split iocb init from allocation
` [PATCH 20/27] aio: batch aio_kiocb allocation
` [PATCH 21/27] block: add BIO_HOLD_PAGES flag
` [PATCH 22/27] block: implement bio helper to add iter bvec pages to bio
` [PATCH 23/27] fs: add support for mapping an ITER_BVEC for O_DIRECT
` [PATCH 24/27] aio: add support for pre-mapped user IO buffers
` [PATCH 25/27] aio: split old ring complete out from aio_complete()
` [PATCH 26/27] aio: add support for submission/completion rings
` [PATCH 27/27] aio: support kernel side submission for aio with SCQRING

xfstests generic/347 seems unhappy on todays block for-next tree
 2018-12-10 22:40 UTC  (7+ messages)

[PATCH] mtip32xx: avoid using semaphores
 2018-12-10 21:44 UTC  (2+ messages)

[PATCH] block: Restore tape support
 2018-12-10 20:38 UTC  (9+ messages)

[PATCH] block/bio: Do not zero user pages
 2018-12-10 20:37 UTC  (2+ messages)

[PATCH 0/2] loop: Better discard for block devices
 2018-12-10 17:31 UTC  (8+ messages)
` [PATCH 2/2] loop: Better discard support "

[PATCH v4 0/7] per-cpu in_flight counters for bio-based drivers
 2018-12-10 15:35 UTC  (2+ messages)

[PATCH 1/1] xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-order' set by malicious blkfront
 2018-12-10 15:14 UTC  (6+ messages)
` [Xen-devel] "

[PATCH V2 00/10] unify the interface of the proportional-share policy in blkio/io
 2018-12-10 13:45 UTC  (7+ messages)

[PATCH 1/2] lightnvm: pblk: Do not overwrite ppa list with meta list
 2018-12-10 10:10 UTC  (7+ messages)
` [PATCH 2/2] lightnvm: pblk: Ensure that bio is not freed on recovery

[PATCHSET v6] Support for polled aio (and more)
 2018-12-10  8:10 UTC  (32+ messages)
` [PATCH 01/26] fs: add an iopoll method to struct file_operations
` [PATCH 02/26] block: add REQ_HIPRI_ASYNC
` [PATCH 03/26] block: wire up block device iopoll method
` [PATCH 04/26] block: use REQ_HIPRI_ASYNC for non-sync polled IO
` [PATCH 05/26] iomap: wire up the iopoll method
` [PATCH 06/26] aio: use assigned completion handler
` [PATCH 07/26] aio: separate out ring reservation from req allocation
` [PATCH 08/26] aio: don't zero entire aio_kiocb aio_get_req()
` [PATCH 09/26] aio: only use blk plugs for > 2 depth submissions
` [PATCH 10/26] aio: use iocb_put() instead of open coding it
` [PATCH 11/26] aio: split out iocb copy from io_submit_one()
` [PATCH 12/26] aio: abstract out io_event filler helper
` [PATCH 13/26] aio: add io_setup2() system call
` [PATCH 14/26] aio: add support for having user mapped iocbs
` [PATCH 15/26] aio: support for IO polling
` [PATCH 16/26] aio: add submission side request cache
` [PATCH 17/26] fs: add fget_many() and fput_many()
` [PATCH 18/26] aio: use fget/fput_many() for file references
` [PATCH 19/26] aio: split iocb init from allocation
` [PATCH 20/26] aio: batch aio_kiocb allocation
` [PATCH 21/26] block: add BIO_HOLD_PAGES flag
` [PATCH 22/26] block: implement bio helper to add iter bvec pages to bio
` [PATCH 23/26] fs: add support for mapping an ITER_BVEC for O_DIRECT
` [PATCH 24/26] aio: add support for pre-mapped user IO buffers
` [PATCH 25/26] aio: split old ring complete out from aio_complete()
` [PATCH 26/26] aio: add support for submission/completion rings

KASAN: use-after-free Read in get_disk_and_module
 2018-12-10  7:49 UTC 

blktests: trying to debug nvme test failures
 2018-12-10  5:48 UTC  (2+ messages)

[RFC PATCH v1 0/7] Block/XFS: Support alternative mirror device retry
 2018-12-10  4:30 UTC  (5+ messages)

[PATCH V12 0/3] blk-mq: refactor code of issue directly
 2018-12-10  2:44 UTC  (4+ messages)
` [PATCH V12 1/3] blk-mq: refactor the code of issue request directly
` [PATCH V12 2/3] blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
` [PATCH V12 3/3] blk-mq: replace and kill blk_mq_request_issue_directly

[PATCH V11 0/4] blk-mq: refactor code of issue directly
 2018-12-10  1:27 UTC  (14+ messages)
` [PATCH V11 2/4] blk-mq: refactor the code of issue request directly
` [PATCH V11 3/4] blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
` [PATCH V11 4/4] blk-mq: replace and kill blk_mq_request_issue_directly

[PATCH 3.16 146/328] tracing/blktrace: Fix to allow setting same value
 2018-12-09 21:50 UTC 

[PATCH v2] sbitmap: silence bogus lockdep IRQ warning
 2018-12-09 20:39 UTC  (5+ messages)

[PATCH] nvme: fix irq vs io_queue calculations
 2018-12-09 20:32 UTC  (2+ messages)

[PATCH] sbitmap: silence bogus lockdep IRQ warning
 2018-12-09 18:14 UTC  (4+ messages)

[PATCH] sbitmap: silence bogus lockdep IRQ warning
 2018-12-09 16:53 UTC  (4+ messages)

[PATCH,1/2] genhd: avoid overflow of sectors in disk_stats
 2018-12-09 14:44 UTC  (3+ messages)

[PATCH] bcache: print number of keys in trace_bcache_journal_write
 2018-12-09 13:09 UTC  (2+ messages)

[PATCH 2/3] sbitmap: ammortize cost of clearing bits
 2018-12-09  6:19 UTC  (3+ messages)

[PATCH v5 00/13] TCP transport binding for NVMe over Fabrics
 2018-12-08 17:00 UTC  (2+ messages)

[PATCHSET v5] Support for polled aio
 2018-12-07 22:06 UTC  (10+ messages)

[PATCH] dm crypt: fix lost ioprio when queuing crypto bios from task with ioprio
 2018-12-07 20:20 UTC  (3+ messages)
` [dm-devel] "
  `  "

[GIT PULL] first batch of nvme updates for 4.21
 2018-12-07 19:44 UTC  (2+ messages)

[GIT PULL] Block fixes for 4.20-rc6
 2018-12-07 18:55 UTC  (2+ messages)

[PATCH V2] blk-mq: re-build queue map in case of kdump kernel
 2018-12-07 18:12 UTC  (3+ messages)

[PATCH v3] blk-mq: punt failed direct issue to dispatch list
 2018-12-07 16:45 UTC  (9+ messages)

[GIT PULL] nvme fixes for 4.20
 2018-12-07 15:40 UTC  (2+ messages)

[PATCH BUGFIX 0/2] bfq: fix unbalanced decrements causing loss of throughput
 2018-12-07 14:40 UTC  (4+ messages)

[PATCH v2 1/2] lightnvm: pblk: Do not overwrite ppa list with meta list
 2018-12-07 12:01 UTC  (4+ messages)
` [PATCH v2 2/2] lightnvm: pblk: Ensure that bio is not freed on recovery

[PATCH] Fix sync. in inode_has_no_xattr()
 2018-12-07 11:14 UTC  (3+ messages)

[PATCH] blk-mq: Set request mapping to NULL in blk_mq_put_driver_tag
 2018-12-07 10:34 UTC  (8+ messages)
` +AFs-PATCH+AF0- blk-mq: Set request mapping to NULL in blk+AF8-mq+AF8-put+AF8-driver+AF8-tag

[PATCH] blk-mq: fix corruption with direct issue
 2018-12-07  9:30 UTC  (10+ messages)

[PATCH v2] block/dm: fix handling of busy off direct dispatch path
 2018-12-07  4:41 UTC  (5+ messages)

[GIT PULL] Follow up block fix
 2018-12-07  4:03 UTC  (7+ messages)

DIF/DIX issue related to config CONFIG_SCSI_MQ_DEFAULT
 2018-12-07  3:20 UTC  (10+ 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).