index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-scsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-02
libata: fix kernel-doc warnings
Randy Dunlap
1
-0
/
+1
2009-01-27
SATA: Blacklisting of systems that spin off disks during ACPI power off
Rafael J. Wysocki
1
-3
/
+17
2009-01-16
[libata] get-identity ioctl: Fix use of invalid memory pointer
Jeff Garzik
1
-4
/
+13
2009-01-06
libata: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-1
/
+1
2008-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-2
/
+2
2008-12-29
[SCSI] add residual argument to scsi_execute and scsi_execute_req
FUJITA Tomonori
1
-2
/
+2
2008-12-28
libata: beef up iterators
Tejun Heo
1
-11
/
+11
2008-11-10
libata: revert convert-to-block-tagging patches
Tejun Heo
1
-21
/
+2
2008-11-04
libata: Fix a potential race condition in ata_scsi_park_show()
Elias Oltmanns
1
-3
/
+4
2008-10-27
libata: fix NCQ devices behind port multipliers
Jens Axboe
1
-0
/
+9
2008-10-24
libata: fix bug with non-ncq devices
Jens Axboe
1
-1
/
+5
2008-10-23
libata: switch to using block layer tagging support
Jens Axboe
1
-2
/
+8
2008-10-10
libata: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-10
Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-0
/
+4
2008-10-09
libata: set queue SSD flag for SSD devices
Jens Axboe
1
-0
/
+4
2008-09-29
libata: Implement disk shock protection support
Elias Oltmanns
1
-0
/
+108
2008-07-31
libata: update atapi disable handling
Tejun Heo
1
-32
/
+2
2008-07-15
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+98
2008-07-14
[libata] Add support for VPD page b1
Matthew Wilcox
1
-1
/
+19
2008-07-14
libata/ahci: enclosure management support
Kristen Carlson Accardi
1
-0
/
+79
2008-07-04
block: add blk_queue_update_dma_pad
FUJITA Tomonori
1
-1
/
+2
2008-06-18
libata: don't check whether to use DMA or not for no data commands
Tejun Heo
1
-9
/
+7
2008-05-30
libata: fix libata-scsi kernel-doc notation
Randy Dunlap
1
-1
/
+2
2008-05-19
libata: ignore SIMG4726 config pseudo device
Tejun Heo
1
-6
/
+0
2008-04-29
libata-scsi: improve rbuf handling for simulated commands
Tejun Heo
1
-290
/
+154
2008-04-29
libata-scsi: clean up inquiry / mode sense related functions
Tejun Heo
1
-68
/
+21
2008-04-19
SCSI: convert struct class_device to struct device
Tony Jones
1
-7
/
+8
2008-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-5
/
+1
2008-04-18
libata: fix boot panic with SATAPI devices on non-SFF HBAs
James Bottomley
1
-1
/
+2
2008-04-17
libata: implement PMP helpers
Tejun Heo
1
-3
/
+3
2008-04-17
libata: make SFF support optional
Tejun Heo
1
-0
/
+2
2008-04-17
libata: rename SFF port ops
Tejun Heo
1
-1
/
+1
2008-04-17
libata: kill ata_ehi_schedule_probe()
Tejun Heo
1
-1
/
+1
2008-04-17
libata: kill ATA_EHI_RESUME_LINK
Tejun Heo
1
-1
/
+0
2008-04-17
libata: prefer hardreset
Tejun Heo
1
-2
/
+2
2008-04-07
[SCSI] libata: use scsi_build_sense_buffer
FUJITA Tomonori
1
-5
/
+1
2008-03-24
libata: implement ata_qc_raw_nbytes()
Tejun Heo
1
-3
/
+11
2008-03-04
block: separate out padding from alignment
Tejun Heo
1
-1
/
+2
2008-03-04
block: restore the meaning of rq->data_len to the true data length
FUJITA Tomonori
1
-3
/
+3
2008-02-29
[libata] wrap kmap_atomic(KM_IRQ0) with local_irq_save/restore()
Jeff Garzik
1
-0
/
+10
2008-02-24
libata: automatically use DMADIR if drive/bridge requires it
Tejun Heo
1
-1
/
+2
2008-02-20
libata: fix kernel-doc parameter warning
Randy Dunlap
1
-1
/
+1
2008-02-19
libata: implement drain buffers
James Bottomley
1
-6
/
+53
2008-02-19
libata: eliminate the home grown dma padding in favour of
James Bottomley
1
-17
/
+6
2008-02-15
ata: make ata_scsiop_inq_89 static in libata-scsi.c
Harvey Harrison
1
-1
/
+1
2008-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-2
/
+9
2008-01-23
[SCSI] libata: fix corruption induced by relaxed DMA alignment in SCSI
James Bottomley
1
-4
/
+8
2008-01-23
[libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()
James Bottomley
1
-1
/
+1
2008-01-23
[libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()
akpm@linux-foundation.org
1
-1
/
+1
2008-01-23
libata annotations and fixes
Al Viro
1
-2
/
+2
[next]