aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16deny partial write for loop dev fdDmitry Monakhov1-3/+1
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin1-46/+29
2007-10-14more trivial signedness fixes in driversAl Viro1-1/+1
2007-10-12[S390] Remove obsolete recommendation for 8M ramdisk size.Robert P. J. Day1-2/+1
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-52/+25
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-1/+6
2007-10-11[POWERPC] iSeries: Move viodasd probingStephen Rothwell1-52/+25
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+2
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+4
2007-10-10Sysace: Don't enable IRQ until after interrupt handler is registeredGrant Likely1-5/+5
2007-10-10Sysace: sparse fixesGrant Likely1-5/+5
2007-10-10Sysace: Minor coding convention fixupGrant Likely1-3/+6
2007-10-10drivers/block/umem: use DRIVER_NAME where appropriateJeff Garzik1-4/+4
2007-10-10drivers/block/umem: trim trailing whitespaceJeff Garzik2-18/+18
2007-10-10drivers/block/umem: minor cleanupsJeff Garzik1-30/+29
2007-10-10drivers/block/umem: use dev_printk()Jeff Garzik1-49/+62
2007-10-10drivers/block/umem: move private include away from include/linuxJeff Garzik2-1/+134
2007-10-10Sysace: Labels in C code should not be indented.Grant Likely1-10/+10
2007-10-10Sysace: Add of_platform_bus bindingGrant Likely1-0/+89
2007-10-10Sysace: Move IRQ handler registration to occur after FSM is initializedGrant Likely1-11/+10
2007-10-10Sysace: minor rework and cleanup changesGrant Likely1-3/+9
2007-10-10Sysace: Move structure allocation from bus binding into common codeGrant Likely1-38/+61
2007-10-10Sysace: Use the established platform bus apiGrant Likely1-18/+30
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown10-36/+19
2007-10-10Fixup rq_for_each_segment() indentationJens Axboe4-58/+53
2007-10-10Fix various abuse of bio fields in umem.cNeilBrown1-13/+25
2007-10-10Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown5-82/+69
2007-09-19Fix "Fix DAC960 driver on machines which don't support 64-bit DMA"Andrew Morton1-0/+1
2007-09-11Fix DAC960 driver on machines which don't support 64-bit DMAMatthew Wilcox2-14/+10
2007-08-26[SUNVDC]: Use slice 0xff on VD_DISK_TYPE_DISK.David S. Miller1-1/+1
2007-08-22Introduce CONFIG_CHECK_SIGNATUREGeert Uytterhoeven1-0/+1
2007-08-18Add some help texts to recently-introduced kconfig itemsJan Engelhardt1-0/+6
2007-08-18Enable partitions for lguest block deviceRusty Russell1-3/+6
2007-08-11sysace: HDIO_GETGEO has it's own method for agesChristoph Hellwig1-19/+10
2007-08-11drivers/block/cpqarray.c: better error handling and kmalloc + memset conversion to k[cz]allocMariusz Kozlowski1-52/+26
2007-08-11drivers/block/cciss.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-8/+8
2007-08-11Clean up duplicate includes in drivers/block/Jesper Juhl1-1/+0
2007-07-31cciss: fix memory leakJesper Juhl1-1/+4
2007-07-29Make lguest compile with CONFIG_BLOCK=n and CONFIG_NET=nRusty Russell1-1/+1
2007-07-26lguest: documentation III: DriversRusty Russell1-12/+157
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe28-64/+64
2007-07-21ps3: Disk Storage DriverGeert Uytterhoeven2-0/+631
2007-07-19[SPARC64]: Fix handling of multiple vdc-port nodes.David S. Miller1-16/+8
2007-07-19[SPARC64]: Fix MODULE_DEVICE_TABLE() specification in VDC and VNET.Fabio Massimo Di Nitto1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-19lguest: the block driverRusty Russell2-0/+276
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-87/+10
2007-07-18xen: add virtual block device driver.Jeremy Fitzhardinge3-0/+998
2007-07-18[SPARC64]: Simplify VDC device probing.David S. Miller1-87/+10