1. 90fdb0b cciss: fix proc warning on attempt to remove non-existant directory by Jens Axboe · 14 years ago
  2. 6fa9775 cciss: remove overlapping PCI IDs by Mike Miller · 14 years ago
  3. 7ab5118 block: cciss: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  4. 8abfc6e Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  5. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  6. 6362bee cciss: fix PCI IDs for new Smart Array controllers by Mike Miller · 14 years ago
  7. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  8. b0722cb cciss: freeing uninitialized data on error path by Dan Carpenter · 14 years ago
  9. fcfb5c0 cciss: remove some superfluous tests from cciss_bigpassthru() by Stephen M. Cameron · 14 years ago
  10. 0c9f5ba cciss: factor out cciss_big_passthru by Stephen M. Cameron · 14 years ago
  11. f32f125 cciss: factor out cciss_passthru by Stephen M. Cameron · 14 years ago
  12. 0894b32 cciss: factor out cciss_getluninfo by Stephen M. Cameron · 14 years ago
  13. c525919 cciss: factor out cciss_getdrivver by Stephen M. Cameron · 14 years ago
  14. 8a4f7fb cciss: factor out cciss_getfirmver by Stephen M. Cameron · 14 years ago
  15. d18dfad cciss: factor out cciss_getbustypes by Stephen M. Cameron · 14 years ago
  16. 93c7493 cciss: factor out cciss_getheartbeat by Stephen M. Cameron · 14 years ago
  17. 4f43f32 cciss: factor out cciss_setnodename by Stephen M. Cameron · 14 years ago
  18. 2521610 cciss: factor out cciss_getnodename by Stephen M. Cameron · 14 years ago
  19. 4c800ee cciss: factor out cciss_setintinfo by Stephen M. Cameron · 14 years ago
  20. 576e661 cciss: factor out cciss_getintinfo by Stephen M. Cameron · 14 years ago
  21. 0a25a5a cciss: factor out cciss_getpciinfo by Stephen M. Cameron · 14 years ago
  22. 2a643ec cciss: fix reporting of max queue depth since init by Stephen M. Cameron · 14 years ago
  23. 4ee69851 cciss: handle allocation failure by Dan Carpenter · 14 years ago
  24. 75230ff cciss: disable doorbell reset on reset_devices by Stephen M. Cameron · 14 years ago
  25. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  26. 8112586 cciss: cleanup interrupt_not_for_us by Stephen M. Cameron · 14 years ago
  27. b2a4a43 cciss: change printks to dev_warn, etc. by Stephen M. Cameron · 14 years ago
  28. 6b4d96b cciss: separate cmd_alloc() and cmd_special_alloc() by Stephen M. Cameron · 14 years ago
  29. f70dba8 cciss: use consistent variable names by Stephen M. Cameron · 14 years ago
  30. 058a0f9 cciss: forbid hard reset of 640x boards by Stephen M. Cameron · 14 years ago
  31. adfbc1f cciss: sanitize max commands by Stephen M. Cameron · 14 years ago
  32. a6528d0 cciss: fix hard reset code. by Stephen M. Cameron · 14 years ago
  33. 83123cb cciss: factor out cciss_reset_devices() by Stephen M. Cameron · 14 years ago
  34. 8e93bf6 cciss: factor out cciss_find_cfg_addrs. by Stephen M. Cameron · 14 years ago
  35. b993313 cciss: factor out cciss_enter_performant_mode by Stephen M. Cameron · 14 years ago
  36. 0f8a6a1 cciss: factor out cciss_wait_for_mode_change_ack() by Stephen M. Cameron · 14 years ago
  37. fe3b752 cciss: make cciss_put_controller_into_performant_mode as __devinit by Stephen M. Cameron · 14 years ago
  38. ff5f58f cciss: cleanup some debug ifdefs by Stephen M. Cameron · 14 years ago
  39. bfd63ee cciss: factor out cciss_p600_dma_prefetch_quirk() by Stephen M. Cameron · 14 years ago
  40. 322e304 cciss: factor out cciss_enable_scsi_prefetch() by Stephen M. Cameron · 14 years ago
  41. 501b92c cciss: factor out CISS_signature_present() by Stephen M. Cameron · 14 years ago
  42. afadbf4 cciss: factor out cciss_find_board_params by Stephen M. Cameron · 14 years ago
  43. da55032 cciss: fix leak of ioremapped memory by Stephen M. Cameron · 14 years ago
  44. 4809d09 cciss: factor out cciss_find_cfgtables by Stephen M. Cameron · 14 years ago
  45. e99ba13 cciss: factor out cciss_wait_for_board_ready() by Stephen M. Cameron · 14 years ago
  46. d474830 cciss: factor out cciss_find_memory_BAR() by Stephen M. Cameron · 14 years ago
  47. dac5488 cciss: remove board_id parameter from cciss_interrupt_mode() by Stephen M. Cameron · 14 years ago
  48. dd9c426 cciss: factor out cciss_board_disabled by Stephen M. Cameron · 14 years ago
  49. 6539fa9 cciss: factor out cciss_lookup_board_id by Stephen M. Cameron · 14 years ago
  50. 292e50dd3 cciss: save pdev pointer in per hba structure early to avoid passing it around so much. by Stephen M. Cameron · 14 years ago
  51. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  52. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  53. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  54. 29979a7 cciss: move next_command function from ifdef by Mike Miller · 14 years ago
  55. b14aa6d cciss: fix call to put_controller_in_performant_mode by Mike Miller · 14 years ago
  56. 256aea3 cciss: make sure we request the performant mode irq by Mike Miller · 14 years ago
  57. 841fdff cciss: new controller support and bump driver version by Mike Miller · 14 years ago
  58. 5e21615 cciss: add performant mode support for Stars/Sirius by Mike Miller · 14 years ago
  59. 2cf3af1 cciss: check for msi in interrupt_not_for_us by Mike Miller · 14 years ago
  60. 0c2b390 cciss: clean up interrupt handler by Mike Miller · 14 years ago
  61. 664a717 cciss: enqueue and submit io by Mike Miller · 14 years ago
  62. 0e4a9d0 block: cciss: use ARRAY_SIZE by Kulikov Vasiliy · 14 years ago
  63. c2d45b4 cciss: fix shadows sparse warning by Bill Pemberton · 14 years ago
  64. 829f46a cciss: unlock on error path by Dan Carpenter · 14 years ago
  65. d45033e cciss: factor out scatter gather chain block mapping code by Stephen M. Cameron · 15 years ago
  66. 2ad6cdc cciss: fix scatter gather chain block dma direction kludge by Stephen M. Cameron · 15 years ago
  67. dccc9b5 cciss: simplify scatter gather code by Stephen M. Cameron · 15 years ago
  68. 49fc560 cciss: factor out scatter gather chain block allocation and freeing by Stephen M. Cameron · 15 years ago
  69. 1b7d0d2 cciss: detect bad alignment of scsi commands at build time by Stephen M. Cameron · 15 years ago
  70. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 15 years ago
  71. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 15 years ago
  72. f11cbd7 Merge branch 'master' into for-2.6.34 by Jens Axboe · 15 years ago
  73. b028461 cciss: remove C99-style comments by dann frazier · 15 years ago
  74. 531c2dc cciss: Make cciss_seq_show handle holes in the h->drv[] array by Stephen M. Cameron · 15 years ago
  75. d61c426 cciss: fix scatter gather cleanup problems by Stephen M. Cameron · 15 years ago
  76. 8721c81 cciss: Fix weird usage of ENXIO in cciss_scsi.c by Stephen M. Cameron · 15 years ago
  77. 5c07a31 cciss: Add enhanced scatter-gather support. by Don Brace · 15 years ago
  78. da00218 cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGED by Stephen M. Cameron · 15 years ago
  79. d06dfbd cciss: Remove unnecessary check in scan_thread by Stephen M. Cameron · 15 years ago
  80. aa43f11 cciss: remove sendcmd() as it is no longer used. by Stephen M. Cameron · 15 years ago
  81. 29009a0 cciss: clean up code in cciss_shutdown by Stephen M. Cameron · 15 years ago
  82. 7b838bd cciss: Remove the "withirq" parameter from various functions where possible by Stephen M. Cameron · 15 years ago
  83. c08fac6 cciss: Retry driver initiated cmds with unit attention condition by Stephen M. Cameron · 15 years ago
  84. fd8489c cciss: Fix problem with remove_from_scan_list on driver unload by Stephen M. Cameron · 15 years ago
  85. 8ba95c6 cciss: Make device attributes static by Alex Chiang · 15 years ago
  86. 2ec24ff cciss: Add cciss_allow_hpsa module parameter by Stephen M. Cameron · 15 years ago
  87. 2cfa948 cciss: Fix multiple calls to pci_release_regions by Stephen M. Cameron · 15 years ago
  88. 58e57fb Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  89. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  90. 1e6f2dc cciss: fix build when !PROC_FS by Alexander Beregalov · 15 years ago
  91. 9f792d9 cciss: cciss_host_attr_groups should be const by Jens Axboe · 15 years ago
  92. 9cef0d2 cciss: Dynamically allocate the drive_info_struct for each logical drive. by Stephen M. Cameron · 15 years ago
  93. e272afe cciss: Add usage_count attribute to each logical drive in /sys by Stephen M. Cameron · 15 years ago
  94. 3ff1111 cciss: Add a "raid_level" attribute to each logical drive in /sys by Stephen M. Cameron · 15 years ago
  95. fa52bec cciss: fix some magic numbers in the raid-level decoding by Stephen M. Cameron · 15 years ago
  96. ce84a8a cciss: Add lunid attribute to each logical drive in /sys by Stephen M. Cameron · 15 years ago
  97. 2e04398 cciss: Don't check h->busy_initializing in cciss_open(). by Stephen M. Cameron · 15 years ago
  98. 39ccf9a cciss: Preserve all 8 bytes of LUN ID for logical drives. by Stephen M. Cameron · 15 years ago
  99. 983333c cciss: Silence noisy per-disk messages output by cciss_read_capacity by Stephen M. Cameron · 15 years ago
  100. 2c93559 cciss: Fix excessive gendisk freeing bug on driver unload. by Stephen M. Cameron · 15 years ago