aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAge
* drivers/block/swim.c: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-11
* cciss: set max scatter gather entries to 32 on P600Mike Miller2013-09-11
* drivers/block/mg_disk.c: make mg_times_out() staticJingoo Han2013-09-11
* block: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-09-09
|\
| * rbd: fix null dereference in doutJosh Durgin2013-09-04
| * rbd: fix buffer size for writes to images with snapshotsJosh Durgin2013-09-04
| * rbd: fix I/O error propagation for readsJosh Durgin2013-09-04
| * Merge remote-tracking branch 'linus/master' into testingSage Weil2013-08-15
| |\
| * | block: rbd: use NULL instead of 0Jingoo Han2013-08-09
* | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2013-09-07
|\ \ \
| * | | NVMe: Merge issue on character device bring-upKeith Busch2013-09-06
| * | | NVMe: Handle ioremap failureKeith Busch2013-09-03
| * | | NVMe: Add pci suspend/resume driver callbacksKeith Busch2013-09-03
| * | | NVMe: Use normal shutdownKeith Busch2013-09-03
| * | | NVMe: Separate controller init from disk discoveryKeith Busch2013-09-03
| * | | NVMe: Separate queue alloc/free from create/deleteKeith Busch2013-09-03
| * | | NVMe: Group pci related actions in functionsKeith Busch2013-09-03
| * | | NVMe: Disk stats for read/write commands onlyKeith Busch2013-09-03
| * | | NVMe: Bring up cdev on set feature failureKeith Busch2013-09-03
| * | | NVMe: Fix checkpatch issuesKeith Busch2013-09-03
| * | | NVMe: Namespace IDs are unsignedMatthew Wilcox2013-09-03
| * | | NVMe: Call nvme_process_cq from submission pathMatthew Wilcox2013-06-24
| * | | NVMe: Remove "process_cq did something" messageMatthew Wilcox2013-06-24
| * | | NVMe: Return correct value from interrupt handlerMatthew Wilcox2013-06-24
| * | | NVMe: Disk IO statisticsKeith Busch2013-06-20
| * | | NVMe: Restructure MSI / MSI-X setupMatthew Wilcox2013-06-20
| * | | NVMe: Use kzalloc instead of kmalloc+memsetTushar Behera2013-06-19
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-06
|\ \ \ \
| * | | | treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-20
* | | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-03
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | rbd: convert bus code to use bus_groupsGreg Kroah-Hartman2013-08-28
| |/ / /
* / / / aoe: adjust ref of head for compound page tailsEd Cashin2013-08-13
|/ / /
* | | Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-07-22
|\ \ \
| * \ \ Merge tag 'v3.10-rc7' into for-3.11/driversJens Axboe2013-07-02
| |\ \ \
| * | | | drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner2013-06-28
| * | | | drbd: Constants should be UPPERCASEPhilipp Reisner2013-06-28
| * | | | drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner2013-06-28
| * | | | drbd: Fix rcu_read_lock balance on error pathAndreas Gruenbacher2013-06-28
| * | | | drbd: fix error return code in drbd_init()Wei Yongjun2013-06-28
| * | | | drbd: Do not sleep inside rcuAndreas Gruenbacher2013-06-28
| * | | | Merge branch 'stable/for-jens-3.10' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2013-06-28
| |\ \ \ \
| | * | | | xen-blkback: check the number of iovecs before allocating a biosRoger Pau Monne2013-06-25
| | * | | | xen-blkfront: set blk_queue_max_hw_sectors correctlyRoger Pau Monne2013-06-21
| | * | | | xen-blkback: workaround compiler bug in gcc 4.1Roger Pau Monne2013-06-21
| | * | | | xen/blkback: Check for insane amounts of request on the ring (v6).Konrad Rzeszutek Wilk2013-06-17
| | * | | | xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk2013-06-07
| | * | | | xen/blkback: Use physical sector size for setupStefan Bader2013-06-07
| | * | | | xen-blkfront: Introduce a 'max' module parameter to alter the amount of indir...Konrad Rzeszutek Wilk2013-06-04
| | * | | | xen-blkfront: use a different scatterlist for each requestRoger Pau Monne2013-05-08