linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-04 14:50:05 to 2018-12-06 00:22:24 UTC [more...]

[PATCH 0/2] loop: Better discard for block devices
 2018-12-06  0:22 UTC  (7+ messages)
` [PATCH 2/2] loop: Better discard support "

[PATCH] block/025: test discard sector alignement and sector size overflow
 2018-12-05 23:39 UTC  (2+ messages)

[GIT PULL] Block fixes for 4.20-rc6
 2018-12-05 22:35 UTC  (2+ messages)

[PATCH v3 0/7] per-cpu in_flight counters for bio-based drivers
 2018-12-05 20:24 UTC  (8+ messages)
` [PATCH v3 1/7] dm: dont rewrite dm_disk(md)->part0.in_flight
` [PATCH v3 2/7] dm rq: leverage blk_mq_queue_busy() to check for outstanding IO
` [PATCH v3 3/7] block: stop passing 'cpu' to all percpu stats methods
` [PATCH v3 4/7] block: delete part_round_stats and switch to less precise counting
` [PATCH v3 5/7] block: switch to per-cpu in-flight counters
` [PATCH v3 6/7] block: return just one value from part_in_flight
` [PATCH v3 7/7] dm: remove the pending IO accounting

[PATCH] blk-mq: fix corruption with direct issue
 2018-12-05 20:11 UTC  (18+ messages)

WARNING: refcount bug in blk_mq_free_request
 2018-12-05 19:47 UTC 

[PATCH v2 0/6] per-cpu in_flight counters for bio-based drivers
 2018-12-05 18:35 UTC  (9+ messages)
` [PATCH v2 4/6] block: switch to per-cpu in-flight counters

[PATCH 0/3] Unify the throttling code for wbt and io-latency
 2018-12-05 17:40 UTC  (5+ messages)
` [PATCH 1/3] block: add rq_qos_wait to rq_qos
` [PATCH 2/3] block: convert wbt_wait() to use rq_qos_wait()
` [PATCH 3/3] block: convert io-latency to use rq_qos_wait

[PATCH v6 00/14] block: always associate blkg and refcount cleanup
 2018-12-05 17:26 UTC  (16+ messages)
` [PATCH 01/14] blkcg: fix ref count issue with bio_blkcg() using task_css
` [PATCH 02/14] blkcg: update blkg_lookup_create() to do locking
` [PATCH 03/14] blkcg: convert blkg_lookup_create() to find closest blkg
` [PATCH 04/14] blkcg: introduce common blkg association logic
` [PATCH 05/14] dm: set the static flush bio device on demand
` [PATCH 06/14] blkcg: associate blkg when associating a device
` [PATCH 07/14] blkcg: consolidate bio_issue_init() to be a part of core
` [PATCH 08/14] blkcg: associate a blkg for pages being evicted by swap
` [PATCH 09/14] blkcg: associate writeback bios with a blkg
` [PATCH 10/14] blkcg: remove bio->bi_css and instead use bio->bi_blkg
` [PATCH 11/14] blkcg: remove additional reference to the css
` [PATCH 12/14] blkcg: remove bio_disassociate_task()
` [PATCH 13/14] blkcg: change blkg reference counting to use percpu_ref
` [PATCH 14/14] blkcg: rename blkg_try_get() to blkg_tryget()

[PATCH V9 0/4] blk-mq: refactor code of issue directly
 2018-12-05 16:30 UTC  (9+ messages)
` [PATCH V9 1/4] blk-mq: insert to hctx dispatch list when bypass_insert is true
` [PATCH V9 2/4] blk-mq: refactor the code of issue request directly
` [PATCH V9 3/4] blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
` [PATCH V9 4/4] blk-mq: replace and kill blk_mq_request_issue_directly

[PATCH 0/2] get rid of BLK_MAX_TIMEOUT
 2018-12-05 15:58 UTC  (4+ messages)
` [PATCH 1/2] block: "
` [PATCH 2/2] block: add BLK_DEF_TIMEOUT

[PATCH 0/2][V2] io.latency test for blktests
 2018-12-05 15:34 UTC  (3+ messages)
` [PATCH 1/2] blktests: add cgroup2 infrastructure
` [PATCH 2/2] blktests: block/025: an io.latency test

[PATCH] Fix sync. in inode_has_no_xattr()
 2018-12-05 15:32 UTC 

DIF/DIX issue related to config CONFIG_SCSI_MQ_DEFAULT
 2018-12-05 15:27 UTC  (8+ messages)

[PATCH v3] block: add documentation for io_timeout
 2018-12-05 14:59 UTC  (4+ messages)

Kernel crashes after 529262d56dbe "block: remove ->poll_fn"
 2018-12-05 14:08 UTC  (9+ messages)

[PATCH v9] virtio_blk: add discard and write zeroes support
 2018-12-05 13:41 UTC  (4+ messages)

[PATCHSET v5] Support for polled aio
 2018-12-05 13:10 UTC  (29+ 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

[PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE
 2018-12-05 11:47 UTC  (4+ messages)

[LKP] [mm] 19717e78a0: stderr.if(target_node==NUMA_NO_NODE){
 2018-12-05 11:20 UTC 

[PATCH 0/3] io.latency test for blktests
 2018-12-05  9:20 UTC  (7+ messages)
` [PATCH 1/3] blktests: add cgroup2 infrastructure
` [PATCH 2/3] blktests: add python scripts for parsing fio json output
` [PATCH 3/3] blktests: block/025: an io.latency test

[PATCH V8 0/3] blk-mq: refactor code of issue request directly
 2018-12-05  3:07 UTC  (4+ messages)

[PATCH v5 00/14] block: always associate blkg and refcount cleanup
 2018-12-04 22:15 UTC  (22+ messages)
` [PATCH 01/14] blkcg: fix ref count issue with bio_blkcg() using task_css
` [PATCH 02/14] blkcg: update blkg_lookup_create() to do locking
` [PATCH 03/14] blkcg: convert blkg_lookup_create() to find closest blkg
` [PATCH 04/14] blkcg: introduce common blkg association logic
` [PATCH 05/14] dm: set the static flush bio device on demand
` [PATCH 06/14] blkcg: associate blkg when associating a device
` [PATCH 07/14] blkcg: consolidate bio_issue_init() to be a part of core
` [PATCH 08/14] blkcg: associate a blkg for pages being evicted by swap
` [PATCH 09/14] blkcg: associate writeback bios with a blkg
` [PATCH 10/14] blkcg: remove bio->bi_css and instead use bio->bi_blkg
` [PATCH 11/14] blkcg: remove additional reference to the css
` [PATCH 12/14] blkcg: remove bio_disassociate_task()
` [PATCH 13/14] blkcg: change blkg reference counting to use percpu_ref
` [PATCH 14/14] blkcg: rename blkg_try_get() to blkg_tryget()

[PATCH 1/2] blk-mq: Export iterating all tagged requests
 2018-12-04 22:09 UTC  (15+ messages)

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

block and nvme polling improvements V3
 2018-12-04 18:40 UTC  (23+ messages)
` [PATCH 01/13] block: move queues types to the block layer
` [PATCH 02/13] nvme-pci: use atomic bitops to mark a queue enabled
` [PATCH 05/13] nvme-pci: consolidate code for polling non-dedicated queues
` [PATCH 06/13] nvme-pci: refactor nvme_disable_io_queues
` [PATCH 10/13] nvme-mpath: remove I/O polling support

[PATCHSET v4] Support for polled aio
 2018-12-04 18:13 UTC  (22+ messages)
` [PATCH 02/27] aio: clear IOCB_HIPRI
` [PATCH 05/27] block: ensure that async polled IO is marked REQ_NOWAIT
` [PATCH 10/27] aio: don't zero entire aio_kiocb aio_get_req()
` [PATCH 11/27] aio: only use blk plugs for > 2 depth submissions
` [PATCH 12/27] aio: use iocb_put() instead of open coding it
` [PATCH 24/27] block: implement bio helper to add iter kvec pages to bio

[PATCH v6 0/2] arm64: provide a NEON-accelerated XOR algorithm extension
 2018-12-04 15:27 UTC  (5+ 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).