1. c3f69c7 scsi: ata: Switch to attribute groups by Bart Van Assche · 3 years, 3 months ago
  2. 945a0e2 ata: sata_sil24: Do not over-write initialise fields in 'sil24_sht' by Lee Jones · 3 years, 7 months ago
  3. 95364f3 ata: make qc_prep return ata_completion_errors by Jiri Slaby · 5 years ago
  4. dcc02c1 sata_sil24: use dma_set_mask_and_coherent by Christoph Hellwig · 5 years ago
  5. e675697 ata: sata_sil24: Remove call to memset after dmam_alloc_coherent by Fuqian Huang · 6 years ago
  6. 3e0a4e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 by Thomas Gleixner · 6 years ago
  7. 0bbddb8 Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 7 years ago
  8. 4e5b626 libata: convert core and drivers to ->hw_tag usage by Jens Axboe · 7 years ago
  9. 7e437d6 ata: fix spelling mistake: "directon" -> "direction" by Colin Ian King · 7 years ago
  10. c54c719 ata: remove deprecated use of pci api by Quentin Lambert · 10 years ago
  11. 3a02824 libata: remove ATA_FLAG_LOWTAG by Tejun Heo · 10 years ago
  12. 8494bcf Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  13. 9269e23 libata: make sata_sil24 use fifo tag allocator by Shaohua Li · 10 years ago
  14. 72dd299 libata: allow sata_sil24 to opt-out of tag ordered submission by Dan Williams · 10 years ago
  15. 1183823 sata_sil24: Identify which card suffered IRQ status error by Tim Small · 10 years ago
  16. 58eb8cd ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers by Bartlomiej Zolnierkiewicz · 11 years ago
  17. 0a86e1c ata: use pci_get_drvdata() by Jingoo Han · 12 years ago
  18. 10083d7 sata_sil24: remove unused variable from sata_sil24.c by Wei Yongjun · 12 years ago
  19. 2fc75da ata: use module_pci_driver by Axel Lin · 13 years ago
  20. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  21. fc8cc1d sata_sil24: Use const by Joe Perches · 13 years ago
  22. 06296a1 ata: Add and use ata_print_version_once by Joe Perches · 14 years ago
  23. a9a79df ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level> by Joe Perches · 14 years ago
  24. a44fec1 ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 14 years ago
  25. 9cbe056 libata: remove ATA_FLAG_NO_LEGACY by Sergei Shtylyov · 14 years ago
  26. 3696df3 libata: remove ATA_FLAG_MMIO by Sergei Shtylyov · 14 years ago
  27. 97750ce libata: add @ap to ata_wait_register() and introduce ata_msleep() by Tejun Heo · 14 years ago
  28. 1082345 sata_sil24: Use memory barriers before issuing commands by Catalin Marinas · 15 years ago
  29. 14e45c1 sata_sil24: memset() overflow by Dan Carpenter · 15 years ago
  30. 7a4f876 sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24 by Colin Tuckley · 15 years ago
  31. 3e4ec34 libata: kill ATA_FLAG_DISABLED by Tejun Heo · 15 years ago
  32. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  33. dae7721 sata_sil24: MSI support, disabled by default by Vivek Mahajan · 15 years ago
  34. 4f1a0ee sata_sil24: always set protocol override for non-ATAPI data commands by Robert Hancock · 15 years ago
  35. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  36. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
  37. 14bdef9 [libata] convert drivers to use ata.h mode mask defines by Erik Inge Bolsø · 16 years ago
  38. 1564a18 sata_sil24: remove unused sil24_port_multiplier by Grant Grundler · 16 years ago
  39. e8b3b5e sata_sil24: configure max read request size to 4k by Tejun Heo · 16 years ago
  40. 82ef04f libata: make SCR access ops per-link by Tejun Heo · 16 years ago
  41. 464b328 sata_sil24: add DID for another adaptec flavor by Tejun Heo · 17 years ago
  42. 906c1ff sata_sil24: don't use NCQ if marvell 4140 PMP is attached by Tejun Heo · 17 years ago
  43. 45db2f6 libata: move link onlineness check out of softreset methods by Tejun Heo · 17 years ago
  44. 2a0c15c libata: kill dead code paths in reset path by Tejun Heo · 17 years ago
  45. 071f44b libata: implement PMP helpers by Tejun Heo · 17 years ago
  46. 350756f libata: don't use ap->ioaddr in non-SFF drivers by Tejun Heo · 17 years ago
  47. 520d06f libata: remove check_status from non-SFF drivers by Tejun Heo · 17 years ago
  48. 4c9bf4e libata: replace tf_read with qc_fill_rtf for non-SFF drivers by Tejun Heo · 17 years ago
  49. 79f97da libata: drop @finish_qc from ata_qc_complete_multiple() by Tejun Heo · 17 years ago
  50. 5958e30 libata: move PMP SCR access failure during reset to ata_eh_reset() by Tejun Heo · 17 years ago
  51. 5682ed3 libata: rename SFF port ops by Tejun Heo · 17 years ago
  52. a1efdab libata: make reset related methods proper port operations by Tejun Heo · 17 years ago
  53. 029cfd6 libata: implement and use ops inheritance by Tejun Heo · 17 years ago
  54. 68d1d07 libata: implement and use SHT initializers by Tejun Heo · 17 years ago
  55. 358f9a7 libata: implement and use ata_noop_irq_clear() by Tejun Heo · 17 years ago
  56. 8cebf27 libata: kill ATA_LFLAG_SKIP_D2H_BSY by Tejun Heo · 17 years ago
  57. cf48062 libata: prefer hardreset by Tejun Heo · 17 years ago
  58. dde2020 libata: eliminate the home grown dma padding in favour of by James Bottomley · 17 years ago
  59. ff2aeb1 libata: convert to chained sg by Tejun Heo · 17 years ago
  60. 405e66b libata: implement protocol tests by Tejun Heo · 17 years ago
  61. c2e14f1 sata_sil24: freeze on non-dev errors reported via CERR by Tejun Heo · 17 years ago
  62. 7293fa8 sata_sil24: fix stupid typo by Tejun Heo · 17 years ago
  63. 13cc546 sata_sil24: prevent hba lockup when pass-through ATA commands are used by Gwendal Grignou · 17 years ago
  64. 93e2618 sata_sil24: fix sg table sizing by Tejun Heo · 17 years ago
  65. f90f082 libata: stop being overjealous about non-IO commands by Tejun Heo · 17 years ago
  66. 5796d1c [libata] Address some checkpatch-spotted issues by Jeff Garzik · 17 years ago
  67. 3be6cbd [libata] kill ata_sg_is_last() by Jeff Garzik · 17 years ago
  68. b06ce3e libata: use ata_exec_internal() for PMP register access by Tejun Heo · 17 years ago
  69. 2381803 sata_sil24: implement PORT_RST by Tejun Heo · 17 years ago
  70. 3454dc6 sata_sil24: implement PMP support by Tejun Heo · 17 years ago
  71. 7d77b24 libata-pmp-prep: implement sata_async_notification() by Tejun Heo · 17 years ago
  72. 31cc23b libata-pmp-prep: implement ops->qc_defer() by Tejun Heo · 17 years ago
  73. 854c73a libata: misc updates for AN by Tejun Heo · 17 years ago
  74. cbcdd87 libata: implement and use ata_port_desc() to report port configuration by Tejun Heo · 17 years ago
  75. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  76. 6d32d30 [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() by Jeff Garzik · 17 years ago
  77. 0c88758 libata-link: make two port flags HRST_TO_RESUME and SKIP_D2H_BSY link flags by Tejun Heo · 17 years ago
  78. cc0680a libata-link: linkify reset by Tejun Heo · 17 years ago
  79. 936fd73 libata-link: linkify PHY-related functions by Tejun Heo · 17 years ago
  80. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  81. 228f47b sata_sil24: fix IRQ clearing race when PCIX_IRQ_WOC is used by Tejun Heo · 17 years ago
  82. 2a3103c [libata] Bump driver versions by Jeff Garzik · 17 years ago
  83. da3dbb1 libata: make ->scr_read/write callbacks return error code by Tejun Heo · 17 years ago
  84. b64bbc3 libata: improve EH report formatting by Tejun Heo · 17 years ago
  85. 975530e sata_sil24: separate out sil24_do_softreset() by Tejun Heo · 17 years ago
  86. 37b99cb sata_sil24: separate out sil24_exec_polled_cmd() by Tejun Heo · 17 years ago
  87. e59f0da sata_sil24: replace sil24_update_tf() with sil24_read_tf() by Tejun Heo · 17 years ago
  88. 9977126 libata: add @is_cmd to ata_tf_to_fis() by Tejun Heo · 17 years ago
  89. bf6263a [libata] Use ATA_UDMAx standard masks when filling driver's udma_mask info by Jeff Garzik · 17 years ago
  90. 825cd6d sata_sil24: sil24_interrupt() micro-optimisation by Mikael Pettersson · 18 years ago
  91. 8bc3fc4 libata: bump versions by Jeff Garzik · 18 years ago
  92. 3cadbcc libata-acpi: add ATA_FLAG_ACPI_SATA port flag by Tejun Heo · 18 years ago
  93. 9666f40 libata: reimplement suspend/resume support using sdev->manage_start_stop by Tejun Heo · 18 years ago
  94. d4b2bab libata: add deadline support to prereset and reset methods by Tejun Heo · 18 years ago
  95. 4447d35 libata: convert the remaining SATA drivers to new init model by Tejun Heo · 18 years ago
  96. a51d644 libata: improve AC_ERR_DEV handling for ->post_internal_cmd by Tejun Heo · 18 years ago
  97. cd0d3bb libata: dev_config does not need ap and adev passing by Alan · 18 years ago
  98. 722d67b sata_sil24: Add Adaptec 1220SA PCI ID by Jamie Clark · 18 years ago
  99. 438ac6d libata: add missing CONFIG_PM in LLDs by Tejun Heo · 18 years ago
  100. 4fc00cb sata_sil24: kill unused local variable idx in sil24_fill_sg() by Tejun Heo · 18 years ago