summaryrefslogtreecommitdiff
path: root/drivers/block (follow)
Commit message (Expand)AuthorAge
...
| * | | | NVMe: Pass the nvme_dev to nvme_free_prps and nvme_setup_prpsMatthew Wilcox2011-11-04
| * | | | NVMe: Optimise memory usage for I/Os between 4k and 128kMatthew Wilcox2011-11-04
| * | | | NVMe: Switch to use DMA Pool APIMatthew Wilcox2011-11-04
| * | | | NVMe: Rename nvme_req_info to nvme_bioMatthew Wilcox2011-11-04
| * | | | NVMe: Initial PRP List supportShane Michael Matthews2011-11-04
| * | | | NVMe: Advance the sg pointer when filling in an sg listMatthew Wilcox2011-11-04
| * | | | NVMe: Renumber the special context valuesMatthew Wilcox2011-11-04
| * | | | NVMe: Handle the congestion list a little betterMatthew Wilcox2011-11-04
| * | | | NVMe: Record the timeout for each commandMatthew Wilcox2011-11-04
| * | | | NVMe: Need to lock queue during interrupt handlingMatthew Wilcox2011-11-04
| * | | | NVMe: Detect command IDs completing that are out of rangeMatthew Wilcox2011-11-04
| * | | | NVMe: Detect commands that are completed twiceMatthew Wilcox2011-11-04
| * | | | NVMe: Use a symbolic name to represent cancelled commands instead of 0Matthew Wilcox2011-11-04
| * | | | NVMe: Add a module parameter to use a threaded interruptMatthew Wilcox2011-11-04
| * | | | NVMe: Call put_nvmeq() before calling nvme_submit_sync_cmd()Matthew Wilcox2011-11-04
| * | | | NVMe: Allow fatal signals to interrupt I/OMatthew Wilcox2011-11-04
| * | | | NVMe: Release 0.2Matthew Wilcox2011-11-04
| * | | | NVMe: Add download / activate firmware ioctlsMatthew Wilcox2011-11-04
| * | | | NVMe: Move sysfs entries to the right placeMatthew Wilcox2011-11-04
| * | | | NVMe: Disable the device before we write the admin queuesShane Michael Matthews2011-11-04
| * | | | NVMe: Request I/O regionsMatthew Wilcox2011-11-04
| * | | | NVMe: Allow queues to be allocated above 4GBMatthew Wilcox2011-11-04
| * | | | NVMe: Enable device DMAMatthew Wilcox2011-11-04
| * | | | NVMe: Enable and disable the PCI deviceShane Michael Matthews2011-11-04
| * | | | NVMe: Check returns from nvme_alloc_queue()Matthew Wilcox2011-11-04
| * | | | NVMe: Remove 'node' from nvme_devMatthew Wilcox2011-11-04
| * | | | NVMe: Read the model, serial & firmware rev from the controllerMatthew Wilcox2011-11-04
| * | | | NVMe: Add NVME_IOCTL_SUBMIT_IOMatthew Wilcox2011-11-04
| * | | | NVMe: Create nvme_map_user_pages() and nvme_unmap_user_pages()Matthew Wilcox2011-11-04
| * | | | NVMe: Change NVME_IOCTL_GET_RANGE_TYPE to return all the rangesMatthew Wilcox2011-11-04
| * | | | NVMe: Zero the command before we send itMatthew Wilcox2011-11-04
| * | | | NVMe: Add nvme_setup_prps()Matthew Wilcox2011-11-04
| * | | | NVMe: Use PRP2 for the nvme_identify ioctlMatthew Wilcox2011-11-04
| * | | | NVMe: Fix admin IRQ claim on real hardwareMatthew Wilcox2011-11-04
| * | | | NVMe: Rename 'cycle' to 'phase'Matthew Wilcox2011-11-04
| * | | | NVMe: Implement per-CPU queuesMatthew Wilcox2011-11-04
| * | | | NVMe: Reduce set_queue_count arguments by oneMatthew Wilcox2011-11-04
| * | | | NVMe: Factor out queue_request_irq()Matthew Wilcox2011-11-04
| * | | | NVMe: New driverMatthew Wilcox2011-11-04
* | | | | Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-01-15
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-3.3/mtip32xx' into for-3.3/driversJens Axboe2012-01-15
| |\ \ \ \ \
| | * | | | | mtip32xx: do rebuild monitoring asynchronouslyAsai Thambi S P2012-01-04
| | * | | | | mtip32xx: uninitialized variable in mtip_quiesce_io()Dan Carpenter2011-11-24
| | * | | | | mtip32xx: updates based on feedbackAsai Thambi S P2011-11-23
| | * | | | | mtip32xx: update to new ->make_request() APIJens Axboe2011-11-05
| | * | | | | mtip32xx: add module.h include to avoid conflict with moduleh treeJens Axboe2011-11-05
| | * | | | | mtip32xx: mark a few more items staticJens Axboe2011-11-05
| | * | | | | mtip32xx: ensure that all local functions are staticJens Axboe2011-11-05
| | * | | | | mtip32xx: cleanup compat ioctl handlingJens Axboe2011-11-05
| | * | | | | mtip32xx: fix warnings/errors on 32-bit compilesJens Axboe2011-11-05