1. 051d9fb libata: remove spindown skipping and warning by Tejun Heo · 15 years ago
  2. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  3. 4bca328 libata: Media rotation rate and form factor heuristics by Martin K. Petersen · 15 years ago
  4. 61d79a8 libata: Report disk alignment and physical block size by Martin K. Petersen · 15 years ago
  5. ea7a5ed Avoid world-writable sysfs files in libata driver. by Vitaly Mayatskikh · 15 years ago
  6. b079041 block: cleanup rq->data_len usages by Tejun Heo · 15 years ago
  7. e3cf95d ata: Report 16/32bit PIO as best we can by Alan Cox · 15 years ago
  8. 5eb66fe libata: fix kernel-doc warnings by Randy Dunlap · 15 years ago
  9. 2a6e58d SATA: Blacklisting of systems that spin off disks during ACPI power off by Rafael J. Wysocki · 15 years ago
  10. 94be9a5 [libata] get-identity ioctl: Fix use of invalid memory pointer for SAS drivers. by Jeff Garzik · 15 years ago
  11. b9d5fc4 libata: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  12. 590cf28 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  13. f4f4e47 [SCSI] add residual argument to scsi_execute and scsi_execute_req by FUJITA Tomonori · 16 years ago
  14. 1eca436 libata: beef up iterators by Tejun Heo · 16 years ago
  15. 8a8bc22 libata: revert convert-to-block-tagging patches by Tejun Heo · 16 years ago
  16. a464189 libata: Fix a potential race condition in ata_scsi_park_show() by Elias Oltmanns · 16 years ago
  17. 43a49cb libata: fix NCQ devices behind port multipliers by Jens Axboe · 16 years ago
  18. e013e13 libata: fix bug with non-ncq devices by Jens Axboe · 16 years ago
  19. 2fca5cc libata: switch to using block layer tagging support by Jens Axboe · 16 years ago
  20. a4f1904 libata: WIN_* -> ATA_CMD_* by Bartlomiej Zolnierkiewicz · 16 years ago
  21. e26feff Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  22. 8bff7c6 libata: set queue SSD flag for SSD devices by Jens Axboe · 16 years ago
  23. 45fabbb libata: Implement disk shock protection support by Elias Oltmanns · 16 years ago
  24. 2486fa5 libata: update atapi disable handling by Tejun Heo · 16 years ago
  25. b312bf3 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  26. 1e9dbc9 [libata] Add support for VPD page b1 by Matthew Wilcox · 16 years ago
  27. 18f7ba4 libata/ahci: enclosure management support by Kristen Carlson Accardi · 16 years ago
  28. 27f8221 block: add blk_queue_update_dma_pad by FUJITA Tomonori · 16 years ago
  29. 5895ef9 libata: don't check whether to use DMA or not for no data commands by Tejun Heo · 16 years ago
  30. ec2a20e libata: fix libata-scsi kernel-doc notation by Randy Dunlap · 16 years ago
  31. 50af2fa libata: ignore SIMG4726 config pseudo device by Tejun Heo · 16 years ago
  32. 87340e9 libata-scsi: improve rbuf handling for simulated commands by Tejun Heo · 16 years ago
  33. f0761be libata-scsi: clean up inquiry / mode sense related functions by Tejun Heo · 16 years ago
  34. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 16 years ago
  35. 2cca775 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  36. 855d854 libata: fix boot panic with SATAPI devices on non-SFF HBAs by James Bottomley · 16 years ago
  37. 071f44b libata: implement PMP helpers by Tejun Heo · 16 years ago
  38. 127102a libata: make SFF support optional by Tejun Heo · 16 years ago
  39. 5682ed3 libata: rename SFF port ops by Tejun Heo · 16 years ago
  40. b558edd libata: kill ata_ehi_schedule_probe() by Tejun Heo · 16 years ago
  41. 672b2d6 libata: kill ATA_EHI_RESUME_LINK by Tejun Heo · 16 years ago
  42. cf48062 libata: prefer hardreset by Tejun Heo · 16 years ago
  43. 5269176 [SCSI] libata: use scsi_build_sense_buffer by FUJITA Tomonori · 16 years ago
  44. aacda37 libata: implement ata_qc_raw_nbytes() by Tejun Heo · 16 years ago
  45. e3790c7 block: separate out padding from alignment by Tejun Heo · 16 years ago
  46. 7a85f88 block: restore the meaning of rq->data_len to the true data length by FUJITA Tomonori · 16 years ago
  47. b445c56 [libata] wrap kmap_atomic(KM_IRQ0) with local_irq_save/restore() by Jeff Garzik · 16 years ago
  48. 9116300 libata: automatically use DMADIR if drive/bridge requires it by Tejun Heo · 16 years ago
  49. 73fd8b6 libata: fix kernel-doc parameter warning by Randy Dunlap · 16 years ago
  50. fa2fc7f libata: implement drain buffers by James Bottomley · 16 years ago
  51. dde2020 libata: eliminate the home grown dma padding in favour of by James Bottomley · 16 years ago
  52. 08f0105 ata: make ata_scsiop_inq_89 static in libata-scsi.c by Harvey Harrison · 16 years ago
  53. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  54. d0ad3bc [SCSI] libata: fix corruption induced by relaxed DMA alignment in SCSI by James Bottomley · 16 years ago
  55. 7ccd720 [libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof() by James Bottomley · 16 years ago
  56. cadb734 [libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof() by akpm@linux-foundation.org · 16 years ago
  57. 4ca4e43 libata annotations and fixes by Al Viro · 17 years ago
  58. ff2aeb1 libata: convert to chained sg by Tejun Heo · 17 years ago
  59. 0dc3688 libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_* by Tejun Heo · 17 years ago
  60. 93f8fec libata: make atapi_request_sense() use sg by Tejun Heo · 17 years ago
  61. ae8d4ee libata: Disable ATA8-ACS proposed Trusted Computing features by default by Alan Cox · 17 years ago
  62. d8cf538 libata: relocate sdev->manage_start_stop configuration by Tejun Heo · 16 years ago
  63. 465ff31 [SCSI] relax scsi dma alignment by James Bottomley · 17 years ago
  64. 9b8e8de libata and starting/stopping ATAPI floppy devices by Ondrej Zary · 16 years ago
  65. e190222 libata: bump transfer chunk size if it's odd by Tejun Heo · 17 years ago
  66. 607126c libata-scsi: be tolerant of 12-byte ATAPI commands in 16-byte CDBs by Mark Lord · 17 years ago
  67. f26792d [libata] Utilize new SCSI event infrastructure by Jeff Garzik · 17 years ago
  68. a2d6ed1 make ata_scsi_lpm_get() static by Adrian Bunk · 17 years ago
  69. e027bd3 libata: implement and use ATA_QCFLAG_QUIET by Tejun Heo · 17 years ago
  70. b666da3 libata: flush is an IO command by Tejun Heo · 17 years ago
  71. ca77329 [libata] Link power management infrastructure by Kristen Carlson Accardi · 17 years ago
  72. 4dbfa39 libata: relocate and fix post-command processing by Tejun Heo · 17 years ago
  73. 2dcb407 [libata] checkpatch-inspired cleanups by Jeff Garzik · 17 years ago
  74. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  75. 92d15c2 Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  76. 8889e3c remove blk_queue_max_phys_segments in libata by FUJITA Tomonori · 17 years ago
  77. c5d0e6a docbook: fix libata content by Randy Dunlap · 17 years ago
  78. f58db80 libata: fix revalidation issuing after configuration commands by Tejun Heo · 17 years ago
  79. 2db78dd libata_scsi: Fix ATAPI transfer lengths by Alan Cox · 17 years ago
  80. 7d77b24 libata-pmp-prep: implement sata_async_notification() by Tejun Heo · 17 years ago
  81. e31e853 libata-pmp-prep: implement ATA_HORKAGE_SKIP_PM by Tejun Heo · 17 years ago
  82. 31cc23b libata-pmp-prep: implement ops->qc_defer() by Tejun Heo · 17 years ago
  83. 854c73a libata: misc updates for AN by Tejun Heo · 17 years ago
  84. c78968b [libata] SCSI: simulator version, not device version, belongs in VPD by Jeff Garzik · 17 years ago
  85. 24f7568 [libata] SCSI: clean up R/W recovery mode page by Jeff Garzik · 17 years ago
  86. 00bd020 [libata] SCSI: improve FORMAT UNIT; minor code cleanups by Jeff Garzik · 17 years ago
  87. 4539414 [libata] Slightly improved no-op REQUEST SENSE, SEND DIAGNOSTIC by Jeff Garzik · 17 years ago
  88. ad355b4 [libata] SCSI: support INQUIRY page 89h (ATA info page) by Jeff Garzik · 17 years ago
  89. 7120165 libata-scsi: convert to use the data buffer accessors by Boaz Harrosh · 17 years ago
  90. e10b8c3 libata-scsi: Remove !use_sg code paths by Boaz Harrosh · 17 years ago
  91. 2f29496 [libata] ahci: send event when AN received by Kristen Carlson Accardi · 17 years ago
  92. baf4fdf libata: add support for ATA_16 on ATAPI by Mark Lord · 17 years ago
  93. 41bda9c libata-link: update hotplug to handle PMP links by Tejun Heo · 17 years ago
  94. f58229f libata-link: implement and use link/device iterators by Tejun Heo · 17 years ago
  95. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  96. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  97. 1ae4631 libata: improve SCSI scan failure handling by Tejun Heo · 17 years ago
  98. d26fc95 libata: Support chips with 64K PRD quirk by Alan Cox · 17 years ago
  99. e00f1ff libata: call ata_check_atapi_dma() with qc better prepared by Tejun Heo · 17 years ago
  100. 2c3d2a4 libata passthru: update cached device paramters by Albert Lee · 17 years ago