summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-01-078-202/+783
|\
| * fuse: clean up annotations of fc->lockHarvey Harrison2008-12-022-5/+16
| * fuse: fix sparse warning in ioctlMiklos Szeredi2008-12-021-1/+1
| * fuse: update interface versionMiklos Szeredi2008-12-011-7/+8
| * fuse: add fuse_conn->release()Tejun Heo2008-11-262-1/+10
| * fuse: separate out fuse_conn_init() from new_conn()Tejun Heo2008-11-262-57/+67
| * fuse: add fuse_ prefix to several functionsTejun Heo2008-11-265-52/+54
| * fuse: implement poll supportTejun Heo2008-11-265-0/+197
| * fuse: implement unsolicited notificationTejun Heo2008-11-262-2/+29
| * fuse: add file kernel handleTejun Heo2008-11-264-4/+15
| * fuse: implement ioctl supportTejun Heo2008-11-262-0/+312
| * fuse: don't let fuse_req->end() put the base referenceTejun Heo2008-11-263-7/+4
| * fuse: move FUSE_MINOR to miscdevice.hTejun Heo2008-11-262-24/+21
| * fuse: style fixesMiklos Szeredi2008-11-266-47/+54
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2009-01-0764-1184/+1036
|\ \
| * | scc_pata: make use of scc_dma_sff_read_status()Sergei Shtylyov2009-01-061-3/+3
| * | ide-dma-sff: factor out ide_dma_sff_write_status()Sergei Shtylyov2009-01-061-21/+16
| * | ide: move read_sff_dma_status() method to 'struct ide_dma_ops'Sergei Shtylyov2009-01-0623-42/+65
| * | ide: don't set hwif->dma_ops in init_dma() methodSergei Shtylyov2009-01-063-6/+2
| * | Resurrect IT8172 IDE controller driverShane McDonald2009-01-064-0/+175
| * | piix: sync ich_laptop[] with ata_piix.cBartlomiej Zolnierkiewicz2009-01-061-0/+2
| * | ide: update warm-plug HOWTOBartlomiej Zolnierkiewicz2009-01-061-0/+5
| * | ide: fix ide_port_scan() to do ACPI setup after initializing request queuesBartlomiej Zolnierkiewicz2009-01-061-1/+1
| * | ide: remove now redundant ->cur_dev checksBartlomiej Zolnierkiewicz2009-01-061-61/+46
| * | ide: remove unused ide_hwif_t.sg_mapped fieldBartlomiej Zolnierkiewicz2009-01-061-1/+0
| * | ide: struct ide_atapi_pc - remove unused fields and update documentationBartlomiej Zolnierkiewicz2009-01-061-4/+0
| * | ide: remove superfluous hwif variable assignment from ide_timer_expiry()Bartlomiej Zolnierkiewicz2009-01-061-1/+0
| * | ide: use ide_pci_is_in_compatibility_mode() helper in setup-pci.cBartlomiej Zolnierkiewicz2009-01-061-2/+1
| * | ide: make "paranoia" ->handler check in ide_intr() more strictBartlomiej Zolnierkiewicz2009-01-061-6/+3
| * | ide-cd: convert to ide-atapi facilitiesBorislav Petkov2009-01-063-95/+8
| * | ide-cd: start DMA before sending the actual packet commandBorislav Petkov2009-01-061-3/+3
| * | ide-cd: wait for DRQ to get set per defaultBorislav Petkov2009-01-061-14/+7
| * | ide: Fix drive's DWORD-IO handlingMario Schwalbe2009-01-061-2/+1
| * | ide: add port and host iteratorsBartlomiej Zolnierkiewicz2009-01-067-85/+67
| * | ide: dynamic allocation of device structuresBartlomiej Zolnierkiewicz2009-01-067-33/+65
| * | ide: NUMA aware allocation of host and port structuresBartlomiej Zolnierkiewicz2009-01-061-4/+5
| * | it821x: use ide_get_pair_dev() helperBartlomiej Zolnierkiewicz2009-01-061-6/+2
| * | cmd64x: use ide_get_pair_dev() helperBartlomiej Zolnierkiewicz2009-01-061-2/+4
| * | cmd640: use ide_get_pair_dev() helperBartlomiej Zolnierkiewicz2009-01-061-3/+2
| * | amd74xx: use ide_get_pair_dev() helperBartlomiej Zolnierkiewicz2009-01-061-2/+2
| * | ide: remove ->error method from struct ide_driverBartlomiej Zolnierkiewicz2009-01-065-17/+2
| * | ide: unexport ide_wait_not_busy()Bartlomiej Zolnierkiewicz2009-01-061-3/+0
| * | ide: remove ide_driver_t typedefBartlomiej Zolnierkiewicz2009-01-0611-47/+47
| * | ide: remove 'byte' typedefBartlomiej Zolnierkiewicz2009-01-065-21/+19
| * | ide: remove ide_pci_enablebit_t typedefBartlomiej Zolnierkiewicz2009-01-062-4/+5
| * | ide: remove local_irq_set() macroBartlomiej Zolnierkiewicz2009-01-063-4/+4
| * | ide: remove HWIF() macroBartlomiej Zolnierkiewicz2009-01-0635-103/+102
| * | ide: move ide_init_port_data() and friends to ide-probe.cBartlomiej Zolnierkiewicz2009-01-063-154/+136
| * | ide: update ide_unregister() documentationBartlomiej Zolnierkiewicz2009-01-061-13/+5
| * | ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz2009-01-0626-266/+188