1. fc58fb1 fusion: add function parameter names to kernel-doc by Randy Dunlap · 14 years ago
  2. 1f5cfe2 fusion: fix non-kernel-doc comment block by Randy Dunlap · 14 years ago
  3. c29c08b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  4. 26df076 Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  5. 71740c4 fusion: fix kernel-doc warnings by Randy Dunlap · 14 years ago
  6. 89596f2 i2o: check return code from put_user() by Kulikov Vasiliy · 14 years ago
  7. d929dc2 i2o: fix overflow of copy_to_user() by Kulikov Vasiliy · 14 years ago
  8. 32fa454 drivers/message/i2o/exec-osm.c: add missing mutex_unlock by Julia Lawall · 14 years ago
  9. eb6edad mpt fusion: convert to seq_file by Alexey Dobriyan · 14 years ago
  10. d236700 drivers/message: move dereference after NULL test by Julia Lawall · 14 years ago
  11. 57ba471 param: use module_param in drivers/message/fusion/mptbase.c by Rusty Russell · 14 years ago
  12. 081f4f4 [SCSI] drivers/message/fusion: Adjust confusing if indentation by Julia Lawall · 14 years ago
  13. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  14. 2daa672 scsi/i2o: restore ioctl changes by Arnd Bergmann · 14 years ago
  15. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  16. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  17. 3448406 scsi/i2o_block: cleanup ioctl handling by Arnd Bergmann · 14 years ago
  18. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  19. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  20. 653c42d [SCSI] mptfusion: release resources in error return path by Tomas Henzl · 14 years ago
  21. 943a2df [SCSI] mptfusion: Bump version 03.04.17 by Kashyap, Desai · 14 years ago
  22. 213aaca [SCSI] mptfusion: Extra debug prints added relavent to Device missing delay error handling by Kashyap, Desai · 14 years ago
  23. c9de7dc [SCSI] mptfusion: Block Error handling for deleting devices or Device in DMD by Kashyap, Desai · 14 years ago
  24. 97009a2 [SCSI] mptfusion: print Doorbell register in a case of hard reset and timeout by Kei Tokunaga · 14 years ago
  25. 3e84beb [SCSI] mptsas: fixed hot-removal processing by Kei Tokunaga · 14 years ago
  26. 15f7fc0 [SCSI] mpt fusion: Cleanup some duplicate calls in mptbase.c by Bandan Das · 14 years ago
  27. c817ce8 [SCSI] mptfusion: Bump version 03.04.16 by Kashyap, Desai · 14 years ago
  28. b9a0f87 [SCSI] mptfusion: Added missing reset for ioc_reset_in_progress in SoftReset by Kashyap, Desai · 14 years ago
  29. cc7e9f5f [SCSI] mptfusion: Added code for occationally SATA hotplug failure. by Kashyap, Desai · 14 years ago
  30. b68bf09 [SCSI] mptfusion: schedule_target_reset from all Reset context by Kashyap, Desai · 14 years ago
  31. 51106ab [SCSI] mptfusion: Added sanity to check B_T mapping for device before adding to OS by Kashyap, Desai · 14 years ago
  32. aca794d [SCSI] mptfusion: Corrected declaration of device_missing_delay by Kashyap, Desai · 14 years ago
  33. 4d06956 [SCSI] mptfusion: Use DID_TRANSPORT_DISRUPTED instead of DID_BUS_BUSY by Kashyap, Desai · 14 years ago
  34. 8ce13de [SCSI] mptfusion: Set fw_events_off to 1 at driver load time. by Kashyap, Desai · 14 years ago
  35. 2a1b7e5 [SCSI] mptsas: fix hangs caused by ATA pass-through by Ryan Kuester · 14 years ago
  36. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  37. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  38. b81d67a drivers/message/i2o/i2o_config.c: use memdup_user by Julia Lawall · 14 years ago
  39. 9b8f77a fusion: fix kernel-doc notation by Ben Hutchings · 14 years ago
  40. 33cf23b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  41. b1ffdc8 i2o: cleanup some exit paths by Dan Carpenter · 14 years ago
  42. 4f581b9 [SCSI] mptfusion: Bump version 03.04.15 by Kashyap, Desai · 14 years ago
  43. 0cf0f23 [SCSI] mptfusion: Proper error handling is added after mpt_config timeout by Kashyap, Desai · 14 years ago
  44. f18a892 [SCSI] mptfusion: Event data alignment with 4 byte. by Kashyap, Desai · 14 years ago
  45. 568da76 [SCSI] mptfusion: Check for command status is added after completion. by Kashyap, Desai · 14 years ago
  46. 69b2e9b [SCSI] mptfusion: Task abort is not supported for Volumes by Kashyap, Desai · 14 years ago
  47. 08f5c5c [SCSI] mptfusion: sanity check for vdevice pointer is added by Kashyap, Desai · 14 years ago
  48. f8c23bd [SCSI] mptfusion: Setting period,offset and width for SPI driver by Kashyap, Desai · 14 years ago
  49. ffb7fef [SCSI] mptfusion: Proper bus_type check is added by Kashyap, Desai · 14 years ago
  50. 48959f1 [SCSI] mptfusion: mpt_detach is called properly at the time of rmmod by Kashyap, Desai · 14 years ago
  51. b3b9731 [SCSI] mptfusion: mpt config will do Hard Reset based upon retry counts by Kashyap, Desai · 14 years ago
  52. 7d757f1 [SCSI] mptfusion: Updated SCSI IO IOCTL error handling. by Kashyap, Desai · 14 years ago
  53. d0f698c [SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset) by Kashyap, Desai · 14 years ago
  54. 65c054f [SCSI] mpt: modify mptctl_exit() to call proper deregister functions by Kei Tokunaga · 14 years ago
  55. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  56. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  57. 6d6b89b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  58. b1bf936 Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  59. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  60. 6544517 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  61. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  62. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  63. 03cb382 [SCSI] fusion: hold off error recovery while alternate ioc is initializing by Michael Reed · 14 years ago
  64. 2bb4646 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  65. 9858ae3 [SCSI] mptfusion : mptscsih_abort return value should be SUCCESS instead of value 0. by Kashyap, Desai · 14 years ago
  66. 9ddc5b6 tree-wide: fix typos "ammount" -> "amount" by Uwe Kleine-König · 14 years ago
  67. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  68. 4ffd005 [SCSI] mptfusion: Bump version 03.04.14 by Kashyap, Desai · 15 years ago
  69. de81562 [SCSI] mptfusion: corrected if condition check for SCSIIO and PASSTHROUGH commands by Kashyap, Desai · 15 years ago
  70. 64e155a [SCSI] mptfusion: block device when target is being removed by FW by Kashyap, Desai · 15 years ago
  71. e0f553a [SCSI] mptfusion: Added sysfs expander manufacture information at the time of expander add. by Kashyap, Desai · 15 years ago
  72. 65f89c2 [SCSI] mptfusion: Added MPI_SCSIIO_CONTROL_HEADOFQ priority by Kashyap, Desai · 15 years ago
  73. e47c11c [SCSI] fusion: fix warning when not using procfs by Erik Ekman · 15 years ago
  74. f1053a7 [SCSI] mptsas: Fix issue with chain pools allocation on katmai by Anatolij Gustschin · 15 years ago
  75. cf30273 drivers/message/i2o/i2o_proc.c: use %pM to show MAC address by H Hartley Sweeten · 14 years ago
  76. 5d9d6e4 i2o: propogate the BKL down into the ioctl method by Alan Cox · 15 years ago
  77. e46b63b [SCSI] mpt fusion: Fix 32 bit platforms with 64 bit resources. by Pravin Bathija · 15 years ago
  78. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  79. e881a17 [SCSI] modify change_queue_depth to take in reason why it is being called by Mike Christie · 15 years ago
  80. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  81. 080bb70 [SCSI] mptfusion: Bump version to 3.04.13 by Kashyap, Desai · 15 years ago
  82. 9b53b39 [SCSI] mptspi: Fix for incorrect data underrun errata by Kashyap, Desai · 15 years ago
  83. e39e145 [SCSI] mptctl : Remove printk which floods unnecessary messages to var/log/message by Kashyap, Desai · 15 years ago
  84. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  85. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  86. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  87. 3dbda77 trivial: fix typos "man[ae]g?ment" -> "management" by Uwe Kleine-Koenig · 15 years ago
  88. 3969522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  89. b437b95 [SCSI] mptsas : Bump version to 3.04.12 by Kashyap, Desai · 15 years ago
  90. 9766096 [SCSI] mptsas : FW event thread and scsi mid layer deadlock in SYNCHRONIZE CACHE command by Kashyap, Desai · 15 years ago
  91. fea9840 [SCSI] mptsas : Send DID_NO_CONNECT for pending IOs of removed device by Kashyap, Desai · 15 years ago
  92. c55b89f [SCSI] mptsas : PAE Kernel more than 4 GB kernel panic by Kashyap, Desai · 15 years ago
  93. f44fd18 [SCSI] mptsas : NULL pointer on big endian systems causing Expander not to tear off by Kashyap, Desai · 15 years ago
  94. 9e39089 [SCSI] mptsas : Sanity check for phyinfo is added by Kashyap, Desai · 15 years ago
  95. 8ea0696 [SCSI] mptsas : Bump version to 3.04.11 by Kashyap, Desai · 15 years ago
  96. d130691 [SCSI] mptsas : Code cleanup of host page alloc and diag reset. by Kashyap, Desai · 15 years ago
  97. 79a3ec1 [SCSI] mptsas : set max_id to infinite value. by Kashyap, Desai · 15 years ago
  98. 4b97650 [SCSI] mptsas : Change config request timeout value to 30 seconds. by Kashyap, Desai · 15 years ago
  99. d23321b [SCSI] mptsas : Handle INSUFFICIENT resources status as similar to IOC BUSY status by Kashyap, Desai · 15 years ago
  100. a247fa4 [SCSI] mptsas : Removed mptscsih_timer_expired. by Kashyap, Desai · 15 years ago