summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libata: update atapi_eh_request_sense() such that lbam/lbah contains buffer sizeTejun Heo2007-12-171-2/+2
* libata-acpi: implement _GTF command filteringTejun Heo2007-12-171-44/+115
* libata-acpi: improve _GTF execution error handling and reportingTejun Heo2007-12-171-31/+46
* libata-acpi: improve ACPI disablingTejun Heo2007-12-171-21/+38
* libata-acpi: implement dev->gtf_cache and evaluate _GTF right after _STM duri...Tejun Heo2007-12-172-20/+50
* libata-acpi: implement and use ata_acpi_init_gtm()Tejun Heo2007-12-172-37/+39
* libata-acpi: add new hooks ata_acpi_dissociate() and ata_acpi_on_disable()Tejun Heo2007-12-173-2/+38
* libata: ata_dev_disable() should be called from EH contextTejun Heo2007-12-171-6/+2
* libata: add more opcodes to ata.hTejun Heo2007-12-171-0/+15
* libata: update ata_*_printk() macros such that level can be a variableTejun Heo2007-12-171-4/+4
* libata-acpi: adjust constness in ata_acpi_gtm/stm() parametersTejun Heo2007-12-172-5/+6
* sata_mv: improve warnings about Highpoint RocketRAID 23xx cardsMark Lord2007-12-171-5/+25
* libata: add ST3160023AS / 3.42 to NCQ blacklistTejun Heo2007-12-171-0/+1
* libata: clear link->eh_info.serror from ata_std_postreset()Tejun Heo2007-12-172-10/+2
* sata_sil: fix spurious IRQ handlingTejun Heo2007-12-171-12/+17
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-12-176-16/+20
|\
| * MAINTAINERS: update the NFS CLIENT entryTrond Myklebust2007-12-121-2/+4
| * NFS: Fix an Oops in NFS unmountTrond Myklebust2007-12-121-0/+11
| * Revert "NFS: Ensure we return zero if applications attempt to write zero bytes"Trond Myklebust2007-12-121-2/+0
| * SUNRPC xprtrdma: fix XDR tail buf marshalling for all opsJames Lentini2007-12-111-8/+1
| * NFSv2/v3: Fix a memory leak when using -onolockTrond Myklebust2007-12-111-3/+3
| * NFS: Fix NFS mountpoint crossing...Trond Myklebust2007-12-111-1/+1
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-12-172-24/+57
|\ \
| * | ocfs2: Re-journal buffers after transaction extendMark Fasheh2007-12-172-21/+51
| * | ocfs2: Allow for debugging of transaction extendsMark Fasheh2007-12-171-0/+4
| * | ocfs2: Don't panic when truncating an empty extentMark Fasheh2007-12-171-2/+0
| * | ocfs2: fix exit-while-locked bug in ocfs2_queue_orphans()Mark Fasheh2007-12-171-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-12-171-1/+2
|\ \ \
| * | | PCI: Restore PCI expansion ROM P2P prefetch window creationGary Hade2007-12-171-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-12-1710-802/+292
|\ \ \ \
| * | | | HOWTO: update misspelling and word incorrectedbarrios2007-12-171-69/+71
| * | | | add stable_api_nonsense.txt in koreanbarrios2007-12-171-0/+195
| * | | | HOWTO: change addresses of maintainer and lxr url for Korean HOWTOminchan kim2007-12-171-3/+3
| * | | | Add Documentation for FAIR_USER_SCHED sysfs filesDhaval Giani2007-12-171-0/+14
| * | | | HOWTO: Change man-page maintainer address for Japanese HOWTOTsugikazu Shibata2007-12-171-4/+4
| * | | | tipar: remove obsolete moduleRomain LiƩvin2007-12-175-721/+0
| * | | | kobject: fix the documentation of how kobject_set_name worksGreg Kroah-Hartman2007-12-171-6/+6
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-12-1716-40/+54
|\ \ \ \
| * | | | USB: revert portions of "UNUSUAL_DEV: Sync up some reported devices from Ubuntu"Greg Kroah-Hartman2007-12-171-8/+0
| * | | | usb: Remove broken optimisation in OHCI IRQ handlerBenjamin Herrenschmidt2007-12-171-10/+13
| * | | | USB: at91_udc: correct hanging while disconnecting usb cableNicolas Ferre2007-12-171-0/+2
| * | | | USB: use IRQF_DISABLED for HCD interrupt handlersAlan Stern2007-12-176-10/+9
| * | | | USB: fix locking loop by avoiding flush_scheduled_workAlan Stern2007-12-171-3/+3
| * | | | usb.h: fix kernel-doc warningRandy Dunlap2007-12-171-0/+1
| * | | | USB: option: Bind to the correct interface of the Huawei E220Jaime Velasco Juan2007-12-171-2/+2
| * | | | USB: cp2101: new device idJeff Long2007-12-171-2/+3
| * | | | usb-storage: Fix devices that cannot handle 32k transfersDoug Maxey2007-12-173-4/+20
| * | | | USB: sierra: fix product idagilmore@wirelessbeehive.com2007-12-171-1/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-12-1714-189/+191
|\ \ \ \ | |_|/ / |/| | |
| * | | ide: fix ->io_32bit race in set_io_32bit()Bartlomiej Zolnierkiewicz2007-12-121-0/+6
OpenPOWER on IntegriCloud