1. 72f02ba Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  2. 57ee319 Merge SCSI_IOCTL_SEND_COMMAND cleanup branch. by Linus Torvalds · 6 years ago
  3. 8e4a418 scsi: sg: update comment for blk_get_request() by Tony Battersby · 6 years ago
  4. c170e5a scsi: sg: fix minor memory leak in error path by Tony Battersby · 6 years ago
  5. f075dce scsi sg: remove incorrect scsi command checking logic by Linus Torvalds · 6 years ago
  6. 26b5b87 scsi: sg: mitigate read/write abuse by Jann Horn · 6 years ago
  7. 5b9d397 scsi: sg: clean up gfp_mask in sg_build_indirect by Jeff Moyer · 6 years ago
  8. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  9. 5f85942 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  10. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  11. f459c34 Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  12. a45b599 scsi: sg: allocate with __GFP_ZERO in sg_build_indirect() by Alexander Potapenko · 6 years ago
  13. b8b1483 sg: simplify procfs code by Christoph Hellwig · 7 years ago
  14. ff005a0 block: sanitize blk_get_request calling conventions by Christoph Hellwig · 6 years ago
  15. 0cac8e1 scsi: sg: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
  16. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  17. fcc5a65 debugging printk in sg_poll() uses %x to print POLL... bitmap by Al Viro · 7 years ago
  18. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  19. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  20. f00c4d8 block: pass full fmode_t to blk_verify_command by Christoph Hellwig · 7 years ago
  21. 587c3c9 scsi: sg: Re-fix off by one in sg_fill_request_table() by Ben Hutchings · 7 years ago
  22. 3e00974 scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLE by Hannes Reinecke · 7 years ago
  23. 4759df9 scsi: sg: factor out sg_fill_request_table() by Hannes Reinecke · 7 years ago
  24. 2441500 Merge branch 'fixes' into misc by James Bottomley · 7 years ago
  25. 7475c8a scsi: sg: Fix type of last blk_trace_setup() argument by Bart Van Assche · 7 years ago
  26. 6a8dadc scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE by Todd Poynor · 7 years ago
  27. 8d26f49 scsi: sg: recheck MMAP_IO request length with lock held by Todd Poynor · 7 years ago
  28. bd46fc4 scsi: sg: off by one in sg_ioctl() by Dan Carpenter · 7 years ago
  29. f930c70 scsi: sg: only check for dxfer_len greater than 256M by Johannes Thumshirn · 7 years ago
  30. 14074ab scsi: sg: fix static checker warning in sg_is_valid_dxfer by Johannes Thumshirn · 7 years ago
  31. 68c59fc scsi: sg: fix SG_DXFER_FROM_DEV transfers by Johannes Thumshirn · 7 years ago
  32. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 7 years ago
  33. 2a842ac block: introduce new block status code type by Christoph Hellwig · 7 years ago
  34. 48ae848 scsi: sg: don't return bogus Sg_requests by Johannes Thumshirn · 7 years ago
  35. 8d5e72d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  36. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  37. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  38. e791ce2 scsi: sg: reset 'res_in_use' after unlinking reserved array by Hannes Reinecke · 7 years ago
  39. 17d5363 scsi: introduce a result field in struct scsi_request by Christoph Hellwig · 8 years ago
  40. 97d27b0dd scsi: sg: close race condition in sg_remove_sfp_usercontext() by Hannes Reinecke · 8 years ago
  41. 109bade scsi: sg: use standard lists for sg_requests by Hannes Reinecke · 8 years ago
  42. 28676d8 scsi: sg: check for valid direction before starting the request by Johannes Thumshirn · 8 years ago
  43. 1bc0eb0 scsi: sg: protect accesses to 'reserved' page array by Hannes Reinecke · 8 years ago
  44. 136e57b scsi: sg: remove 'save_scat_len' by Hannes Reinecke · 8 years ago
  45. 745dfa0 scsi: sg: disable SET_FORCE_LOW_DMA by Hannes Reinecke · 8 years ago
  46. 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 8 years ago
  47. 0917ac4 Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixes by James Bottomley · 8 years ago
  48. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  49. bf33f87 scsi: sg: check length passed to SG_NEXT_CMD_LEN by peter chang · 8 years ago
  50. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  51. 772c8f6 Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  52. 137d01d Fix missing sanity check in /dev/sg by Al Viro · 8 years ago
  53. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  54. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  55. 128394e sg_write()/bsg_write() is not fit to be called under KERNEL_DS by Al Viro · 8 years ago
  56. f8630bd7 scsi: sg: Use mult_frac, drop MULDIV macro by Paul Burton · 8 years ago
  57. b9b6e80 scsi: sg: Avoid overflow when USER_HZ > HZ by Paul Burton · 8 years ago
  58. 5ecee0a sg: fix dxferp in from_to case by Douglas Gilbert · 9 years ago
  59. 461c7fa drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration by Kirill A. Shutemov · 9 years ago
  60. f3951a3 sg: Fix double-free when drives detach during SG_IO by Calvin Owens · 9 years ago
  61. fdc81f4 sg_start_req(): use import_iovec() by Al Viro · 10 years ago
  62. 451a288 sg_start_req(): make sure that there's not too many elements in iovec by Al Viro · 10 years ago
  63. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 10 years ago
  64. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  65. c8c6c9b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  66. 7772855a sg: fix EWOULDBLOCK errors with scsi-mq by Tony Battersby · 10 years ago
  67. 7568615 sg: fix unkillable I/O wait deadlock with scsi-mq by Tony Battersby · 10 years ago
  68. 3b524a6 sg: fix read() error reporting by Tony Battersby · 10 years ago
  69. 3e12cef Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  70. 26e49cf block: pass iov_iter to the BLOCK_PC mapping functions by Kent Overstreet · 10 years ago
  71. 5af2e38 sg: remove an unused variable by Bart Van Assche · 10 years ago
  72. 906d15f scsi: split scsi_nonblockable_ioctl by Christoph Hellwig · 10 years ago
  73. 176aa9d scsi: refactor scsi_reset_provider handling by Christoph Hellwig · 10 years ago
  74. d811b84 scsi: use sdev as argument for sense code printing by Hannes Reinecke · 10 years ago
  75. 22e0d99 scsi: introduce sdev_prefix_printk() by Hannes Reinecke · 10 years ago
  76. 26cf591 scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctl by Douglas Gilbert · 10 years ago
  77. a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
  78. 71e75c9 scsi: convert device_busy to atomic_t by Christoph Hellwig · 11 years ago
  79. 95e159d scsi: Implement sg_printk() by Hannes Reinecke · 10 years ago
  80. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 10 years ago
  81. cc833ac sg: O_EXCL and other lock handling by Douglas Gilbert · 10 years ago
  82. 16070cc sg: add SG_FLAG_Q_AT_TAIL flag by Douglas Gilbert · 10 years ago
  83. 65c26a0 sg: relax 16 byte cdb restriction by Douglas Gilbert · 10 years ago
  84. 46f69e6 sg: prevent integer overflow when converting from sectors to bytes by Akinobu Mita · 10 years ago
  85. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  86. 065b4a2 [SCSI] Revert "sg: use rwsem to solve race during exclusive open" by James Bottomley · 11 years ago
  87. 98481ff [SCSI] Revert "sg: no need sg_open_exclusive_lock" by James Bottomley · 11 years ago
  88. bafc8ad [SCSI] Revert "sg: checking sdp->detached isn't protected when open" by James Bottomley · 11 years ago
  89. c0d3b9c [SCSI] Revert "sg: push file descriptor list locking down to per-device locking" by James Bottomley · 11 years ago
  90. 1f962eb [SCSI] sg: push file descriptor list locking down to per-device locking by Vaughan Cao · 11 years ago
  91. e32c9e6 [SCSI] sg: checking sdp->detached isn't protected when open by Vaughan Cao · 11 years ago
  92. 00b2d9d [SCSI] sg: no need sg_open_exclusive_lock by Vaughan Cao · 11 years ago
  93. 15b06f9 [SCSI] sg: use rwsem to solve race during exclusive open by Vaughan Cao · 11 years ago
  94. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  95. b98c52b scsi: convert to idr_alloc() by Tejun Heo · 12 years ago
  96. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  97. 18b8ba6 [SCSI] sg: constify sg_proc_leaf_arr by Jörn Engel · 13 years ago
  98. 37b9d1e [SCSI] sg: remove sg_mutex by Jörn Engel · 13 years ago
  99. 035d12e [SCSI] sg: completely protect sfds by Jörn Engel · 12 years ago
  100. b499e52 [SCSI] sg: protect sdp->exclude by Jörn Engel · 12 years ago