summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* aoe: Add forgotten NULL at end of attribute list in aoeblk.cDennis Stosberg2006-11-161-0/+1
* [PATCH] cpqarray: fix iostatJens Axboe2006-11-141-4/+11
* [PATCH] cciss: fix iostatJens Axboe2006-11-141-0/+6
* [PATCH] cciss: fix printk format warningRandy Dunlap2006-10-281-4/+4
* [PATCH] cciss: Fix warnings (and bug on 1TB discs)Matthew Wilcox2006-10-211-13/+9
* aoe: fix sysfs_create_file warningsGreg Kroah-Hartman2006-10-181-9/+14
* aoe: revert printk macrosEd L. Cashin2006-10-187-37/+39
* aoe: update driver versionEd L. Cashin2006-10-181-1/+1
* aoe: remove sysfs commentEd L. Cashin2006-10-181-1/+0
* aoe: use bio->bi_idxEd L. Cashin2006-10-182-1/+3
* aoe: module parameter for device timeoutEd L. Cashin2006-10-181-2/+5
* aoe: zero copy write 2 of 2Ed L. Cashin2006-10-183-20/+64
* aoe: improve retransmission heuristicsEd L. Cashin2006-10-182-6/+17
* aoe: jumbo frame support 2 of 2Ed L. Cashin2006-10-181-2/+6
* aoe: clean up printks via macrosEd L. Cashin2006-10-187-58/+50
* aoe: jumbo frame support 1 of 2Ed L. Cashin2006-10-183-17/+72
* aoe: zero copy write 1 of 2Ed L. Cashin2006-10-183-74/+69
* aoe: remove unused NARGS enumEd L. Cashin2006-10-181-1/+0
* aoe: update copyright dateEd L. Cashin2006-10-187-7/+7
* aoe: eliminate isbusy messageEd L. Cashin2006-10-181-4/+1
* [PATCH] rd: memory leak on rd_init() failureAkinobu Mita2006-10-171-6/+6
* [PATCH] z2_init() in non-modular caseAl Viro2006-10-111-22/+6
* [PATCH] amiga_floppy_init() in non-modular caseAl Viro2006-10-111-8/+5
* [PATCH] DAC960: use memmove for overlapping areasAlexey Dobriyan2006-10-111-2/+2
* [PATCH] Use linux/io.h instead of asm/io.hMatthew Wilcox2006-10-111-1/+1
* [PATCH] __user annotations: loop.cAl Viro2006-10-101-1/+1
* [PATCH] fix misannotations in loop.cAl Viro2006-10-101-3/+3
* Various drivers' irq handlers: kill dead code, needless castsJeff Garzik2006-10-061-7/+7
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-0517-57/+45
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds2006-10-042-2/+0
|\
| * Remove all inclusions of <linux/config.h>Dave Jones2006-10-042-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-10-041-2/+2
|\ \
| * | [POWERPC] Update swim3 printk after blkdev.h changeOlaf Hering2006-10-041-2/+2
* | | [PATCH] pktcdvd: rename a variable for better readabilityThomas Maier2006-10-041-7/+7
* | | [PATCH] pktcdvd: Replace pktcdvd strings with macro DRIVER_NAME.Thomas Maier2006-10-041-61/+63
| |/ |/|
* | Fix bytes <-> kilobytes typo in Kconfig for ramdiskChristian Borntraeger2006-10-031-1/+1
* | remove mentionings of devfs in documentationAdrian Bunk2006-10-031-2/+1
|/
* [PATCH] pr_debug: umem: repair nonexistant bh pr_debug referenceZach Brown2006-10-031-1/+2
* [PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra2006-10-015-7/+7
* [PATCH] cciss: remove unneeded spaces in output for attached volumesMetathronius Galabant2006-10-011-1/+1
* [PATCH] cciss: support for >2TB logical volumesMike Miller (OS Dev)2006-10-013-73/+192
* [PATCH] Generic booleanRichard Knutsson2006-10-011-1/+1
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-0/+4
* [PATCH] BLOCK: Move the loop device ioctl compat stuff to the loop driver [tr...David Howells2006-09-301-0/+160
* [PATCH] Kill various deprecated/unused block layer defines/functionsJens Axboe2006-09-302-2/+0
* [PATCH] Remove ->rq_status from struct requestJens Axboe2006-09-303-5/+4
* [PATCH] Remove ->waiting member from struct requestJens Axboe2006-09-303-4/+3
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-305-11/+11
* [PATCH] loop: forward-port resource leak checks from SolarSerge E. Hallyn2006-09-291-2/+11
* [PATCH] kthread: convert loop.c to kthreadSerge E. Hallyn2006-09-291-45/+24