summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-09-091-17/+19
|\
| * rbd: fix null dereference in doutJosh Durgin2013-09-031-3/+5
| * rbd: fix buffer size for writes to images with snapshotsJosh Durgin2013-09-031-5/+5
| * rbd: fix I/O error propagation for readsJosh Durgin2013-09-031-7/+7
| * Merge remote-tracking branch 'linus/master' into testingSage Weil2013-08-1528-682/+2164
| |\
| * | block: rbd: use NULL instead of 0Jingoo Han2013-08-091-2/+2
* | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2013-09-072-201/+408
|\ \ \
| * | | NVMe: Merge issue on character device bring-upKeith Busch2013-09-061-4/+8
| * | | NVMe: Handle ioremap failureKeith Busch2013-09-031-8/+22
| * | | NVMe: Add pci suspend/resume driver callbacksKeith Busch2013-09-031-15/+58
| * | | NVMe: Use normal shutdownKeith Busch2013-09-031-0/+26
| * | | NVMe: Separate controller init from disk discoveryKeith Busch2013-09-031-30/+47
| * | | NVMe: Separate queue alloc/free from create/deleteKeith Busch2013-09-031-39/+94
| * | | NVMe: Group pci related actions in functionsKeith Busch2013-09-031-46/+66
| * | | NVMe: Disk stats for read/write commands onlyKeith Busch2013-09-031-3/+3
| * | | NVMe: Bring up cdev on set feature failureKeith Busch2013-09-031-2/+2
| * | | NVMe: Fix checkpatch issuesKeith Busch2013-09-031-5/+4
| * | | NVMe: Namespace IDs are unsignedMatthew Wilcox2013-09-031-2/+5
| * | | NVMe: Call nvme_process_cq from submission pathMatthew Wilcox2013-06-241-19/+20
| * | | NVMe: Remove "process_cq did something" messageMatthew Wilcox2013-06-241-2/+1
| * | | NVMe: Return correct value from interrupt handlerMatthew Wilcox2013-06-241-5/+9
| * | | NVMe: Disk IO statisticsKeith Busch2013-06-201-0/+28
| * | | NVMe: Restructure MSI / MSI-X setupMatthew Wilcox2013-06-201-21/+23
| * | | NVMe: Use kzalloc instead of kmalloc+memsetTushar Behera2013-06-191-16/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\ \ \ \
| * | | | treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-1/+1
* | | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-5/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | rbd: convert bus code to use bus_groupsGreg Kroah-Hartman2013-08-271-5/+9
| |/ / /
* | | | aoe: adjust ref of head for compound page tailsEd Cashin2013-08-131-10/+7
|/ / /
* | | Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-07-2216-624/+1915
|\ \ \
| * \ \ Merge tag 'v3.10-rc7' into for-3.11/driversJens Axboe2013-07-028-442/+647
| |\ \ \
| * | | | drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner2013-06-285-52/+172
| * | | | drbd: Constants should be UPPERCASEPhilipp Reisner2013-06-283-14/+19
| * | | | 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/+1
| * | | | 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/+18
| | * | | | 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/+74
OpenPOWER on IntegriCloud