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