index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-scsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libata] ahci: send event when AN received
Kristen Carlson Accardi
2007-10-12
1
-0
/
+18
*
libata: add support for ATA_16 on ATAPI
Mark Lord
2007-10-12
1
-16
/
+36
*
libata-link: update hotplug to handle PMP links
Tejun Heo
2007-10-12
1
-50
/
+109
*
libata-link: implement and use link/device iterators
Tejun Heo
2007-10-12
1
-16
/
+10
*
libata-link: introduce ata_link
Tejun Heo
2007-10-12
1
-20
/
+21
*
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
2007-07-24
1
-1
/
+1
*
libata: improve SCSI scan failure handling
Tejun Heo
2007-07-20
1
-16
/
+47
*
libata: Support chips with 64K PRD quirk
Alan Cox
2007-07-09
1
-1
/
+1
*
libata: call ata_check_atapi_dma() with qc better prepared
Tejun Heo
2007-06-27
1
-12
/
+8
*
libata passthru: update cached device paramters
Albert Lee
2007-06-09
1
-6
/
+16
*
libata passthru: always enforce correct DEV bit
Albert Lee
2007-06-09
1
-6
/
+4
*
libata passthru: map UDMA protocols
Albert Lee
2007-06-09
1
-2
/
+2
*
libata passthru: support PIO multi commands
Albert Lee
2007-06-09
1
-4
/
+16
*
libata passthru: update protocol numbers
Albert Lee
2007-06-09
1
-8
/
+7
*
[libata] Fix decoding of 6-byte commands
Jeff Garzik
2007-05-25
1
-2
/
+3
*
libata: remove libata.spindown_compat
Tejun Heo
2007-05-17
1
-5
/
+4
*
libata: track spindown status and skip spindown_compat if possible
Tejun Heo
2007-05-16
1
-0
/
+9
*
libata: fix shutdown warning message printing
Tejun Heo
2007-05-16
1
-8
/
+27
*
libata: implement libata.spindown_compat
Tejun Heo
2007-05-11
1
-1
/
+27
*
libata: reimplement suspend/resume support using sdev->manage_start_stop
Tejun Heo
2007-05-11
1
-127
/
+2
*
libata: separate out ata_host_alloc() and ata_host_register()
Tejun Heo
2007-04-28
1
-12
/
+56
*
libata: add support for READ/WRITE LONG
Mark Lord
2007-04-28
1
-0
/
+12
*
RESEND: libata: check cdb len per dev instead of per host
Mark Lord
2007-04-28
1
-2
/
+3
*
libata bugfix: preserve LBA bit for HDIO_DRIVE_TASK
Mark Lord
2007-04-04
1
-1
/
+1
*
libata: add CONFIG_PM to libata core layer
Tejun Heo
2007-03-02
1
-0
/
+2
*
libata: s/ap->id/ap->print_id/g
Tejun Heo
2007-02-21
1
-4
/
+4
*
libata: fix ata_scsi_change_queue_depth()
Tejun Heo
2007-02-21
1
-12
/
+15
*
libata: fix ata_scmd_need_defer()
Tejun Heo
2007-02-21
1
-4
/
+2
*
libata: fix probe_ent alloc/free bugs
Tejun Heo
2007-02-21
1
-1
/
+1
*
libata bugfix: HDIO_DRIVE_TASK
Mark Lord
2007-02-21
1
-0
/
+1
*
libata: update libata core layer to use devres
Tejun Heo
2007-02-09
1
-1
/
+2
*
libata: implement HDIO_GET_IDENTITY
Tejun Heo
2007-02-09
1
-1
/
+42
*
libata: kill qc->nsect and cursect
Tejun Heo
2007-02-09
1
-2
/
+2
*
libata: straighten out ATA_ID_* constants
Tejun Heo
2007-02-09
1
-17
/
+16
*
drivers/ata/: make 4 functions static
Adrian Bunk
2007-02-09
1
-6
/
+6
*
[PATCH] user of the jiffies rounding patch: ATA subsystem
Arjan van de Ven
2007-02-09
1
-1
/
+2
*
libata: fix translation for START STOP UNIT
Robert Hancock
2007-01-30
1
-5
/
+4
*
libata-scsi: ata_task_ioctl should return ATA registers from sense data
David Milburn
2007-01-30
1
-6
/
+45
*
libata: Fixup n_elem initialization
Brian King
2007-01-24
1
-1
/
+1
*
[PATCH] libata: take scmd->cmd_len into account when translating SCSI commands
Tejun Heo
2006-12-20
1
-4
/
+25
*
[PATCH] libata: kill @cdb argument from xlat methods
Tejun Heo
2006-12-20
1
-17
/
+13
*
[PATCH] libata: clean up variable name usage in xlat related functions
Tejun Heo
2006-12-20
1
-112
/
+105
*
[libata] use kmap_atomic(KM_IRQ0) in SCSI simulator
Jeff Garzik
2006-12-16
1
-2
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-05
1
-216
/
+112
|
\
|
*
[PATCH] libata: separate out rw ATA taskfile building into ata_build_rw_tf()
Tejun Heo
2006-12-03
1
-106
/
+14
|
*
[PATCH] libata: make sure sdev doesn't go away while rescanning
Tejun Heo
2006-12-03
1
-4
/
+16
|
*
[PATCH] libata: fix READ CAPACITY simulation
Tejun Heo
2006-12-03
1
-45
/
+36
|
*
[PATCH] libata: improve SCSI sense data generation
Tejun Heo
2006-12-01
1
-23
/
+23
|
*
[PATCH] libata: cosmetic changes to sense generation functions
Tejun Heo
2006-12-01
1
-11
/
+11
|
*
[PATCH] libata: fix passthru sense data header
Tejun Heo
2006-12-01
1
-6
/
+3
[next]