1. 3dae504 scsi: mptfusion: Fix double fetch bug in ioctl by Dan Carpenter · 4 years, 7 months ago
  2. 5083850 scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNEL by Jia-Ju Bai · 6 years ago
  3. 7bd1d61 scsi: mptctl: change strncpy+truncation to strlcpy by Dominique Martinet · 6 years ago
  4. fc21ae8 scsi: mptfusion: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  5. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  6. 5f85942 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  7. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  8. 6600593 block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE by Christoph Hellwig · 6 years ago
  9. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 6 years ago
  10. 66b7eac scsi: mptlan: Fix mpt_lan_sdu_send()'s return type by Luc Van Oostenryck · 6 years ago
  11. c09a21d scsi: mptsas: fix spelling mistake: "matchs" -> "matches" by Colin Ian King · 6 years ago
  12. b931553 scsi: mptfusion: fix spelling mistake: "initators" -> "initiators" by Colin Ian King · 6 years ago
  13. bcbba7b scsi: mptfc: fix spelling mistake in macro names by Colin Ian King · 6 years ago
  14. 94e5395 scsi: mptsas: Disable WRITE SAME by Martin K. Petersen · 6 years ago
  15. 447a564 treewide: Align function definition open/close braces by Joe Perches · 6 years ago
  16. a7043e9 scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo() by Dan Carpenter · 7 years ago
  17. 4774bc9 scsi: mptsas: remove duplicated assignment to pointer head by Colin Ian King · 7 years ago
  18. 332b4b2 scsi: mptfusion: Use snprintf() instead of open coded divisions by Andy Shevchenko · 7 years ago
  19. 6f5c592 scsi: mptfusion: use strlcpy() instead of strncpy() by Xiongfeng Wang · 7 years ago
  20. afcfa2c scsi: fusion: clean up some indentations by Colin Ian King · 7 years ago
  21. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  24. 651a013 scsi: scsi_transport_sas: switch to bsg-lib for SMP passthrough by Christoph Hellwig · 7 years ago
  25. ee3e2d8 scsi: mptsas: Fixup device hotplug for VMWare ESXi by Hannes Reinecke · 7 years ago
  26. fdad4aa scsi: mptfc: Do not call fc_block_scsi_eh() on host reset by Hannes Reinecke · 7 years ago
  27. b192b42a7 scsi: fusion: fix string overflow warning by Arnd Bergmann · 7 years ago
  28. cfd2aff scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host() by Hannes Reinecke · 7 years ago
  29. 6b8acce scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency" by Colin Ian King · 7 years ago
  30. cdc1947 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  31. b6a05c8 scsi: remove eh_timed_out methods in the transport template by Christoph Hellwig · 8 years ago
  32. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  33. e007547 scsi: mptlan: Remove linux/miscdevice.h from mptlan.h by Corentin Labbe · 8 years ago
  34. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  35. a829a84 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  36. 4aaa406 scsi: mptfusion: Fix printk continuations by Helge Deller · 8 years ago
  37. caf4ebc scsi: fusion: print lan address via %pMR by Andy Shevchenko · 8 years ago
  38. 4e6f767 scsi: mptscsih: Remove bogus interpretation of request->ioprio by Christoph Hellwig · 8 years ago
  39. b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 8 years ago
  40. c08b3f9 scsi: fusion: Fix error return code in mptfc_probe() by Wei Yongjun · 8 years ago
  41. b299053 scsi: mpt: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  42. 77d4f08 scsi: mptfc: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  43. 675e065 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  44. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  45. 1354379 mptsas: fix checks for dma mapping errors by Alexey Khoroshilov · 8 years ago
  46. 1d64508 scsi: disable automatic target scan by Hannes Reinecke · 8 years ago
  47. e8c61ec mptbase: fixup error handling paths in mpt_attach() by Ewan D. Milne · 8 years ago
  48. 28558f5 mptfusion: hide unused seq_mpt_print_ioc_summary function by Arnd Bergmann · 9 years ago
  49. febdfbd Merge tag '4.4-scsi-mkp' into misc by James Bottomley · 9 years ago
  50. 4912120 mptfusion: don't allow negative bytes in kbuf_alloc_2_sgl() by Dan Carpenter · 9 years ago
  51. 64d513ac scsi: use host wide tags by default by Christoph Hellwig · 9 years ago
  52. e819cdb mptfusion: prevent some memory corruption by Dan Carpenter · 9 years ago
  53. 8cd1943 fusion: remove dead MTRR code by Luis R. Rodriguez · 9 years ago
  54. 2865c07 mptsas: fix depth param in scsi_track_queue_full by Tomas Henzl · 9 years ago
  55. 2cbf7fe i2o: move to staging by Alan Cox · 9 years ago
  56. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  57. c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
  58. 2ecb204 scsi: always assign block layer tags if enabled by Christoph Hellwig · 10 years ago
  59. 8f88dc4 mptfusion: don't change queue type in ->change_queue_depth by Christoph Hellwig · 10 years ago
  60. 609aa22 scsi: remove ordered_tags scsi_device field by Christoph Hellwig · 10 years ago
  61. 9a50aae Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  62. 4089b71 mptfusion: enable no_write_same for vmware scsi disks by Chris J Arges · 10 years ago
  63. 6a38792 scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRS by Randy Dunlap · 10 years ago
  64. 5d46ad7 fusion: fix excess parameter kernel-doc warning by Randy Dunlap · 10 years ago
  65. f6e495a mptfusion: simplify rounding by Rasmus Villemoes · 10 years ago
  66. 9f21316 mptfusion: tweak null pointer checks by Joe Lawrence · 10 years ago
  67. 3269619 mptfusion: combine fw_event_work and its event_data by Joe Lawrence · 10 years ago
  68. c9834c7 mptfusion: make adapter prod_name[] a pointer by Joe Lawrence · 10 years ago
  69. 3e67c45 mptfusion: use memdup_user by Joe Lawrence · 10 years ago
  70. 5074b1b mptfusion: remove redundant kfree checks by Joe Lawrence · 10 years ago
  71. 5767d25 mptfusion: mark file-private functions as static by Joe Lawrence · 10 years ago
  72. 71e75c9 scsi: convert device_busy to atomic_t by Christoph Hellwig · 10 years ago
  73. 1abf635 scsi: use 64-bit value for 'max_luns' by Hannes Reinecke · 10 years ago
  74. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 10 years ago
  75. 73d02c2 mptfusion: fix msgContext in mptctl_hp_hostinfo by Tomas Henzl · 10 years ago
  76. a48ac9e fusion: Remove use of DEF_SCSI_QCMD by Matthew Wilcox · 10 years ago
  77. ecc3bc9 fusion: Add free msg frames to the head, not tail of list by Matthew Wilcox · 10 years ago
  78. 4b1779c Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  79. d2e074c i2o: Use pci_bus_alloc_resource(), not allocate_resource() directly by Bjorn Helgaas · 10 years ago
  80. 60f061e i2o: Refactor i2o_iop_systab_set() PCI space allocation by Bjorn Helgaas · 10 years ago
  81. 5c513bd i2o: Fix I/O space alignment requirement by Bjorn Helgaas · 10 years ago
  82. 7ed37fc i2o: Fix I/O space allocation copy/paste error by Bjorn Helgaas · 10 years ago
  83. a3eb7fb drivers/message/i2o/i2o_config.c: fix deadlock in compat_ioctl(I2OGETIOPS) by Alexey Khoroshilov · 10 years ago
  84. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  85. 64cdb41 MPT / PCI: Use pci_stop_and_remove_bus_device_locked() by Rafael J. Wysocki · 11 years ago
  86. 458b76e block: Kill bio_segments()/bi_vcnt usage by Kent Overstreet · 11 years ago
  87. 1099243 drivers/message/i2o/driver.c: add missing destroy_workqueue() on error in i2o_driver_register() by Wei Yongjun · 11 years ago
  88. ba6857b i2o: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  89. d853754 drivers: avoid format strings in names passed to alloc_workqueue() by Kees Cook · 11 years ago
  90. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  91. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  92. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  93. 270b5ac proc: Add proc_mkdir_data() by David Howells · 11 years ago
  94. 9151b398 i2o: check copy_from_user() size parameter by Dan Carpenter · 11 years ago
  95. f0689f0 mptctl: don't wank with fasync in ->release() by Al Viro · 11 years ago
  96. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  97. cac1970 fusion: switch to ->show_info() by Al Viro · 11 years ago
  98. 21ba37c i2o: use proc_remove_subtree() by Al Viro · 11 years ago
  99. 2f47787 block: Remove some unnecessary bi_vcnt usage by Kent Overstreet · 12 years ago
  100. 47b1ea7 Drivers: message: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago