1. 789a424 cciss: separate error processing and command retrying code in sendcmd_withirq_core() by scameron@beardog.cca.cpqcorp.net · 15 years ago
  2. 3c2ab40 cciss: factor out fix target status processing code from sendcmd functions by scameron@beardog.cca.cpqcorp.net · 15 years ago
  3. b57695f cciss: simplify interface of sendcmd() and sendcmd_withirq() by scameron@beardog.cca.cpqcorp.net · 15 years ago
  4. 5390cfc cciss: factor out core of sendcmd_withirq() for use by SCSI error handling code by scameron@beardog.cca.cpqcorp.net · 15 years ago
  5. 7fe0632 cciss: add cciss driver sysfs entries by Andrew Patterson · 15 years ago
  6. 88f627a cciss: fix SCSI device reset handler by Stephen M. Cameron · 15 years ago
  7. 4a4b2d7 cciss: factor out core of sendcmd() for a more sane interface by Stephen M. Cameron · 15 years ago
  8. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  9. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  10. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  11. c3a4d78 block: add rq->resid_len by Tejun Heo · 15 years ago
  12. e930438 Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) by Yang Hongyang · 15 years ago
  13. 6a5d263 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  14. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  15. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  16. e143858 cciss: change to discover first memory BAR by Mike Miller · 15 years ago
  17. 0a9279c cciss: kernel scan thread for MSA2012 by Mike Miller · 15 years ago
  18. ac44e5b cciss: fix residual count for block pc requests by Jens Axboe · 15 years ago
  19. 10cbda9 cciss: add BUILD_BUG_ON() for catching bad CommandList_struct alignment by Jens Axboe · 15 years ago
  20. 5e18cfd cciss: remove 30 second initial timeout on controller reset by Jens Axboe · 15 years ago
  21. 5e4c91c cciss: shorten 30s timeout on controller reset by Jens Axboe · 15 years ago
  22. 82eb03c cciss: PCI power management reset for kexec by Chip Coldwell · 15 years ago
  23. a0ea862 cciss: simplify parameters to deregister_disk function by Stephen M. Cameron · 16 years ago
  24. 8a3173d cciss: switch to using hlist for command list management by Jens Axboe · 16 years ago
  25. d8a0be6 cciss: fix problem that deleting multiple logical drives could cause a panic by Stephen M. Cameron · 16 years ago
  26. 9f92f47 cciss: fix DEBUG printk formats by Randy Dunlap · 16 years ago
  27. 22bece0 cciss: fix regression firmware not displayed in procfs by Mike Miller · 16 years ago
  28. 4044430 cciss: fix sysfs broken symlink regression by Mike Miller · 16 years ago
  29. 77ca728 cciss: new hardware support by Mike Miller · 16 years ago
  30. ef7822c [PATCH] switch cciss by Al Viro · 16 years ago
  31. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  32. 74f3c8a [PATCH] switch scsi_cmd_ioctl() to passing fmode_t by Al Viro · 17 years ago
  33. 061837b drivers/block: Use DIV_ROUND_UP by Julia Lawall · 16 years ago
  34. ba198ef cciss: fix bug if scsi tape support is disabled by Mike Miller · 16 years ago
  35. eece695 cciss: fix negative logical drive count in procfs by Mike Miller · 16 years ago
  36. 6ae5ce8 cciss: remove redundant code by Mike Miller · 16 years ago
  37. a72da29 cciss: make rebuild_lun_table behave better by Mike Miller · 16 years ago
  38. f7108f9 cciss: return -EFAULT if copy_from_user() fails by Nikanth Karthikesan · 16 years ago
  39. 756fcab block/cciss.c: remove pointless curr_queue calculation by Hannes Reinecke · 16 years ago
  40. 4915399 cciss: read config to obtain max outstanding commands per controller by Mike Miller · 16 years ago
  41. 77b96bd cciss: fix regression that no device nodes are created if no logical drives are configured. by Stephen M. Cameron · 16 years ago
  42. 24aac48 cciss: add new hardware support by Mike Miller · 16 years ago
  43. 3dfcf9c cciss: assign PDE->data before gluing PDE into /proc tree by Denis V. Lunev · 16 years ago
  44. 928b4d8 proc: remove proc_root_driver by Alexey Dobriyan · 16 years ago
  45. e14ac67 cciss: Fix race between disk-adding code and interrupt handler by scameron@beardog.cca.cpqcorp.net · 16 years ago
  46. 231bc2a cciss: error: implicit declaration of function 'sg_init_table' by Mike Pagano · 16 years ago
  47. 68d95b5 cciss: remove READ_AHEAD define and use block layer defaults by Mike Miller · 16 years ago
  48. 89b6e74 resubmit: cciss: procfs updates to display info about many by Mike Miller · 16 years ago
  49. 582539e cciss: use upper_32_bits() macro to eliminate warnings by Randy Dunlap · 16 years ago
  50. e7d9dc9 cciss: fix bug in overriding ->data_len before completion by Jens Axboe · 16 years ago
  51. 3daeea2 blk_end_request: changing cciss (take 4) by Kiyoshi Ueda · 17 years ago
  52. 7d1fd97 cciss: section mismatch by Randy Dunlap · 16 years ago
  53. bd4f36d cciss: update copyright notices by Mike Miller · 17 years ago
  54. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  55. b6257a9 Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  56. 5a9df73 drivers/block/cciss.c: fix check-after-use by Adrian Bunk · 17 years ago
  57. 1a614f5 cciss: fix error reporting for SG_IO by Steve Cameron · 17 years ago
  58. 8bf50f7 cciss: disable DMA refetch on Smart Array P600 by Mike Miller (OS Dev) · 17 years ago
  59. 3eed13f Merge branch 'sglist-arch' into for-linus by Jens Axboe · 17 years ago
  60. a683d65 Panic in blk_rq_map_sg() from CCISS driver by Lee Schermerhorn · 17 years ago
  61. 87ad900 drivers/block/cpqarray,cciss: kill unused var by Jeff Garzik · 17 years ago
  62. b4482a4 more trivial signedness fixes in drivers by Al Viro · 17 years ago
  63. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  64. 1aebe18 drivers/block/cciss.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  65. f2912a1 cciss: fix memory leak by Jesper Juhl · 17 years ago
  66. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  67. 9793c32 Fix too few arguments to function `scsi_cmd_ioctl' by S.Çağlar Onur · 17 years ago
  68. 9cff3b3 cciss: add new controller support for P700m by Mike Miller (OS Dev · 17 years ago
  69. e9ca75b cciss: Fix pci_driver.shutdown while device is still active by Gerald Britton · 17 years ago
  70. d5d3b73 cciss: include scsi/scsi.h unconditionally by Stephen Cameron · 17 years ago
  71. 198b766 cciss: set rq->errors more correctly in driver by Mike Miller (OS Dev) · 17 years ago
  72. 03bbfee cciss: add SG_IO ioctl to cciss by Mike Miller (OS Dev) · 17 years ago
  73. d38ae16 cciss: reformat error handling by Mike Miller (OS Dev) · 17 years ago
  74. b655077 [PATCH] cciss: unregister from SCSI before tearing down device resources by Bjorn Helgaas · 17 years ago
  75. 7f42d3b [PATCH] cciss: add init of drv->cylinders back to cciss_geometry_inquiry by Mike Miller (OS Dev) · 17 years ago
  76. 4c1f2b31 [PATCH] cciss endian annotations by Al Viro · 17 years ago
  77. de69fee [PATCH] cciss: add struct pci_driver shutdown support (replaces reboot notifier) by Mike Miller (OS Dev) · 17 years ago
  78. 97c0697 [PATCH] cciss: fix for 2TB support by Mike Miller (OS Dev) · 17 years ago
  79. 0f5486e [PATCH] cciss: build with PROC_FS=n by Randy Dunlap · 18 years ago
  80. a52de24 [PATCH] cciss: fix XFER_READ/XFER_WRITE in do_cciss_request by Mike Miller · 18 years ago
  81. 89f97ad [PATCH] cciss: set default raid level when reading geometry fails by Mike Miller · 18 years ago
  82. 5faad62 Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  83. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  84. 872225c [PATCH] cciss: remove calls to pci_disable_device by Mike Miller · 18 years ago
  85. a5b9287 [PATCH] cciss: map out more memory for config table by Mike Miller · 18 years ago
  86. 2fc2c60 [PATCH] Fixup cciss error handling by Jens Axboe · 18 years ago
  87. c4977f5 [PATCH 2/2] cciss: remove calls to pci_disable_device by mike.miller@hp.com · 18 years ago
  88. 9804001 [PATCH 1/2] cciss: map out more memory for config table by mike.miller@hp.com · 18 years ago
  89. 6c648be [PATCH] struct path: convert block_drivers by Josef Sipek · 18 years ago
  90. 1ecb9c0 [PATCH] cciss: cleanup cciss_interrupt mode by Mike Miller · 18 years ago
  91. 799202c [PATCH] cciss: add support for 1024 logical volumes by Mike Miller · 18 years ago
  92. 3833a74 [PATCH] cciss: remove unused revalidate_allvol function by Mike Miller · 18 years ago
  93. 7a06f78 [PATCH] cciss: change cciss_open for consistency by Mike Miller · 18 years ago
  94. 92c4231a [PATCH] cciss: set sector_size to 2048 for performance by Mike Miller · 18 years ago
  95. f92e2f5 [PATCH] cciss: disable DMA prefetch on P600 by Mike Miller · 18 years ago
  96. de92391 [PATCH] cciss: fix pci ssid for the E500 controller by Mike Miller · 18 years ago
  97. f880632 [PATCH] cciss: increase number of commands on controller by Mike Miller · 18 years ago
  98. 4ff9a9a [PATCH] cciss: reference driver support by Mike Miller · 18 years ago
  99. 9d827c9 [PATCH] cciss: version change by Mike Miller · 18 years ago
  100. b369c2c [PATCH] cciss: fix iostat by Jens Axboe · 18 years ago