index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libata: implement and use ops inheritance
Tejun Heo
2008-04-17
1
-2
/
+111
*
libata: implement and use ata_noop_irq_clear()
Tejun Heo
2008-04-17
1
-0
/
+1
*
libata: kill ata_ehi_schedule_probe()
Tejun Heo
2008-04-17
1
-2
/
+1
*
libata: kill ATA_LFLAG_SKIP_D2H_BSY
Tejun Heo
2008-04-17
1
-4
/
+2
*
libata: prefer hardreset
Tejun Heo
2008-04-17
1
-15
/
+4
*
libata: ATA_12/16 doesn't fall into ATAPI_MISC
Tejun Heo
2008-04-04
1
-0
/
+5
*
libata: uninline atapi_cmd_type()
Tejun Heo
2008-04-04
1
-0
/
+34
*
libata: fix IDENTIFY order in ata_bus_probe()
Bartlomiej Zolnierkiewicz
2008-04-04
1
-1
/
+1
*
libata: ATA_EHI_LPM should be ATA_EH_LPM
Tejun Heo
2008-03-29
1
-1
/
+1
*
libata: improve HPA error handling
Tejun Heo
2008-03-25
1
-4
/
+4
*
libata: assume no device is attached if both IDENTIFYs are aborted
Tejun Heo
2008-03-25
1
-14
/
+24
*
libata: don't allow sysfs read access to force param
Tejun Heo
2008-03-11
1
-1
/
+2
*
ata: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-03-11
1
-7
/
+7
*
Revert "power_state: get rid of write-only variable in SATA"
Jeff Garzik
2008-02-25
1
-0
/
+3
*
make atapi_dmadir static
Adrian Bunk
2008-02-25
1
-1
/
+1
*
libata-core: fix kernel-doc warning
Randy Dunlap
2008-02-24
1
-1
/
+1
*
libata: automatically use DMADIR if drive/bridge requires it
Tejun Heo
2008-02-24
1
-2
/
+9
*
power_state: get rid of write-only variable in SATA
Pavel Machek
2008-02-24
1
-3
/
+0
*
PM: Introduce PM_EVENT_HIBERNATE callback state
Rafael J. Wysocki
2008-02-23
1
-1
/
+1
*
libata: implement libata.force module parameter
Tejun Heo
2008-02-20
1
-1
/
+379
*
libata: implement drain buffers
James Bottomley
2008-02-19
1
-52
/
+4
*
libata: eliminate the home grown dma padding in favour of
James Bottomley
2008-02-19
1
-136
/
+9
*
libata: update ATAPI overflow draining
Tejun Heo
2008-02-19
1
-43
/
+33
*
ide/libata: ST310211A has buggy HPA too
Mikko Rapeli
2008-02-19
1
-0
/
+1
*
ata: fix sparse warning in libata-core.c
Harvey Harrison
2008-02-15
1
-1
/
+0
*
libata: ignore deverr on SETXFER if mode is configured
Tejun Heo
2008-02-11
1
-15
/
+33
*
libata-core: unblacklist HITACHI drives
David Milburn
2008-02-06
1
-2
/
+0
*
drivers/ata/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
*
libata: Change "write_data" to "rw" for some function documentations
Linus Nilsson
2008-01-28
1
-2
/
+2
*
libata: factor out ata_pci_activate_sff_host() from ata_pci_one()
Tejun Heo
2008-01-23
1
-0
/
+1
*
libata annotations and fixes
Al Viro
2008-01-23
1
-1
/
+1
*
libata: make ata_port_queue_task() an internal function
Jeff Garzik
2008-01-23
1
-13
/
+11
*
libata/pata_it821x: Improve handling of poorly compatible emulations
Alan Cox
2008-01-23
1
-16
/
+20
*
libata: make qc->nbytes include extra buffers
Tejun Heo
2008-01-23
1
-4
/
+10
*
libata: convert to chained sg
Tejun Heo
2008-01-23
1
-83
/
+118
*
libata: change ATA_QCFLAG_DMAMAP semantics
Tejun Heo
2008-01-23
1
-8
/
+7
*
libata: kill non-sg DMA interface
Tejun Heo
2008-01-23
1
-133
/
+15
*
libata: update ->data_xfer hook for ATAPI
Tejun Heo
2008-01-23
1
-16
/
+30
*
libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*
Tejun Heo
2008-01-23
1
-14
/
+14
*
libata: zero xfer length on ATAPI data xfer IRQ is HSM violation
Albert Lee
2008-01-23
1
-2
/
+5
*
libata: convert NCQ test in ata_qc_issue() to ata_is_ncq()
Tejun Heo
2008-01-23
1
-1
/
+1
*
libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_...
Tejun Heo
2008-01-23
1
-0
/
+52
*
libata: add ATA_CBL_PATA_IGN
Tejun Heo
2008-01-23
1
-0
/
+13
*
libata: xfer_mask is unsigned long not unsigned int
Tejun Heo
2008-01-23
1
-14
/
+15
*
libata: kill ata_id_to_dma_mode()
Tejun Heo
2008-01-23
1
-43
/
+0
*
libata: clean up xfermode / PATA timing related stuff
Tejun Heo
2008-01-23
1
-42
/
+40
*
libata: export xfermode / PATA timing related functions
Tejun Heo
2008-01-23
1
-14
/
+19
*
libata: implement ATA_DFLAG_DUBIOUS_XFER
Tejun Heo
2008-01-23
1
-0
/
+19
*
libata: move ata_set_mode() to libata-eh.c
Tejun Heo
2008-01-23
1
-25
/
+0
*
libata: implement protocol tests
Tejun Heo
2008-01-23
1
-29
/
+7
[next]