linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-30 20:42:52 to 2018-12-04 22:20:29 UTC [more...]

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

[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  (18+ messages)

[PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE
 2018-12-04 21:26 UTC  (3+ 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  (41+ 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

[PATCHSET v4] Support for polled aio
 2018-12-04 18:13 UTC  (34+ 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 27/27] aio: add support for pre-mapped user IO buffers

[PATCH 0/3] Unify the throttling code for wbt and io-latency
 2018-12-04 17:59 UTC  (4+ 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 0/3] io.latency test for blktests
 2018-12-04 17:47 UTC  (4+ 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 v6 0/2] arm64: provide a NEON-accelerated XOR algorithm extension
 2018-12-04 15:27 UTC  (7+ messages)
` [PATCH v6 1/2] arm64/neon: add workaround for ambiguous C99 stdint.h types
` [PATCH v6 2/2] arm64: crypto: add NEON accelerated XOR implementation

[PATCH v5 0/5] lightnvm: Flexible metadata
 2018-12-04 12:18 UTC  (4+ messages)

linux-next: BUG: KASAN: use-after-free in bt_iter+0x29b/0x310
 2018-12-04  7:15 UTC 

[PATCH] xen-blkfront: use old rinfo after enomem during migration
 2018-12-04  5:57 UTC  (11+ messages)
` [Xen-devel] "

DIF/DIX issue related to config CONFIG_SCSI_MQ_DEFAULT
 2018-12-04  3:55 UTC  (5+ messages)

[PATCH v5 00/13] TCP transport binding for NVMe over Fabrics
 2018-12-04  1:52 UTC  (14+ messages)
` [PATCH v5 01/13] ath6kl: add ath6kl_ prefix to crypto_type
` [PATCH v5 02/13] datagram: open-code copy_page_to_iter
` [PATCH v5 03/13] iov_iter: pass void csum pointer to csum_and_copy_to_iter
` [PATCH v5 04/13] datagram: consolidate datagram copy to iter helpers
` [PATCH v5 05/13] iov_iter: introduce hash_and_copy_to_iter helper
` [PATCH v5 06/13] datagram: introduce skb_copy_and_hash_datagram_iter helper
` [PATCH v5 07/13] nvmet: Add install_queue callout
` [PATCH v5 08/13] nvme-fabrics: allow user passing header digest
` [PATCH v5 09/13] nvme-fabrics: allow user passing data digest
` [PATCH v5 10/13] nvme-tcp: Add protocol header
` [PATCH v5 11/13] nvmet-tcp: add NVMe over TCP target driver
` [PATCH v5 12/13] nvmet: allow configfs tcp trtype configuration
` [PATCH v5 13/13] nvme-tcp: add NVMe over TCP host driver

[PATCHSET v2 0/8] block plugging improvements
 2018-12-04  1:39 UTC  (13+ messages)
` [PATCH 1/7] block: improve logic around when to sort a plug list
` [PATCH 2/7] blk-mq: add mq_ops->commit_rqs()
` [PATCH 4/7] virtio_blk: implement mq_ops->commit_rqs() hook
` [PATCH 5/7] ataflop: "
` [PATCH 6/7] blk-mq: use bd->last == true for list inserts
` [PATCH 7/7] blk-mq: use plug for devices that implement ->commits_rqs()

block: sbitmap related lockdep warning
 2018-12-04  0:50 UTC  (4+ messages)

[PATCH] sbitmap: fix sbitmap_for_each_set()
 2018-12-04  0:14 UTC  (2+ messages)

[PATCH 00/13 v4] block: always associate blkg and refcount cleanup
 2018-12-03 22:52 UTC  (7+ messages)
` [PATCH 04/13] blkcg: introduce common blkg association logic
` [PATCH 05/13] blkcg: associate blkg when associating a device

sbitmap: check cleared bits when iterating busy bits
 2018-12-03 22:20 UTC  (3+ messages)

[PATCH v2] blk-mq: don't call ktime_get_ns() if we don't need it
 2018-12-03 20:22 UTC  (2+ messages)

[PATCH v5 1/2] arm64/neon: add workaround for ambiguous C99 stdint.h types
 2018-12-03 20:05 UTC  (3+ messages)

[PATCH] block: fix single range discard merge
 2018-12-02  7:32 UTC  (5+ messages)

KASAN: use-after-free Read in debugfs_remove (3)
 2018-12-02  2:13 UTC  (2+ messages)

block layer API for file system creation - when to use multidisk mode
 2018-12-01 20:52 UTC 

[GIT PULL] Block changes for 4.20-rc5
 2018-12-01 20:05 UTC  (2+ messages)

[PATCH v2] block: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-12-01 18:58 UTC  (5+ messages)

[PATCH] block: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-12-01 14:26 UTC  (3+ messages)

[PATCH 0/3] per-cpu in_flight counters for bio-based drivers
 2018-11-30 22:22 UTC  (8+ 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

[PATCH 2/3] block: switch to per-cpu in-flight counters
 2018-11-30 22:04 UTC  (4+ 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] blk-mq: don't call ktime_get_ns() if we don't need it
 2018-11-30 20:54 UTC  (4+ 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).