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
2022-06-20
ata: libata-core: fix sloppy parameter type in ata_exec_internal[_sg]()
Sergey Shtylyov
1
-3
/
+3
2022-06-17
ata: libata-core: make ata_exec_internal_sg() *static*
Sergey Shtylyov
1
-4
/
+4
2022-06-17
ata: make transfer mode masks *unsigned int*
Sergey Shtylyov
1
-19
/
+19
2022-06-14
ata: libata-core: get rid of *else* branches in ata_id_n_sectors()
Sergey Shtylyov
1
-11
/
+9
2022-06-13
ata: libata-core: fix sloppy typing in ata_id_n_sectors()
Sergey Shtylyov
1
-4
/
+6
2022-06-08
libata: fix reading concurrent positioning ranges log
Tyler Erickson
1
-8
/
+13
2022-06-06
ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()
Sergey Shtylyov
1
-2
/
+2
2022-05-09
ata: libata-core: Allow forcing most horkage flags
Damien Le Moal
1
-2
/
+20
2022-05-09
ata: libata-core: Improve link flags forced settings
Damien Le Moal
1
-10
/
+22
2022-05-09
ata: libata-core: Refactor force_tbl definition
Damien Le Moal
1
-58
/
+81
2022-05-09
ata: libata-core: cleanup ata_device_blacklist
Damien Le Moal
1
-49
/
+49
2022-04-22
ata: libata-core: replace "its" with "it is"
Diego Viola
1
-2
/
+2
2022-04-12
ata: libata-core: fix parameter type in ata_xfer_mode2shift()
Sergey Shtylyov
1
-1
/
+1
2022-04-11
libata: Improve ATA queued command allocation
John Garry
1
-47
/
+1
2022-04-04
ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs
Christian Lamparter
1
-0
/
+3
2022-03-23
Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...
Linus Torvalds
1
-13
/
+9
2022-02-20
ata: add/use ata_taskfile::{error|status} fields
Sergey Shtylyov
1
-6
/
+6
2022-02-19
ata: libata: make ata_host_suspend() *void*
Sergey Shtylyov
1
-6
/
+2
2022-02-08
ata: libata-core: Disable TRIM on M88V29
Zoltán Böszörményi
1
-0
/
+1
2022-02-07
ata: libata-core: Fix ata_dev_config_cpr()
Damien Le Moal
1
-8
/
+6
2022-02-04
ata: libata-core: Introduce ATA_HORKAGE_NO_LOG_DIR horkage
Anton Lundin
1
-0
/
+10
2022-02-03
ata: libata: ata_{sff|std}_prereset() always return 0
Sergey Shtylyov
1
-1
/
+1
2022-01-14
ata: fix read_id() ata port operation interface
Damien Le Moal
1
-3
/
+3
2022-01-05
ata: libata: drop ata_msg_drv()
Hannes Reinecke
1
-13
/
+6
2022-01-05
ata: libata: drop ata_msg_info()
Hannes Reinecke
1
-7
/
+3
2022-01-05
ata: libata: drop ata_msg_probe()
Hannes Reinecke
1
-13
/
+7
2022-01-05
ata: libata: drop ata_msg_warn()
Hannes Reinecke
1
-11
/
+8
2022-01-05
ata: libata: drop ata_msg_malloc()
Hannes Reinecke
1
-1
/
+1
2022-01-05
ata: libata: drop ata_msg_ctl()
Hannes Reinecke
1
-5
/
+2
2022-01-05
ata: libata: drop ata_msg_error() and ata_msg_intr()
Hannes Reinecke
1
-3
/
+3
2022-01-05
ata: libata: remove pointless VPRINTK() calls
Hannes Reinecke
1
-3
/
+0
2022-01-05
ata: libata: move DPRINTK to ata debugging
Hannes Reinecke
1
-9
/
+6
2022-01-05
ata: libata: move ata_{port,link,dev}_dbg to standard pr_XXX() macros
Hannes Reinecke
1
-61
/
+0
2022-01-05
ata: libata: tracepoints for bus-master DMA
Hannes Reinecke
1
-0
/
+6
2022-01-04
ata: libata: add qc_prep tracepoint
Hannes Reinecke
1
-0
/
+1
2022-01-04
ata: libata: add reset tracepoints
Hannes Reinecke
1
-4
/
+0
2022-01-04
ata: libata: sanitize ATA_HORKAGE_DUMP_ID
Hannes Reinecke
1
-2
/
+2
2022-01-04
ata: libata: move ata_dump_id() to dynamic debugging
Hannes Reinecke
1
-28
/
+10
2022-01-04
ata: libata: Add ata_port_classify() helper
Hannes Reinecke
1
-16
/
+5
2022-01-04
ata: libata: remove pointless debugging messages
Hannes Reinecke
1
-11
/
+0
2021-12-09
libata: add horkage for ASMedia 1092
Hannes Reinecke
1
-0
/
+2
2021-11-18
ata: libata: add missing ata_identify_page_supported() calls
Damien Le Moal
1
-1
/
+5
2021-11-17
ata: libata: improve ata_read_log_page() error message
Damien Le Moal
1
-2
/
+3
2021-11-12
libata: add horkage for missing Identify Device log
Damien Le Moal
1
-1
/
+12
2021-11-02
Merge tag 'libata-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2021-10-26
libata: support concurrent positioning ranges log
Damien Le Moal
1
-2
/
+55
2021-10-12
libata: fix checking of DMA state
Reimar Döffinger
1
-1
/
+1
2021-09-03
libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.
Kate Hsuan
1
-2
/
+32
2021-09-03
libata: add ATA_HORKAGE_NO_NCQ_TRIM for Samsung 860 and 870 SSDs
Hans de Goede
1
-0
/
+4
2021-08-18
libata: print feature list on device scan
Damien Le Moal
1
-0
/
+17
[next]