summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: makes bio_split support bio without dataShaohua Li2012-09-281-12/+14
* scatterlist: refactor the sg_nentsMaxim Levitsky2012-09-281-5/+2
* scatterlist: add sg_nentsMaxim Levitsky2012-09-272-0/+23
* fs: fix include/percpu-rwsem.h export errorJens Axboe2012-09-271-1/+1
* percpu-rw-semaphore: fix documentation typosMikulas Patocka2012-09-261-2/+2
* fs/block_dev.c:1644:5: sparse: symbol 'blkdev_mmap' was not declaredFengguang Wu2012-09-261-1/+1
* blockdev: turn a rw semaphore into a percpu rw semaphoreMikulas Patocka2012-09-264-11/+135
* Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka2012-09-263-3/+65
* block: fix request_queue->flags initializationTejun Heo2012-09-211-1/+1
* block: lift the initial queue bypass mode on blk_register_queue() instead of ...Tejun Heo2012-09-212-5/+8
* block: ioctl to zero block rangesMartin K. Petersen2012-09-202-0/+28
* block: Make blkdev_issue_zeroout use WRITE SAMEMartin K. Petersen2012-09-201-1/+29
* block: Implement support for WRITE SAMEMartin K. Petersen2012-09-2011-6/+181
* block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen2012-09-203-20/+44
* block: Clean up special command handling logicMartin K. Petersen2012-09-207-49/+46
* block/blk-tag.c: Remove useless kfreePeter Senna Tschudin2012-09-121-4/+2
* block: remove the duplicated setting for congestion_thresholdJaehoon Chung2012-09-091-2/+0
* block: reject invalid queue attribute valuesDave Reisner2012-09-091-2/+23
* block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet2012-09-098-46/+29
* block: Consolidate bio_alloc_bioset(), bio_kmalloc()Kent Overstreet2012-09-092-77/+49
* block: Kill bi_destructorKent Overstreet2012-09-095-48/+27
* pktcdvd: Switch to bio_kmalloc()Kent Overstreet2012-09-091-45/+7
* block: Add bio_reset()Kent Overstreet2012-09-093-6/+44
* dm: Use bioset's front_pad for dm_rq_clone_bio_infoKent Overstreet2012-09-091-28/+18
* block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet2012-09-096-41/+26
* block: Generalized bio pool freeingKent Overstreet2012-09-098-103/+21
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-09-0617-27/+73
|\
| * ARM: gemini: fix the gemini buildLinus Walleij2012-09-041-0/+1
| * Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r...Olof Johansson2012-09-043-3/+4
| |\
| | * ARM: shmobile: armadillo800eva: enable rw rootfs mountKuninori Morimoto2012-09-031-1/+1
| | * ARM: shmobile: mackerel: fixup usb module orderKuninori Morimoto2012-08-311-1/+2
| | * ARM: shmobile: armadillo800eva: fixup: sound card detection orderKuninori Morimoto2012-08-311-1/+1
| * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r...Olof Johansson2012-09-021-1/+1
| |\|
| | * ARM: shmobile: marzen: fixup smsc911x id for regulatorKuninori Morimoto2012-08-301-1/+1
| * | Merge branch 'fixes-for-v3.6-v2' of git://git.infradead.org/users/jcooper/lin...Olof Johansson2012-09-021-0/+1
| |\ \
| | * | ARM: Kirkwood: Fix 'SZ_1M' undeclared here for db88f6281-bp-setup.cAndrew Lunn2012-08-311-0/+1
| * | | Merge branch 'armadillo800eva' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2012-08-271-5/+6
| |\ \ \
| | * | | ARM: mach-shmobile: armadillo800eva: Enable power button as wakeup sourceLaurent Pinchart2012-08-251-2/+3
| | * | | ARM: mach-shmobile: armadillo800eva: Fix GPIO buttons descriptionsLaurent Pinchart2012-08-251-4/+4
| | | |/ | | |/|
| * | | Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson2012-08-2710-16/+58
| |\ \ \
| | * | | ARM: at91/feature-removal-schedule: delay at91_mci removalLudovic Desroches2012-08-271-1/+1
| | * | | ARM: at91/dts: remove partial parameter in at91sam9g25ek.dtsBo Shen2012-08-231-1/+1
| | * | | ARM: at91/clock: fix PLLA overclock warningNicolas Ferre2012-08-231-0/+12
| | * | | ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq supportLudovic Desroches2012-08-236-13/+43
| | * | | ARM: at91: fix system timer irq issue due to sparse irq supportLudovic Desroches2012-08-231-1/+1
| * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/...Olof Johansson2012-08-271-2/+2
| |\ \ \ \
| | * | | | ARM: shmobile: sh73a0: fixup RELOC_BASE of intca_irq_pins_descKuninori Morimoto2012-08-221-2/+2
| | |/ / /
* | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-09-061-2/+10
|\ \ \ \ \
| * | | | | linux/kernel.h: Fix DIV_ROUND_CLOSEST to support negative dividendsGuenter Roeck2012-09-011-2/+10
* | | | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2012-09-062-2/+2
|\ \ \ \ \ \