1. 52e65d1 scsi: esas2r: Call scsi_done() directly by Bart Van Assche · 3 years, 3 months ago
  2. 1ff28f2 Merge branch '5.14/scsi-result' into 5.14/scsi-staging by Martin K. Petersen · 3 years, 8 months ago
  3. 66fc475 scsi: esas2r: Switch to flexible array member by Kees Cook · 3 years, 8 months ago
  4. 3d45cefc scsi: core: Drop obsolete Linux-specific SCSI status codes by Hannes Reinecke · 3 years, 9 months ago
  5. d4455fa proc: mandate ->proc_lseek in "struct proc_ops" by Alexey Dobriyan · 3 years, 8 months ago
  6. d72cd4a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 9 months ago
  7. aaff5eb scsi: remove the unchecked_isa_dma flag by Christoph Hellwig · 3 years, 10 months ago
  8. 1c666a3 scsi: esas2r: Supply __printf(x, y) formatting for esas2r_log_master() by Lee Jones · 3 years, 10 months ago
  9. 5f2d8c3 scsi: esas2r: Use generic power management by Vaibhav Gupta · 4 years, 2 months ago
  10. 996360c scsi: esas2r: Drop PCI Wakeup calls from .resume by Vaibhav Gupta · 4 years, 2 months ago
  11. bf7e38a scsi: esas2r: esas2r_main: Demote non-conformant kernel-doc header by Lee Jones · 4 years, 2 months ago
  12. 6abf98d scsi: esas2r: esas2r_int: Add brackets around potentially empty if()s by Lee Jones · 4 years, 2 months ago
  13. 433e07e scsi: esas2r: esas2r_init: Place brackets around a potentially empty if() by Lee Jones · 4 years, 2 months ago
  14. 9a5cf98 scsi: esas2r: esas2r_disc: Place brackets around a potentially empty if() by Lee Jones · 4 years, 2 months ago
  15. 55e0500 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 3 months ago
  16. 32417d7 scsi: esas2r: Remove unnecessary casts by Alex Dewar · 4 years, 5 months ago
  17. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  18. e3903d3 scsi: esas2r: Demote a few non-conformant kerneldoc headers by Lee Jones · 4 years, 6 months ago
  19. e36e042 scsi: esas2r: Add braces around the one-line if() by Lee Jones · 4 years, 6 months ago
  20. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  21. 3d3185a esas2r: don't bother with __copy_to_user() by Al Viro · 5 years ago
  22. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  23. ef2cc88 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  24. 906ca63 scsi: esas2r: unlock on error in esas2r_nvram_read_direct() by Dan Carpenter · 5 years ago
  25. 1832f2d compat_ioctl: move more drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  26. 2b4f4cb scsi: esas2r: Prefer pcie_capability_read_word() by Frederick Lawler · 5 years ago
  27. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  28. 6f4e626 scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_template by Nathan Chancellor · 6 years ago
  29. b9f57f5 scsi: esas2r: esas2r_init: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  30. 2a3d4eb scsi: flip the default on use_clustering by Christoph Hellwig · 6 years ago
  31. fdc32fb scsi: esas2r: use dma_set_mask_and_coherent by Christoph Hellwig · 6 years ago
  32. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  33. eaa6d0d scsi: esas2r: fix spelling mistake: "requestss" -> "requests" by Colin Ian King · 7 years ago
  34. 1895bd7 scsi: esas2r: fix spelling mistake: "asynchromous" -> "asynchronous" by Colin Ian King · 7 years ago
  35. feeeca4 scsi: esas2r: use ktime_get_real_seconds() by Arnd Bergmann · 7 years ago
  36. 5785bfa scsi: esas2r: remove initialization / cleanup dead wood by Christoph Hellwig · 7 years ago
  37. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  38. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  39. fe08332 scsi: esas2r: constify pci_device_id. by Arvind Yadav · 7 years ago
  40. 249cf32 scsi: esas2r: Replace semaphore fs_api_semaphore with mutex by Binoy Jayan · 8 years ago
  41. 74d2fd4 scsi: esas2r: Replace semaphore fm_api_semaphore with mutex by Binoy Jayan · 8 years ago
  42. 8d5e72d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  43. bf7af0c esas2r: don't open-code memdup_user() by Al Viro · 8 years ago
  44. 33bd712 scsi: esas2r: Remove redundant NULL check on buffer by Colin Ian King · 8 years ago
  45. b6f0ec3 scsi: esas2r: Fix format string type mistakes by Emese Revfy · 8 years ago
  46. 108c867 scsi: esas2r: don't reinitialize adapter's req_table by Shawn Lin · 8 years ago
  47. 67f2517 scsi: esas2r: not need to alloc zero buffer for local_atto_ioctl by Shawn Lin · 8 years ago
  48. 65e8617 scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS by Ming Lin · 9 years ago
  49. 5b2e0c1 esas2r: Fix array overrun by Alan · 9 years ago
  50. 64d513a scsi: use host wide tags by default by Christoph Hellwig · 9 years ago
  51. 540a7c5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  52. f50332f scsi: print single-character strings with seq_putc by Rasmus Villemoes · 10 years ago
  53. 88b71f9 [SCSI] esas2r: use PCI define for Max_Read_Request_Size by Rafał Miłecki · 10 years ago
  54. 5187901 esas2r: Correct typos of "validate" in a comment by Boris Bodemann · 10 years ago
  55. efc3c1d scsi: remove ->change_queue_type method by Christoph Hellwig · 10 years ago
  56. 68b14b8 esas2r: fix an oversight in setting return value by Tomas Henzl · 10 years ago
  57. ba9e587 esas2r: fix an error path in esas2r_ioctl_handler by Tomas Henzl · 10 years ago
  58. ddcae01 esas2r: fir error handling in do_fm_api by Tomas Henzl · 10 years ago
  59. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  60. c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
  61. 2ecb204 scsi: always assign block layer tags if enabled by Christoph Hellwig · 10 years ago
  62. a62182f scsi: provide a generic change_queue_type method by Christoph Hellwig · 10 years ago
  63. b6c92b7 scsi: correct return values for .eh_abort_handler implementations by Hannes Reinecke · 10 years ago
  64. 806188a esas2r: Fix comment by Marek Vasut · 11 years ago
  65. 4909cc2 [SCSI] remove deprecated IRQF_DISABLED from SCSI by Michael Opdenacker · 11 years ago
  66. b9c2446 [SCSI] esas2r: fix potential format string flaw by Kees Cook · 11 years ago
  67. 0f3c7b9 [SCSI] esas2r: Cleanup snprinf formatting of firmware version by Bradley Grove · 11 years ago
  68. b1cf7a2 [SCSI] esas2r: Remove superfluous mask of pcie_cap_reg by Bradley Grove · 11 years ago
  69. 8e65e2f [SCSI] esas2r: Fixes for big-endian platforms by Bradley Grove · 11 years ago
  70. 9588d24 [SCSI] esas2r: Directly call kernel functions for atomic bit operations by Bradley Grove · 11 years ago
  71. 4079bc8 [SCSI] esas2r: Remove null test for stack allocated fw_coredump_buffer by Bradley Grove · 11 years ago
  72. ef11851 [SCSI] esas2r: coccinelle - Replace memcpy with struct assignment by Bradley Grove · 11 years ago
  73. 8d3ac48 [SCSI] esas2r: smatch - Remove test for impossible condition (uint8 > 255) by Bradley Grove · 11 years ago
  74. eaf74a0 [SCSI] esas2r: smatch - Fix overrun due to sprintf appending NULL by Bradley Grove · 11 years ago
  75. 64d29bd [SCSI] esas2r: smatch - Fix dereference that occurs prior to check by Bradley Grove · 11 years ago
  76. c88d2dd [SCSI] esas2r: smatch - Use biwise rather than logical AND for checking if any bit set by Bradley Grove · 11 years ago
  77. 26780d9 [SCSI] esas2r: ATTO Technology ExpressSAS 6G SAS/SATA RAID Adapter Driver by Bradley Grove · 11 years ago