summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-037-42/+151
|\ \ \
| * | | aoe: update internal version number to v83Ed Cashin2013-07-031-1/+1
| * | | aoe: update copyright dateEd Cashin2013-07-034-4/+4
| * | | aoe: perform I/O completions in parallelEd Cashin2013-07-034-31/+134
| * | | nbd: correct disconnect behaviorPaul Clements2013-07-031-1/+6
| * | | nbd: remove bogus BUG_ON in NBD_CLEAR_QUEMichal Belczyk2013-07-031-1/+0
| * | | drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-033-3/+4
| * | | block: do not pass disk names as format stringsKees Cook2013-07-031-1/+2
| | | |
| \ \ \
*-. \ \ \ Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git....Linus Torvalds2013-07-031-1/+1
|\ \ \ \ \
| | * | | | virtio_blk: Add missing 'static' qualifiersJonghwan Choi2013-05-201-1/+1
| |/ / / /
* | | | | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/geer...Linus Torvalds2013-07-031-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | swim: Release memory region after incorrect return/gotoJoe Perches2013-06-241-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-023-2/+87
|\ \ \ \ | |_|_|/ |/| | |
| * | | move linux/loop.h to drivers/blockAl Viro2013-06-293-2/+87
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-291-1/+5
|\ \ \ \
| * | | | rbd: send snapshot context with writesJosh Durgin2013-06-271-1/+5
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-261-4/+4
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | rbd: fetch object order before using itJosh Durgin2013-06-251-4/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-211-1/+5
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | rbd: use the correct length for format 2 object namesJosh Durgin2013-06-131-1/+5
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-06-122-4/+7
|\ \ \
| * \ \ Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2013-05-291-1/+2
| |\ \ \
| | * | | pktcdvd: silence static checker warningDan Carpenter2013-05-291-1/+2
| * | | | mtip32xx: Correctly handle bio->bi_idx != 0 conditionsSam Bradshaw2013-05-151-2/+3
| * | | | mtip32xx: Fix NULL pointer dereference during module unloadSam Bradshaw2013-05-151-1/+2
| |/ / /
* | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-06-121-16/+16
|\ \ \ \
| * | | | cciss: fix broken mutex usage in ioctlStephen M. Cameron2013-06-121-16/+16
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-121-15/+18
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | rbd: fix cleanup in rbd_add()Alex Elder2013-05-171-9/+14
| * | | rbd: don't destroy ceph_opts in rbd_add()Alex Elder2013-05-171-6/+4
* | | | Merge branch 'fixes-3.10' of git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2013-06-112-16/+49
|\ \ \ \
| * | | | NVMe: Add MSI supportRamachandra Rao Gajula2013-05-311-8/+32
| * | | | NVMe: Use dma_set_mask() correctlyMatthew Wilcox2013-05-281-2/+8
| * | | | Return the result from user admin command IOCTL even in case of failureChayan Biswas2013-05-231-1/+1
| * | | | NVMe: Do not cancel command multiple timesKeith Busch2013-05-171-0/+2
| * | | | NVMe: fix error return code in nvme_submit_bio_queue()Wei Yongjun2013-05-171-1/+2
OpenPOWER on IntegriCloud