summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2006-11-16aoe: Add forgotten NULL at end of attribute list in aoeblk.cDennis Stosberg-0/+1
2006-11-14[PATCH] cpqarray: fix iostatJens Axboe-4/+11
2006-11-14[PATCH] cciss: fix iostatJens Axboe-0/+6
2006-10-28[PATCH] cciss: fix printk format warningRandy Dunlap-4/+4
2006-10-21[PATCH] cciss: Fix warnings (and bug on 1TB discs)Matthew Wilcox-13/+9
2006-10-18aoe: fix sysfs_create_file warningsGreg Kroah-Hartman-9/+14
2006-10-18aoe: revert printk macrosEd L. Cashin-37/+39
2006-10-18aoe: update driver versionEd L. Cashin-1/+1
2006-10-18aoe: remove sysfs commentEd L. Cashin-1/+0
2006-10-18aoe: use bio->bi_idxEd L. Cashin-1/+3
2006-10-18aoe: module parameter for device timeoutEd L. Cashin-2/+5
2006-10-18aoe: zero copy write 2 of 2Ed L. Cashin-20/+64
2006-10-18aoe: improve retransmission heuristicsEd L. Cashin-6/+17
2006-10-18aoe: jumbo frame support 2 of 2Ed L. Cashin-2/+6
2006-10-18aoe: clean up printks via macrosEd L. Cashin-58/+50
2006-10-18aoe: jumbo frame support 1 of 2Ed L. Cashin-17/+72
2006-10-18aoe: zero copy write 1 of 2Ed L. Cashin-74/+69
2006-10-18aoe: remove unused NARGS enumEd L. Cashin-1/+0
2006-10-18aoe: update copyright dateEd L. Cashin-7/+7
2006-10-18aoe: eliminate isbusy messageEd L. Cashin-4/+1
2006-10-17[PATCH] rd: memory leak on rd_init() failureAkinobu Mita-6/+6
2006-10-11[PATCH] z2_init() in non-modular caseAl Viro-22/+6
2006-10-11[PATCH] amiga_floppy_init() in non-modular caseAl Viro-8/+5
2006-10-11[PATCH] DAC960: use memmove for overlapping areasAlexey Dobriyan-2/+2
2006-10-11[PATCH] Use linux/io.h instead of asm/io.hMatthew Wilcox-1/+1
2006-10-10[PATCH] __user annotations: loop.cAl Viro-1/+1
2006-10-10[PATCH] fix misannotations in loop.cAl Viro-3/+3
2006-10-06Various drivers' irq handlers: kill dead code, needless castsJeff Garzik-7/+7
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-57/+45
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds-2/+0
2006-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds-2/+2
2006-10-04[PATCH] pktcdvd: rename a variable for better readabilityThomas Maier-7/+7
2006-10-04[PATCH] pktcdvd: Replace pktcdvd strings with macro DRIVER_NAME.Thomas Maier-61/+63
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones-2/+0
2006-10-04[POWERPC] Update swim3 printk after blkdev.h changeOlaf Hering-2/+2
2006-10-03Fix bytes <-> kilobytes typo in Kconfig for ramdiskChristian Borntraeger-1/+1
2006-10-03remove mentionings of devfs in documentationAdrian Bunk-2/+1
2006-10-03[PATCH] pr_debug: umem: repair nonexistant bh pr_debug referenceZach Brown-1/+2
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra-7/+7
2006-10-01[PATCH] cciss: remove unneeded spaces in output for attached volumesMetathronius Galabant-1/+1
2006-10-01[PATCH] cciss: support for >2TB logical volumesMike Miller (OS Dev)-73/+192
2006-10-01[PATCH] Generic booleanRichard Knutsson-1/+1
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells-0/+4
2006-09-30[PATCH] BLOCK: Move the loop device ioctl compat stuff to the loop driver [tr...David Howells-0/+160
2006-09-30[PATCH] Kill various deprecated/unused block layer defines/functionsJens Axboe-2/+0
2006-09-30[PATCH] Remove ->rq_status from struct requestJens Axboe-5/+4
2006-09-30[PATCH] Remove ->waiting member from struct requestJens Axboe-4/+3
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe-11/+11
2006-09-29[PATCH] loop: forward-port resource leak checks from SolarSerge E. Hallyn-2/+11
2006-09-29[PATCH] kthread: convert loop.c to kthreadSerge E. Hallyn-45/+24