aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | ramdisk: remove long-deprecated "ramdisk=" boot-time parameterRobert P. J. Day2009-06-101-6/+1
| * | Add serial number support for virtio_blk, V4ajohn cooper2009-06-091-3/+34
| * | cciss: decode unit attention in SCSI error handling codescameron@beardog.cca.cpqcorp.net2009-06-091-7/+16
| * | cciss: Remove no longer needed sendcmd reject processing codescameron@beardog.cca.cpqcorp.net2009-06-092-104/+3
| * | cciss: change SCSI error handling routines to work with interrupts enabled.scameron@beardog.cca.cpqcorp.net2009-06-092-15/+12
| * | cciss: separate error processing and command retrying code in sendcmd_withirq...scameron@beardog.cca.cpqcorp.net2009-06-092-32/+46
| * | cciss: factor out fix target status processing code from sendcmd functionsscameron@beardog.cca.cpqcorp.net2009-06-091-22/+34
| * | cciss: simplify interface of sendcmd() and sendcmd_withirq()scameron@beardog.cca.cpqcorp.net2009-06-093-84/+59
| * | cciss: factor out core of sendcmd_withirq() for use by SCSI error handling codescameron@beardog.cca.cpqcorp.net2009-06-091-87/+96
| * | cciss: Use schedule_timeout_uninterruptible in SCSI error handling codescameron@beardog.cca.cpqcorp.net2009-06-091-1/+1
| * | cciss: use schedule_timeout_interruptible()Andrew Morton2009-06-021-2/+1
| * | cciss: add cciss driver sysfs entriesAndrew Patterson2009-06-022-10/+281
| * | cciss: fix SCSI device reset handlerStephen M. Cameron2009-06-022-9/+90
| * | cciss: factor out core of sendcmd() for a more sane interfaceStephen M. Cameron2009-06-021-116/+109
| * | block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-2/+4
| * | block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-2210-15/+15
| * | Merge branch 'master' into for-2.6.31Jens Axboe2009-05-221-4/+6
| |\ \ | | |/
| | * xen/blkfront: fix warning when deleting gendisk on unplug/shutdownIan Campbell2009-05-191-2/+2
| | * xen/blkfront: allow xenbus state transition to Closing->Closed when not Conn...Ian Campbell2009-05-191-2/+4
| * | xen-blkfront: beyond ARRAY_SIZE of info->shadowRoel Kluin2009-05-221-1/+1
| * | block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-191-2/+4
| * | ub: use __blk_end_request_all()Tejun Heo2009-05-191-17/+7
| * | virtio_blk: get rid of unused variableJens Axboe2009-05-181-1/+0
| * | virtio_blk: SG_IO passthru supportHannes Reinecke2009-05-181-14/+50
| * | virtio_blk: don't blindly derefence req->rq_diskChristoph Hellwig2009-05-181-2/+2
| * | splice: implement default splice_read methodMiklos Szeredi2009-05-111-10/+1
| * | block: implement and enforce request peek/start/fetchTejun Heo2009-05-1124-92/+48
| * | block: convert to dequeueing model (easy ones)Tejun Heo2009-05-112-7/+10
| * | z2ram: dequeue in-flight requestTejun Heo2009-05-111-4/+15
| * | xd: dequeue in-flight requestTejun Heo2009-05-111-12/+17
| * | swim: dequeue in-flight requestTejun Heo2009-05-111-24/+23
| * | amiflop: dequeue in-flight requestTejun Heo2009-05-111-24/+24
| * | ps3disk: dequeue in-flight requestTejun Heo2009-05-111-3/+5
| * | paride: dequeue in-flight requestTejun Heo2009-05-113-18/+28
| * | xsysace: dequeue in-flight requestTejun Heo2009-05-111-6/+13
| * | swim3: dequeue in-flight requestTejun Heo2009-05-111-13/+34
| * | ataflop: dequeue and track in-flight requestTejun Heo2009-05-111-28/+35
| * | hd: dequeue and track in-flight requestTejun Heo2009-05-111-23/+40
| * | mg_disk: dequeue and track in-flight requestTejun Heo2009-05-111-50/+59
| * | mg_disk: fix queue hang / infinite retry on !fs requestsTejun Heo2009-05-111-11/+13
| * | block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo2009-05-114-9/+8