| Commit message (Expand) | Author | Age | Files | Lines |
* | block: allow disk to have extended device number | Tejun Heo | 2008-10-09 | 1 | -1/+1 |
* | block: replace @ext_minors with GENHD_FL_EXT_DEVT | Tejun Heo | 2008-10-09 | 1 | -9/+5 |
* | block: move policy from disk to part0 | Tejun Heo | 2008-10-09 | 1 | -1/+1 |
* | block: implement and use {disk|part}_to_dev() | Tejun Heo | 2008-10-09 | 1 | -1/+1 |
* | block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT | Tejun Heo | 2008-10-09 | 1 | -0/+6 |
* | sd/ide-disk: apply extended minors to sd and ide | Tejun Heo | 2008-10-09 | 1 | -3/+8 |
* | ide: workaround for bogus gcc warning in ide_sysfs_register_port() | Bartlomiej Zolnierkiewicz | 2008-10-05 | 1 | -1/+1 |
* | ide-cd: Optiarc DVD RW AD-7200A does play audio | Bodo Eggert | 2008-10-05 | 1 | -0/+1 |
* | IDE: Fix platform device registration in Swarm IDE driver (v2) | Ralf Baechle | 2008-10-05 | 3 | -202/+0 |
* | ide-dma: fix ide_build_dmatable() for TRM290 | Sergei Shtylylov | 2008-10-05 | 1 | -1/+1 |
* | ide-cd: temporary tray close fix | Borislav Petkov | 2008-10-05 | 1 | -1/+4 |
* | ide: note that IDE generic may prevent other drivers from attaching | Tejun Heo | 2008-09-27 | 1 | -0/+14 |
* | ide-tape: fix vendor strings | Borislav Petkov | 2008-09-27 | 1 | -5/+5 |
* | Swarm: Fix crash due to missing initialization | Ralf Baechle | 2008-09-27 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-09-11 | 1 | -2/+0 |
|\ |
|
| * | block: disable sysfs parts of the disk command filter | Jens Axboe | 2008-09-11 | 1 | -2/+0 |
* | | ide: Fix pointer arithmetic in hpt3xx driver code (3rd try) | Masoud Sharbiani | 2008-09-10 | 1 | -16/+15 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-09-02 | 3 | -34/+4 |
|\ |
|
| * | ide/Kconfig: mark ide-scsi as deprecated | Bartlomiej Zolnierkiewicz | 2008-09-02 | 1 | -15/+1 |
| * | ide-disk: remove stale init_idedisk_capacity() documentation | Bartlomiej Zolnierkiewicz | 2008-09-02 | 1 | -14/+0 |
| * | palm_bk3710: improve IDE registration | David Brownell | 2008-09-02 | 1 | -4/+3 |
| * | IDE: palm_bk3710: fix compile warning for unused variable | Kevin Hilman | 2008-09-02 | 1 | -1/+0 |
* | | remove blk_register_filter and blk_unregister_filter in gendisk | FUJITA Tomonori | 2008-08-29 | 1 | -0/+2 |
|/ |
|
* | sgiioc4: fixup message on resource allocation failure | Bartlomiej Zolnierkiewicz | 2008-08-18 | 1 | -2/+2 |
* | ide-cd: use bcd2bin/bin2bcd | Adrian Bunk | 2008-08-18 | 1 | -10/+10 |
* | drivers/ide/pci/: use __devexit_p() | Adrian Bunk | 2008-08-18 | 10 | -10/+10 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Russell King | 2008-08-07 | 30 | -76/+75 |
|\ |
|
| * | ide: ->cable_detect method cannot be marked __devinit | Bartlomiej Zolnierkiewicz | 2008-08-05 | 21 | -24/+24 |
| * | ide: ->quirkproc method cannot be marked __devinit | Bartlomiej Zolnierkiewicz | 2008-08-05 | 2 | -2/+2 |
| * | cs5520: add enablebits checking | Bartlomiej Zolnierkiewicz | 2008-08-05 | 1 | -0/+1 |
| * | ide-cd: fix endianity for the error message in cdrom_read_capacity | Petr Tesarik | 2008-08-05 | 1 | -8/+10 |
| * | ide: remove CONFIG_IDE_MAX_HWIFS | Adrian Bunk | 2008-08-05 | 1 | -10/+0 |
| * | ide: fix regression caused by ide_device_{get,put}() addition (take 2) | Bartlomiej Zolnierkiewicz | 2008-08-05 | 4 | -20/+25 |
| * | ide: fix ide_fix_driveid() | Bartlomiej Zolnierkiewicz | 2008-08-05 | 1 | -3/+3 |
| * | ide: fix pre-EIDE SWDMA support on big-endian | Bartlomiej Zolnierkiewicz | 2008-08-05 | 1 | -5/+1 |
| * | ide/powermac: Fix use of uninitialized pointer on media-bay | Benjamin Herrenschmidt | 2008-07-30 | 1 | -4/+9 |
* | | [ARM] Eliminate useless includes of asm/mach-types.h | Russell King | 2008-08-07 | 1 | -1/+0 |
|/ |
|
* | ide: use proper printk() KERN_* levels in ide-probe.c | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -23/+28 |
* | ide: fix for EATA SCSI HBA in ATA emulating mode | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -12/+0 |
* | ide: remove stale comments from drivers/ide/Makefile | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -8/+1 |
* | ide: enable local IRQs in all handlers for TASKFILE_NO_DATA data phase | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -2/+10 |
* | ht6560b: remove old history | Jan Evert van Grootheest | 2008-07-24 | 1 | -22/+0 |
* | ht6560b: update email address | Jan Evert van Grootheest | 2008-07-24 | 1 | -1/+1 |
* | ide-cd: fix oops when using growisofs | Jens Axboe | 2008-07-24 | 1 | -5/+22 |
* | gayle: release resources on ide_host_add() failure | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -2/+6 |
* | palm_bk3710: add UltraDMA/100 support | Sergei Shtylyov | 2008-07-24 | 1 | -3/+6 |
* | ide: trivial sparse annotations | Harvey Harrison | 2008-07-24 | 3 | -7/+5 |
* | ide: ide-tape.c sparse annotations and unaligned access removal | Harvey Harrison | 2008-07-24 | 1 | -10/+10 |
* | ide: drop 'name' parameter from ->init_chipset method | Bartlomiej Zolnierkiewicz | 2008-07-24 | 18 | -47/+38 |