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
2010-09-09
libata: skip EH autopsy and recovery during suspend
Tejun Heo
1
-1
/
+13
2010-08-25
libata: be less of a drama queen on empty data commands
Tejun Heo
1
-4
/
+7
2010-08-10
docbook: fix fatal error from libata
Randy Dunlap
1
-1
/
+1
2010-08-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-15
/
+5
2010-08-01
[libata] update blacklist for new hyphenated pattern ranges (v2)
Mark Lord
1
-10
/
+4
2010-08-01
libata: allow hyphenated pattern ranges
Mark Lord
1
-4
/
+12
2010-08-01
libata: reduce blacklist size even more (v2)
Mark Lord
1
-10
/
+3
2010-08-01
libata: reduce blacklist size (v2)
Mark Lord
1
-54
/
+6
2010-08-01
libata: glob_match for ata_device_blacklist (v2)
Mark Lord
1
-21
/
+57
2010-07-02
libata: take advantage of cmwq and remove concurrency limitations
Tejun Heo
1
-15
/
+5
2010-06-02
libata: implement on-demand HPA unlocking
Tejun Heo
1
-0
/
+1
2010-06-02
libata: use the enlarged capacity after late HPA unlock
Tejun Heo
1
-3
/
+2
2010-05-25
libata: implement dump_id force param
Tejun Heo
1
-0
/
+9
2010-05-25
libata: disable ATAPI AN by default
Tejun Heo
1
-1
/
+6
2010-05-19
libata-sff: port_task is SFF specific
Tejun Heo
1
-68
/
+1
2010-05-19
libata-sff: ap->[last_]ctl are SFF specific
Tejun Heo
1
-2
/
+0
2010-05-19
libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init()
Tejun Heo
1
-6
/
+17
2010-05-19
libata-sff: clean up BMDMA initialization
Tejun Heo
1
-25
/
+0
2010-05-17
libata: kill ATA_FLAG_DISABLED
Tejun Heo
1
-65
/
+1
2010-05-14
libata: use __ratelimit
Akinobu Mita
1
-16
/
+3
2010-05-14
libata: use longer 0xff wait if parallel scan is enabled
Tejun Heo
1
-6
/
+12
2010-04-06
libata: unlock HPA if device shrunk
Tejun Heo
1
-29
/
+45
2010-04-06
libata: disable NCQ on Crucial C300 SSD
Tejun Heo
1
-0
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2010-03-01
libata: fix CFA handling in ide_timing_compute()
Bartlomiej Zolnierkiewicz
1
-6
/
+11
2010-02-05
Fix misspelling of "should" and "shouldn't" in comments.
Adam Buchbinder
1
-1
/
+1
2010-01-12
libata: retry link resume if necessary
Tejun Heo
1
-7
/
+31
2009-12-03
libata: add comment documenting PIO latency issues on UP
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2009-11-03
drivers/ata/libata: Move dereference after NULL test
Julia Lawall
1
-3
/
+6
2009-10-16
libata: fix internal command failure handling
Tejun Heo
1
-5
/
+7
2009-10-06
libata: make gtf_filter per-dev
Tejun Heo
1
-0
/
+3
2009-09-17
libata: fix spurious WARN_ON_ONCE() on port freeze
Tejun Heo
1
-2
/
+2
2009-09-08
libata: fix off-by-one error in ata_tf_read_block()
Tejun Heo
1
-1
/
+7
2009-09-01
[libata] add DMA setup FIS auto-activate feature
Shaohua Li
1
-7
/
+29
2009-08-12
libata: OCZ Vertex can't do HPA
Tejun Heo
1
-0
/
+3
2009-07-28
libata: accept late unlocking of HPA
Tejun Heo
1
-7
/
+23
2009-07-14
libata: implement and use HORKAGE_NOSETXFER, take#2
Tejun Heo
1
-2
/
+18
2009-06-23
libata: don't set IORDY for reset
Tejun Heo
1
-4
/
+9
2009-06-23
[libata] beautify module parameters
Evgeni Golov
1
-6
/
+6
2009-06-10
[libata] get rid of ATA_MAX_QUEUE loop in ata_qc_complete_multiple() v2
Jens Axboe
1
-6
/
+5
2009-05-11
libata: fix suspend/resume for ATA SEMB devices
Borislav Petkov
1
-1
/
+3
2009-04-16
libata: use ATA_ID_CFA_*
Sergei Shtylyov
1
-3
/
+4
2009-04-16
libata: handle SEMB signature better
Tejun Heo
1
-2
/
+16
2009-04-13
ata: fix obviously wrong comment
Vegard Nossum
1
-3
/
+1
2009-03-24
[libata] More robust parsing for IDENTIFY DEVICE multi_count field
Mark Lord
1
-2
/
+11
2009-03-24
[libata] Export ata_pio_queue_task() so that it can be used from sata_mv.
Mark Lord
1
-0
/
+1
2009-03-05
libata: Don't trust current capacity values in identify words 57-58
Robert Hancock
1
-4
/
+6
2009-03-05
libata: fix dma_unmap_sg misuse
FUJITA Tomonori
1
-2
/
+2
2009-02-02
libata: implement HORKAGE_1_5_GBPS and apply it to WD My Book
Tejun Heo
1
-0
/
+41
[next]