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

[PATCH] block: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-12-01  3:22 UTC 

[PATCH] xen-blkfront: use old rinfo after enomem during migration
 2018-11-30 22:33 UTC  (4+ messages)
` [Xen-devel] "

[PATCH 0/3] per-cpu in_flight counters for bio-based drivers
 2018-11-30 22:22 UTC  (11+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] dm: dont rewrite dm_disk(md)->part0.in_flight
  ` [PATCH v2 2/6] dm rq: leverage blk_mq_queue_busy() to check for outstanding IO
  ` [PATCH v2 3/6] block: delete part_round_stats and switch to less precise counting
  ` [PATCH v2 4/6] block: switch to per-cpu in-flight counters
  ` [PATCH v2 5/6] block: return just one value from part_in_flight
  ` [PATCH v2 6/6] dm: remove the pending IO accounting

[PATCHSET v4] Support for polled aio
 2018-11-30 22:11 UTC  (49+ messages)
` [PATCH 01/27] aio: fix failure to put the file pointer
` [PATCH 02/27] aio: clear IOCB_HIPRI
` [PATCH 03/27] fs: add an iopoll method to struct file_operations
` [PATCH 04/27] block: wire up block device iopoll method
` [PATCH 05/27] block: ensure that async polled IO is marked REQ_NOWAIT
` [PATCH 06/27] iomap: wire up the iopoll method
` [PATCH 07/27] iomap: ensure that async polled IO is marked REQ_NOWAIT
` [PATCH 08/27] aio: use assigned completion handler
` [PATCH 09/27] aio: separate out ring reservation from req allocation
` [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 13/27] aio: split out iocb copy from io_submit_one()
` [PATCH 14/27] aio: abstract out io_event filler helper
` [PATCH 15/27] aio: add io_setup2() system call
` [PATCH 16/27] aio: add support for having user mapped iocbs
` [PATCH 17/27] aio: support for IO polling
` [PATCH 18/27] aio: add submission side request cache
` [PATCH 19/27] fs: add fget_many() and fput_many()
` [PATCH 20/27] aio: use fget/fput_many() for file references
` [PATCH 21/27] aio: split iocb init from allocation
` [PATCH 22/27] aio: batch aio_kiocb allocation
` [PATCH 23/27] block: add BIO_HOLD_PAGES flag
` [PATCH 24/27] block: implement bio helper to add iter kvec pages to bio
` [PATCH 25/27] fs: add support for mapping an ITER_KVEC for O_DIRECT
` [PATCH 26/27] iov_iter: add import_kvec()
` [PATCH 27/27] aio: add support for pre-mapped user IO buffers

[PATCH 2/3] block: switch to per-cpu in-flight counters
 2018-11-30 22:04 UTC  (8+ messages)

[PATCH 1/3] block: delete part_round_stats and switch to less precise counting
 2018-11-30 21:46 UTC  (3+ messages)

[PATCHSET v4] sbitmap optimizations
 2018-11-30 21:41 UTC  (7+ messages)
` [PATCH 1/2] sbitmap: ammortize cost of clearing bits
` [PATCH 2/2] sbitmap: optimize wakeup check

[PATCH v2] blk-mq: don't call ktime_get_ns() if we don't need it
 2018-11-30 21:13 UTC 

[PATCH] blk-mq: don't call ktime_get_ns() if we don't need it
 2018-11-30 20:54 UTC  (4+ messages)

[PATCH 1/2] blk-mq: Export iterating all tagged requests
 2018-11-30 20:39 UTC  (4+ messages)
` [PATCH 2/2] nvme: Remove queue flushing hack

[PATCH v4 00/13] TCP transport binding for NVMe over Fabrics
 2018-11-30 20:37 UTC  (8+ messages)
` [PATCH v4 11/13] nvmet-tcp: add NVMe over TCP target driver

[PATCH,1/2] genhd: avoid overflow of sectors in disk_stats
 2018-11-30 19:56 UTC  (3+ messages)
    ` [PATCH,2/2] ext4: change type to same as "

[PATCH V2 00/10] unify the interface of the proportional-share policy in blkio/io
 2018-11-30 18:53 UTC  (6+ messages)

[PATCH] block: fix single range discard merge
 2018-11-30 17:30 UTC  (6+ messages)

[GIT PULL] nvme fixes for 4.20
 2018-11-30 17:12 UTC  (5+ messages)

block and nvme polling improvements V2
 2018-11-30 15:21 UTC  (31+ 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 03/13] nvme-pci: cleanup SQ allocation a bit
` [PATCH 04/13] nvme-pci: only allow polling with separate poll queues
` [PATCH 05/13] nvme-pci: consolidate code for polling non-dedicated queues
` [PATCH 06/13] nvme-pci: refactor nvme_disable_io_queues
` [PATCH 07/13] nvme-pci: don't poll from irq context when deleting queues
` [PATCH 08/13] nvme-pci: remove the CQ lock for interrupt driven queues
` [PATCH 09/13] nvme-rdma: remove I/O polling support
` [PATCH 10/13] nvme-mpath: "
` [PATCH 11/13] block: remove ->poll_fn
` [PATCH 12/13] block: only allow polling if a poll queue_map exists
` [PATCH 13/13] block: enable polling by default if a poll map is initalized

[PATCH] block: avoid extra bio reference for async O_DIRECT
 2018-11-30 15:16 UTC  (4+ messages)

[PATCH v5 0/5] lightnvm: Flexible metadata
 2018-11-30 13:06 UTC  (8+ messages)
` [PATCH v5 1/5] lightnvm: pblk: Move lba list to partial read context
` [PATCH v5 2/5] lightnvm: pblk: Helpers for OOB metadata
` [PATCH v5 3/5] lightnvm: Flexible DMA pool entry size
` [PATCH v5 4/5] lightnvm: Disable interleaved metadata
` [PATCH v5 5/5] lightnvm: pblk: Support for packed metadata

DIF/DIX issue related to config CONFIG_SCSI_MQ_DEFAULT
 2018-11-30 11:26 UTC  (6+ messages)

[PATCH 00/13 v4] block: always associate blkg and refcount cleanup
 2018-11-30  9:54 UTC  (9+ messages)
` [PATCH 04/13] blkcg: introduce common blkg association logic
` [PATCH 05/13] blkcg: associate blkg when associating a device

[PATCH] lightnvm: simplify geometry enumeration
 2018-11-30  8:51 UTC  (4+ messages)

[PATCH v4 0/5] lightnvm: Flexible metadata
 2018-11-30  8:38 UTC  (2+ messages)

lightnvm: pblk: avoid ref warning on cache creation
 2018-11-30  8:36 UTC  (4+ messages)
` [PATCH] "

[PATCH] lightnvm: pblk: add lock protection to list operations
 2018-11-30  8:36 UTC  (3+ messages)

[PATCH] lightnvm: pblk: add comments wrt locking in recovery path
 2018-11-30  8:36 UTC  (2+ messages)

[PATCH v2] block: update documentation
 2018-11-30  5:36 UTC 

[PATCH] block: update documentation
 2018-11-30  4:02 UTC  (3+ messages)

[PATCH 1/3] sbitmap: ensure that sbitmap maps are properly aligned
 2018-11-30  2:09 UTC  (4+ messages)
` [PATCH 2/3] sbitmap: ammortize cost of clearing bits
` [PATCH 3/3] sbitmap: optimize wakeup check
` 

[PATCHSET v3] sbitmap optimizations
 2018-11-30  2:09 UTC  (3+ messages)
` [PATCH 1/2] sbitmap: ammortize cost of clearing bits
` [PATCH 2/2] sbitmap: optimize wakeup check

[PATCH v3 1/2] arm64/neon: add workaround for ambiguous C99 stdint.h types
 2018-11-30  1:15 UTC  (7+ messages)
` [PATCH v3 2/2] arm64: crypto: add NEON accelerated XOR implementation

[PATCH 3/3] block: return just one value from part_in_flight
 2018-11-30  0:30 UTC  (2+ messages)

[PATCH] sbitmap: ammortize cost of clearing bits
 2018-11-29 22:19 UTC  (3+ messages)

[PATCH v2] sbitmap: don't loop for find_next_zero_bit() for !round_robin
 2018-11-29 20:51 UTC  (2+ messages)

[PATCH] sbitmap: don't loop for find_next_zero_bit() for !round_robin
 2018-11-29 19:44 UTC  (3+ messages)

[PATCHSET v2 0/8] block plugging improvements
 2018-11-29 17:42 UTC  (14+ messages)
` [PATCH 2/7] blk-mq: add mq_ops->commit_rqs()
` [PATCH 3/7] nvme: implement mq_ops->commit_rqs() hook
` [PATCH 7/7] blk-mq: use plug for devices that implement ->commits_rqs()

[PATCHv4 0/3] scsi timeout handling updates
 2018-11-29 17:20 UTC  (12+ messages)

[PATCH v2] block: add documentation for io_timeout
 2018-11-29 16:41 UTC  (2+ messages)

[PATCH v3] block: add io timeout to sysfs
 2018-11-29 16:01 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).