1. 5ecee0a sg: fix dxferp in from_to case by Douglas Gilbert · 8 years ago
  2. 461c7fa drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration by Kirill A. Shutemov · 8 years ago
  3. f3951a3 sg: Fix double-free when drives detach during SG_IO by Calvin Owens · 9 years ago
  4. fdc81f4 sg_start_req(): use import_iovec() by Al Viro · 9 years ago
  5. 451a288 sg_start_req(): make sure that there's not too many elements in iovec by Al Viro · 9 years ago
  6. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  7. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  8. c8c6c9b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  9. 7772855 sg: fix EWOULDBLOCK errors with scsi-mq by Tony Battersby · 9 years ago
  10. 7568615 sg: fix unkillable I/O wait deadlock with scsi-mq by Tony Battersby · 9 years ago
  11. 3b524a6 sg: fix read() error reporting by Tony Battersby · 9 years ago
  12. 3e12cef Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  13. 26e49cf block: pass iov_iter to the BLOCK_PC mapping functions by Kent Overstreet · 10 years ago
  14. 5af2e38 sg: remove an unused variable by Bart Van Assche · 9 years ago
  15. 906d15f scsi: split scsi_nonblockable_ioctl by Christoph Hellwig · 10 years ago
  16. 176aa9d scsi: refactor scsi_reset_provider handling by Christoph Hellwig · 10 years ago
  17. d811b84 scsi: use sdev as argument for sense code printing by Hannes Reinecke · 10 years ago
  18. 22e0d99 scsi: introduce sdev_prefix_printk() by Hannes Reinecke · 10 years ago
  19. 26cf591 scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctl by Douglas Gilbert · 10 years ago
  20. a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
  21. 71e75c9 scsi: convert device_busy to atomic_t by Christoph Hellwig · 10 years ago
  22. 95e159d scsi: Implement sg_printk() by Hannes Reinecke · 10 years ago
  23. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 10 years ago
  24. cc833ac sg: O_EXCL and other lock handling by Douglas Gilbert · 10 years ago
  25. 16070cc sg: add SG_FLAG_Q_AT_TAIL flag by Douglas Gilbert · 10 years ago
  26. 65c26a0 sg: relax 16 byte cdb restriction by Douglas Gilbert · 10 years ago
  27. 46f69e6 sg: prevent integer overflow when converting from sectors to bytes by Akinobu Mita · 10 years ago
  28. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  29. 065b4a2 [SCSI] Revert "sg: use rwsem to solve race during exclusive open" by James Bottomley · 11 years ago
  30. 98481ff [SCSI] Revert "sg: no need sg_open_exclusive_lock" by James Bottomley · 11 years ago
  31. bafc8ad [SCSI] Revert "sg: checking sdp->detached isn't protected when open" by James Bottomley · 11 years ago
  32. c0d3b9c2 [SCSI] Revert "sg: push file descriptor list locking down to per-device locking" by James Bottomley · 11 years ago
  33. 1f962eb [SCSI] sg: push file descriptor list locking down to per-device locking by Vaughan Cao · 11 years ago
  34. e32c9e6 [SCSI] sg: checking sdp->detached isn't protected when open by Vaughan Cao · 11 years ago
  35. 00b2d9d [SCSI] sg: no need sg_open_exclusive_lock by Vaughan Cao · 11 years ago
  36. 15b06f9 [SCSI] sg: use rwsem to solve race during exclusive open by Vaughan Cao · 11 years ago
  37. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  38. b98c52b scsi: convert to idr_alloc() by Tejun Heo · 11 years ago
  39. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  40. 18b8ba6 [SCSI] sg: constify sg_proc_leaf_arr by Jörn Engel · 12 years ago
  41. 37b9d1e [SCSI] sg: remove sg_mutex by Jörn Engel · 12 years ago
  42. 035d12e [SCSI] sg: completely protect sfds by Jörn Engel · 12 years ago
  43. b499e52 [SCSI] sg: protect sdp->exclude by Jörn Engel · 12 years ago
  44. 6acddc5 [SCSI] sg: prevent unwoken sleep by Jörn Engel · 12 years ago
  45. ebaf466 [SCSI] sg: remove closed flag by Jörn Engel · 12 years ago
  46. 3f0c6ab [SCSI] sg: use wait_event_interruptible() by Jörn Engel · 12 years ago
  47. 794c10f [SCSI] sg: remove while (1) non-loop by Jörn Engel · 12 years ago
  48. dddbf8d [SCSI] sg: remove unnecessary indentation by Jörn Engel · 12 years ago
  49. 7e95fff [SCSI] sg: convert to kstrtoul_from_user() by Stephen Boyd · 13 years ago
  50. d161a13 switch procfs to umode_t use by Al Viro · 13 years ago
  51. 2fe038e scsi/sg: use printk_ratelimited instead of printk_ratelimit by Christian Dietrich · 13 years ago
  52. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  53. e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  54. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  55. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  56. 35df839 drivers/scsi: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  57. 2610a25 sg: fix a warning in blk_rq_aligned() call by Namhyung Kim · 14 years ago
  58. c45d15d scsi: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  59. 3094141 drivers/scsi: use memdup_user by Julia Lawall · 14 years ago
  60. bc4f240 [SCSI] implement runtime Power Management by Alan Stern · 14 years ago
  61. caf19d3 [SCSI] sg: fix bio leak with a detached device by FUJITA Tomonori · 14 years ago
  62. f4927c4 scsi: Push down BKL into ioctl functions by Arnd Bergmann · 14 years ago
  63. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  64. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  65. 69585dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 15 years ago
  66. e27168f [SCSI] sg: Free data buffers after calling blk_rq_unmap_user by Christof Schmitt · 15 years ago
  67. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  68. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  69. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  70. e71044e [SCSI] sg: fix oops in the error path in sg_build_indirect() by Michal Schmidt · 15 years ago
  71. ecb554a block: fix sg SG_DXFER_TO_FROM_DEV regression by FUJITA Tomonori · 15 years ago
  72. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  73. 018e044 block: get rid of queue-private command filter by Jens Axboe · 15 years ago
  74. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  75. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  76. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  77. c3a4d78 block: add rq->resid_len by Tejun Heo · 15 years ago
  78. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  79. e7ee4cc [SCSI] sg: return EFAULT for an invalid user address by FUJITA Tomonori · 15 years ago
  80. d0deef5 blktrace: support per-partition tracing by Shawn Du · 15 years ago
  81. 015640e [SCSI] sg: fix q->queue_lock on scsi_error_handler path by FUJITA Tomonori · 15 years ago
  82. 0fdf96b [SCSI] sg: fix iovec bugs introduced by the block layer conversion by FUJITA Tomonori · 15 years ago
  83. d54b353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  84. 60aa492 Rationalize fasync return values by Jonathan Corbet · 15 years ago
  85. 3442f80 [SCSI] sg: remove the own list management for struct sg_fd by FUJITA Tomonori · 15 years ago
  86. b2ed6c6 [SCSI] sg: use ALIGN macro by FUJITA Tomonori · 15 years ago
  87. 2134bc7 [SCSI] sg: remove unnecessary function declarations by FUJITA Tomonori · 15 years ago
  88. c96952e [SCSI] sg: avoid blk_put_request/blk_rq_unmap_user in interrupt by FUJITA Tomonori · 15 years ago
  89. a2dd3b4 [SCSI] sg: fix races with ioctl(SG_IO) by Tony Battersby · 16 years ago
  90. c6517b79 [SCSI] sg: fix races during device removal by Tony Battersby · 16 years ago
  91. 76e3a19 [SCSI] sg: fix device number in blktrace data by Martin Peschke · 15 years ago
  92. 97ae77a [SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITE by FUJITA Tomonori · 16 years ago
  93. 56c451f [SCSI] block: fix the partial mappings with struct rq_map_data by FUJITA Tomonori · 16 years ago
  94. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  95. e915e87 [PATCH] switch sg_scsi_ioctl() to passing fmode_t by Al Viro · 16 years ago
  96. d73a1a6 device create: scsi: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  97. 4677735 sg: remove unnecessary blk_rq_unmap_user by FUJITA Tomonori · 16 years ago
  98. 0b6cb26 sg: remove sg_read_xfer by FUJITA Tomonori · 16 years ago
  99. c3919af sg: remove sg_write_xfer by FUJITA Tomonori · 16 years ago
  100. 626710c sg: incorporate sg_build_direct into sg_start_req by FUJITA Tomonori · 16 years ago