messages from 2016-06-13 14:48:35 to 2016-06-25 20:05:24 UTC [more...]
automatic interrupt affinity for MSI/MSI-X capable devices V2
2016-06-25 20:05 UTC (42+ messages)
` [PATCH 01/13] irq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
` [PATCH 02/13] irq: Introduce IRQD_AFFINITY_MANAGED flag
` [PATCH 03/13] irq: Add affinity hint to irq allocation
` [PATCH 04/13] irq: Use affinity hint in irqdesc allocation
` [PATCH 05/13] irq/msi: Make use of affinity aware allocations
` [PATCH 06/13] irq: add a helper spread an affinity mask for MSI/MSI-X vectors
` [PATCH 07/13] pci: Provide sensible irq vector alloc/free routines
` [PATCH 08/13] pci: spread interrupt vectors in pci_alloc_irq_vectors
` [PATCH 09/13] blk-mq: don't redistribute hardware queues on a CPU hotplug event
` [PATCH 10/13] blk-mq: only allocate a single mq_map per tag_set
` [PATCH 11/13] blk-mq: allow the driver to pass in an affinity mask
` [PATCH 12/13] nvme: switch to use pci_alloc_irq_vectors
` [PATCH 13/13] nvme: remove the post_scan callout
[RFC] block: fix blk_queue_split() resource exhaustion
2016-06-25 9:30 UTC (5+ messages)
` "
SMP affinity and the blk-mq I/O submission path
2016-06-24 7:32 UTC
zeroout fixes
2016-06-24 7:00 UTC (3+ messages)
` [PATCH 1/2] block: introduce BLKDEV_DISCARD_ZERO to fix zeroout
` [PATCH 2/2] block: don't ignore -EOPNOTSUPP blkdev_issue_write_same
[PATCH v2 1/3] block: provide helpers for reading block count
2016-06-23 15:52 UTC (5+ messages)
` [PATCH v2 2/3] partition/efi: use bdev_logical_block_count()
` [PATCH v2 3/3] target/iblock: "
parisc late boot crash in 4.4-rc, scsi-related
2016-06-22 20:26 UTC (8+ messages)
[PATCH v4 1/5] block: introduce device_add_disk()
2016-06-22 17:03 UTC (9+ messages)
` [PATCH v4 2/5] mmc: move 'parent' tracking to mmc_blk_data
` [PATCH v4 3/5] um: track 'parent' device in a local variable
` [PATCH v4 4/5] block: convert to device_add_disk()
` [PATCH v4 5/5] block: remove ->driverfs_dev
[PATCH] block: introduce BLKDEV_DISCARD_ZERO to fix zeroout
2016-06-22 14:04 UTC (10+ messages)
[PATCH] partition/efi: use ilog2 to compute block size
2016-06-22 12:58 UTC
NVMe over Fabrics target implementation V2
2016-06-21 16:04 UTC (4+ messages)
` [PATCH 1/3] block: Export blk_poll
` [PATCH 2/3] nvmet: add a generic NVMe target
` [PATCH 3/3] nvme-loop: add a NVMe loopback host driver
a few more fixups for the ops vs flags split
2016-06-21 0:36 UTC (11+ messages)
` [PATCH 1/3] block: get rid of bio_rw and READA
` [PATCH 2/3] block: simplify and cleanup bvec pool handling
` [PATCH 3/3] block: shrink bio size again
[PATCH v5 0/2] Block layer support ZAC/ZBC commands
2016-06-20 21:18 UTC (3+ messages)
` [PATCH v5 1/2] Add bio/request flags for using ZBC/ZAC commands
` [PATCH v5 2/2] Add ioctl to issue ZBC/ZAC commands via block layer
[PATCH] blktrace: reword comment about time overflow
2016-06-20 20:36 UTC (2+ messages)
[PATCH] blktrace: avoid using timespec
2016-06-20 20:01 UTC (9+ messages)
` [Y2038] "
[PATCH v3 1/3] block: introduce device_add_disk()
2016-06-20 14:43 UTC (6+ messages)
` [PATCH v3 2/3] block: convert to device_add_disk()
` [PATCH v3 3/3] block: remove ->driverfs_dev
[PATCH v9 0/3] fallocate for block devices
2016-06-20 12:37 UTC (6+ messages)
` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/3] block: require write_same and discard requests align to logical block size
` [PATCH 3/3] block: implement (some of) fallocate for block devices
[PATCH v4 0/2] Block layer support ZAC/ZBC commands
2016-06-19 19:13 UTC (5+ messages)
` [PATCH v4 1/2] Add bio/request flags for using ZBC/ZAC commands
` [PATCH v4 2/2] Add ioctl to issue ZBC/ZAC commands via block layer
[PATCH] block: don't check request size in blk_cloned_rq_check_limits()
2016-06-17 6:59 UTC (16+ messages)
` "
passthrough request improvements V3
2016-06-16 9:14 UTC (8+ messages)
` [PATCH 1/7] memstick: don't allow REQ_TYPE_BLOCK_PC requests
` [PATCH 2/7] virtio_blk: use blk_rq_map_kern
` [PATCH 3/7] block: ensure bios return from blk_get_request are properly initialized
` [PATCH 4/7] block: simplify and export blk_rq_append_bio
` [PATCH 5/7] target: stop using blk_make_request
` [PATCH 6/7] scsi/osd: open code blk_make_request
` [PATCH 7/7] block: unexport various bio mapping helpers
[PATCH] floppy: fix open(O_ACCMODE) for ioctl-only open
2016-06-16 7:53 UTC
BLKZEROOUT not zeroing md dev on VMDK
2016-06-15 21:33 UTC (7+ messages)
[PATCH V2] block: correctly fallback for zeroout
2016-06-15 21:26 UTC (13+ messages)
generic NVMe over Fabrics library support V2
2016-06-15 19:54 UTC (5+ messages)
` [PATCH 6/8] nvme-fabrics: add a generic NVMe over Fabrics library
NVMe over Fabrics RDMA transport drivers
2016-06-15 18:32 UTC (13+ messages)
` [PATCH 4/5] nvmet-rdma: add a NVMe over Fabrics RDMA target driver
[PATCH 0/3] Three minor patches for kernel v4.8
2016-06-15 18:19 UTC (6+ messages)
` [PATCH 1/3] block/partition-generic.c: Remove a set-but-not-used variable
` [PATCH 2/3] block/bio-integrity.c: Add #include "blk.h"
` [PATCH 3/3] block/blk-cgroup.c: Declare local symbols static
a few passthrough request improvements
2016-06-15 10:52 UTC (14+ messages)
` [PATCH 1/7] memstick: don't allow REQ_TYPE_BLOCK_PC requests
` [PATCH 2/7] virtio_blk: use blk_rq_map_kern
` [PATCH 3/7] block: ensure bios return from blk_get_request are properly initialized
` [PATCH 4/7] block: simplify and export blk_rq_append_bio
` [PATCH 5/7] target: stop using blk_make_request
` [PATCH 6/7] scsi/osd: open code blk_make_request
` [PATCH 7/7] block: unexport various bio mapping helpers
a few passthrough request improvements V2
2016-06-15 10:25 UTC (12+ messages)
` [PATCH 1/7] memstick: don't allow REQ_TYPE_BLOCK_PC requests
` [PATCH 2/7] virtio_blk: use blk_rq_map_kern
` [PATCH 3/7] block: ensure bios return from blk_get_request are properly initialized
` [PATCH 4/7] block: simplify and export blk_rq_append_bio
` [PATCH 5/7] target: stop using blk_make_request
` [PATCH 6/7] scsi/osd: open code blk_make_request
` [PATCH 7/7] block: unexport various bio mapping helpers
[RFC v4 0/4] Introduce the bulk mode method when sending request to crypto layer
2016-06-15 8:48 UTC (9+ messages)
` [RFC v4 2/4] crypto: Introduce CRYPTO_ALG_BULK flag
NVMe over Fabrics: updates for req_op changes and misc fixes
2016-06-14 14:27 UTC (3+ messages)
` [PATCH 04/11] nvmet: update for req_op changes
[PATCH v2] block: make sure big bio is splitted into at most 256 bvecs
2016-06-13 15:46 UTC (3+ messages)
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).