1. f9755be [SCSI] aic94xx: Add new PCI ID for ASC58300 by Gilbert Wu · 17 years ago
  2. c0d9a41 [SCSI] aacraid: Add documentation for new Adaptec, SMC and SUN cards by Salyzyn, Mark · 17 years ago
  3. db9b6e8 [SCSI] hptiop: adding new firmware interface and more PCI device IDs by HighPoint Linux Team · 17 years ago
  4. ff17a29 [SCSI] zfcp: Enable debug feature before setting adapter online by Christof Schmitt · 17 years ago
  5. 52ef11a [SCSI] zfcp: cleanup, separation of ERP, non ERP-version for exchange_ functions by Swen Schillig · 17 years ago
  6. 03f002f [SCSI] scsi_transport_fc: Introduce disable_target_scan flag by Christof Schmitt · 17 years ago
  7. 6b76a72 [SCSI] zfcp: Remove braces for only one statement by Christof Schmitt · 17 years ago
  8. 6ddd90a [SCSI] zfcp: Remove unnecessary assignment by Christof Schmitt · 17 years ago
  9. cc16ceb [SCSI] zfcp: avoid if (whatever) ; constructs. by Heiko Carstens · 17 years ago
  10. 2282f65 [SCSI] zfcp: correct indentation for nested if-else by Christof Schmitt · 17 years ago
  11. bbfbbbc [SCSI] kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  12. f36789e [SCSI] mpt fusion: Change company name from LSI Logic to LSI by Prakash, Sathya · 17 years ago
  13. eb5329f [SCSI] mpt fusion: Link speed change display support by Prakash, Sathya · 17 years ago
  14. 56af97a [SCSI] mpt fusion: Creation of mptsas.h header file by Prakash, Sathya · 17 years ago
  15. f606f57 [SCSI] mpt fusion: Change call back indices to u8 from int by Prakash, Sathya · 17 years ago
  16. 7a195f4 [SCSI] mpt fusion: Usage of high priority request FIFO to send task management commands by Prakash, Sathya · 17 years ago
  17. 232f08f [SCSI] mpt fusion: Add support for ATTO 4LD: Rebranded LSI 53C1030 by Eric Moore · 17 years ago
  18. 6778a35 [SCSI] Addition to pci_ids.h for ATTO Technology, Inc. by Eric Moore · 17 years ago
  19. 1fbe852 [SCSI] dtc: clean up indent damage and add printk levels by Alan Cox · 17 years ago
  20. 8f8bf7e [SCSI] make scsi_decode_sense_buffer and scsi_decode_sense_extras static by Adrian Bunk · 17 years ago
  21. 8d9e0f4 [SCSI] NCR5380: fix NCR53C400_PSEUDO_DMA is not defined by Gabriel C · 17 years ago
  22. 79ee830 [SCSI] scsi_error.c should #include "scsi_transport_api.h" by Adrian Bunk · 17 years ago
  23. 305aad0 [SCSI] ips: warning fix by Andrew Morton · 17 years ago
  24. ffcde188 [SCSI] NCR_D700, lpfc: Clean up duplicate includes by Jesper Juhl · 17 years ago
  25. 87f3bda [SCSI] aacraid: rename check_reset by Andrew Morton · 17 years ago
  26. a0a74e45 [SCSI] lpfc: fix potential overflow of hbqs array by Jesper Juhl · 17 years ago
  27. a43e6bd [SCSI] fc4: convert to use the data buffer accessors by FUJITA Tomonori · 17 years ago
  28. 4bd6d7f [SCSI] advansys: Move documentation to Documentation/scsi by Matthew Wilcox · 17 years ago
  29. d68f432 [SCSI] advansys: use memcpy instead of open-coded loop by Matthew Wilcox · 17 years ago
  30. 13ac2d9 [SCSI] advansys: Remove pci_slot_info by Matthew Wilcox · 17 years ago
  31. 895d6b4 [SCSI] advansys: Remove library-style callback routines by Matthew Wilcox · 17 years ago
  32. 394dbf3 [SCSI] advansys: Move struct device out of the cfg structures by Matthew Wilcox · 17 years ago
  33. 4a2d31c [SCSI] advansys: Stop using n_io_port in Scsi_Host structure by Matthew Wilcox · 17 years ago
  34. 57ba5fe [SCSI] advansys: ioremap no longer needs page-aligned addresses by Matthew Wilcox · 17 years ago
  35. 59fcf84 [SCSI] advansys: delete AscGetChipBusType by Matthew Wilcox · 17 years ago
  36. ecec194 [SCSI] advansys: misc reformatting by Matthew Wilcox · 17 years ago
  37. 47d853c [SCSI] advansys: remove INQUIRY sniffing by Matthew Wilcox · 17 years ago
  38. 2ffb45c [SCSI] Add QUANTUM XP34301 to the blacklist by Matthew Wilcox · 17 years ago
  39. ce3a7f1 [SCSI] advansys: remove AscCompareString() by Matthew Wilcox · 17 years ago
  40. 9649af3 [SCSI] advansys: More PCI cleanups by Matthew Wilcox · 17 years ago
  41. 71f36115 [SCSI] advansys: Update resource management by Matthew Wilcox · 17 years ago
  42. c304ec9 [SCSI] advansys: Convert to ISA driver model by Matthew Wilcox · 17 years ago
  43. b09e05a [SCSI] advansys: Convert to EISA driver model by Matthew Wilcox · 17 years ago
  44. 78e77d8 [SCSI] advansys: Convert to PCI driver model by Matthew Wilcox · 17 years ago
  45. 8dfb537 [SCSI] advansys: Move to scsi hotplug initialisation model by Matthew Wilcox · 17 years ago
  46. b2c16f5 [SCSI] advansys: Make advansys_board_found a little more readable by Matthew Wilcox · 17 years ago
  47. 605fe59 [SCSI] advansys: Stop checking the scsi_cmnd belongs to our Scsi_Host by Matthew Wilcox · 17 years ago
  48. 074c8fe [SCSI] advansys: Improve interrupt handler by Matthew Wilcox · 17 years ago
  49. 2a43795 [SCSI] advansys: Clean up proc_info implementation by Matthew Wilcox · 17 years ago
  50. 8c6af9e [SCSI] advansys: undate version, copyright, etc by Matthew Wilcox · 17 years ago
  51. ea31255 [SCSI] sg: increase sglist_len of the sg_scatter_hold structure by FUJITA Tomonori · 17 years ago
  52. 6b7f123 [SCSI] Fix async scanning double-add problems by Matthew Wilcox · 17 years ago
  53. afd9a03 [SCSI] microtek: use data accessors and !use_sg cleanup by Boaz Harrosh · 17 years ago
  54. bd441de [SCSI] fix write buffer length in scsi_req_map_sg() by Mike Christie · 17 years ago
  55. 3581474 [SCSI] ps3rom: convert to use the data buffer accessors by FUJITA Tomonori · 17 years ago
  56. 0012fdf [SCSI] scsi_transport_srp: remove tgt dependencies by FUJITA Tomonori · 17 years ago
  57. e9906fe [SCSI] tgt: convert ibmvstgt to use transport tsk_mgmt_response callback by FUJITA Tomonori · 17 years ago
  58. bfb7437 [SCSI] tgt: move tsk_mgmt_response callback to transport class by FUJITA Tomonori · 17 years ago
  59. 17b0bcf [SCSI] tgt: convert libsrp and ibmvstgt to use srp_transport by FUJITA Tomonori · 17 years ago
  60. 62fe882 [SCSI] srp_transport: add target driver support by FUJITA Tomonori · 17 years ago
  61. 2c47f9ef [SCSI] tgt: add I_T nexus support by FUJITA Tomonori · 17 years ago
  62. aebd5e4 [SCSI] transport_srp: add rport roles attribute by FUJITA Tomonori · 17 years ago
  63. 3236822 [SCSI] ib_srp: convert to use the srp transport class by FUJITA Tomonori · 17 years ago
  64. 4d68041 [SCSI] ibmvscsi: convert to use the srp transport class by FUJITA Tomonori · 17 years ago
  65. 09345f6 [SCSI] add srp transport class by FUJITA Tomonori · 17 years ago
  66. 604cd79 [SCSI] qla2xxx: Update version number to 8.02.00-k3. by Andrew Vasquez · 17 years ago
  67. 6afd976 [SCSI] qla2xxx: Correct mailbox register dump for FWI2 capable ISPs. by Andrew Vasquez · 17 years ago
  68. a3cbdfa [SCSI] qla2xxx: Correct 8GB iIDMA support. by Andrew Vasquez · 17 years ago
  69. 02d638b [SCSI] qla2xxx: Correct management-server login-state synchronization issue. by Andrew Vasquez · 17 years ago
  70. 8fef696 [SCSI] qla2xxx: Don't modify parity bits during ISP25XX restart. by Andrew Vasquez · 17 years ago
  71. 29856e2 [SCSI] qla2xxx: Allocate enough space for the full PCI descriptor. by Andrew Vasquez · 17 years ago
  72. 9d212a4 [SCSI] zfcp: fix the data buffer accessor patch by Heiko Carstens · 17 years ago
  73. 47b87b7 [SCSI] zfcp: allocate gid_pn_data objects from gid_pn_cache by Heiko Carstens · 17 years ago
  74. 83f6d6d [SCSI] zfcp: fix memory leak by Heiko Carstens · 17 years ago
  75. 28e8351 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 17 years ago
  76. 3b993e8 Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 17 years ago
  77. b5d0b4b i2c-s3c2410: Build fix by Ben Dooks · 17 years ago
  78. c1147cc i2c/menelaus: Build fix by David Brownell · 17 years ago
  79. a07ad1c i2c-mv64xxx: Reinitialize hw and driver on I2C bus hang by Dale Farnsworth · 17 years ago
  80. 5af0e07 i2c-mpc: Don't disable I2C module on stop condition by Domen Puncer · 17 years ago
  81. 432ca99 i2c-iop3xx: Set I2C_CLASS_HWMON to adapter class by Arnaud Patard · 17 years ago
  82. 25da383 i2c/isp1301_omap: Build fixes, whitespace by David Brownell · 17 years ago
  83. 322454a i2c-mpc: Pass correct dev_id to free_irq on error path by Scott Wood · 17 years ago
  84. 002cf63 i2c-i801: Typo: erroneous by Jean Delvare · 17 years ago
  85. ab3c556 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  86. c4e7ac5 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  87. d18c4d6 [GFS2] Revert remounting w/o acl option leaves acls enabled by Steven Whitehouse · 17 years ago
  88. b9af7ca [GFS2] Fix setting of inherit jdata attr by Steven Whitehouse · 17 years ago
  89. a867bb2 [GFS2] Fix incorrect error path in prepare_write() by Steven Whitehouse · 17 years ago
  90. 6eefaf61 [GFS2] Fix incorrect return code in rgrp.c by Steven Whitehouse · 17 years ago
  91. 24c73873 [GFS2] soft lockup in rgblk_search by Bob Peterson · 17 years ago
  92. bdcb885 [GFS2] soft lockup detected in databuf_lo_before_commit by Bob Peterson · 17 years ago
  93. 3650925 [DLM] fix basts for granted PR waiting CW by David Teigland · 17 years ago
  94. 9e5f282 [DLM] More othercon fixes by Patrick Caulfield · 17 years ago
  95. 1a2bf2e [DLM] Fix memory leak in dlm_add_member() when dlm_node_weight() returns less than zero by Jesper Juhl · 17 years ago
  96. 01c8cab [DLM] zero unused parts of sockaddr_storage by Patrick Caulfield · 17 years ago
  97. 41684f9 [DLM] fix NULL ls usage by David Teigland · 17 years ago
  98. 25720c2 [DLM] Clear othercon pointers when a connection is closed by Patrick Caulfield · 17 years ago
  99. ce57a02 e1000: Add device IDs of new 82571 board variants by Auke Kok · 17 years ago
  100. cae7ca3 [IPVS]: Use IP_VS_WAIT_WHILE when encessary. by Heiko Carstens · 17 years ago