aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-06-12Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek1-1/+1
2009-06-12virtio_blk: add missing __dev{init,exit} markingsMike Frysinger1-2/+2
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin1-3/+3
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-1/+1
2009-06-10floppy: fix hibernationOndrej Zary1-1/+26
2009-06-10ramdisk: remove long-deprecated "ramdisk=" boot-time parameterRobert P. J. Day1-6/+1
2009-06-09Add serial number support for virtio_blk, V4ajohn cooper1-3/+34
2009-06-09cciss: decode unit attention in SCSI error handling codescameron@beardog.cca.cpqcorp.net1-7/+16
2009-06-09cciss: Remove no longer needed sendcmd reject processing codescameron@beardog.cca.cpqcorp.net2-104/+3
2009-06-09cciss: change SCSI error handling routines to work with interrupts enabled.scameron@beardog.cca.cpqcorp.net2-15/+12
2009-06-09cciss: separate error processing and command retrying code in sendcmd_withirq_core()scameron@beardog.cca.cpqcorp.net2-32/+46
2009-06-09cciss: factor out fix target status processing code from sendcmd functionsscameron@beardog.cca.cpqcorp.net1-22/+34
2009-06-09cciss: simplify interface of sendcmd() and sendcmd_withirq()scameron@beardog.cca.cpqcorp.net3-84/+59
2009-06-09cciss: factor out core of sendcmd_withirq() for use by SCSI error handling codescameron@beardog.cca.cpqcorp.net1-87/+96
2009-06-09cciss: Use schedule_timeout_uninterruptible in SCSI error handling codescameron@beardog.cca.cpqcorp.net1-1/+1
2009-06-02cciss: use schedule_timeout_interruptible()Andrew Morton1-2/+1
2009-06-02cciss: add cciss driver sysfs entriesAndrew Patterson2-10/+281
2009-06-02cciss: fix SCSI device reset handlerStephen M. Cameron2-9/+90
2009-06-02cciss: factor out core of sendcmd() for a more sane interfaceStephen M. Cameron1-116/+109
2009-05-27aoe: Remove superfluous clearing of skb fields in new_skb().David S. Miller1-7/+0
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-2/+4
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen10-15/+15
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-4/+6
2009-05-22xen-blkfront: beyond ARRAY_SIZE of info->shadowRoel Kluin1-1/+1
2009-05-21microblaze: Kconfig: Enable drivers for MicroblazeMichal Simek1-1/+1
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo1-2/+4
2009-05-19ub: use __blk_end_request_all()Tejun Heo1-17/+7
2009-05-19xen/blkfront: fix warning when deleting gendisk on unplug/shutdownIan Campbell1-2/+2
2009-05-19xen/blkfront: allow xenbus state transition to Closing->Closed when not ConnectedIan Campbell1-2/+4
2009-05-18virtio_blk: get rid of unused variableJens Axboe1-1/+0
2009-05-18virtio_blk: SG_IO passthru supportHannes Reinecke1-14/+50
2009-05-18virtio_blk: don't blindly derefence req->rq_diskChristoph Hellwig1-2/+2
2009-05-11splice: implement default splice_read methodMiklos Szeredi1-10/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo24-92/+48
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo2-7/+10
2009-05-11z2ram: dequeue in-flight requestTejun Heo1-4/+15
2009-05-11xd: dequeue in-flight requestTejun Heo1-12/+17
2009-05-11swim: dequeue in-flight requestTejun Heo1-24/+23
2009-05-11amiflop: dequeue in-flight requestTejun Heo1-24/+24
2009-05-11ps3disk: dequeue in-flight requestTejun Heo1-3/+5
2009-05-11paride: dequeue in-flight requestTejun Heo3-18/+28
2009-05-11xsysace: dequeue in-flight requestTejun Heo1-6/+13
2009-05-11swim3: dequeue in-flight requestTejun Heo1-13/+34
2009-05-11ataflop: dequeue and track in-flight requestTejun Heo1-28/+35
2009-05-11hd: dequeue and track in-flight requestTejun Heo1-23/+40
2009-05-11mg_disk: dequeue and track in-flight requestTejun Heo1-50/+59
2009-05-11mg_disk: fix queue hang / infinite retry on !fs requestsTejun Heo1-11/+13
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo4-9/+8