1. b1ffbf8 libata: Support for an ATA PASS-THROUGH(32) command. by Minwoo Im · 7 years ago
  2. 01efd60 libata: make the function name in comment match the actual function by Minwoo Im · 7 years ago
  3. 6ef5632 libata: Convert bare printks to pr_cont by Joe Perches · 7 years ago
  4. 818831c libata: implement SECURITY PROTOCOL IN/OUT by Christoph Hellwig · 7 years ago
  5. 9bb9a39 ata: update references for libata documentation by Mauro Carvalho Chehab · 7 years ago
  6. 6baf20b libata: fix identation on a kernel-doc markup by Mauro Carvalho Chehab · 7 years ago
  7. 63ccc19 libata: remove SCT WRITE SAME support by Christoph Hellwig · 7 years ago
  8. c6ade20 libata: reject passthrough WRITE SAME requests by Christoph Hellwig · 7 years ago
  9. 76aaf87 scsi: merge __scsi_execute into scsi_execute by Christoph Hellwig · 7 years ago
  10. 79f4d1d Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 7 years ago
  11. 57292b5 block: introduce blk_rq_is_passthrough by Christoph Hellwig · 7 years ago
  12. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 7 years ago
  13. d4ae1e2 Revert "libata: switch to dynamic allocation instead of ata_scsi_rbuf" by Tejun Heo · 8 years ago
  14. a234f73 libata: switch to dynamic allocation instead of ata_scsi_rbuf by Christoph Hellwig · 8 years ago
  15. a0c0b0e libata: don't call ata_scsi_rbuf_fill for command without a response buffer by Christoph Hellwig · 8 years ago
  16. 8fc6c06 libata: call ->scsi_done from ata_scsi_simulate by Christoph Hellwig · 8 years ago
  17. 506db36 libata: remove the done callback from ata_scsi_args by Christoph Hellwig · 8 years ago
  18. f0a37d1 libata: move struct ata_scsi_args to libata-scsi.c by Christoph Hellwig · 8 years ago
  19. aa18da8 libata: avoid global response buffer in atapi_qc_complete by Christoph Hellwig · 8 years ago
  20. 7b882cb Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  21. 9f56eca ata: avoid probing NCQ Prio Support if not explicitly requested by Adam Manzanares · 8 years ago
  22. b92e09b Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  23. e185934 libata-scsi: disable SCT Write Same for the moment by Nicolai Stange · 8 years ago
  24. e0029dc libata-scsi: Fixup ata_gen_passthru_sense() by Hannes Reinecke · 8 years ago
  25. 4e647d9 ata: set ncq_prio_enabled iff device has support by Adam Manzanares · 8 years ago
  26. 84f9524 ata: ATA Command Priority Disabled By Default by Adam Manzanares · 8 years ago
  27. 8e06178 ata: Enabling ATA Command Priorities by Adam Manzanares · 8 years ago
  28. 0ce1b18 libata: Some drives failing on SCT Write Same by Shaun Tancheff · 8 years ago
  29. 7d36dd0 libata: SCT Write Same handle ATA_DFLAG_PIO by Shaun Tancheff · 8 years ago
  30. ef2d739 libata: SCT Write Same / DSM Trim by Shaun Tancheff · 8 years ago
  31. 7b20309 libata: Add support for SCT Write Same by Shaun Tancheff · 8 years ago
  32. 9379e6b libata: Safely overwrite attached page in WRITE SAME xlat by Shaun Tancheff · 8 years ago
  33. 535fd07 libata-scsi: fix MODE SELECT translation for Control mode page by Tom Yan · 8 years ago
  34. d7372cb libata-scsi: use u8 array to store mode page copy by Tom Yan · 8 years ago
  35. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  36. 737bee9 libata-scsi: better style in ata_msense_*() by Tom Yan · 8 years ago
  37. 2950cef libata-scsi: minor cleanup for ata_scsi_zbc_out_xlat by Damien Le Moal · 8 years ago
  38. ee194b7 libata-scsi: Fix ZBC management out command translation by Damien Le Moal · 8 years ago
  39. 3f17422 libata-scsi: Fix translation of REPORT ZONES command by Damien Le Moal · 8 years ago
  40. 5b844b6 ata: Handle ATA NCQ NO-DATA commands correctly by Hannes Reinecke · 8 years ago
  41. 179b310 libata: use ata_is_ncq() accessors by Hannes Reinecke · 8 years ago
  42. 2983860 libata-scsi: avoid repeated calculation of number of TRIM ranges by Tom Yan · 8 years ago
  43. 5c79097 libata-scsi: reject WRITE SAME (16) with n_block that exceeds limit by Tom Yan · 8 years ago
  44. f086b74 libata-scsi: rename ata_msense_ctl_mode() to ata_msense_control() by Tom Yan · 8 years ago
  45. c9cd350 libata-scsi: fix D_SENSE bit relection in control mode page by Tom Yan · 8 years ago
  46. 29a37ea libata-scsi: correct SPC version descriptor by Tom Yan · 8 years ago
  47. 415ffdd libata-scsi: set CmdQue bit in standard INQUIRY data to 1 by Tom Yan · 8 years ago
  48. 56b8cba libata-scsi: set correct VERSION field for ZAC devices by Tom Yan · 8 years ago
  49. 8554e5e libata-scsi: correct cbd to CDB in comment by Tom Yan · 8 years ago
  50. a3e8ab1 libata-scsi: do not respond with "invalid field" for FORMAT UNIT by Tom Yan · 8 years ago
  51. a8ebb05 block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE by Mike Christie · 8 years ago
  52. e4f7bdc Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  53. 6d1003a libata: support host-aware and host-managed ZAC devices by Hannes Reinecke · 8 years ago
  54. 856c466 libata: support device-managed ZAC devices by Hannes Reinecke · 8 years ago
  55. 284b3b7 libata: NCQ encapsulation for ZAC MANAGEMENT OUT by Hannes Reinecke · 8 years ago
  56. 27708a9 libata: Implement ZBC OUT translation by Hannes Reinecke · 8 years ago
  57. 28a3fc2 libata: implement ZBC IN translation by Hannes Reinecke · 8 years ago
  58. 59f6847 libata-scsi: Generate sense code for disabled devices by Hannes Reinecke · 8 years ago
  59. 26f5883 libata-scsi: use %*ph to dump small buffers by Andy Shevchenko · 8 years ago
  60. c9b5560 treewide: Fix typos in libata.xml by Masanari Iida · 8 years ago
  61. 7780081 libata-scsi: Set information sense field for invalid parameter by Hannes Reinecke · 8 years ago
  62. 0df10b8 libata-scsi: set bit pointer for sense code information by Hannes Reinecke · 8 years ago
  63. bcfc867 libata-scsi: Set field pointer in sense code by Hannes Reinecke · 8 years ago
  64. 06dbde5 libata: Implement control mode page to select sense format by Hannes Reinecke · 8 years ago
  65. 11093cb libata-scsi: generate correct ATA pass-through sense by Hannes Reinecke · 8 years ago
  66. b525e77 libata-scsi: use ata_scsi_set_sense() by Hannes Reinecke · 8 years ago
  67. 492bf62 libata-eh: Set 'information' field for autosense by Hannes Reinecke · 8 years ago
  68. cf8b49b libata-scsi: use scsi_set_sense_information() by Hannes Reinecke · 8 years ago
  69. cffd1ee libata: sanitize ata_tf_read_block() by Hannes Reinecke · 8 years ago
  70. 5e6acd1 libata-scsi: sanitize ata_gen_ata_sense() by Hannes Reinecke · 8 years ago
  71. 5b01e4b libata: Implement NCQ autosense by Hannes Reinecke · 8 years ago
  72. 3948b6f libata: fix unbalanced spin_lock_irqsave/spin_unlock_irq() in ata_scsi_park_show() by Tejun Heo · 8 years ago
  73. 287e661 libata: fix HDIO_GET_32BIT ioctl by Arnd Bergmann · 8 years ago
  74. d83763f Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  75. 64d513ac scsi: use host wide tags by default by Christoph Hellwig · 9 years ago
  76. 5f8e7f1 libata: enable LBA flag in taskfile for ata_scsi_pass_thru() by Vinayak Kale · 9 years ago
  77. ee7fb33 libata: add support for NCQ commands for SG interface by Vinayak Kale · 9 years ago
  78. 2aa8f5d libata: only call ->done once all per-tag ressources are released by Christoph Hellwig · 9 years ago
  79. 25c7ce7 libata: cleanup ata_scsi_qc_complete by Christoph Hellwig · 9 years ago
  80. 8a3e33c ata: ahci: find eSATA ports and flag them as removable by Manuel Lauss · 9 years ago
  81. 74a80d6 Revert "libata: Implement NCQ autosense" by Tejun Heo · 9 years ago
  82. fe16d4f Revert "libata-eh: Set 'information' field for autosense" by Tejun Heo · 9 years ago
  83. 71d126f libata: add ATA_HORKAGE_NOTRIM by Arne Fitzenreiter · 9 years ago
  84. a1524f2 libata-eh: Set 'information' field for autosense by Hannes Reinecke · 9 years ago
  85. 42b966f libata: Implement NCQ autosense by Hannes Reinecke · 9 years ago
  86. 1308d7f libata: use status bit definitions in ata_dump_status() by Hannes Reinecke · 9 years ago
  87. 27f00e5 ide,ata: Rename ATA_IDX to ATA_SENSE by Hannes Reinecke · 9 years ago
  88. 8ae7204 libata: whitespace fixes in ata_to_sense_error() by Hannes Reinecke · 9 years ago
  89. 3a02824 libata: remove ATA_FLAG_LOWTAG by Tejun Heo · 9 years ago
  90. 8494bcf Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  91. b12aa1f Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata into for-3.20 by Tejun Heo · 9 years ago
  92. 98bd4be libata: move sas ata tag allocation to libata-scsi.c by Shaohua Li · 10 years ago
  93. 12cb5ce libata: use blk taging by Shaohua Li · 10 years ago
  94. e61f7d1 libata: Whitelist SSDs that are known to properly return zeroes after TRIM by Martin K. Petersen · 10 years ago
  95. 0628ee7 libata: s/ata_id_removeable()/ata_id_removable()/ by Nicholas Krause · 10 years ago
  96. 4e8790f Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  97. 096cbc3 Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus by James Bottomley · 10 years ago
  98. 2ba520f libata: Remove FIXME comment in atapi_request_sense() by Nicholas Krause · 10 years ago
  99. eb846d9 scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 by Hannes Reinecke · 10 years ago
  100. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago