index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
libata-core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] libata: kill NULL qc handling from ->eng_timeout callbacks
Tejun Heo
2006-02-10
1
-11
/
+1
*
[PATCH] libata: implement ata_scsi_timed_out()
Tejun Heo
2006-02-10
1
-0
/
+1
*
[PATCH] libata: add ATA_QCFLAG_EH_SCHEDULED
Tejun Heo
2006-02-10
1
-13
/
+20
*
[libata] Move PCI IDE BMDMA-related code to new file libata-bmdma.c.
Jeff Garzik
2006-02-09
1
-673
/
+20
*
[PATCH] libata: implement ata_std_probeinit()
Tejun Heo
2006-02-09
1
-1
/
+15
*
[PATCH] libata: add probeinit component operation to ata_drive_probe_reset()
Tejun Heo
2006-02-09
1
-2
/
+7
*
[PATCH] libata: separate out sata_phy_resume() from sata_std_hardreset()
Tejun Heo
2006-02-09
1
-11
/
+21
*
[PATCH] libata: fix ata_std_probe_reset() SATA detection
Tejun Heo
2006-02-09
1
-1
/
+1
*
[PATCH] libata: EH / pio tasks synchronization
Tejun Heo
2006-02-09
1
-3
/
+53
*
Various libata documentation updates.
Randy Dunlap
2006-01-28
1
-30
/
+30
*
[PATCH] libata: implement standard reset component operations and ->probe_reset
Tejun Heo
2006-01-27
1
-0
/
+206
*
[PATCH] libata: implement ata_drive_probe_reset()
Tejun Heo
2006-01-27
1
-0
/
+89
*
[PATCH] libata: new ->probe_reset operation
Tejun Heo
2006-01-26
1
-1
/
+18
*
[PATCH] libata: modify ata_dev_try_classify
Tejun Heo
2006-01-26
1
-14
/
+16
*
[PATCH] libata: export ata_busy_sleep
Tejun Heo
2006-01-26
1
-6
/
+3
*
[PATCH] libata: create pio/atapi task queueing wrappers
Tejun Heo
2006-01-26
1
-6
/
+24
*
[PATCH] libata: implement and apply ata_eh_qc_complete/retry()
Tejun Heo
2006-01-26
1
-9
/
+5
*
[PATCH] libata: return AC_ERR_* from issue functions
Tejun Heo
2006-01-26
1
-9
/
+8
*
[PATCH] libata: add detailed AC_ERR_* flags
Tejun Heo
2006-01-26
1
-6
/
+6
*
[PATCH] libata: fix ata_qc_issue() error handling
Tejun Heo
2006-01-26
1
-10
/
+8
*
[PATCH] libata: make the owner of a qc responsible for freeing it
Tejun Heo
2006-01-26
1
-34
/
+13
*
[PATCH] libata: fold __ata_qc_complete() into ata_qc_free()
Tejun Heo
2006-01-26
1
-18
/
+12
*
[PATCH] libata: separate out ata_sata_print_link_status
Tejun Heo
2006-01-17
1
-18
/
+40
*
[PATCH] libata: Code for the IRQ mask flag
Alan Cox
2006-01-17
1
-4
/
+15
*
[PATCH] libata: Fix sector lock to apply to both drives not drive 0 twice
Alan Cox
2006-01-17
1
-1
/
+1
*
[PATCH] libata: Fix heuristic typos add LBA48PIO flag and support code, add I...
Alan Cox
2006-01-17
1
-0
/
+4
*
[PATCH] libata: add a function to decide if we need iordy
Alan Cox
2006-01-17
1
-0
/
+34
*
[PATCH] libata: Pre UDMA EIDE PIO mode selection
Alan Cox
2006-01-17
1
-5
/
+9
*
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
2006-01-14
1
-1
/
+1
*
Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2006-01-06
1
-6
/
+25
|
\
|
*
[BLOCK] add FUA support to libata
Tejun Heo
2006-01-06
1
-6
/
+25
*
|
[PATCH] Suspend support for libata
Jens Axboe
2006-01-06
1
-0
/
+114
|
/
*
[PATCH] libata: remove unused qc->waiting
Tejun Heo
2005-12-13
1
-12
/
+2
*
[PATCH] libata: remove unused functions
Tejun Heo
2005-12-13
1
-29
/
+0
*
[PATCH] libata: use ata_exec_internal()
Tejun Heo
2005-12-13
1
-101
/
+44
*
[PATCH] libata: implement ata_exec_internal()
Tejun Heo
2005-12-13
1
-0
/
+99
*
Merge branch 'upstream-fixes'
Jeff Garzik
2005-12-12
1
-2
/
+2
|
\
|
*
[PATCH] libata-core.c: fix parameter bug on kunmap_atomic() calls
Mark Lord
2005-12-12
1
-2
/
+2
*
|
[PATCH] libata: err_mask misc fix
Albert Lee
2005-12-06
1
-5
/
+13
*
|
[PATCH] libata: determine the err_mask directly in atapi_packet_task()
Albert Lee
2005-12-06
1
-6
/
+7
*
|
[PATCH] libata: determine the err_mask when the error is found
Albert Lee
2005-12-06
1
-1
/
+9
*
|
[PATCH] libata: move err_mask to ata_queued_cmd
Albert Lee
2005-12-06
1
-13
/
+19
*
|
[PATCH] libata: minor patch before moving err_mask
Albert Lee
2005-12-06
1
-3
/
+7
*
|
[PATCH] mark several libata datastructures const
Arjan van de Ven
2005-12-01
1
-2
/
+2
*
|
[libata] Print out SATA speed, if link is up
Jeff Garzik
2005-11-20
1
-4
/
+16
|
/
*
[libata] add timeout to commands for which we call wait_completion()
Jeff Garzik
2005-11-17
1
-4
/
+28
*
[PATCH] libata: honor the transfer cycle time speficied by the EIDE device
Albert Lee
2005-11-16
1
-2
/
+4
*
[libata] REQUEST SENSE handling fixes
Jeff Garzik
2005-11-14
1
-22
/
+0
*
[libata] minor fixes, new helpers
Jeff Garzik
2005-11-14
1
-8
/
+3
*
[libata] fix bugs in ATAPI padding DMA mapping code
Jeff Garzik
2005-11-14
1
-5
/
+26
[next]