summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner2013-06-283-3/+17
* drbd: Fix rcu_read_lock balance on error pathAndreas Gruenbacher2013-06-281-7/+12
* drbd: fix error return code in drbd_init()Wei Yongjun2013-06-281-3/+1Star
* drbd: Do not sleep inside rcuAndreas Gruenbacher2013-06-281-2/+2
* Merge branch 'stable/for-jens-3.10' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2013-06-284-422/+1214
|\
| * xen-blkback: check the number of iovecs before allocating a biosRoger Pau Monne2013-06-251-1/+2
| * xen-blkfront: set blk_queue_max_hw_sectors correctlyRoger Pau Monne2013-06-211-1/+1
| * xen-blkback: workaround compiler bug in gcc 4.1Roger Pau Monne2013-06-211-10/+14
| * xen/blkback: Check for insane amounts of request on the ring (v6).Konrad Rzeszutek Wilk2013-06-173-1/+16
| * xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk2013-06-071-1/+12
| * xen/blkback: Use physical sector size for setupStefan Bader2013-06-072-3/+23
| * xen-blkfront: Introduce a 'max' module parameter to alter the amount of indir...Konrad Rzeszutek Wilk2013-06-041-0/+2
| * xen-blkfront: use a different scatterlist for each requestRoger Pau Monne2013-05-081-25/+18Star
| * xen-blkback: allocate list of pending reqs in small chunksRoger Pau Monne2013-05-073-78/+106
| * xen-block: implement indirect descriptorsRoger Pau Monne2013-04-184-125/+604
| * xen-blkback: expand map/unmap functionsRoger Pau Monne2013-04-181-55/+86
| * xen-blkback: make the queue of free requests per backendRoger Pau Monne2013-04-183-105/+74Star
| * xen-blkback: move pending handles list from blkbk to pending_reqRoger Pau Monne2013-04-181-12/+4Star
| * xen-blkback: implement LRU mechanism for persistent grantsRoger Pau Monne2013-04-183-57/+250
| * xen-blkback: use balloon pages for all mappingsRoger Pau Monne2013-04-183-121/+173
| * xen-blkback: print stats about persistent grantsRoger Pau Monne2013-04-181-2/+4
* | rsxx: Adding in debugfs entries.Philip J Kelleher2013-06-192-0/+278
* | rsxx: Fixes incorrect stats calculation.Philip J Kelleher2013-06-191-0/+1
* | rsxx: Adding EEH check inside cregs timeout.Philip J Kelleher2013-06-191-0/+9
* | rsxx: Adapter address space sanity check.Philip J Kelleher2013-06-191-0/+3
* | rsxx: Fixes DLPAR add kernel panic if partition still mounted.Philip J Kelleher2013-06-191-0/+4
* | rsxx: Changing the adapter name to the official name.Philip J Kelleher2013-06-192-7/+7
* | rsxx: Adding in sync_start module paramenter.Philip J Kelleher2013-06-191-0/+34
* | rsxx: Allow block size to be determined by configuration.Philip J Kelleher2013-06-191-19/+1Star
* | rsxx: Fixes soft-lockup issues during DMAs.Philip J Kelleher2013-06-192-8/+28
* | rsxx: Restructured DMA cancel scheme.Philip J Kelleher2013-06-194-93/+95
* | rsxx: Individual workqueues for interruptible events.Philip J Kelleher2013-06-193-3/+27
* | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2013-05-103-164/+3484
|\ \
| * | NVMe: Use user defined admin ioctl timeoutKeith Busch2013-05-091-1/+5
| * | NVMe: Simplify Firmware Activate code slightlyMatthew Wilcox2013-05-081-4/+2Star
| * | NVMe: Only clear the enable bit when disabling controllerMatthew Wilcox2013-05-081-1/+4
| * | NVMe: Wait for device to acknowledge shutdownMatthew Wilcox2013-05-081-19/+46
| * | NVMe: Schedule timeout for sync commandsKeith Busch2013-05-021-1/+1
| * | NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IOKeith Busch2013-05-021-4/+67
| * | NVMe: Device specific stripe size handlingKeith Busch2013-05-021-4/+15
| * | NVMe: Split non-mergeable bio requestsKeith Busch2013-05-021-30/+122
| * | NVMe: Remove dead code in nvme_dev_addKeith Busch2013-05-021-9/+2Star
| * | NVMe: Check for NULL memory in nvme_dev_addKeith Busch2013-05-021-0/+2
| * | NVMe: Fix error clean-up on nvme_alloc_queueKeith Busch2013-05-021-1/+1
| * | NVMe: Free admin queue on request_irq errorKeith Busch2013-05-021-4/+9
| * | NVMe: Add scsi unmap to SG_IOKeith Busch2013-05-021-0/+78
| * | NVMe: queue usage fixes in nvme-scsiKeith Busch2013-05-021-5/+20
| * | NVMe: Set TASK_INTERRUPTIBLE before processing queuesArjan van de Ven2013-05-011-2/+1Star
| * | NVMe: Add a character device for each nvme deviceKeith Busch2013-04-161-10/+64
| * | NVMe: Fix endian-related problems in user I/O submission pathMatthew Wilcox2013-04-161-4/+4