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