summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | xen-blkback: move pending handles list from blkbk to pending_reqRoger Pau Monne2013-04-181-12/+4
| | * | 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/+1
| * | | 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 branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-07-101-2/+2
|\ \ \ \
| * | | | xilinx systemace: Fix sparse warningsMichal Simek2013-07-101-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-07-091-84/+90
|\ \ \ \
| * | | | rbd: fix a couple warningsSage Weil2013-07-031-2/+2
| * | | | rbd: take a little creditAlex Elder2013-07-031-0/+1
| * | | | rbd: use rwsem to protect header updatesAlex Elder2013-07-031-16/+10
| * | | | rbd: don't hold ctl_mutex to get/put deviceAlex Elder2013-07-031-15/+2
| * | | | rbd: protect against concurrent unmapsAlex Elder2013-07-031-2/+4
| * | | | rbd: set removing flag while holding list lockAlex Elder2013-07-031-31/+22
| * | | | rbd: protect against duplicate client creationAlex Elder2013-07-031-10/+7
| * | | | rbd: clean up a few things in the refresh pathAlex Elder2013-07-031-10/+43
| * | | | rbd: flush dcache after zeroing page dataAlex Elder2013-07-031-0/+2
| * | | | rbd: drop original request earlier for existence checkAlex Elder2013-07-011-2/+1
| * | | | rbd: Use min_t() to fix comparison of distinct pointer types warningGeert Uytterhoeven2013-07-011-2/+2