summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-10-2131-630/+1815
|\
| * include/linux/libata.h: fix typoAndrea Gelmini2010-10-211-1/+1
| * pata_bf54x: fix return type of bfin_set_devctlMike Frysinger2010-10-211-1/+1
| * Drivers: ata: Makefile: replace the use of <module>-objs with <module>-yTracey Dent2010-10-211-1/+1
| * libahci: fix result_tf handling after an ATA PIO data-in commandTejun Heo2010-10-212-3/+16
| * pata_sl82c105: implement sff_irq_check() methodSergei Shtylyov2010-10-211-0/+11
| * pata_sil680: implement sff_irq_check() methodSergei Shtylyov2010-10-211-0/+12
| * pata_pdc202xx_old: implement sff_irq_check() methodSergei Shtylyov2010-10-211-0/+23
| * pata_cmd640: implement sff_irq_check() methodSergei Shtylyov2010-10-211-0/+12
| * ata_piix: Add device ID for ICH4-LBen Hutchings2010-10-211-0/+2
| * pata_sil680: make sil680_sff_exec_command() 'static'Sergei Shtylyov2010-10-211-2/+2
| * ata: Intel IDE-R supportAlan Cox2010-10-211-1/+53
| * libata: reorder ata_queued_cmd to remove alignment padding on 64 bit buildsRichard Kennedy2010-10-211-3/+3
| * libata: Signal that our SATL supports WRITE SAME(16) with UNMAPMartin K. Petersen2010-10-211-0/+14
| * ata_piix: remove SIDPR lockingTejun Heo2010-10-211-8/+0
| * libata: implement cross-port EH exclusionTejun Heo2010-10-214-1/+80
| * libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo2010-10-2112-48/+57
| * ata_piix: implement LPM supportTejun Heo2010-10-211-1/+23
| * libata: implement LPM support for port multipliersTejun Heo2010-10-213-10/+67
| * libata: reimplement link power managementTejun Heo2010-10-219-356/+206
| * libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() globalTejun Heo2010-10-213-5/+74
| * libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo2010-10-219-100/+79
| * [libata] Fix section mismatch: ata_sff_exitLuck, Tony2010-10-211-1/+1
| * drivers/ata/libata-transport.c: include linux/slab.hJeff Garzik2010-10-211-0/+1
| * [libata] support for > 512 byte sectors (e.g. 4K Native)Grant Grundler2010-10-212-37/+105
| * libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo2010-10-214-65/+38
| * [libata] Add ATA transport classGwendal Grignou2010-10-2110-40/+987
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-10-2139-173/+1894
|\ \
| * | ocfs2: Avoid to evaluate xattr block flags again.Jeff Liu2010-10-151-1/+1
| * | Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2...Joel Becker2010-10-15764-4114/+8209
| |\ \
| | * | ocfs2/cluster: Release debugfs file elapsed_time_in_msSunil Mushran2010-10-151-0/+1
| | * | ocfs2/cluster: Bump up dlm protocol to version 1.1Sunil Mushran2010-10-092-2/+2
| | * | ocfs2/cluster: Show per region heartbeat elapsed timeSunil Mushran2010-10-061-0/+23
| | * | ocfs2/cluster: Add mlogs for heartbeat up/down eventsSunil Mushran2010-10-061-0/+4
| | * | ocfs2/cluster: Create debugfs dir/files for each regionSunil Mushran2010-10-061-0/+77
| | * | ocfs2/cluster: Create debugfs files for live, quorum and failed region bitmapsSunil Mushran2010-10-061-0/+63
| | * | ocfs2/cluster: Maintain bitmap of failed regionsSunil Mushran2010-10-071-0/+41
| | * | ocfs2/cluster: Maintain bitmap of quorum regionsSunil Mushran2010-10-061-0/+35
| | * | ocfs2/cluster: Track bitmap of live heartbeat regionsSunil Mushran2010-10-061-1/+8
| | * | ocfs2/cluster: Track number of global heartbeat regionsSunil Mushran2010-10-071-2/+22
| | * | ocfs2/cluster: Maintain live node bitmap per heartbeat regionSunil Mushran2010-10-061-0/+7
| | * | ocfs2/cluster: Reorganize o2hb debugfs initSunil Mushran2010-10-071-23/+78
| | * | ocfs2/cluster: Check slots for unconfigured live nodesSunil Mushran2010-10-072-7/+36
| | * | ocfs2/cluster: Print messages when adding/removing nodesSunil Mushran2010-10-072-1/+7
| | * | ocfs2/cluster: Print messages when adding/removing heartbeat regionsSunil Mushran2010-10-061-1/+8
| | * | ocfs2/dlm: Add message DLM_QUERY_NODEINFOSunil Mushran2010-10-072-1/+198
| | * | ocfs2: Print message if user mounts without starting global heartbeatSunil Mushran2010-10-061-0/+2
| | * | ocfs2/dlm: Add message DLM_QUERY_REGIONSunil Mushran2010-10-093-1/+235
| | * | ocfs2/cluster: Get all heartbeat regionsSunil Mushran2010-10-072-0/+38
| | * | ocfs2/dlm: Expose dlm_protocol in dlm_stateSunil Mushran2010-10-061-1/+3