aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2009-07-28mg_disk: Add missing ready status check on mg_write()unsik Kim
2009-07-28mg_disk: fix issue with data integrity on error in mg_write()Bartlomiej Zolnierkiewicz
2009-07-28mg_disk: fix reading invalid status when use polling driverunsik Kim
2009-07-28mg_disk: remove prohibited sleep operationunsik Kim
2009-07-22Merge branch 'tj-block-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-07-19virtio_blk: mark virtio_blk with __refdata to kill spurious section mismatchRakib Mullick
2009-07-17virtio_blk: ioctl return value fixChristoph Hellwig
2009-07-17virtio_blk: don't bounce highmem requestsChristoph Hellwig
2009-07-17ataflop: adjust NULL testJulia Lawall
2009-07-15z2ram: Small cleanup for z2ram.cZhaolei
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-10Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-07-03cciss: Ignore stale commands after rebootHannes Reinecke
2009-06-30floppy: fix lock imbalanceJiri Slaby
2009-06-24osdblk: Adjust queue limits to lower device's limitsBoaz Harrosh
2009-06-24osdblk: a Linux block device for OSD objectsJeff Garzik
2009-06-18hd: stop defining MAJOR_NRChristoph Hellwig
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-06-16Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-06-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2009-06-16block: remove some includings of blktrace_api.hLi Zefan
2009-06-16mg_disk: seperate mg_disk.h againunsik Kim
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim
2009-06-15block/ps3: remove driver_data direct access of struct deviceRoel Kluin
2009-06-15xen block: remove driver_data direct access of struct deviceGreg Kroah-Hartman
2009-06-15Driver Core: aoe: add nodename for aoe devicesKay Sievers
2009-06-15Driver Core: block: add nodename support for block drivers.Kay Sievers
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-15ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven
2009-06-15block/ps3: remove driver_data direct access of struct deviceRoel Kluin
2009-06-15ps3vram: Make ps3vram_priv.reports a void *Geert Uytterhoeven
2009-06-15ps3vram: Remove no longer used ps3vram_priv.ddr_baseGeert Uytterhoeven
2009-06-15ps3vram: Replace mutex by spinlock + bio_listGeert Uytterhoeven
2009-06-15ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Geert Uytterhoeven
2009-06-15ps3vram: GPU memory mapping cleanupGeert Uytterhoeven
2009-06-15ps3vram: Correct exchanged gotos in ps3vram_probe() error pathJim Paris
2009-06-15ps3vram: Use proc_create_data() instead of proc_create()Geert Uytterhoeven
2009-06-15ps3vram: Fix error path (return -EIO) for short read/writeGeert Uytterhoeven
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-06-12Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek
2009-06-12virtio_blk: add missing __dev{init,exit} markingsMike Frysinger
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell
2009-06-10floppy: fix hibernationOndrej Zary
2009-06-10ramdisk: remove long-deprecated "ramdisk=" boot-time parameterRobert P. J. Day
2009-06-09Add serial number support for virtio_blk, V4ajohn cooper
2009-06-09cciss: decode unit attention in SCSI error handling codescameron@beardog.cca.cpqcorp.net