index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-01
libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQ
Tejun Heo
1
-0
/
+21
2008-11-11
libata: Avoid overflow in ata_tf_read_block() when tf->hba_lbal > 127
Roland Dreier
1
-1
/
+1
2008-11-10
libata: revert convert-to-block-tagging patches
Tejun Heo
1
-6
/
+60
2008-11-04
libata: mask off DET when restoring SControl for detach
Tejun Heo
1
-1
/
+1
2008-11-04
libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it
Tejun Heo
1
-1
/
+3
2008-10-31
libata: add whitelist for devices with known good pata-sata bridges
Jens Axboe
1
-0
/
+7
2008-10-31
libata: Avoid overflow in ata_tf_to_lba48() when tf->hba_lbal > 127
Roland Dreier
1
-1
/
+1
2008-10-31
ATA: remove excess kernel-doc notation
Randy Dunlap
1
-2
/
+0
2008-10-27
libata: add missing kernel-doc
Randy Dunlap
1
-0
/
+1
2008-10-27
libata: fix device iteration bugs
Tejun Heo
1
-15
/
+19
2008-10-23
libata: switch to using block layer tagging support
Jens Axboe
1
-60
/
+6
2008-10-22
libata: initialize port_task when !CONFIG_ATA_SFF
Tejun Heo
1
-0
/
+2
2008-09-29
libata: Implement disk shock protection support
Elias Oltmanns
1
-0
/
+1
2008-09-29
libata: implement slave_link
Tejun Heo
1
-23
/
+179
2008-09-29
libata: misc updates to prepare for slave link
Tejun Heo
1
-8
/
+8
2008-09-29
libata: reimplement link iterator
Tejun Heo
1
-0
/
+30
2008-09-29
libata: make SCR access ops per-link
Tejun Heo
1
-9
/
+4
2008-08-22
libata: Fix a large collection of DMA mode mismatches
Alan Cox
1
-2
/
+2
2008-08-22
libata: restore SControl on detach
Tejun Heo
1
-5
/
+5
2008-08-22
libata: implement no[hs]rst force params
Tejun Heo
1
-16
/
+30
2008-07-31
pata_it821x: Driver updates and reworking
Alan Cox
1
-5
/
+26
2008-07-31
libata-core: make sure that ata_force_tbl is freed in case of an error
Elias Oltmanns
1
-5
/
+9
2008-07-31
libata: update atapi disable handling
Tejun Heo
1
-1
/
+11
2008-07-14
libata: improve EH internal command timeout handling
Tejun Heo
1
-3
/
+13
2008-07-14
libata: consistently use msecs for time durations
Tejun Heo
1
-23
/
+21
2008-06-18
libata: don't check whether to use DMA or not for no data commands
Tejun Heo
1
-2
/
+2
2008-05-30
ata: Convert to static DEFINE_SPINLOCK(lock)
Pradeep Singh Rautela
1
-1
/
+1
2008-05-19
libata: ignore SIMG4726 config pseudo device
Tejun Heo
1
-2
/
+8
2008-05-19
libata: don't schedule LPM action seperately during probing
Tejun Heo
1
-2
/
+1
2008-05-19
libata: kill hotplug related race condition
Tejun Heo
1
-13
/
+8
2008-05-19
libata: fix sata_link_hardreset() @online out parameter handling
Tejun Heo
1
-1
/
+5
2008-05-06
libata: export ata_eh_analyze_ncq_error
Mark Lord
1
-0
/
+1
2008-04-29
libata: More TSSTcorp pain, keep in sync with legacy IDE
Alan Cox
1
-0
/
+3
2008-04-25
make sata_set_spd_needed() static
Adrian Bunk
1
-1
/
+1
2008-04-25
make sata_print_link_status() static
Adrian Bunk
1
-2
/
+1
2008-04-24
libata: functions with definition should not be extern
Harvey Harrison
1
-1
/
+1
2008-04-18
drivers: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
1
-1
/
+0
2008-04-17
libata: Be a bit more slack about early devices
Alan Cox
1
-10
/
+15
2008-04-17
libata: cable logic
Alan Cox
1
-0
/
+4
2008-04-17
libata: move link onlineness check out of softreset methods
Tejun Heo
1
-0
/
+4
2008-04-17
libata: implement PMP helpers
Tejun Heo
1
-2
/
+2
2008-04-17
libata: separate PMP support code from core code
Tejun Heo
1
-13
/
+0
2008-04-17
libata: make SFF support optional
Tejun Heo
1
-0
/
+2
2008-04-17
libata: clean up dummy port_ops
Tejun Heo
1
-17
/
+5
2008-04-17
libata: kill ata_noop_dev_select()
Tejun Heo
1
-19
/
+0
2008-04-17
libata: replace tf_read with qc_fill_rtf for non-SFF drivers
Tejun Heo
1
-1
/
+0
2008-04-17
libata: drop @finish_qc from ata_qc_complete_multiple()
Tejun Heo
1
-5
/
+1
2008-04-17
libata: add qc_fill_rtf port operation
Tejun Heo
1
-1
/
+2
2008-04-17
libata: unify mechanism to request follow-up SRST
Tejun Heo
1
-1
/
+0
2008-04-17
libata: move PMP SCR access failure during reset to ata_eh_reset()
Tejun Heo
1
-2
/
+1
[next]