messages from 2018-11-27 23:16:47 to 2018-11-29 19:54:12 UTC [more...]
[PATCH 00/13 v4] block: always associate blkg and refcount cleanup
2018-11-29 19:54 UTC (9+ messages)
` [PATCH 04/13] blkcg: introduce common blkg association logic
` [PATCH 05/13] blkcg: associate blkg when associating a device
` [PATCH 11/13] blkcg: remove bio_disassociate_task()
block and nvme polling improvements V2
2018-11-29 19:50 UTC (15+ 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 v2] sbitmap: don't loop for find_next_zero_bit() for !round_robin
2018-11-29 19:47 UTC
[PATCH] sbitmap: don't loop for find_next_zero_bit() for !round_robin
2018-11-29 19:44 UTC (3+ messages)
[PATCH v3 1/2] arm64/neon: add workaround for ambiguous C99 stdint.h types
2018-11-29 18:20 UTC (6+ messages)
` [PATCH v3 2/2] arm64: crypto: add NEON accelerated XOR implementation
DIF/DIX issue related to config CONFIG_SCSI_MQ_DEFAULT
2018-11-29 18:17 UTC (7+ messages)
[PATCHSET v2 0/8] block plugging improvements
2018-11-29 17:42 UTC (25+ 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 3/7] nvme: implement mq_ops->commit_rqs() hook
` [PATCH 4/7] virtio_blk: "
` [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()
[PATCHv4 0/3] scsi timeout handling updates
2018-11-29 17:20 UTC (19+ 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 (3+ messages)
[PATCH 1/2] ataflop: fix error handling in atari_floppy_init()
2018-11-29 15:17 UTC (4+ messages)
` [PATCH 2/2] blk-mq: Add a NULL check in blk_mq_free_map_and_requests()
[PATCH] block: update documentation
2018-11-29 14:53 UTC (4+ messages)
[PATCH] lightnvm: simplify geometry enumeration
2018-11-29 14:27 UTC
[PATCH v4 0/5] lightnvm: Flexible metadata
2018-11-29 14:30 UTC (9+ messages)
` [PATCH v4 1/5] lightnvm: pblk: Move lba list to partial read context
` [PATCH v4 2/5] lightnvm: pblk: Helpers for OOB metadata
` [PATCH v4 3/5] lightnvm: Flexible DMA pool entry size
` [PATCH v4 4/5] lightnvm: Disable interleaved metadata
` [PATCH v4 5/5] lightnvm: pblk: Support for packed metadata
[PATCHSET v3 0/18] Support for polled aio
2018-11-29 14:10 UTC (7+ messages)
` [PATCH 17/20] aio: support for IO polling
[PATCH] xen-blkfront: use old rinfo after enomem during migration
2018-11-29 5:17 UTC
[PATCHSET 0/8] block plugging improvements
2018-11-29 3:53 UTC (40+ messages)
` [PATCH 2/8] block: improve logic around when to sort a plug list
` [PATCH 3/8] blk-mq: add mq_ops->commit_rqs()
` [PATCH 4/8] nvme: implement mq_ops->commit_rqs() hook
` [PATCH 5/8] virtio_blk: "
` [PATCH 6/8] ataflop: "
` [PATCH 7/8] blk-mq: use bd->last == true for list inserts
` [PATCH 8/8] blk-mq: add plug case for devices that implement ->commits_rqs()
[PATCH V12 00/20] block: support multi-page bvec
2018-11-29 3:30 UTC (5+ messages)
[PATCH v4 00/13] TCP transport binding for NVMe over Fabrics
2018-11-29 0:16 UTC (9+ messages)
` [PATCH v4 01/13] ath6kl: add ath6kl_ prefix to crypto_type
` [PATCH v4 02/13] datagram: open-code copy_page_to_iter
` [PATCH v4 04/13] datagram: consolidate datagram copy to iter helpers
` [PATCH v4 05/13] iov_iter: introduce hash_and_copy_to_iter helper
` [PATCH v4 06/13] datagram: introduce skb_copy_and_hash_datagram_iter helper
` [PATCH v4 11/13] nvmet-tcp: add NVMe over TCP target driver
[RFC PATCH v1 0/7] Block/XFS: Support alternative mirror device retry
2018-11-28 19:38 UTC (27+ messages)
` [PATCH v1 1/7] block: add nr_mirrors to request_queue
` [PATCH v1 2/7] block: expand write_hint of bio/request to rw_hint
` [PATCH v1 3/7] md: raid1: handle bi_rw_hint accordingly
` [PATCH v1 4/7] xfs: Add b_rw_hint to xfs_buf
` [PATCH v1 5/7] xfs: Add device retry
` [PATCH v1 6/7] xfs: Rewrite retried read
` [PATCH v1 7/7] xfs: Add tracepoints and logging to alternate device retry
[PATCH] block: add documentation for io_timeout
2018-11-28 17:06 UTC (2+ messages)
[RFC PATCH v2] block: add io timeout to sysfs
2018-11-28 16:18 UTC (5+ messages)
[PATCH] block: use rcu_work instead of call_rcu to avoid sleep in softirq
2018-11-28 16:06 UTC (3+ messages)
[PATCH] sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN
2018-11-28 13:23 UTC
[PATCH] lightnvm: pblk: add comments wrt locking in recovery path
2018-11-28 11:20 UTC
[PATCH] lightnvm: pblk: add lock protection to list operations
2018-11-28 9:16 UTC (2+ messages)
provide slaves/holders links for multipath devices
2018-11-28 8:38 UTC (6+ messages)
` [PATCH 1/2] block: move holder tracking from struct block_device to hd_struct
` [PATCH 2/2] nvme: create slaves/holder entries for multipath devices
[PATCH] lightnvm: pblk: adjust the position of the lock
2018-11-28 7:58 UTC (5+ messages)
[PATCH 0/2] loop: Better discard for block devices
2018-11-28 1:28 UTC (9+ messages)
` [PATCH 1/2] loop: Report EOPNOTSUPP properly
` [PATCH 2/2] loop: Better discard support for block devices
[PATCH v5 1/2] arm64/neon: add workaround for ambiguous C99 stdint.h types
2018-11-28 1:09 UTC (2+ messages)
` [PATCH v5 2/2] arm64: crypto: add NEON accelerated XOR implementation
lightnvm: remove dma alloc/free helpers
2018-11-28 0:47 UTC (5+ messages)
` [PATCH] "
[PATCH 0/3] per-cpu in_flight counters for bio-based drivers
2018-11-28 0:42 UTC
[PATCH 1/3] block: delete part_round_stats and switch to less precise counting
2018-11-28 0:42 UTC
[PATCH 2/3] block: switch to per-cpu in-flight counters
2018-11-28 0:42 UTC
[PATCH 3/3] block: return just one value from part_in_flight
2018-11-28 0:42 UTC
[PATCH 3/3] block: use a driver-specific handler for the "inflight" value
2018-11-28 0:41 UTC (5+ messages)
` [dm-devel] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).