aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2009-06-09Revert "block: Fix bounce limit setting in DM"Jens Axboe
2009-06-09cciss: decode unit attention in SCSI error handling codescameron@beardog.cca.cpqcorp.net
2009-06-09cciss: Remove no longer needed sendcmd reject processing codescameron@beardog.cca.cpqcorp.net
2009-06-09cciss: change SCSI error handling routines to work with interrupts enabled.scameron@beardog.cca.cpqcorp.net
2009-06-09cciss: separate error processing and command retrying code in sendcmd_withirq...scameron@beardog.cca.cpqcorp.net
2009-06-09cciss: factor out fix target status processing code from sendcmd functionsscameron@beardog.cca.cpqcorp.net
2009-06-09cciss: simplify interface of sendcmd() and sendcmd_withirq()scameron@beardog.cca.cpqcorp.net
2009-06-09cciss: factor out core of sendcmd_withirq() for use by SCSI error handling codescameron@beardog.cca.cpqcorp.net
2009-06-09cciss: Use schedule_timeout_uninterruptible in SCSI error handling codescameron@beardog.cca.cpqcorp.net
2009-06-03block: Fix bounce limit setting in DMMartin K. Petersen
2009-06-02cciss: use schedule_timeout_interruptible()Andrew Morton
2009-06-02cciss: add cciss driver sysfs entriesAndrew Patterson
2009-06-02cciss: fix SCSI device reset handlerStephen M. Cameron
2009-06-02cciss: factor out core of sendcmd() for a more sane interfaceStephen M. Cameron
2009-05-23ide-disk: fix missing max_sectors accessor functionMartin K. Petersen
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe
2009-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bar...Linus Torvalds
2009-05-22Merge branch 'sh/for-2.6.30' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-05-22ipmi: fix ipmi_si modprobe hangCorey Minyard
2009-05-22via82cxxx: Add VIA VX855 PCI Device IDHarald Welte
2009-05-22ide: report timeouts in ide_busy_sleep()Bartlomiej Zolnierkiewicz
2009-05-22ide: improve failed opcode reportingBartlomiej Zolnierkiewicz
2009-05-22ide: fix printk() levels in ide_dump_ata[pi]_error()Bartlomiej Zolnierkiewicz
2009-05-22ide: fix OOPS during ide-cd error recoveryBartlomiej Zolnierkiewicz
2009-05-22ide: fix 40-wire cable detection for TSST SH-S202* ATAPI devices (v2)Bartlomiej Zolnierkiewicz
2009-05-22xen-blkfront: beyond ARRAY_SIZE of info->shadowRoel Kluin
2009-05-22video: stop sh_mobile_lcdcfb only if startedMagnus Damm
2009-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2009-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2009-05-20Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2009-05-20[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini
2009-05-20drm: Copy back ioctl data to userspace regardless of return code.Michel Dänzer
2009-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-05-20cdrom: beyond ARRAY_SIZE of viocd_diskinfoRoel Kluin
2009-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds
2009-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-05-19drm: Round size of SHM maps to PAGE_SIZEBenjamin Herrenschmidt
2009-05-20TPM: get_event_name stack corruptionEric Paris
2009-05-19PCI PM: Fix initialization and kexec breakage for some devicesRafael J. Wysocki
2009-05-19mfd: pcf50633: fix unsafe disable_irq()Nelson Castillo
2009-05-19mfd: Keep a cache of WM8350 volatile valuesMark Brown
2009-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds
2009-05-19Avoid ICE in get_random_int() with gcc-3.4.5Linus Torvalds
2009-05-19scsi_lib: remove unused variableBoaz Harrosh
2009-05-19libosd: Use of new blk_make_requestBoaz Harrosh
2009-05-19libosd: Use new blk_rq_map_kernBoaz Harrosh
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo