index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
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
2023-09-28
ata: libata-core: Fix ata_port_request_pm() locking
Damien Le Moal
1
-9
/
+9
2023-09-16
ata: libata-core: fetch sense data for successful commands iff CDL enabled
Niklas Cassel
1
-5
/
+2
2023-09-02
ata: libata-core: Disable NCQ_TRIM on Micron 1100 drives
Pawel Zmarzly
1
-2
/
+4
2023-08-02
ata: libata-core: remove ata_bus_probe()
Niklas Cassel
1
-138
/
+0
2023-08-02
ata,scsi: cleanup __ata_port_probe()
Hannes Reinecke
1
-2
/
+3
2023-08-02
ata: libata-core: inline ata_port_probe()
Hannes Reinecke
1
-9
/
+2
2023-08-02
ata: libata: remove references to non-existing error_handler()
Hannes Reinecke
1
-125
/
+84
2023-08-02
ata: fix debounce timings type
Sergey Shtylyov
1
-2
/
+2
2023-08-02
ata: libata-core: fix parameter types of ata_wait_register()
Sergey Shtylyov
1
-1
/
+1
2023-07-28
ata: libata-core: fix when to fetch sense data for successful commands
Niklas Cassel
1
-2
/
+2
2023-06-30
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-4
/
+200
2023-06-30
Merge tag 'ata-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
1
-8
/
+2
2023-06-18
ata: libata-scsi: Avoid deadlock on rescan after device resume
Damien Le Moal
1
-1
/
+2
2023-05-22
scsi: ata: libata: Handle completion of CDL commands using policy 0xD
Niklas Cassel
1
-2
/
+86
2023-05-22
scsi: ata: libata: Set read/write commands CDL index
Damien Le Moal
1
-3
/
+29
2023-05-22
scsi: ata: libata: Add ATA feature control sub-page translation
Damien Le Moal
1
-2
/
+38
2023-05-22
scsi: ata: libata: Detect support for command duration limits
Damien Le Moal
1
-1
/
+51
2023-05-16
ata: libata-core: Simplify if condition in ata_dev_revalidate()
Yahu Gao
1
-5
/
+1
2023-05-15
ata: libata: Make ata_platform_remove_one return void
Uwe Kleine-König
1
-3
/
+1
2023-03-24
scsi: ata: Declare SCSI host templates const
Bart Van Assche
1
-2
/
+2
2023-02-22
Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
1
-23
/
+58
2023-02-14
ata: libata-core: Disable READ LOG DMA EXT for Samsung MZ7LH
Patrick McLean
1
-0
/
+3
2023-02-02
ata: libata: Fix sata_down_spd_limit() when no link speed is reported
Damien Le Moal
1
-1
/
+1
2023-01-14
ata: libata: exclude FUA support for known buggy drives
Damien Le Moal
1
-0
/
+3
2023-01-14
ata: libata: Fix FUA handling in ata_build_rw_tf()
Damien Le Moal
1
-3
/
+5
2023-01-14
ata: libata: cleanup fua support detection
Damien Le Moal
1
-1
/
+29
2023-01-14
ata: libata: Rename and cleanup ata_rwcmd_protocol()
Damien Le Moal
1
-13
/
+15
2023-01-04
ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EH
Niklas Cassel
1
-6
/
+6
2022-10-19
ata: libata-core: do not retry reading the log on timeout
Niklas Cassel
1
-1
/
+2
2022-10-18
ata: make use of ata_port_is_frozen() helper
Niklas Cassel
1
-2
/
+2
2022-10-07
Merge tag 'ata-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
1
-33
/
+31
2022-09-27
libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205
Niklas Cassel
1
-0
/
+4
2022-09-16
ata: libata-core: Check errors in sata_print_link_status()
Li Zhong
1
-1
/
+2
2022-09-16
ata: libata-core: Simplify ata_dev_set_xfermode()
Damien Le Moal
1
-5
/
+5
2022-08-26
ata: libata-core: Simplify ata_build_rw_tf()
Damien Le Moal
1
-10
/
+10
2022-08-26
ata: libata: Rename ATA_DFLAG_NCQ_PRIO_ENABLE
Damien Le Moal
1
-2
/
+2
2022-08-26
ata: libata-core: remove redundant err_mask variable
Jinpeng Cui
1
-3
/
+1
2022-08-18
ata: libata-core: improve parameter names for ata_dev_set_feature()
Niklas Cassel
1
-10
/
+9
2022-08-18
ata: libata-core: Print timeout value when internal command times
Tomas Henzl
1
-2
/
+2
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
[prev]
[next]