1. 06f6c4c ata: libata: add missing ata_identify_page_supported() calls by Damien Le Moal · 3 years, 2 months ago
  2. 23ef63d ata: libata: improve ata_read_log_page() error message by Damien Le Moal · 3 years, 2 months ago
  3. 636f6e2 libata: add horkage for missing Identify Device log by Damien Le Moal · 3 years, 2 months ago
  4. 61f90a8 Merge tag 'libata-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata by Linus Torvalds · 3 years, 2 months ago
  5. fe22e1c libata: support concurrent positioning ranges log by Damien Le Moal · 3 years, 3 months ago
  6. f971a85 libata: fix checking of DMA state by Reimar Döffinger · 3 years, 3 months ago
  7. 7a8526a libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD. by Kate Hsuan · 3 years, 5 months ago
  8. 8a6430a libata: add ATA_HORKAGE_NO_NCQ_TRIM for Samsung 860 and 870 SSDs by Hans de Goede · 3 years, 5 months ago
  9. d633b8a libata: print feature list on device scan by Damien Le Moal · 3 years, 5 months ago
  10. fc5c8aa libata: fix ata_read_log_page() warning by Damien Le Moal · 3 years, 5 months ago
  11. 2360fa1 libata: cleanup NCQ priority handling by Damien Le Moal · 3 years, 5 months ago
  12. 891fd7c libata: cleanup ata_dev_configure() by Damien Le Moal · 3 years, 5 months ago
  13. d8d8778 libata: cleanup device sleep capability detection by Damien Le Moal · 3 years, 5 months ago
  14. 355a803 libata: fix ata_host_start() by Damien Le Moal · 3 years, 5 months ago
  15. 94bd571 ata: fix some kernel-doc markups by Mauro Carvalho Chehab · 4 years, 3 months ago
  16. d824e08 Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  17. 3b54556 libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to Sandisks by Tejun Heo · 4 years, 5 months ago
  18. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  19. b529211 libata: Use per port sync for detach by Kai-Heng Feng · 4 years, 8 months ago
  20. a31a699 ata: libata-core: fix a doc warning by Mauro Carvalho Chehab · 4 years, 9 months ago
  21. bf89b0b ata: make "libata.force" kernel parameter optional by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  22. 2b384ed ata: move sata_deb_timing_*() to libata-sata.c by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  23. 61a1198 ata: move ata_qc_complete_multiple() to libata-sata.c by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  24. 78c97c8 ata: move sata_link_hardreset() to libata-sata.c by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  25. 9d3158f ata: move sata_link_{debounce,resume}() to libata-sata.c by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  26. ab4117c ata: move *sata_set_spd*() to libata-sata.c by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  27. 6eab1bc ata: move sata_scr_*() to libata-sata.c by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  28. 7fe183c ata: start separating SATA specific code from libata-core.c by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  29. cba97ea ata: let compiler optimize out ata_dev_config_ncq() on non-SATA hosts by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  30. a9b2c12 ata: separate PATA timings code from libata-core.c by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  31. 4e16818 ata: fix CodingStyle issues in PATA timings code by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  32. 2b67a6d ata: remove EXPORT_SYMBOL_GPL()s not used by modules by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  33. a52fbcf ata: move EXPORT_SYMBOL_GPL()s close to exported code by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  34. 8ba5a45 ata: optimize struct ata_force_param size by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  35. bbf5a09 ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] size by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  36. 3e1ee73 ata: remove stale maintainership information from core code by Bartlomiej Zolnierkiewicz · 4 years, 10 months ago
  37. 10a663a ata: ahci: Add shutdown to freeze hardware resources of ahci by Prabhakar Kushwaha · 5 years ago
  38. 8385d75 libata: Fix retrieving of active qcs by Sascha Hauer · 5 years ago
  39. 95364f3 ata: make qc_prep return ata_completion_errors by Jiri Slaby · 5 years ago
  40. 130f4ca libata: Ensure ata_port probe has completed before detach by John Garry · 5 years ago
  41. 8756a25 libata: Drop firmware version check from the ST1000LM024 quirk by Hans de Goede · 6 years ago
  42. 31f6264 libata: Extend quirks for the ST1000LM024 drives with NOLPM quirk by Hans de Goede · 6 years ago
  43. c82ee6d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18 by Thomas Gleixner · 6 years ago
  44. dd95749 libata: Add NOLPM quirk for SAMSUNG MZ7TE512HMHP-000L1 SSD by Hans de Goede · 6 years ago
  45. fd6f32f libata: whitelist all SAMSUNG MZ7KM* solid-state disks by Juha-Matti Tilli · 6 years ago
  46. 410b5c7 libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD by Diego Viola · 6 years ago
  47. a435ab4 libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9 by Diego Viola · 6 years ago
  48. 211b100 Merge tag 'for-linus-20180920' of git://git.kernel.dk/linux-block by Greg Kroah-Hartman · 6 years ago
  49. 7ce5c8c libata: mask swap internal and hardware tag by Jens Axboe · 6 years ago
  50. 4e8065a scsi: libata: Add missing newline at end of file by Geert Uytterhoeven · 6 years ago
  51. 0519359 Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 6 years ago
  52. 72f02ba Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  53. a5ec5a7b ata: ahci: Support state with min power but Partial low power state by Srinivas Pandruvada · 6 years ago
  54. bb37667 ata: Only output sg element mapped number in verbose debug by Paul Menzel · 7 years ago
  55. 240630e ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOS by Hans de Goede · 7 years ago
  56. 2fa4a32 scsi: libsas: dynamically allocate and free ata host by Jason Yan · 7 years ago
  57. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  58. 0bbddb8 Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 7 years ago
  59. 2cfce3a libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk by Hans de Goede · 7 years ago
  60. 136d769 libata: blacklist Micron 500IT SSD with MU01 firmware by Sudip Mukherjee · 7 years ago
  61. 76936e9 libata: Apply NOLPM quirk for SAMSUNG PM830 CXM13D1Q. by François Cami · 7 years ago
  62. 69278f7 libata: don't clamp queue depth to ATA_MAX_QUEUE - 1 by Jens Axboe · 7 years ago
  63. 28361c4 libata: add extra internal command by Jens Axboe · 7 years ago
  64. 2e2cc67 libata: use ata_tag_internal() consistently by Jens Axboe · 7 years ago
  65. e3ed8939 libata: bump ->qc_active to a 64-bit type by Jens Axboe · 7 years ago
  66. 4e5b626 libata: convert core and drivers to ->hw_tag usage by Jens Axboe · 7 years ago
  67. 5ac4079 libata: introduce notion of separate hardware tags by Jens Axboe · 7 years ago
  68. 07b9b6d libata: Make ata_dev_set_mode() less verbose by Damien Le Moal · 7 years ago
  69. 322579d libata: Blacklist some Sandisk SSDs for NCQ by Tejun Heo · 7 years ago
  70. 184add2 libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDs by Hans de Goede · 7 years ago
  71. b5b4d3a libata: Apply NOLPM quirk for SAMSUNG MZMPC128HBFU-000MV SSD by Hans de Goede · 7 years ago
  72. a23867f Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 7 years ago
  73. e40dc66 Merge tag 'leds_for_4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 7 years ago
  74. dafd6c4 libata: ensure host is free'd on error exit paths by Colin Ian King · 7 years ago
  75. d418ff5 libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 version by Hans de Goede · 7 years ago
  76. 3bf7b5d libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versions by Hans de Goede · 7 years ago
  77. 62ac3f7 libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDs by Hans de Goede · 7 years ago
  78. ca6bfcb libata: Enable queued TRIM for Samsung SSD 860 by Ju Hyung Park · 7 years ago
  79. 2623c7a libata: add refcounting to ata_host by Taras Kondratiuk · 7 years ago
  80. d1ed7c5 leds: Extends disk trigger for reads and writes by Linus Walleij · 7 years ago
  81. b17e5729 libata: disable LPM for Crucial BX100 SSD 500GB drive by Kai-Heng Feng · 7 years ago
  82. 9c7be59f libata: Apply NOLPM quirk to Crucial MX100 512GB SSDs by Hans de Goede · 7 years ago
  83. 9173e5e libata: remove WARN() for DMA or PIO command without data by Eric Biggers · 7 years ago
  84. db5ff90 libata: apply MAX_SEC_1024 to all LITEON EP1 series devices by Xinyu Lin · 7 years ago
  85. 2dc0b46 libata: sata_down_spd_limit should return if driver has not recorded sstatus speed by David Milburn · 7 years ago
  86. 1bc0357 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 7 years ago
  87. 9de5535 libata: fix spelling mistake: 'ambigious' -> 'ambiguous' by Arvind Yadav · 7 years ago
  88. 05b8360 ata: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  89. b93ab33 libata: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  90. 8df82c1 libata: make ata_port_type const by Bhumika Goyal · 7 years ago
  91. f4ac647 libata: Add new med_power_with_dipm link_power_management_policy setting by Hans de Goede · 7 years ago
  92. 23e4c67 ata: avoid gcc-7 warning in ata_timing_quantize by Arnd Bergmann · 7 years ago
  93. 2aca392 Revert "libata: quirk read log on no-name M.2 SSD" by Tejun Heo · 7 years ago
  94. e8f11db libata: check for trusted computing in IDENTIFY DEVICE data by Christoph Hellwig · 7 years ago
  95. 35f0b6a libata: quirk read log on no-name M.2 SSD by Christoph Hellwig · 7 years ago
  96. 7cfdfdc libata: Cleanup ata_read_log_page() by Damien Le Moal · 8 years ago
  97. 109a5db Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  98. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  99. b1ffbf8 libata: Support for an ATA PASS-THROUGH(32) command. by Minwoo Im · 8 years ago
  100. 818831c libata: implement SECURITY PROTOCOL IN/OUT by Christoph Hellwig · 8 years ago