index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-27
libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDs
Hans de Goede
1
-0
/
+3
2018-04-26
libata: Apply NOLPM quirk for SAMSUNG MZMPC128HBFU-000MV SSD
Hans de Goede
1
-0
/
+3
2018-04-04
Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
1
-8
/
+38
2018-04-03
Merge tag 'leds_for_4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2018-03-27
libata: ensure host is free'd on error exit paths
Colin Ian King
1
-1
/
+3
2018-03-19
libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 version
Hans de Goede
1
-2
/
+5
2018-03-19
libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versions
Hans de Goede
1
-1
/
+1
2018-03-19
libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDs
Hans de Goede
1
-0
/
+8
2018-03-14
libata: Enable queued TRIM for Samsung SSD 860
Ju Hyung Park
1
-1
/
+3
2018-03-13
libata: add refcounting to ata_host
Taras Kondratiuk
1
-8
/
+36
2018-03-11
leds: Extends disk trigger for reads and writes
Linus Walleij
1
-1
/
+1
2018-02-21
libata: disable LPM for Crucial BX100 SSD 500GB drive
Kai-Heng Feng
1
-0
/
+3
2018-02-18
libata: Apply NOLPM quirk to Crucial MX100 512GB SSDs
Hans de Goede
1
-0
/
+5
2018-02-12
libata: remove WARN() for DMA or PIO command without data
Eric Biggers
1
-2
/
+1
2017-12-19
libata: apply MAX_SEC_1024 to all LITEON EP1 series devices
Xinyu Lin
1
-0
/
+1
2017-12-05
libata: sata_down_spd_limit should return if driver has not recorded sstatus ...
David Milburn
1
-3
/
+9
2017-11-16
Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
1
-2
/
+6
2017-10-30
libata: fix spelling mistake: 'ambigious' -> 'ambiguous'
Arvind Yadav
1
-1
/
+1
2017-10-23
ata: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+3
2017-10-17
libata: Convert timers to use timer_setup()
Kees Cook
1
-3
/
+2
2017-10-02
libata: make ata_port_type const
Bhumika Goyal
1
-1
/
+1
2017-09-19
libata: Add new med_power_with_dipm link_power_management_policy setting
Hans de Goede
1
-0
/
+1
2017-09-07
ata: avoid gcc-7 warning in ata_timing_quantize
Arnd Bergmann
1
-10
/
+10
2017-08-29
Revert "libata: quirk read log on no-name M.2 SSD"
Tejun Heo
1
-4
/
+0
2017-08-29
libata: check for trusted computing in IDENTIFY DEVICE data
Christoph Hellwig
1
-0
/
+3
2017-08-28
libata: quirk read log on no-name M.2 SSD
Christoph Hellwig
1
-0
/
+4
2017-07-10
libata: Cleanup ata_read_log_page()
Damien Le Moal
1
-3
/
+3
2017-07-06
Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
1
-70
/
+144
2017-07-04
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2017-06-27
libata: Support for an ATA PASS-THROUGH(32) command.
Minwoo Im
1
-1
/
+1
2017-06-05
libata: implement SECURITY PROTOCOL IN/OUT
Christoph Hellwig
1
-0
/
+32
2017-06-05
libata: factor out a ata_identify_page_supported helper
Christoph Hellwig
1
-27
/
+32
2017-06-05
libata: clarify log page naming / grouping
Christoph Hellwig
1
-5
/
+5
2017-06-05
libata: factor out a ata_log_supported helper
Christoph Hellwig
1
-43
/
+16
2017-06-05
libata: move ata_read_log_page to libata-core.c
Christoph Hellwig
1
-0
/
+64
2017-05-31
libata: fix error checking in in ata_parse_force_one()
Tejun Heo
1
-1
/
+1
2017-05-16
ata: update references for libata documentation
Mauro Carvalho Chehab
1
-1
/
+1
2017-05-16
ata: update references for libata documentation
Mauro Carvalho Chehab
1
-1
/
+1
2017-03-13
libata: make ata_sg_clean static over again
Jason Yan
1
-1
/
+1
2017-03-13
libata: use setup_deferrable_timer
Geliang Tang
1
-3
/
+3
2017-01-09
Merge branch 'for-4.10-fixes' into for-4.11
Tejun Heo
1
-2
/
+4
2017-01-06
libata: Fix ATA request sense
Damien Le Moal
1
-0
/
+2
2017-01-06
libata: apply MAX_SEC_1024 to all CX1-JB*-HP devices
Tejun Heo
1
-2
/
+2
2017-01-06
libata: Protect DMA core code by #ifdef CONFIG_HAS_DMA
Geert Uytterhoeven
1
-26
/
+35
2017-01-06
libata: Make ata_sg_clean() static again
Geert Uytterhoeven
1
-1
/
+1
2016-12-14
Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
1
-3
/
+10
2016-12-14
ata: avoid probing NCQ Prio Support if not explicitly requested
Adam Manzanares
1
-3
/
+10
2016-12-14
Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
1
-1
/
+34
2016-10-24
docs: fix locations of several documents that got moved
Mauro Carvalho Chehab
1
-1
/
+1
2016-10-20
ata: set ncq_prio_enabled iff device has support
Adam Manzanares
1
-2
/
+1
[next]