summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: prevent possible io_context->refcount overflowNikanth Karthikesan2009-06-103-10/+10
* Add serial number support for virtio_blk, V4ajohn cooper2009-06-092-3/+38
* block: Add missing bounce_pfn stacking and fix commentsMartin K. Petersen2009-06-091-2/+3
* Revert "block: Fix bounce limit setting in DM"Jens Axboe2009-06-093-19/+1
* 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
* block: needs to set the residual length of a bidi requestFUJITA Tomonori2009-06-091-0/+3
* Revert "block: implement blkdev_readpages"Jens Axboe2009-06-041-7/+0
* block: Fix bounce limit setting in DMMartin K. Petersen2009-06-033-1/+19
* Removed reference to non-existing file Documentation/PCI/PCI-DMA-mapping.txtvibi sreenivasan2009-06-021-1/+1
* cciss: use schedule_timeout_interruptible()Andrew Morton2009-06-021-2/+1
* cciss: add cciss driver sysfs entriesAndrew Patterson2009-06-023-10/+314
* 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: fix a possible oops on elv_abort_queue()Kiyoshi Ueda2009-06-021-0/+5
* block: fix an oops on BLKPREP_KILLJames Bottomley2009-05-301-0/+5
* block: export blk_stack_limits()Mike Snitzer2009-05-281-0/+1
* block: fix no diskstat problemKiyoshi Ueda2009-05-271-3/+3
* block: fix oops with block tag queueingJames Bottomley2009-05-271-4/+4
* ide-disk: fix missing max_sectors accessor functionMartin K. Petersen2009-05-231-1/+1
* block: Export I/O topology for block devices and partitionsMartin K. Petersen2009-05-227-0/+347
* block: Expose stacked device queues in sysfsMartin K. Petersen2009-05-222-4/+15
* block: Move queue limits to an embedded structMartin K. Petersen2009-05-222-39/+60
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-2225-97/+147
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-2254-98/+108
* Merge branch 'master' into for-2.6.31Jens Axboe2009-05-2299-384/+559
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-05-221-1/+1
| |\
| | * nilfs2: fix memory leak in nilfs_ioctl_clean_segmentsRyusuke Konishi2009-05-221-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bar...Linus Torvalds2009-05-227-32/+35
| |\ \
| | * | via82cxxx: Add VIA VX855 PCI Device IDHarald Welte2009-05-222-1/+3
| | * | ide: report timeouts in ide_busy_sleep()Bartlomiej Zolnierkiewicz2009-05-222-4/+7
| | * | ide: improve failed opcode reportingBartlomiej Zolnierkiewicz2009-05-221-19/+4
| | * | ide: fix printk() levels in ide_dump_ata[pi]_error()Bartlomiej Zolnierkiewicz2009-05-221-2/+2
| | * | ide: fix OOPS during ide-cd error recoveryBartlomiej Zolnierkiewicz2009-05-221-2/+2
| | * | ide: fix 40-wire cable detection for TSST SH-S202* ATAPI devices (v2)Bartlomiej Zolnierkiewicz2009-05-221-4/+17
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-05-222-36/+44
| |\ \ \
| | * | | [CIFS] fix posix open regressionSteve French2009-05-212-36/+44
| * | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-05-222-4/+5
| |\ \ \ \
| | * | | | MIPS: IP32: Remove unnecessary if not even harmful volatile keywords.Ralf Baechle2009-05-221-3/+3
| | * | | | MIPS: IP32: Fix build error due to uninitialized variable.Ralf Baechle2009-05-221-0/+1
| | * | | | MIPS: Fix sparse warning in incompatiable argument type of clear_user.Wu Zhangjin2009-05-221-1/+1
| | |/ / /
| * | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-05-221-0/+14
| |\ \ \ \
| | * | | | powerpc/maple: Add a quirk to disable MSI for IPR on BiminiMichael Ellerman2009-05-221-0/+14
| | |/ / /
| * | | | Merge branch 'sh/for-2.6.30' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-05-222-1/+9
| |\ \ \ \
OpenPOWER on IntegriCloud