summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | NVMe: check for integer overflow in nvme_map_user_pages()Dan Carpenter2013-05-171-2/+3
| * | | | NVMe: Fix a signedness bug in nvme_trans_modesel_get_mpVishal Verma2013-05-171-1/+1
| * | | | NVMe: Remove redundant version.h header includeSachin Kamat2013-05-171-1/+0
| | |_|/ | |/| |
* | | | drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf2013-05-241-2/+2
* | | | drivers/block/xsysace.c: fix id with missing port-numberGernot Vormayr2013-05-241-2/+1
|/ / /
* | / Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-05-151-386/+549
|\| | | |/ |/|
| * rbd: re-submit flattened write request (part 2)Alex Elder2013-05-131-2/+16
| * rbd: re-submit write request for flattened cloneAlex Elder2013-05-131-7/+22
| * rbd: re-submit read request for flattened cloneAlex Elder2013-05-131-5/+25
| * rbd: detect when clone image is flattenedAlex Elder2013-05-131-2/+28
| * rbd: reference count parent requestsAlex Elder2013-05-131-2/+102
| * rbd: define parent image request routinesAlex Elder2013-05-131-23/+55
| * rbd: define rbd_dev_unparent()Alex Elder2013-05-131-5/+13
| * rbd: don't release write request until necessaryAlex Elder2013-05-131-12/+7