1. e574743 scsi: mpt3sas: Introduce function to clone mpi request. by Suganath Prabu Subramani · 7 years ago
  2. 182ac78 scsi: mpt3sas: Introduce Base function for cloning. by Suganath Prabu Subramani · 7 years ago
  3. 22ae5a3 scsi: mpt3sas: Introduce API to get BAR0 mapped buffer address by Suganath Prabu Subramani · 7 years ago
  4. 0448f01 scsi: mpt3sas: Configure reply post queue depth, DMA and sgl tablesize. by Suganath Prabu Subramani · 7 years ago
  5. c520691 scsi: mpt3sas: Add PCI device ID for Andromeda. by Suganath Prabu Subramani · 7 years ago
  6. 8ef7fe4 scsi: core: fix two wrong indentation cases by Jianchao Wang · 7 years ago
  7. edd066a scsi: qedi: fix build regression by Arnd Bergmann · 7 years ago
  8. 121246a scsi: libsas: Fix kernel-doc headers by Bart Van Assche · 7 years ago
  9. cf8037f scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018 by James Smart · 7 years ago
  10. 6efb238 scsi: lpfc: update driver version to 12.0.0.0 by James Smart · 7 years ago
  11. 4e565cf scsi: lpfc: Work around NVME cmd iu SGL type by James Smart · 7 years ago
  12. 63452e1 scsi: lpfc: Fix nvme embedded io length on new hardware by James Smart · 7 years ago
  13. 0bc2b7c scsi: lpfc: Add embedded data pointers for enhanced performance by James Smart · 7 years ago
  14. 1feb820 scsi: lpfc: Enable fw download on if_type=6 devices by James Smart · 7 years ago
  15. 7365f6f scsi: lpfc: Add if_type=6 support for cycling valid bits by James Smart · 7 years ago
  16. fbd8a6b scsi: lpfc: Add 64G link speed support by James Smart · 7 years ago
  17. c238b9b scsi: lpfc: Add PCI Ids for if_type=6 hardware by James Smart · 7 years ago
  18. 1351e69 scsi: lpfc: Add push-to-adapter support to sli4 by James Smart · 7 years ago
  19. 27d6ac0 scsi: lpfc: Add SLI-4 if_type=6 support to the code base by James Smart · 7 years ago
  20. 9dd3542 scsi: lpfc: Rework sli4 doorbell infrastructure by James Smart · 7 years ago
  21. b71413d scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers by James Smart · 7 years ago
  22. 501017f scsi: qla2xxx: Use dma_pool_zalloc() by Souptick Joarder · 7 years ago
  23. 8d35a9d scsi: qla4xxx: Use dma_pool_zalloc() by Souptick Joarder · 7 years ago
  24. ec92b59 scsi: ufs: sysfs: attributes by Stanislav Nijnikov · 7 years ago
  25. d10b2a8 scsi: ufs: sysfs: flags by Stanislav Nijnikov · 7 years ago
  26. d829fc8 scsi: ufs: sysfs: unit descriptor by Stanislav Nijnikov · 7 years ago
  27. 86b87cd scsi: core: host template attribute groups by Stanislav Nijnikov · 7 years ago
  28. 2238d31 scsi: ufs: sysfs: string descriptors by Stanislav Nijnikov · 7 years ago
  29. c2e6e28 scsi: ufs: sysfs: power descriptor by Stanislav Nijnikov · 7 years ago
  30. c648c2d scsi: ufs: sysfs: health descriptor by Stanislav Nijnikov · 7 years ago
  31. c720c09 scsi: ufs: sysfs: geometry descriptor by Stanislav Nijnikov · 7 years ago
  32. 8c2582b scsi: ufs: sysfs: interconnect descriptor by Stanislav Nijnikov · 7 years ago
  33. 45bced8 scsi: ufs: sysfs: device descriptor by Stanislav Nijnikov · 7 years ago
  34. cbb6813 scsi: ufs: sysfs: attribute group for existing sysfs entries. by Stanislav Nijnikov · 7 years ago
  35. f66b851 scsi: scsi_debug: call resp_*() function after setting host_scribble by Martin Wilck · 7 years ago
  36. c62f40b scsi: scsi_transport_spi: make two const arrays static, shrinks object size by Colin Ian King · 7 years ago
  37. f9ba7af scsi: scsi_debug: reset injection flags for every_nth > 0 by Martin Wilck · 7 years ago
  38. 80c4956 scsi: scsi_debug: implement IMMED bit by Douglas Gilbert · 7 years ago
  39. 91d4c75 scsi: scsi_debug: Fix pointer styling issues by John Pittman · 7 years ago
  40. 9b91fd3 scsi: core: Reduce number of scsi_test_unit_ready() retries by Bart Van Assche · 7 years ago
  41. 9866306 scsi: core: Move the eh_deadline module parameter definition by Bart Van Assche · 7 years ago
  42. 923f46f scsi: core: scmd_eh_abort_handler(): Add a comment by Bart Van Assche · 7 years ago
  43. ed4414c scsi: pmcraid: Use sgl_alloc_order() and sgl_free_order() by Bart Van Assche · 7 years ago
  44. f559468 scsi: pmcraid: Remove an unused structure member by Bart Van Assche · 7 years ago
  45. f95dc1b scsi: ipr: Use sgl_alloc_order() and sgl_free_order() by Bart Van Assche · 7 years ago
  46. b22ee87 scsi: pmcraid: remove redundant initializations of pointer 'ioadl' by Colin Ian King · 7 years ago
  47. 2976fbb scsi: isci: remove redundant initialization to 'bit' by Colin Ian King · 7 years ago
  48. 230816d scsi: sym53c416: avoid section mismatch with LTO by Arnd Bergmann · 7 years ago
  49. 80e6e9c scsi: NCR53c406a: avoid section mismatch with LTO by Arnd Bergmann · 7 years ago
  50. eee549e scsi: aacraid: Auto detect INTx or MSIx mode during sync cmd processing by Raghava Aditya Renukunta · 7 years ago
  51. a5799d7 scsi: aacraid: Preserve MSIX mode in the OMR register by Raghava Aditya Renukunta · 7 years ago
  52. 44f1ce7 scsi: aacraid: Implement DropIO sync command by Raghava Aditya Renukunta · 7 years ago
  53. a8db614 scsi: qedf: use correct strncpy() size by Arnd Bergmann · 7 years ago
  54. d9ea463 scsi: qedf: fix LTO-enabled build by Arnd Bergmann · 7 years ago
  55. bc2e129 scsi: libfc: remove redundant initialization of 'disc' by Colin Ian King · 7 years ago
  56. 8d6febb scsi: qedf: remove redundant initialization of 'fcport' by Colin Ian King · 7 years ago
  57. 779936f scsi: qedi: fix building with LTO by Arnd Bergmann · 7 years ago
  58. d9da891 scsi: scsi_debug: Add two new parameters to scsi_debug driver by Laurence Oberman · 7 years ago
  59. 458df78 scsi: scsi_debug: Simplify request tag decoding by Bart Van Assche · 7 years ago
  60. 34e81f7 scsi: raid_class: Add 'JBOD' RAID level by Hannes Reinecke · 7 years ago
  61. 2db6228 scsi: qla2xxx: Fix function argument descriptions by Bart Van Assche · 7 years ago
  62. bb83e59 scsi: qla4xxx: Move an array from a .h into a .c file by Bart Van Assche · 7 years ago
  63. 454d0d4 scsi: qla4xxx: Remove unused symbols by Bart Van Assche · 7 years ago
  64. 7843327 scsi: qla2xxx: Remove unused symbols by Bart Van Assche · 7 years ago
  65. da4704d scsi: qla2xxx: Use %p for printing pointers by Bart Van Assche · 7 years ago
  66. 128bdda scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright by James Smart · 7 years ago
  67. 6e9d2f1 scsi: lpfc: update driver version to 11.4.0.7 by James Smart · 7 years ago
  68. 815a9c4 scsi: lpfc: Fix nonrecovery of NVME controller after cable swap. by James Smart · 7 years ago
  69. 45634a8 scsi: lpfc: Treat SCSI Write operation Underruns as an error by James Smart · 7 years ago
  70. 8d731d1 scsi: lpfc: Fix header inclusion in lpfc_nvmet by James Smart · 7 years ago
  71. 20aefac scsi: lpfc: Validate adapter support for SRIU option by James Smart · 7 years ago
  72. c1dd911 scsi: lpfc: Fix SCSI io host reset causing kernel crash by James Smart · 7 years ago
  73. a5ff068 scsi: lpfc: Indicate CONF support in NVMe PRLI by James Smart · 7 years ago
  74. 2289e95 scsi: lpfc: Fix issue_lip if link is disabled by James Smart · 7 years ago
  75. 161df4f scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing by James Smart · 7 years ago
  76. 64bf009 scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target by James Smart · 7 years ago
  77. 411de51 scsi: lpfc: Fix RQ empty firmware trap by James Smart · 7 years ago
  78. 91455b8 scsi: lpfc: Fix IO failure during hba reset testing with nvme io. by James Smart · 7 years ago
  79. 2c3b2a8 scsi: lpfc: Fix PRLI handling when topology type changes by James Smart · 7 years ago
  80. 6e8e1c1 scsi: lpfc: Add WQ Full Logic for NVME Target by James Smart · 7 years ago
  81. 8ae3370 scsi: lpfc: correct debug counters for abort by James Smart · 7 years ago
  82. 281d619 scsi: lpfc: move placement of target destroy on driver detach by James Smart · 7 years ago
  83. c176ffa scsi: lpfc: Increase CQ and WQ sizes for SCSI by James Smart · 7 years ago
  84. 04673e3 scsi: lpfc: Fix frequency of Release WQE CQEs by James Smart · 7 years ago
  85. 7928b2c Linux 4.16-rc1 by Linus Torvalds · 7 years ago
  86. 7a163b2 unify {de,}mangle_poll(), get rid of kernel-side POLL... by Al Viro · 7 years ago
  87. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  88. ee5daa1 Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  89. 3fc928d Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 7 years ago
  90. 60d7a21 Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 7 years ago
  91. f8d0cbf xtensa: fix build with KASAN by Max Filippov · 7 years ago
  92. e0691eb nios2: defconfig: Cleanup from old Kconfig options by Krzysztof Kozlowski · 7 years ago
  93. 5d13c73 nios2: dts: Remove leading 0x and 0s from bindings notation by Mathieu Malaterre · 7 years ago
  94. d48fcbd Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  95. 9454473 Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  96. cc5cb5a Merge tag 'platform-drivers-x86-v4.16-3' of git://github.com/dvhart/linux-pdx86 by Linus Torvalds · 7 years ago
  97. e9d46f7 Merge tag 'chrome-platform-for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform by Linus Torvalds · 7 years ago
  98. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  99. c591c2e powerpc/pci: Fix broken INTx configuration via OF by Alexey Kardashevskiy · 7 years ago
  100. 9a61df9 Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago