1. f963d27 cciss: add transport mode attribute to sys by Joe Handzik · 13 years ago
  2. 1304953 cciss: Adds simple mode functionality by Joseph Handzik · 13 years ago
  3. edc83d47 cciss: fix compile issue by Jens Axboe · 13 years ago
  4. 8a4ec67 cciss: add cciss_tape_cmds module paramter by Stephen M. Cameron · 13 years ago
  5. 063d2cf cciss: do not use bit 2 doorbell reset by Stephen M. Cameron · 13 years ago
  6. ec52d5f cciss: do not attempt PCI power management reset method if we know it won't work. by Stephen M. Cameron · 13 years ago
  7. 93c46c2 cciss: remove superfluous sleeps around reset code by Stephen M. Cameron · 13 years ago
  8. 5afe278 cciss: do soft reset if hard reset is broken by Stephen M. Cameron · 13 years ago
  9. bf2e2e6 cciss: use new doorbell-bit-5 reset method by Stephen M. Cameron · 13 years ago
  10. 3e28601 cciss: increase timeouts for post-reset no-ops by Stephen M. Cameron · 13 years ago
  11. 59ec86b cciss: clarify messages around reset behavior by Stephen M. Cameron · 13 years ago
  12. 8f71bb8 cciss: get rid of message related magic numbers by Stephen M. Cameron · 13 years ago
  13. e363e01 cciss: fix reply pool and block fetch table memory leaks by Stephen M. Cameron · 13 years ago
  14. 2b48085 cciss: factor out irq request code by Stephen M. Cameron · 13 years ago
  15. abf7966 cciss: factor out scatterlist allocation functions by Stephen M. Cameron · 13 years ago
  16. 54dae34 cciss: factor out command pool allocation functions by Stephen M. Cameron · 13 years ago
  17. 62710ae cciss: do a better job of detecting controller reset failure by Stephen M. Cameron · 13 years ago
  18. 6d9a4f9 cciss: fix missed command status value CMD_UNABORTABLE by Stephen M. Cameron · 13 years ago
  19. fcab1c1 cciss: remove unnecessary casts by Stephen M. Cameron · 13 years ago
  20. 1601113 cciss: Mask off error bits of c->busaddr in cmd_special_free when calling pci_free_consistent by Stephen M. Cameron · 13 years ago
  21. 0498cc2 cciss: Inform controller we are using 32-bit tags. by Stephen M. Cameron · 13 years ago
  22. 4a76504 cciss: hoist tag masking out of loop by Stephen M. Cameron · 13 years ago
  23. 957c2ec cciss: export resettable host attribute by Stephen M. Cameron · 13 years ago
  24. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  25. 68264e9 cciss: make cciss_revalidate not loop through CISS_MAX_LUNS volumes unnecessarily. by Stephen M. Cameron · 14 years ago
  26. 7b0cb1b Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  27. e6e1ee9 cciss: reinstate proper FIFO order of command queue list by Jens Axboe · 14 years ago
  28. 453434c Fix build error in drivers/block/cciss.c by Linus Torvalds · 14 years ago
  29. 0fc13c8 cciss: fix cciss_revalidate panic by Stephen M. Cameron · 14 years ago
  30. bbe425c cciss: fix build for PROC_FS disabled by Jens Axboe · 14 years ago
  31. 00e375e Merge branch 'for-2.6.37/drivers' into for-linus by Jens Axboe · 14 years ago
  32. 90fdb0b cciss: fix proc warning on attempt to remove non-existant directory by Jens Axboe · 14 years ago
  33. 6fa9775 cciss: remove overlapping PCI IDs by Mike Miller · 14 years ago
  34. 7ab5118 block: cciss: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  35. 4205df3 cciss: remove controllers supported by hpsa by Stephen M. Cameron · 14 years ago
  36. 332c2f8 cciss: use usleep_range not msleep for small sleeps by Stephen M. Cameron · 14 years ago
  37. 186fb9c cciss: limit commands allocated on reset_devices by Stephen M. Cameron · 14 years ago
  38. f442e64 cciss: Use kernel provided PCI state save and restore functions by Stephen M. Cameron · 14 years ago
  39. afa842f cciss: fix board status waiting code by Stephen M. Cameron · 14 years ago
  40. 8abfc6e Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  41. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  42. 6362bee cciss: fix PCI IDs for new Smart Array controllers by Mike Miller · 14 years ago
  43. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  44. b0722cb cciss: freeing uninitialized data on error path by Dan Carpenter · 14 years ago
  45. fcfb5c0 cciss: remove some superfluous tests from cciss_bigpassthru() by Stephen M. Cameron · 14 years ago
  46. 0c9f5ba cciss: factor out cciss_big_passthru by Stephen M. Cameron · 14 years ago
  47. f32f125 cciss: factor out cciss_passthru by Stephen M. Cameron · 14 years ago
  48. 0894b32 cciss: factor out cciss_getluninfo by Stephen M. Cameron · 14 years ago
  49. c525919 cciss: factor out cciss_getdrivver by Stephen M. Cameron · 14 years ago
  50. 8a4f7fb cciss: factor out cciss_getfirmver by Stephen M. Cameron · 14 years ago
  51. d18dfad cciss: factor out cciss_getbustypes by Stephen M. Cameron · 14 years ago
  52. 93c7493 cciss: factor out cciss_getheartbeat by Stephen M. Cameron · 14 years ago
  53. 4f43f32 cciss: factor out cciss_setnodename by Stephen M. Cameron · 14 years ago
  54. 2521610 cciss: factor out cciss_getnodename by Stephen M. Cameron · 14 years ago
  55. 4c800ee cciss: factor out cciss_setintinfo by Stephen M. Cameron · 14 years ago
  56. 576e661 cciss: factor out cciss_getintinfo by Stephen M. Cameron · 14 years ago
  57. 0a25a5a cciss: factor out cciss_getpciinfo by Stephen M. Cameron · 14 years ago
  58. 2a643ec cciss: fix reporting of max queue depth since init by Stephen M. Cameron · 14 years ago
  59. 4ee69851 cciss: handle allocation failure by Dan Carpenter · 14 years ago
  60. 75230ff cciss: disable doorbell reset on reset_devices by Stephen M. Cameron · 14 years ago
  61. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  62. 8112586 cciss: cleanup interrupt_not_for_us by Stephen M. Cameron · 14 years ago
  63. b2a4a43 cciss: change printks to dev_warn, etc. by Stephen M. Cameron · 14 years ago
  64. 6b4d96b cciss: separate cmd_alloc() and cmd_special_alloc() by Stephen M. Cameron · 14 years ago
  65. f70dba8 cciss: use consistent variable names by Stephen M. Cameron · 14 years ago
  66. 058a0f9 cciss: forbid hard reset of 640x boards by Stephen M. Cameron · 14 years ago
  67. adfbc1f cciss: sanitize max commands by Stephen M. Cameron · 14 years ago
  68. a6528d0 cciss: fix hard reset code. by Stephen M. Cameron · 14 years ago
  69. 83123cb cciss: factor out cciss_reset_devices() by Stephen M. Cameron · 14 years ago
  70. 8e93bf6 cciss: factor out cciss_find_cfg_addrs. by Stephen M. Cameron · 14 years ago
  71. b993313 cciss: factor out cciss_enter_performant_mode by Stephen M. Cameron · 14 years ago
  72. 0f8a6a1 cciss: factor out cciss_wait_for_mode_change_ack() by Stephen M. Cameron · 14 years ago
  73. fe3b7527 cciss: make cciss_put_controller_into_performant_mode as __devinit by Stephen M. Cameron · 14 years ago
  74. ff5f58f0 cciss: cleanup some debug ifdefs by Stephen M. Cameron · 14 years ago
  75. bfd63ee cciss: factor out cciss_p600_dma_prefetch_quirk() by Stephen M. Cameron · 14 years ago
  76. 322e304 cciss: factor out cciss_enable_scsi_prefetch() by Stephen M. Cameron · 14 years ago
  77. 501b92c cciss: factor out CISS_signature_present() by Stephen M. Cameron · 14 years ago
  78. afadbf4 cciss: factor out cciss_find_board_params by Stephen M. Cameron · 14 years ago
  79. da55032 cciss: fix leak of ioremapped memory by Stephen M. Cameron · 14 years ago
  80. 4809d09 cciss: factor out cciss_find_cfgtables by Stephen M. Cameron · 14 years ago
  81. e99ba13 cciss: factor out cciss_wait_for_board_ready() by Stephen M. Cameron · 14 years ago
  82. d474830 cciss: factor out cciss_find_memory_BAR() by Stephen M. Cameron · 14 years ago
  83. dac5488 cciss: remove board_id parameter from cciss_interrupt_mode() by Stephen M. Cameron · 14 years ago
  84. dd9c426 cciss: factor out cciss_board_disabled by Stephen M. Cameron · 14 years ago
  85. 6539fa9 cciss: factor out cciss_lookup_board_id by Stephen M. Cameron · 14 years ago
  86. 292e50dd3 cciss: save pdev pointer in per hba structure early to avoid passing it around so much. by Stephen M. Cameron · 14 years ago
  87. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  88. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  89. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  90. 29979a7 cciss: move next_command function from ifdef by Mike Miller · 14 years ago
  91. b14aa6d cciss: fix call to put_controller_in_performant_mode by Mike Miller · 14 years ago
  92. 256aea3 cciss: make sure we request the performant mode irq by Mike Miller · 14 years ago
  93. 841fdff cciss: new controller support and bump driver version by Mike Miller · 14 years ago
  94. 5e21615 cciss: add performant mode support for Stars/Sirius by Mike Miller · 14 years ago
  95. 2cf3af1 cciss: check for msi in interrupt_not_for_us by Mike Miller · 14 years ago
  96. 0c2b390 cciss: clean up interrupt handler by Mike Miller · 14 years ago
  97. 664a717 cciss: enqueue and submit io by Mike Miller · 14 years ago
  98. 0e4a9d0 block: cciss: use ARRAY_SIZE by Kulikov Vasiliy · 14 years ago
  99. c2d45b4 cciss: fix shadows sparse warning by Bill Pemberton · 14 years ago
  100. 829f46a cciss: unlock on error path by Dan Carpenter · 14 years ago