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