1. 84eac32 ata: libata-scsi: simplify __ata_scsi_queuecmd() by Wenchao Hao · 3 years ago
  2. 41d4c60 ata: libata-scsi: rework ata_dump_status to avoid using pr_cont() by Hannes Reinecke · 3 years ago
  3. e155335 ata: libata: remove pointless VPRINTK() calls by Hannes Reinecke · 3 years ago
  4. 1fe9fb7 ata: libata-scsi: drop DPRINTK calls for cdb translation by Hannes Reinecke · 3 years ago
  5. da29947 ata: libata: use min() to make code cleaner by Changcheng Deng · 3 years ago
  6. 0667391 ata: libata-scsi: use sysfs_emit() by Damien Le Moal · 3 years, 1 month ago
  7. 5da5231 libata: if T_LENGTH is zero, dma direction should be DMA_NONE by George Kennedy · 3 years ago
  8. fe91c47 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 2 months ago
  9. 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
  10. fe22e1c libata: support concurrent positioning ranges log by Damien Le Moal · 3 years, 2 months ago
  11. c3f69c7 scsi: ata: Switch to attribute groups by Bart Van Assche · 3 years, 3 months ago
  12. 58bf201 scsi: ata: Call scsi_done() directly by Bart Van Assche · 3 years, 3 months ago
  13. 6ac586f libata-scsi: fix checking of DMA state by Reimar Döffinger · 3 years, 3 months ago
  14. a9c9a6f Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 4 months ago
  15. 56b4f06 libata: simplify ata_scsi_rbuf_fill() by Damien Le Moal · 3 years, 4 months ago
  16. c8329cd scsi: ata: Use scsi_cmd_to_rq() instead of scsi_cmnd.request by Bart Van Assche · 3 years, 5 months ago
  17. 3d45cefc scsi: core: Drop obsolete Linux-specific SCSI status codes by Hannes Reinecke · 3 years, 8 months ago
  18. 464a00c scsi: core: Kill DRIVER_SENSE by Hannes Reinecke · 3 years, 8 months ago
  19. f2b1e9c scsi: core: Introduce scsi_build_sense() by Hannes Reinecke · 3 years, 8 months ago
  20. ced202f7 scsi: core: Stop using DRIVER_ERROR by Hannes Reinecke · 3 years, 8 months ago
  21. ce288e0 block: remove BLK_BOUNCE_ISA support by Christoph Hellwig · 3 years, 9 months ago
  22. 94bd571 ata: fix some kernel-doc markups by Mauro Carvalho Chehab · 4 years, 2 months ago
  23. d824e08 Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  24. 3b54556 libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to Sandisks by Tejun Heo · 4 years, 4 months ago
  25. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  26. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  27. f650ef6 ata/libata: Fix usage of page address by page_address in ata_scsi_mode_select_xlat function by Ye Bin · 4 years, 7 months ago
  28. bdf8710 block: move dma_pad handling from blk_rq_map_sg into the callers by Christoph Hellwig · 4 years, 9 months ago
  29. cc97923 block: move dma drain handling to scsi by Christoph Hellwig · 4 years, 9 months ago
  30. 15964ff ata: move ata_sas_*() to libata-sata.c by Bartlomiej Zolnierkiewicz · 4 years, 9 months ago
  31. ec811a9 ata: start separating SATA specific code from libata-scsi.c by Bartlomiej Zolnierkiewicz · 4 years, 9 months ago
  32. 2b67a6d ata: remove EXPORT_SYMBOL_GPL()s not used by modules by Bartlomiej Zolnierkiewicz · 4 years, 9 months ago
  33. a52fbcf ata: move EXPORT_SYMBOL_GPL()s close to exported code by Bartlomiej Zolnierkiewicz · 4 years, 9 months ago
  34. c8fa4f8 ata: optimize ata_scsi_rbuf[] size by Bartlomiej Zolnierkiewicz · 4 years, 9 months ago
  35. 3353100 ata: simplify ata_scsiop_inq_89() by Bartlomiej Zolnierkiewicz · 4 years, 9 months ago
  36. 6f09eae ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts by Bartlomiej Zolnierkiewicz · 4 years, 9 months ago
  37. 3e1ee73 ata: remove stale maintainership information from core code by Bartlomiej Zolnierkiewicz · 4 years, 9 months ago
  38. 45b8084 libata: Assign OF node to the SCSI device by Linus Walleij · 4 years, 10 months ago
  39. 1d72f7a libata: Remove extra scsi_host_put() in ata_scsi_add_hosts() by John Garry · 4 years, 10 months ago
  40. 75c0b0e compat_ioctl: scsi: handle HDIO commands from drivers by Arnd Bergmann · 5 years ago
  41. 0e48f51 Revert "libata, freezer: avoid block device removal while system is frozen" by Mika Westerberg · 5 years ago
  42. 2d72715 libata: have ata_scsi_rw_xlat() fail invalid passthrough requests by Jens Axboe · 5 years ago
  43. c82ee6d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18 by Thomas Gleixner · 6 years ago
  44. 92fff53 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  45. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  46. 8d1e02d libata: fix a typo in comment by Chengguang Xu · 6 years ago
  47. d11a399 block: kill QUEUE_FLAG_FLUSH_NQ by Jens Axboe · 6 years ago
  48. 6f4e626 scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_template by Nathan Chancellor · 6 years ago
  49. f355eec libata: Use SMART LBAM/LBAH password defines by Linus Walleij · 6 years ago
  50. 0519359 Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 6 years ago
  51. 05b9ba4 Merge tag 'v4.18-rc6' into for-4.19/block2 by Jens Axboe · 6 years ago
  52. 429296c libata-scsi: Move sense buffers onto stack by Kees Cook · 6 years ago
  53. a5ec5a7b ata: ahci: Support state with min power but Partial low power state by Srinivas Pandruvada · 6 years ago
  54. 32a5342 ata: Guard ata_scsi_dump_cdb() by ATA_VERBOSE_DEBUG by Paul Menzel · 6 years ago
  55. 6edf1d4 ata: Fix ZBC_OUT all bit handling by Damien Le Moal · 7 years ago
  56. b320a0a ata: Fix ZBC_OUT command block check by Damien Le Moal · 7 years ago
  57. 5f85942 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  58. 69278f7 libata: don't clamp queue depth to ATA_MAX_QUEUE - 1 by Jens Axboe · 7 years ago
  59. 2e2cc67 libata: use ata_tag_internal() consistently by Jens Axboe · 7 years ago
  60. 4e5b626 libata: convert core and drivers to ->hw_tag usage by Jens Axboe · 7 years ago
  61. 7eb4950 libata: Honor RQF_QUIET flag by Damien Le Moal · 7 years ago
  62. b6240a4 scsi: libsas: add transport class for ATA devices by Jason Yan · 7 years ago
  63. 2c1ec6f libata: don't try to pass through NCQ commands to non-NCQ devices by Eric Biggers · 7 years ago
  64. 058f58e libata: fix length validation of ATAPI-relayed SCSI commands by Eric Biggers · 7 years ago
  65. 0d3e45b libata: Fix compile warning with ATA_DEBUG enabled by Dong Bo · 7 years ago
  66. e94f7914 libata: make static arrays const, reduces object code size by Colin Ian King · 7 years ago
  67. f4ac647 libata: Add new med_power_with_dipm link_power_management_policy setting by Hans de Goede · 7 years ago
  68. 59a5e26 libata: array underflow in ata_find_dev() by Dan Carpenter · 7 years ago
  69. d80210f sd: add support for TCG OPAL self encrypting disks by Christoph Hellwig · 8 years ago
  70. c8ccf81 libata: fix build warning from unused goto label by Tejun Heo · 8 years ago
  71. b1ffbf8 libata: Support for an ATA PASS-THROUGH(32) command. by Minwoo Im · 8 years ago
  72. 01efd60 libata: make the function name in comment match the actual function by Minwoo Im · 8 years ago
  73. 6ef5632 libata: Convert bare printks to pr_cont by Joe Perches · 8 years ago
  74. 818831c libata: implement SECURITY PROTOCOL IN/OUT by Christoph Hellwig · 8 years ago
  75. 9bb9a39 ata: update references for libata documentation by Mauro Carvalho Chehab · 8 years ago
  76. 6baf20b libata: fix identation on a kernel-doc markup by Mauro Carvalho Chehab · 8 years ago
  77. 63ccc19 libata: remove SCT WRITE SAME support by Christoph Hellwig · 8 years ago
  78. c6ade20 libata: reject passthrough WRITE SAME requests by Christoph Hellwig · 8 years ago
  79. 76aaf87 scsi: merge __scsi_execute into scsi_execute by Christoph Hellwig · 8 years ago
  80. 79f4d1d Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  81. 57292b5 block: introduce blk_rq_is_passthrough by Christoph Hellwig · 8 years ago
  82. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  83. d4ae1e2 Revert "libata: switch to dynamic allocation instead of ata_scsi_rbuf" by Tejun Heo · 8 years ago
  84. a234f73 libata: switch to dynamic allocation instead of ata_scsi_rbuf by Christoph Hellwig · 8 years ago
  85. a0c0b0e libata: don't call ata_scsi_rbuf_fill for command without a response buffer by Christoph Hellwig · 8 years ago
  86. 8fc6c06 libata: call ->scsi_done from ata_scsi_simulate by Christoph Hellwig · 8 years ago
  87. 506db36 libata: remove the done callback from ata_scsi_args by Christoph Hellwig · 8 years ago
  88. f0a37d1 libata: move struct ata_scsi_args to libata-scsi.c by Christoph Hellwig · 8 years ago
  89. aa18da8 libata: avoid global response buffer in atapi_qc_complete by Christoph Hellwig · 8 years ago
  90. 7b882cb Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  91. 9f56eca ata: avoid probing NCQ Prio Support if not explicitly requested by Adam Manzanares · 8 years ago
  92. b92e09b Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  93. e185934 libata-scsi: disable SCT Write Same for the moment by Nicolai Stange · 8 years ago
  94. e0029dc libata-scsi: Fixup ata_gen_passthru_sense() by Hannes Reinecke · 8 years ago
  95. 4e647d9 ata: set ncq_prio_enabled iff device has support by Adam Manzanares · 8 years ago
  96. 84f9524 ata: ATA Command Priority Disabled By Default by Adam Manzanares · 8 years ago
  97. 8e06178 ata: Enabling ATA Command Priorities by Adam Manzanares · 8 years ago
  98. 0ce1b18 libata: Some drives failing on SCT Write Same by Shaun Tancheff · 8 years ago
  99. 7d36dd0 libata: SCT Write Same handle ATA_DFLAG_PIO by Shaun Tancheff · 8 years ago
  100. ef2d739 libata: SCT Write Same / DSM Trim by Shaun Tancheff · 8 years ago