messages from 2013-09-19 22:03:03 to 2014-01-20 08:43:14 UTC [more...]
[PATCH v2 0/9] Phase out pci_enable_msi_block()
2014-01-20 8:43 UTC (13+ messages)
` [PATCH v2 5/9] nvme: Fix invalid call to irq_set_affinity_hint()
` [PATCH v3 6/9] nvme: Use pci_enable_msi_range() and pci_enable_msix_range()
` [PATCH] nvme: Cleanup nvme_dev_start() and fix IRQ leak
` [PATCH] nvme: Cleanup nvme_dev_start()
` [PATCH v2 6/9] nvme: Use pci_enable_msi_range() and pci_enable_msix_range()
BUG_ON at nvme_setup_prp getting hit
2014-01-07 18:15 UTC (2+ messages)
[PATCHv2 0/2] NVMe: Use after free on removal fixes
2014-01-06 19:04 UTC (3+ messages)
` [PATCHv2 1/2] NVMe: Namespace use after free on surprise removal
` [PATCHv2 2/2] NVMe: RCU access to nvme_queue
[PATCH] NVMe: use-after-free on surprise removal fixes
2014-01-06 16:12 UTC (3+ messages)
[PATCH RFC 0/5] NVMe: Hotplug support
2013-12-31 17:17 UTC (19+ messages)
` [PATCH RFC 1/5] NVMe: Code cleanup and minor checkpatch correction
` [PATCH RFC 2/5] NVMe: Basic NVMe device hotplug support
` [PATCH RFC 3/5] NVMe: Asynchronous device scan support
` [PATCH RFC 4/5] NVMe: Stale node cleanup based on reference count
` [PATCH RFC 5/5] NVMe: Hotplug support during hibernate/sleep states
[PATCH] NVMe: Use error handling on failed sync commands
2013-12-20 19:41 UTC (3+ messages)
Inter NVMe drive attach problem
2013-12-17 15:18 UTC (2+ messages)
[PATCH v2 1/1] block: nvme-core: Scatter gather list support in the NVMe Block Driver
2013-12-17 15:08 UTC (2+ messages)
[PATCHv2] NVMe: compat SG_IO ioctl
2013-12-16 22:19 UTC (3+ messages)
[PATCHv2] NVMe: Disable admin queue on init failure
2013-12-16 18:43 UTC (3+ messages)
[PATCH 1/1] block: nvme-core: Scatter gather list support in the NVMe Block Driver
2013-12-11 16:43 UTC (2+ messages)
[PATCH 0/5] Controller error handling set
2013-12-10 20:10 UTC (6+ messages)
` [PATCH 1/5] NVMe: Device resume error handling
` [PATCH 2/5] NVMe: Schedule reset for failed controllers
` [PATCH 3/5] NVMe: Abort timed out commands
` [PATCH 4/5] NVMe: Surprise removal handling
` [PATCH 5/5] NVMe: Async IO queue deletion
[PATCH] Dynamically allocate partition numbers
2013-12-10 14:49 UTC (3+ messages)
[PATCH] NVMe: remove deprecated IRQF_DISABLED
2013-12-09 9:21 UTC (2+ messages)
` [PATCH][RESEND] "
[PATCH 00/51] DMA mask changes
2013-11-15 16:16 UTC (42+ messages)
` [PATCH 01/51] DMA-API: provide a helper to set both DMA and coherent DMA masks
` [PATCH 16/51] DMA-API: ppc: vio.c: replace dma_set_mask()+dma_set_coherent_mask() with new helper
` [PATCH 19/51] DMA-API: media: dt3155v4l: "
` [PATCH 22/51] DMA-API: amba: get rid of separate dma_mask
` [PATCH 23/51] DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call
` [alsa-devel] "
` [PATCH 24/51] DMA-API: dma: pl330: "
` [alsa-devel] "
` [PATCH 29/51] DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()
` [PATCH 31/51] DMA-API: media: omap3isp: "
` [PATCH 38/51] DMA-API: staging: use dma_set_coherent_mask()
` [PATCH 40/51] DMA-API: crypto: fix ixp4xx crypto platform device support
` [PATCH 41/51] DMA-API: crypto: remove last references to 'static struct device *dev'
` [PATCH 42/51] DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks
` [PATCH 43/51] DMA-API: dma: edma.c: no need to explicitly initialize DMA masks
` [alsa-devel] "
` [PATCH 44/51] DMA-API: dcdbas: update DMA mask handing
` [PATCH 45/51] DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks
` [PATCH 46/51] ARM: DMA-API: better handing of DMA masks for coherent allocations
` [PATCH 47/51] ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounce_limit()
` [PATCH 48/51] ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper function
` [PATCH 49/51] ARM: 7796/1: scsi: Use dma_max_pfn(dev) helper for bounce_limit calculations
` [PATCH 50/51] ARM: 7797/1: mmc: "
` [PATCH 51/51] ARM: 7805/1: mm: change max*pfn to include the physical offset of memory
[PATCH] NVMe: disable admin queue on initi failure
2013-11-14 23:52 UTC
[PATCH] NVMe: Add a buffer length parameter to struct nvme_user_io. Check buffer length in nvme_submit_io to avoid buffer overflow
2013-11-04 19:55 UTC (5+ messages)
[PATCH]: NVMe: ioctl support for FLUSH command
2013-11-04 17:12 UTC (2+ messages)
[PATCH] NVMe: Asynchronous IO queue deletion
2013-10-25 22:07 UTC
[PATCHv2 0/2] NVMe: Controller reset handling
2013-10-24 17:53 UTC (3+ messages)
` [PATCHv2 1/2] NVMe: Reset failed controller
` [PATCHv2 2/2] NVMe: Abort timed out commands
[PATCH 0/3] Convert from bio-based to blk-mq v2
2013-10-22 19:52 UTC (12+ messages)
` [PATCH 1/3] blk-mq: call exit_hctx on hw queue teardown
` [PATCH 2/3] NVMe: Extract admin queue size
` [PATCH 3/3] NVMe: Convert to blk-mq
[PATCH 0/2] NVMe: Refactoring v2
2013-10-11 15:39 UTC (4+ messages)
` [PATCH 1/2] NVMe: Refactor doorbell
` [PATCH 2/2] NVMe: Extract admin queue size
[PATCH 0/2] NVMe: Refactoring
2013-10-10 18:29 UTC (3+ messages)
` [PATCH 1/2] NVMe: Refactor doorbell
` [PATCH 2/2] NVMe: Extract admin queue size
[PATCH RFC 36/77] ipr: Enable MSI-X when IPR_USE_MSIX type is set, not IPR_USE_MSI
2013-10-10 18:07 UTC (53+ messages)
` [PATCH RFC 40/77] ixgbevf: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 77/77] vxge: "
` [PATCH RFC 01/77] PCI/MSI: Fix return value when populate_msi_sysfs() failed
` [PATCH RFC 54/77] ntb: Ensure number of MSIs on SNB is enough for the link interrupt
` [PATCH RFC 53/77] ntb: Fix missed call to pci_enable_msix()
` [PATCH RFC 55/77] ntb: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 50/77] mlx5: "
` [PATCH RFC 51/77] mthca: "
` [PATCH RFC 06/77] PCI/MSI: Factor out pci_get_msi_cap() interface
` [PATCH RFC 00/77] Re-design MSI/MSI-X interrupts enablement pattern
` [PATCH RFC 03/77] PCI/MSI/s390: Fix single MSI only check
` [PATCH RFC 04/77] PCI/MSI/s390: Remove superfluous check of MSI type
` [PATCH RFC 05/77] PCI/MSI: Convert pci_msix_table_size() to a public interface
` [PATCH RFC 07/77] PCI/MSI: Re-design MSI/MSI-X interrupts enablement pattern
` [PATCH RFC 63/77] qlcnic: Update MSI/MSI-X interrupts enablement code
[PATCH RFC 0/2] Convert from bio-based to blk-mq
2013-10-09 15:48 UTC (9+ messages)
` [PATCH RFC 1/2] blk-mq: call exit_hctx on hw queue teardown
` [PATCH RFC 2/2] NVMe: rfc blk-mq support
NVME Newbie
2013-10-08 19:15 UTC (2+ messages)
[PATCH] NVMe: compat SG_IO ioctl
2013-10-08 18:29 UTC (2+ messages)
[PATCH RFC 59/77] qla2xxx: Update MSI/MSI-X interrupts enablement code
2013-10-03 17:42 UTC
[RFC PATCH] NVMe: Asynchronous namespace discovery
2013-09-26 21:53 UTC
[PATCH 1/2] NVMe: Cocci spatch "kzalloc-simple"
2013-09-19 22:29 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).