summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-111-1/+1
* aoe: allocate unused request_queue for sysfsEd Cashin2009-09-093-4/+11
* mg_disk: Add missing ready status check on mg_write()unsik Kim2009-07-281-17/+15
* mg_disk: fix issue with data integrity on error in mg_write()Bartlomiej Zolnierkiewicz2009-07-281-42/+47
* mg_disk: fix reading invalid status when use polling driverunsik Kim2009-07-281-0/+10
* mg_disk: remove prohibited sleep operationunsik Kim2009-07-281-2/+0
* Merge branch 'tj-block-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-07-223-3/+8
|\
| * virtio_blk: mark virtio_blk with __refdata to kill spurious section mismatchRakib Mullick2009-07-191-1/+6
| * ataflop: adjust NULL testJulia Lawall2009-07-171-1/+1
| * z2ram: Small cleanup for z2ram.cZhaolei2009-07-151-1/+1
* | virtio_blk: ioctl return value fixChristoph Hellwig2009-07-171-1/+1
* | virtio_blk: don't bounce highmem requestsChristoph Hellwig2009-07-171-0/+3
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-123-1/+2
* | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2009-07-103-0/+718
|\ \ | |/ |/|
| * osdblk: Adjust queue limits to lower device's limitsBoaz Harrosh2009-06-241-0/+7
| * osdblk: a Linux block device for OSD objectsJeff Garzik2009-06-243-0/+711
* | Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-4/+6
* | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-082-4/+5
* | cciss: Ignore stale commands after rebootHannes Reinecke2009-07-032-2/+14
* | floppy: fix lock imbalanceJiri Slaby2009-06-301-1/+4
|/
* hd: stop defining MAJOR_NRChristoph Hellwig2009-06-181-6/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-06-163-8/+22
|\
| * debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim2009-06-151-1/+1
| * block/ps3: remove driver_data direct access of struct deviceRoel Kluin2009-06-152-32/+32
| * xen block: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-7/+7
| * Driver Core: aoe: add nodename for aoe devicesKay Sievers2009-06-151-0/+7
| * Driver Core: block: add nodename support for block drivers.Kay Sievers2009-06-151-0/+7
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-162-28/+1
|\ \
| * | block: remove some includings of blktrace_api.hLi Zefan2009-06-161-1/+0
| * | mg_disk: seperate mg_disk.h againunsik Kim2009-06-161-27/+1
| |/
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-162-89/+97
|\ \ | |/ |/|
| * ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven2009-06-152-38/+33
| * block/ps3: remove driver_data direct access of struct deviceRoel Kluin2009-06-152-35/+38
| * ps3vram: Make ps3vram_priv.reports a void *Geert Uytterhoeven2009-06-151-3/+3
| * ps3vram: Remove no longer used ps3vram_priv.ddr_baseGeert Uytterhoeven2009-06-151-13/+1
| * ps3vram: Replace mutex by spinlock + bio_listGeert Uytterhoeven2009-06-151-15/+36
| * ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Geert Uytterhoeven2009-06-151-14/+7
| * ps3vram: GPU memory mapping cleanupGeert Uytterhoeven2009-06-151-5/+14
| * ps3vram: Correct exchanged gotos in ps3vram_probe() error pathJim Paris2009-06-151-2/+2
| * ps3vram: Use proc_create_data() instead of proc_create()Geert Uytterhoeven2009-06-151-5/+3
| * ps3vram: Fix error path (return -EIO) for short read/writeGeert Uytterhoeven2009-06-151-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-1531-1141/+1534
|\|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-141-1/+1
| |\
| | * trivial: Kconfig: .ko is normally not included in module namesPavel Machek2009-06-121-1/+1
| * | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-06-121-1/+1
| |\ \
| | * | microblaze: Kconfig: Enable drivers for MicroblazeMichal Simek2009-05-211-1/+1
| * | | virtio_blk: add missing __dev{init,exit} markingsMike Frysinger2009-06-121-2/+2
| * | | virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-121-3/+3
| * | | virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-121-1/+1
| | |/ | |/|
| * | floppy: fix hibernationOndrej Zary2009-06-101-1/+26