1. 0bf6d96 block: remove blk_{get,put}_request by Christoph Hellwig · 3 years, 2 months ago
  2. 68ec3b8 scsi: add a scsi_alloc_request helper by Christoph Hellwig · 3 years, 2 months ago
  3. b81e0c2 block: drop unused includes in <linux/genhd.h> by Christoph Hellwig · 3 years, 3 months ago
  4. a9c9a6f Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 4 months ago
  5. 1d1cf15 sg: pass the device name to blk_trace_setup by Christoph Hellwig · 3 years, 4 months ago
  6. aebbb58 sg: do not allocate a gendisk by Christoph Hellwig · 3 years, 4 months ago
  7. 08dc2f9 scsi: scsi_ioctl: Unexport sg_scsi_ioctl() by Christoph Hellwig · 3 years, 5 months ago
  8. 7353dc0 scsi: scsi_ioctl: Simplify SCSI passthrough permission checking by Christoph Hellwig · 3 years, 5 months ago
  9. 2e27f57 scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl() by Christoph Hellwig · 3 years, 5 months ago
  10. 6fade45 scsi: core: Remove scsi_compat_ioctl() by Christoph Hellwig · 3 years, 5 months ago
  11. 2c2db2c scsi: sg: Consolidate compat ioctl handling by Christoph Hellwig · 3 years, 5 months ago
  12. a022f7d Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  13. da6269d block: remove REQ_OP_SCSI_{IN,OUT} by Christoph Hellwig · 3 years, 6 months ago
  14. 54cf31d scsi: core: Drop message byte helper by Hannes Reinecke · 3 years, 8 months ago
  15. 464a00c scsi: core: Kill DRIVER_SENSE by Hannes Reinecke · 3 years, 8 months ago
  16. d72cd4a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 8 months ago
  17. aaff5eb scsi: remove the unchecked_isa_dma flag by Christoph Hellwig · 3 years, 9 months ago
  18. 8278807 scsi: core: Add scsi_device_busy() wrapper by Ming Lei · 4 years ago
  19. 8eeed0b block: remove unnecessary argument from blk_execute_rq_nowait by Guoqing Jiang · 4 years ago
  20. 89cd35c iov_iter: transparently handle compat iovecs in import_iovec by Christoph Hellwig · 4 years, 3 months ago
  21. 83c6f23 scsi: sg: add sg_remove_request in sg_write by Wu Bo · 4 years, 9 months ago
  22. 849f858 scsi: sg: add sg_remove_request in sg_common_write by Li Bin · 4 years, 9 months ago
  23. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  24. d320a95 compat_ioctl: scsi: move ioctl handling into drivers by Arnd Bergmann · 6 years ago
  25. 78ed001 compat: scsi: sg: fix v3 compat read/write interface by Arnd Bergmann · 5 years ago
  26. ef2cc88 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  27. 1feefb7 scsi: sg: sg_ioctl(): get rid of access_ok() by Al Viro · 5 years ago
  28. a64e5a8 scsi: sg: sg_write(): get rid of access_ok()/__copy_from_user()/__get_user() by Al Viro · 5 years ago
  29. c8c1279 scsi: sg: sg_read(): get rid of access_ok()/__copy_..._user() by Al Viro · 5 years ago
  30. d9fc561 scsi: sg: sg_new_write(): don't bother with access_ok by Al Viro · 5 years ago
  31. c35a5cf scsi: sg: sg_read(): simplify reading ->pack_id of userland sg_io_hdr_t by Al Viro · 5 years ago
  32. 062c9d4 scsi: sg: sg_write(): __get_user() can fail... by Al Viro · 5 years ago
  33. a62726c scsi: sg: sg_new_write(): replace access_ok() + __copy_from_user() with copy_from_user() by Al Viro · 5 years ago
  34. a16a474 scsi: sg: sg_ioctl(): fix copyout handling by Al Viro · 5 years ago
  35. fd6c3d5 compat_ioctl: move SG_GET_REQUEST_TABLE handling by Arnd Bergmann · 6 years ago
  36. 98aaaec compat_ioctl: reimplement SG_IO handling by Arnd Bergmann · 6 years ago
  37. 8d7c56d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45 by Thomas Gleixner · 6 years ago
  38. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  39. 92bc5a2 block: remove __blk_put_request() by Jens Axboe · 6 years ago
  40. abaf75d scsi: sg: remove bad blk_end_request_all() call by Jens Axboe · 6 years ago
  41. 72f02ba Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  42. 57ee319 Merge SCSI_IOCTL_SEND_COMMAND cleanup branch. by Linus Torvalds · 6 years ago
  43. 8e4a418 scsi: sg: update comment for blk_get_request() by Tony Battersby · 6 years ago
  44. c170e5a scsi: sg: fix minor memory leak in error path by Tony Battersby · 6 years ago
  45. f075dce scsi sg: remove incorrect scsi command checking logic by Linus Torvalds · 6 years ago
  46. 26b5b87 scsi: sg: mitigate read/write abuse by Jann Horn · 7 years ago
  47. 5b9d397 scsi: sg: clean up gfp_mask in sg_build_indirect by Jeff Moyer · 7 years ago
  48. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  49. 5f85942 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  50. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  51. f459c34 Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  52. a45b599 scsi: sg: allocate with __GFP_ZERO in sg_build_indirect() by Alexander Potapenko · 7 years ago
  53. b8b1483 sg: simplify procfs code by Christoph Hellwig · 7 years ago
  54. ff005a0 block: sanitize blk_get_request calling conventions by Christoph Hellwig · 7 years ago
  55. 0cac8e1 scsi: sg: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
  56. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  57. fcc5a65 debugging printk in sg_poll() uses %x to print POLL... bitmap by Al Viro · 7 years ago
  58. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  59. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  60. f00c4d8 block: pass full fmode_t to blk_verify_command by Christoph Hellwig · 7 years ago
  61. 587c3c9 scsi: sg: Re-fix off by one in sg_fill_request_table() by Ben Hutchings · 7 years ago
  62. 3e00974 scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLE by Hannes Reinecke · 7 years ago
  63. 4759df9 scsi: sg: factor out sg_fill_request_table() by Hannes Reinecke · 7 years ago
  64. 2441500 Merge branch 'fixes' into misc by James Bottomley · 7 years ago
  65. 7475c8a scsi: sg: Fix type of last blk_trace_setup() argument by Bart Van Assche · 7 years ago
  66. 6a8dadc scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE by Todd Poynor · 7 years ago
  67. 8d26f49 scsi: sg: recheck MMAP_IO request length with lock held by Todd Poynor · 7 years ago
  68. bd46fc4 scsi: sg: off by one in sg_ioctl() by Dan Carpenter · 7 years ago
  69. f930c70 scsi: sg: only check for dxfer_len greater than 256M by Johannes Thumshirn · 7 years ago
  70. 14074ab scsi: sg: fix static checker warning in sg_is_valid_dxfer by Johannes Thumshirn · 7 years ago
  71. 68c59fc scsi: sg: fix SG_DXFER_FROM_DEV transfers by Johannes Thumshirn · 7 years ago
  72. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 8 years ago
  73. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  74. 48ae848 scsi: sg: don't return bogus Sg_requests by Johannes Thumshirn · 8 years ago
  75. 8d5e72d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  76. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  77. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  78. e791ce2 scsi: sg: reset 'res_in_use' after unlinking reserved array by Hannes Reinecke · 8 years ago
  79. 17d5363 scsi: introduce a result field in struct scsi_request by Christoph Hellwig · 8 years ago
  80. 97d27b0dd scsi: sg: close race condition in sg_remove_sfp_usercontext() by Hannes Reinecke · 8 years ago
  81. 109bade scsi: sg: use standard lists for sg_requests by Hannes Reinecke · 8 years ago
  82. 28676d8 scsi: sg: check for valid direction before starting the request by Johannes Thumshirn · 8 years ago
  83. 1bc0eb0 scsi: sg: protect accesses to 'reserved' page array by Hannes Reinecke · 8 years ago
  84. 136e57b scsi: sg: remove 'save_scat_len' by Hannes Reinecke · 8 years ago
  85. 745dfa0 scsi: sg: disable SET_FORCE_LOW_DMA by Hannes Reinecke · 8 years ago
  86. 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 8 years ago
  87. 0917ac4 Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixes by James Bottomley · 8 years ago
  88. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  89. bf33f87 scsi: sg: check length passed to SG_NEXT_CMD_LEN by peter chang · 8 years ago
  90. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  91. 772c8f6 Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  92. 137d01d Fix missing sanity check in /dev/sg by Al Viro · 8 years ago
  93. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  94. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  95. 128394e sg_write()/bsg_write() is not fit to be called under KERNEL_DS by Al Viro · 8 years ago
  96. f8630bd7 scsi: sg: Use mult_frac, drop MULDIV macro by Paul Burton · 8 years ago
  97. b9b6e80 scsi: sg: Avoid overflow when USER_HZ > HZ by Paul Burton · 8 years ago
  98. 5ecee0a sg: fix dxferp in from_to case by Douglas Gilbert · 9 years ago
  99. 461c7fa drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration by Kirill A. Shutemov · 9 years ago
  100. f3951a3 sg: Fix double-free when drives detach during SG_IO by Calvin Owens · 9 years ago