1. 66dbbd7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  2. 621f640 scsi: libsas: fix length error in sas_smp_handler() by Jason Yan · 8 years ago
  3. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 8 years ago
  4. 77570ee scsi: sas: Convert timers to use timer_setup() by Kees Cook · 8 years ago
  5. 651a013 scsi: scsi_transport_sas: switch to bsg-lib for SMP passthrough by Christoph Hellwig · 8 years ago
  6. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 9 years ago
  7. 79855d1 libsas: remove task_collector mode by Christoph Hellwig · 11 years ago
  8. 458b76e block: Kill bio_segments()/bi_vcnt usage by Kent Overstreet · 12 years ago
  9. 832e77b Merge branch 'misc' into for-linus by James Bottomley · 12 years ago
  10. aa9f832 [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_type by James Bottomley · 12 years ago
  11. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  12. d4a2618 [SCSI] libsas: fix handling vacant phy in sas_set_ex_phy() by Lukasz Dorau · 12 years ago
  13. 95c9f4d [SCSI] libsas: use right function to alloc smp response by John Gong · 12 years ago
  14. 2f47787 block: Remove some unnecessary bi_vcnt usage by Kent Overstreet · 13 years ago
  15. 02582e9 treewide: fix typo of "suport" in various comments and Kconfig by Masanari Iida · 13 years ago
  16. f0bf750 [SCSI] libsas: trim sas_task of slow path infrastructure by Dan Williams · 13 years ago
  17. b17caa1 [SCSI] libsas: fix sas_discover_devices return code handling by Dan Williams · 13 years ago
  18. 26f2f19 [SCSI] libsas: continue revalidation by Dan Williams · 13 years ago
  19. b2311a2 [SCSI] libsas: sas_rediscover_dev did not look at the SMP exec status. by Jeff Skirvin · 13 years ago
  20. 7d1d865 [SCSI] libsas: fix false positive 'device attached' conditions by Dan Williams · 13 years ago
  21. b202445 [SCSI] libsas, libata: fix start of life for a sas ata_port by Dan Williams · 13 years ago
  22. 0f3fce5 [SCSI] libsas: fix ata_eh clobbering ex_phys via smp_ata_check_ready by Dan Williams · 13 years ago
  23. 9487669 [SCSI] libsas: unify domain_device sas_rphy lifetimes by Dan Williams · 13 years ago
  24. 1699490 [SCSI] libsas: fix sas_find_bcast_phy() in the presence of 'vacant' phys by Thomas Jackson · 13 years ago
  25. 77c309f [SCSI] libsas: fixup target_port_protocols for expanders that don't report sata by Dan Williams · 14 years ago
  26. 92625f9 [SCSI] libsas: restore scan order by Dan Williams · 14 years ago
  27. c666aae [SCSI] libsas: delete device on sas address changed by Dan Williams · 14 years ago
  28. 354cf82 [SCSI] libsas: let libata recover links that fail to transmit initial sig-fis by Dan Williams · 14 years ago
  29. d214d81 [SCSI] libsas: improve debug statements by Dan Williams · 14 years ago
  30. f41a0c4 [SCSI] libsas: fix sas_find_local_phy(), take phy references by Dan Williams · 14 years ago
  31. 3a9c556 [SCSI] libsas: check for 'gone' expanders in smp_execute_task() by Dan Williams · 14 years ago
  32. 0508c2f [SCSI] libsas: don't mark expanders as gone when a child device is removed by Dan Williams · 14 years ago
  33. 36a3994 [SCSI] libsas: poll for ata device readiness after reset by Dan Williams · 14 years ago
  34. 89d3cf6 [SCSI] libsas: add mutex for SMP task execution by Jeff Skirvin · 14 years ago
  35. 81c757b [SCSI] libsas: execute transport link resets with libata-eh via host workqueue by Dan Williams · 14 years ago
  36. b52df41 [SCSI] libsas: use libata-eh-reset for sata rediscovery fis transmit failures by Dan Williams · 14 years ago
  37. 87c8331 [SCSI] libsas: prevent domain rediscovery competing with ata error handling by Dan Williams · 14 years ago
  38. e139942 [SCSI] libsas: convert dev->gone to flags by Dan Williams · 14 years ago
  39. 735f7d2 [SCSI] libsas: fix domain_device leak by Dan Williams · 14 years ago
  40. ec7ae51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  41. 1a34c06 [SCSI] libsas: fix port->dev_list locking by Dan Williams · 14 years ago
  42. a73914c [SCSI] libsas: fix panic when single phy is disabled on a wide port by Mark Salyzyn · 14 years ago
  43. bb041a0 [SCSI] libsas: set sas_address and device type of rphy by Jack Wang · 14 years ago
  44. ffaac8f [SCSI] libsas: Allow expander T-T attachments by Luben Tuikov · 14 years ago
  45. 24926da [SCSI] libsas: fix failure to revalidate domain for anything but the first expander child. by Mark Salyzyn · 14 years ago
  46. 5911e96 [SCSI] libsas: remove expander from dev list on error by Luben Tuikov · 14 years ago
  47. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  48. 183ce89 [SCSI] libsas: fix loopback topology bug during discovery by jack_wang · 14 years ago
  49. 2bc72c9 [SCSI] libsas: fix bug for vacant phy by Jack Wang · 15 years ago
  50. 56dd2c0 [SCSI] libsas: Don't issue commands to devices that have been hot-removed by Darrick J. Wong · 15 years ago
  51. df64d3c [SCSI] Unify SAM_ and SAM_STAT_ macros by James Bottomley · 15 years ago
  52. 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
  53. 198439e [SCSI] libsas: do not set res = 0 in sas_ex_discover_dev() by jack wang · 16 years ago
  54. 19252de [SCSI] libsas: fix wide port hotplug issues by Tom Peng · 16 years ago
  55. 5f49f63 block: set rq->resid_len to blk_rq_bytes() on issue by Tejun Heo · 16 years ago
  56. b079041 block: cleanup rq->data_len usages by Tejun Heo · 16 years ago
  57. c3a4d78 block: add rq->resid_len by Tejun Heo · 16 years ago
  58. cadbd4a [SCSI] replace __FUNCTION__ with __func__ by Harvey Harrison · 17 years ago
  59. 32e8ae3 [SCSI] libsas: don't use made up error codes by James Bottomley · 18 years ago
  60. 2d4b63e [SCSI] libsas: don't treat underrun as an error on SMP tasks by James Bottomley · 18 years ago
  61. b98e66f [SCSI] libsas: add host SMP processing by James Bottomley · 18 years ago
  62. 5929faf [SCSI] libsas: Convert sas_proto users to sas_protocol by Darrick J. Wong · 18 years ago
  63. 92631fa [SCSI] libsas: Fix potential NULL dereference in sas_smp_get_phy_events() by Jesper Juhl · 18 years ago
  64. 2cd614c [SCSI] libsas: SMP request handler shouldn't crash when rphy is NULL by Darrick J. Wong · 18 years ago
  65. b914217 [SCSI] libsas: make ATA functions selectable by a config option by James Bottomley · 18 years ago
  66. 0854735 [SCSI] libsas: kill unused smp_portal code by FUJITA Tomonori · 18 years ago
  67. ba1fc17 [SCSI] libsas: add SAS management protocol handler by FUJITA Tomonori · 18 years ago
  68. 9d720d8 [SCSI] libsas: fix lockdep issue with ATA by James Bottomley · 18 years ago
  69. 528fd55 [SCSI] libsas: better error handling in sas_ex_discover_end_dev() by James Bottomley · 19 years ago
  70. 38e2f03 [SCSI] libsas: fix up sas_smp_phy_control() by James Bottomley · 19 years ago
  71. 1acce19 [SCSI] libsas: Add SATA support to STP piece for SATA on SAS expanders by James Bottomley · 19 years ago
  72. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 18 years ago
  73. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 18 years ago
  74. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 18 years ago
  75. 423f7cf [SCSI] libsas: Don't BUG when connecting two expanders via wide port by Darrick J. Wong · 19 years ago
  76. 6f63caa [SCSI] libsas: Clean up discovery failure handler code by Darrick J. Wong · 19 years ago
  77. bf45120 [SCSI] libsas: Clean up rphys/port dev list after a discovery error on an expander by Darrick J. Wong · 19 years ago
  78. 024879e [SCSI] libsas: better error handling in sas_expander.c by James Bottomley · 19 years ago
  79. 42961ee [SCSI] aic94xx SCSI timeout fix: SMP retry fix. by malahal@us.ibm.com · 19 years ago
  80. a01e70e [SCSI] aci94xx: implement link rate setting by James Bottomley · 19 years ago
  81. 88edf74 [SCSI] SAS: consolidate linkspeed definitions by James Bottomley · 19 years ago
  82. 2908d77 [SCSI] aic94xx: new driver by James Bottomley · 19 years ago