1. ef5bef3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  2. e26feff Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  3. 82219fc Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  4. 4677735 sg: remove unnecessary blk_rq_unmap_user by FUJITA Tomonori · 16 years ago
  5. 0b6cb26 sg: remove sg_read_xfer by FUJITA Tomonori · 16 years ago
  6. c3919af sg: remove sg_write_xfer by FUJITA Tomonori · 16 years ago
  7. 626710c sg: incorporate sg_build_direct into sg_start_req by FUJITA Tomonori · 16 years ago
  8. 44c7b0e sg: remove __sg_start_req by FUJITA Tomonori · 16 years ago
  9. fd1c1de sg: remove b_malloc_len in sg_scatter_hold struct by FUJITA Tomonori · 16 years ago
  10. 7e56cb0 sg: remove SG_ALLOW_DIO_CODE define by FUJITA Tomonori · 16 years ago
  11. a91a3a2 sg: rename sg_cmd_done sg_rq_end_io by FUJITA Tomonori · 16 years ago
  12. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  13. f98a8ca SCSI sd driver calls revalidate_disk wrapper. by Andrew Patterson · 16 years ago
  14. fad7f01 sg: set dxferp to NULL for READ with the older SG interface by FUJITA Tomonori · 16 years ago
  15. 01cfcdd sg: use blk_rq_aligned helper function by FUJITA Tomonori · 16 years ago
  16. 10db10d sg: convert the indirect IO path to use the block layer by FUJITA Tomonori · 16 years ago
  17. 6e5a30c sg: convert the direct IO path to use the block layer by FUJITA Tomonori · 16 years ago
  18. 10865df sg: convert the non-data path to use the block layer by FUJITA Tomonori · 16 years ago
  19. 152e283 block: introduce struct rq_map_data to use reserved pages by FUJITA Tomonori · 16 years ago
  20. a3bce90 block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov by FUJITA Tomonori · 16 years ago
  21. 3e1a7ff block: allow disk to have extended device number by Tejun Heo · 16 years ago
  22. 689d6fa block: replace @ext_minors with GENHD_FL_EXT_DEVT by Tejun Heo · 16 years ago
  23. 870d665 block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT by Tejun Heo · 16 years ago
  24. f615b48 sd/ide-disk: apply extended minors to sd and ide by Tejun Heo · 16 years ago
  25. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  26. 7ae628d [SCSI] scsi_dh: suppress comparison warning by James Bottomley · 16 years ago
  27. 650849d [SCSI] scsi_dh: add Dell product information into rdac device handler by Yanqing_Liu@Dell.com · 16 years ago
  28. b78ded8 [SCSI] qla2xxx: remove the unused SCSI_QLOGIC_FC_FIRMWARE option by Adrian Bunk · 16 years ago
  29. 4a3e1ea [SCSI] qla2xxx: fix printk format warnings by Alexander Beregalov · 16 years ago
  30. 36d1cdc [SCSI] qla2xxx: Update version number to 8.02.01-k8. by Andrew Vasquez · 16 years ago
  31. 59d72d8 [SCSI] qla2xxx: Ignore payload reserved-bits during RSCN processing. by Ravi Anand · 16 years ago
  32. 2d13693 [SCSI] qla2xxx: Additional residual-count corrections during UNDERRUN handling. by Andrew Vasquez · 16 years ago
  33. cc3ef7b [SCSI] qla2xxx: Fix "occured" spelling errors. by Bjorn Helgaas · 16 years ago
  34. 272976c [SCSI] qla2xxx: Add NPIV-Config Table support. by Andrew Vasquez · 16 years ago
  35. c00d899 [SCSI] qla2xxx: Add Flash Layout Table support. by Andrew Vasquez · 16 years ago
  36. 4b89258 [SCSI] qla2xxx: Change GFP_ATOMIC to GFP_KERNEL for non-atomic allocations. by Andrew Vasquez · 16 years ago
  37. 49fd462 [SCSI] qla2xxx: Add input/output byte-count statistics. by Harish Zunjarrao · 16 years ago
  38. ac26d41 [SCSI] libiscsi: return error passed in during iscsi recovery by Mike Christie · 16 years ago
  39. a30c3f6 [SCSI] fc_transport: Add an API to allow an LLD to create vports by Andrew Vasquez · 16 years ago
  40. 7404ad3 [SCSI] sd: use generic helper to print capacities in both binary and SI by James Bottomley · 16 years ago
  41. 114f1ea [SCSI] scsi_dh: no need to initialize rq->cmd with blk_get_request by FUJITA Tomonori · 16 years ago
  42. 6f4267e [SCSI] Update the SCSI state model to allow blocking in the created state by James Bottomley · 16 years ago
  43. 0f1d87a [SCSI] add inline functions for recognising created and blocked states by James Bottomley · 16 years ago
  44. 22447be [SCSI] scsi_netlink: Add transport and LLD recieve and event support by James Smart · 16 years ago
  45. 557cc47 [SCSI] tmscsim: Fixup KERN_INFO in printk by Nick Warne · 16 years ago
  46. 3fd7f93 [SCSI] qla2xxx: Remove semaphore.h by Matthew Wilcox · 16 years ago
  47. 315cb0a [SCSI] scsi_host_lookup: error returns and NULL pointers by James Smart · 16 years ago
  48. 82ef04f libata: make SCR access ops per-link by Tejun Heo · 16 years ago
  49. c9eeb24 [SCSI] qlogicpti: fix sg list traversal error in continuation entries by Boaz Harrosh · 16 years ago
  50. 44ea91c [SCSI] Fix hang with split requests by James Bottomley · 16 years ago
  51. 048feec [SCSI] qla2xxx: Defer enablement of RISC interrupts until ISP initialization completes. by Andrew Vasquez · 16 years ago
  52. 6d242a2 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  53. 29cd195 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  54. 2dc75d3 block: disable sysfs parts of the disk command filter by Jens Axboe · 16 years ago
  55. 01b291b [SCSI] fix check of PQ and PDT bits for WLUNs by James Bottomley · 16 years ago
  56. bb0003c [SCSI] make scsi_check_sense HARDWARE_ERROR return ADD_TO_MLQUEUE on retry by Mike Anderson · 16 years ago
  57. c7dbb62 [SCSI] scsi_dh: make check_sense return ADD_TO_MLQUEUE by Mike Anderson · 16 years ago
  58. bfad9ce [SCSI] sd: select CRC_T10DIF only when necessary by Stefan Richter · 16 years ago
  59. bb23b43 remove blk_register_filter and blk_unregister_filter in gendisk by FUJITA Tomonori · 16 years ago
  60. 14e507b sg: restore command permission for TYPE_SCANNER by FUJITA Tomonori · 16 years ago
  61. abf5439 block: move cmdfilter from gendisk to request_queue by FUJITA Tomonori · 16 years ago
  62. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  63. c5b0079 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  64. 7d0e367 [SCSI] ibmvfc: Driver version 1.0.2 by Brian King · 16 years ago
  65. 3e33994 [SCSI] ibmvfc: Add details to async event log by Brian King · 16 years ago
  66. 2bac406 [SCSI] ibmvfc: Sanitize response lengths by Brian King · 16 years ago
  67. cf6f10d [SCSI] ibmvfc: Fix for lost async events by Brian King · 16 years ago
  68. 915be02 [SCSI] ibmvfc: Fixup host state during reinit by Brian King · 16 years ago
  69. 3eddc56 [SCSI] ibmvfc: Fix another hang on module removal by Brian King · 16 years ago
  70. 004dd5e [SCSI] ibmvscsi: Fixup desired DMA value for shared memory partitions by Brian King · 16 years ago
  71. 66dca9b [SCSI] megaraid_sas: remove sysfs dbg_lvl world writeable permissions by Joe Malicki · 16 years ago
  72. bcd2361 [SCSI] qla2xxx: Update version number to 8.02.01-k7. by Andrew Vasquez · 16 years ago
  73. c795c1e [SCSI] qla2xxx: Explicitly tear-down vports during PCI remove_one(). by Andrew Vasquez · 16 years ago
  74. 19851f1 [SCSI] qla2xxx: Reference proper ha during SBR handling. by Andrew Vasquez · 16 years ago
  75. 946fb89 [SCSI] qla2xxx: Set npiv_supported flag for FCoE HBAs. by Mike Hernandez · 16 years ago
  76. bed475c [SCSI] qla2xxx: Don't leak SG-DMA mappings while aborting commands. by Andrew Vasquez · 16 years ago
  77. a7a2850 [SCSI] qla2xxx: Correct vport-state management issues during ISP-ABORT. by Andrew Vasquez · 16 years ago
  78. 6390d1f [SCSI] qla2xxx: Correct synchronization of software/firmware fcport states. by Andrew Vasquez · 16 years ago
  79. fe42625 [SCSI] scsi_dh: Initialize lun_state in check_ownership() by Chandra Seetharaman · 16 years ago
  80. 8479fca [SCSI] scsi_dh: Do not use scsilun in rdac hardware handler by Chandra Seetharaman · 16 years ago
  81. 24541f9 [SCSI] megaraid_sas: version and Documentation Update by Yang, Bo · 16 years ago
  82. 6610a6b [SCSI] megaraid_sas: add new controllers (0x78 0x79) by Yang, Bo · 16 years ago
  83. 530e6fc [SCSI] megaraid_sas: add the shutdown DCMD cmd to driver shutdown routine by Yang, Bo · 16 years ago
  84. 06f579d [SCSI] megaraid_sas: add readl to force PCI posting flush by Yang, Bo · 16 years ago
  85. f08c076 make struct scsi_dh_devlist's static by Adrian Bunk · 16 years ago
  86. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  87. 4fb8af1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Russell King · 16 years ago
  88. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  89. 1835107 Re-introduce "[SCSI] extend the last_sector_bug flag to cover more sectors" by Linus Torvalds · 16 years ago
  90. d3e33ff ide: fix regression caused by ide_device_{get,put}() addition (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  91. b5b9309 remove unnecessary <linux/hdreg.h> includes by Bartlomiej Zolnierkiewicz · 16 years ago
  92. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  93. f1b134f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  94. fca082c Revert "[SCSI] extend the last_sector_bug flag to cover more sectors" by Linus Torvalds · 16 years ago
  95. e8bac9e [SCSI] scsi_transport_spi: fix oops in revalidate by James Bottomley · 16 years ago
  96. 671a99c [SCSI] ses: fix VPD inquiry overrun by James Bottomley · 16 years ago
  97. dd07428 [SCSI] hptiop: add more PCI device IDs by HighPoint Linux Team · 16 years ago
  98. 00eabe7 [SCSI] qla2xxx: fix msleep compile error by FUJITA Tomonori · 16 years ago
  99. 211c8d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  100. cadbd4a [SCSI] replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago