aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2011-11-04NVMe: Switch to use DMA Pool APIMatthew Wilcox1-7/+32
2011-11-04NVMe: Rename nvme_req_info to nvme_bioMatthew Wilcox1-24/+24
2011-11-04NVMe: Initial PRP List supportShane Michael Matthews1-13/+91
2011-11-04NVMe: Advance the sg pointer when filling in an sg listMatthew Wilcox1-0/+1
2011-11-04NVMe: Renumber the special context valuesMatthew Wilcox1-3/+3
2011-11-04NVMe: Handle the congestion list a little betterMatthew Wilcox1-0/+17
2011-11-04NVMe: Record the timeout for each commandMatthew Wilcox1-17/+32
2011-11-04NVMe: Need to lock queue during interrupt handlingMatthew Wilcox1-6/+1
2011-11-04NVMe: Detect command IDs completing that are out of rangeMatthew Wilcox1-0/+9
2011-11-04NVMe: Detect commands that are completed twiceMatthew Wilcox1-3/+12
2011-11-04NVMe: Use a symbolic name to represent cancelled commands instead of 0Matthew Wilcox1-8/+12
2011-11-04NVMe: Add a module parameter to use a threaded interruptMatthew Wilcox1-0/+27
2011-11-04NVMe: Call put_nvmeq() before calling nvme_submit_sync_cmd()Matthew Wilcox1-1/+6
2011-11-04NVMe: Allow fatal signals to interrupt I/OMatthew Wilcox1-6/+27
2011-11-04NVMe: Release 0.2Matthew Wilcox1-1/+1
2011-11-04NVMe: Add download / activate firmware ioctlsMatthew Wilcox1-0/+45
2011-11-04NVMe: Move sysfs entries to the right placeMatthew Wilcox1-0/+1
2011-11-04NVMe: Disable the device before we write the admin queuesShane Michael Matthews1-0/+1
2011-11-04NVMe: Request I/O regionsMatthew Wilcox1-3/+9
2011-11-04NVMe: Allow queues to be allocated above 4GBMatthew Wilcox1-1/+2
2011-11-04NVMe: Enable device DMAMatthew Wilcox1-0/+1
2011-11-04NVMe: Enable and disable the PCI deviceShane Michael Matthews1-0/+5
2011-11-04NVMe: Check returns from nvme_alloc_queue()Matthew Wilcox1-0/+5
2011-11-04NVMe: Remove 'node' from nvme_devMatthew Wilcox1-1/+0
2011-11-04NVMe: Read the model, serial & firmware rev from the controllerMatthew Wilcox1-1/+9
2011-11-04NVMe: Add NVME_IOCTL_SUBMIT_IOMatthew Wilcox1-0/+43
2011-11-04NVMe: Create nvme_map_user_pages() and nvme_unmap_user_pages()Matthew Wilcox1-15/+53
2011-11-04NVMe: Change NVME_IOCTL_GET_RANGE_TYPE to return all the rangesMatthew Wilcox1-30/+19
2011-11-04NVMe: Zero the command before we send itMatthew Wilcox1-0/+1
2011-11-04NVMe: Add nvme_setup_prps()Matthew Wilcox1-24/+46
2011-11-04NVMe: Use PRP2 for the nvme_identify ioctlMatthew Wilcox1-17/+41
2011-11-04NVMe: Fix admin IRQ claim on real hardwareMatthew Wilcox1-0/+1
2011-11-04NVMe: Rename 'cycle' to 'phase'Matthew Wilcox1-8/+8
2011-11-04NVMe: Implement per-CPU queuesMatthew Wilcox1-11/+50
2011-11-04NVMe: Reduce set_queue_count arguments by oneMatthew Wilcox1-3/+3
2011-11-04NVMe: Factor out queue_request_irq()Matthew Wilcox1-4/+9
2011-11-04NVMe: New driverMatthew Wilcox3-0/+1055
2011-11-02virtio-blk: use ida to allocate disk indexMichael S. Tsirkin1-6/+24
2011-10-31block: Fix files that are modules and hence need module.hPaul Gortmaker3-0/+3
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2-0/+2
2011-10-31virtio-blk: use ida to allocate disk indexMichael S. Tsirkin1-6/+24
2011-10-28Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds1-1/+1
2011-10-26block: xen-blkback: use API provided by xenbus module to map ringsDavid Vrabel2-51/+8
2011-10-25libceph: create messenger with clientSage Weil1-1/+1
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-9/+6
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds1-1/+1
2011-10-24Merge branch 'for-linus' into for-3.2/coreJens Axboe1-112/+23
2011-10-20cciss: add small delay when using PCI Power Management to reset for kumpMike Miller1-0/+7
2011-10-20Merge branch 'stable/for-jens-3.2' of git://oss.oracle.com/git/kwilk/xen into...Jens Axboe4-66/+367
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe8-105/+236