1. 7591103 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  2. 2be4ff2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 16 years ago
  3. 4ab3d50 ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify() by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 0ae4b31 ide: remove superfluous ->media field from ide_driver_t by Bartlomiej Zolnierkiewicz · 16 years ago
  5. 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
  6. baf08f0 ide: make ide_transfer_pc() static by Bartlomiej Zolnierkiewicz · 16 years ago
  7. aa5d2de7 ide: make ide_pc_intr() static by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 85e3903 ide: add ->pc_{update,io}_buffers methods by Bartlomiej Zolnierkiewicz · 16 years ago
  9. 6b0da28 ide: add ide_retry_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  10. 844b946 ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 2b9efba ide: add pointer to the current packet command to ide_drive_t by Bartlomiej Zolnierkiewicz · 16 years ago
  12. b14c721 ide: drop dsc_handle argument from ide_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  13. 0710483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 16 years ago
  14. 56c5d90 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  15. 92f1f8f ide: Remove ide_spin_wait_hwgroup() and use special requests instead by Elias Oltmanns · 16 years ago
  16. acaa0f5 ide: add ide_io_buffers() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  17. c860f95 ide-scsi: cleanup ide_scsi_io_buffers() by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 02d599a ide: remove ->supports_dsc_overlap field from ide_driver_t by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 8185d5a ide: /proc/ide/hd*/settings rework by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 1e874f4 ide: call ide_proc_register_driver() later by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
  22. 2a92466 ide: remove needless drive->present checks from device drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 3a7d248 ide: use ATA_* defines instead of *_STAT and *_ERR ones by Bartlomiej Zolnierkiewicz · 16 years ago
  24. aaaade3 ide: WIN_* -> ATA_CMD_* by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  26. ef5bef3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  27. e26feff Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  28. 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
  29. 4677735 sg: remove unnecessary blk_rq_unmap_user by FUJITA Tomonori · 16 years ago
  30. 0b6cb26 sg: remove sg_read_xfer by FUJITA Tomonori · 16 years ago
  31. c3919af sg: remove sg_write_xfer by FUJITA Tomonori · 16 years ago
  32. 626710c sg: incorporate sg_build_direct into sg_start_req by FUJITA Tomonori · 16 years ago
  33. 44c7b0e sg: remove __sg_start_req by FUJITA Tomonori · 16 years ago
  34. fd1c1de sg: remove b_malloc_len in sg_scatter_hold struct by FUJITA Tomonori · 16 years ago
  35. 7e56cb0 sg: remove SG_ALLOW_DIO_CODE define by FUJITA Tomonori · 16 years ago
  36. a91a3a2 sg: rename sg_cmd_done sg_rq_end_io by FUJITA Tomonori · 16 years ago
  37. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  38. f98a8ca SCSI sd driver calls revalidate_disk wrapper. by Andrew Patterson · 16 years ago
  39. fad7f01 sg: set dxferp to NULL for READ with the older SG interface by FUJITA Tomonori · 16 years ago
  40. 01cfcdd sg: use blk_rq_aligned helper function by FUJITA Tomonori · 16 years ago
  41. 10db10d sg: convert the indirect IO path to use the block layer by FUJITA Tomonori · 16 years ago
  42. 6e5a30c sg: convert the direct IO path to use the block layer by FUJITA Tomonori · 16 years ago
  43. 10865df sg: convert the non-data path to use the block layer by FUJITA Tomonori · 16 years ago
  44. 152e283 block: introduce struct rq_map_data to use reserved pages by FUJITA Tomonori · 16 years ago
  45. a3bce90 block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov by FUJITA Tomonori · 16 years ago
  46. 3e1a7ff block: allow disk to have extended device number by Tejun Heo · 16 years ago
  47. 689d6fa block: replace @ext_minors with GENHD_FL_EXT_DEVT by Tejun Heo · 16 years ago
  48. 870d665 block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT by Tejun Heo · 16 years ago
  49. f615b48 sd/ide-disk: apply extended minors to sd and ide by Tejun Heo · 16 years ago
  50. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  51. 7ae628d [SCSI] scsi_dh: suppress comparison warning by James Bottomley · 16 years ago
  52. 650849d [SCSI] scsi_dh: add Dell product information into rdac device handler by Yanqing_Liu@Dell.com · 16 years ago
  53. b78ded8 [SCSI] qla2xxx: remove the unused SCSI_QLOGIC_FC_FIRMWARE option by Adrian Bunk · 16 years ago
  54. 4a3e1ea [SCSI] qla2xxx: fix printk format warnings by Alexander Beregalov · 16 years ago
  55. 36d1cdc [SCSI] qla2xxx: Update version number to 8.02.01-k8. by Andrew Vasquez · 16 years ago
  56. 59d72d8 [SCSI] qla2xxx: Ignore payload reserved-bits during RSCN processing. by Ravi Anand · 16 years ago
  57. 2d13693 [SCSI] qla2xxx: Additional residual-count corrections during UNDERRUN handling. by Andrew Vasquez · 16 years ago
  58. cc3ef7b [SCSI] qla2xxx: Fix "occured" spelling errors. by Bjorn Helgaas · 16 years ago
  59. 272976c [SCSI] qla2xxx: Add NPIV-Config Table support. by Andrew Vasquez · 16 years ago
  60. c00d899 [SCSI] qla2xxx: Add Flash Layout Table support. by Andrew Vasquez · 16 years ago
  61. 4b89258 [SCSI] qla2xxx: Change GFP_ATOMIC to GFP_KERNEL for non-atomic allocations. by Andrew Vasquez · 16 years ago
  62. 49fd462 [SCSI] qla2xxx: Add input/output byte-count statistics. by Harish Zunjarrao · 16 years ago
  63. ac26d41 [SCSI] libiscsi: return error passed in during iscsi recovery by Mike Christie · 16 years ago
  64. a30c3f6 [SCSI] fc_transport: Add an API to allow an LLD to create vports by Andrew Vasquez · 16 years ago
  65. 7404ad3b [SCSI] sd: use generic helper to print capacities in both binary and SI by James Bottomley · 16 years ago
  66. 114f1ea [SCSI] scsi_dh: no need to initialize rq->cmd with blk_get_request by FUJITA Tomonori · 16 years ago
  67. 6f4267e [SCSI] Update the SCSI state model to allow blocking in the created state by James Bottomley · 16 years ago
  68. 0f1d87a [SCSI] add inline functions for recognising created and blocked states by James Bottomley · 16 years ago
  69. 22447be [SCSI] scsi_netlink: Add transport and LLD recieve and event support by James Smart · 16 years ago
  70. 557cc47 [SCSI] tmscsim: Fixup KERN_INFO in printk by Nick Warne · 16 years ago
  71. 3fd7f93 [SCSI] qla2xxx: Remove semaphore.h by Matthew Wilcox · 16 years ago
  72. 315cb0a [SCSI] scsi_host_lookup: error returns and NULL pointers by James Smart · 16 years ago
  73. 82ef04f libata: make SCR access ops per-link by Tejun Heo · 16 years ago
  74. c9eeb24 [SCSI] qlogicpti: fix sg list traversal error in continuation entries by Boaz Harrosh · 16 years ago
  75. 44ea91c [SCSI] Fix hang with split requests by James Bottomley · 16 years ago
  76. 2e57572 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by David S. Miller · 16 years ago
  77. 048feec [SCSI] qla2xxx: Defer enablement of RISC interrupts until ISP initialization completes. by Andrew Vasquez · 16 years ago
  78. 6d242a2 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  79. 29cd195 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  80. 2dc75d3 block: disable sysfs parts of the disk command filter by Jens Axboe · 16 years ago
  81. fd09831 sparc: Annotate of_device_id arrays with const or __initdata. by David S. Miller · 16 years ago
  82. 01b291b [SCSI] fix check of PQ and PDT bits for WLUNs by James Bottomley · 16 years ago
  83. bb0003c [SCSI] make scsi_check_sense HARDWARE_ERROR return ADD_TO_MLQUEUE on retry by Mike Anderson · 16 years ago
  84. c7dbb62 [SCSI] scsi_dh: make check_sense return ADD_TO_MLQUEUE by Mike Anderson · 16 years ago
  85. bfad9ce [SCSI] sd: select CRC_T10DIF only when necessary by Stefan Richter · 16 years ago
  86. bb23b43 remove blk_register_filter and blk_unregister_filter in gendisk by FUJITA Tomonori · 16 years ago
  87. 5dc2536 qlogicpti: Convert to pure OF driver. by David S. Miller · 16 years ago
  88. 05bb5e9 sun_esp: Convert to pure OF driver. by David S. Miller · 16 years ago
  89. 63237ee sparc: Move SBUS DMA attribute interfaces out of asm/sbus.h by David S. Miller · 16 years ago
  90. 738f2b7 sparc: Convert all SBUS drivers to dma_*() interfaces. by David S. Miller · 16 years ago
  91. 7a715f4 sparc: Make SBUS DMA interfaces take struct device. by David S. Miller · 16 years ago
  92. 334ae61 sparc: Kill SBUS DVMA layer. by David S. Miller · 16 years ago
  93. 14e507b sg: restore command permission for TYPE_SCANNER by FUJITA Tomonori · 16 years ago
  94. abf5439 block: move cmdfilter from gendisk to request_queue by FUJITA Tomonori · 16 years ago
  95. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  96. ad913c1 pcmcia: pcmcia_config_loop() improvement by passing vcc by Dominik Brodowski · 16 years ago
  97. 8e2fc39 pcmcia: pcmcia_config_loop() default CIS entry handling by Dominik Brodowski · 16 years ago
  98. 498ac18 pcmcia: pcmcia_config_loop() ConfigIndex unification by Dominik Brodowski · 16 years ago
  99. 0e6f9d2 pcmcia: use pcmcia_loop_config in scsi pcmcia drivers by Dominik Brodowski · 16 years ago
  100. c5b0079 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago