1. 3f3a6bb sg_write()/bsg_write() is not fit to be called under KERNEL_DS by Al Viro · 7 years ago
  2. 2c56124 block: Simplify bsg complete all by Peter Zijlstra · 9 years ago
  3. 55872c5 bsg: fix potential error pointer dereference by Jens Axboe · 10 years ago
  4. a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
  5. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  6. 49fd524 bsg: update check for rq based driver for blk-mq by Jens Axboe · 10 years ago
  7. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  8. bab998d block: convert to idr_alloc() by Tejun Heo · 11 years ago
  9. 37b40ad bsg: fix sysfs link remove warning by Stanislaw Gruszka · 12 years ago
  10. b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  11. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  12. 09ac46c block: misc updates to blk_get_queue() by Tejun Heo · 12 years ago
  13. 2b727c6 bsg: fix address space warning from sparse by Namhyung Kim · 13 years ago
  14. 44194e3 bsg: remove unnecessary conditional expressions by Namhyung Kim · 13 years ago
  15. 80ceb05 bsg: fix bsg_poll() to return POLLOUT properly by Namhyung Kim · 13 years ago
  16. c7a841f [SCSI] bsg: correct fault if queue object removed while dev_t open by James Smart · 13 years ago
  17. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  18. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  19. 4789716 [SCSI] bsg: fix incorrect device_status value by FUJITA Tomonori · 14 years ago
  20. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  21. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  22. 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
  23. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  24. ad5ebd2 block: jiffies fixes by Randy Dunlap · 14 years ago
  25. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  26. 018e044 block: get rid of queue-private command filter by Jens Axboe · 15 years ago
  27. 1119865 block: revert "bsg: setting rq->bio to NULL" by FUJITA Tomonori · 15 years ago
  28. 2bdf914 Driver Core: bsg: add nodename for bsg driver by Kay Sievers · 15 years ago
  29. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  30. c1d4c41 bsg: setting rq->bio to NULL by FUJITA Tomonori · 15 years ago
  31. c3a4d78 block: add rq->resid_len by Tejun Heo · 15 years ago
  32. e7cbbf1 bsg: Remove bogus check against request_queue->max_sectors by Boaz Harrosh · 15 years ago
  33. 0537894 bsg: add support for tail queuing by Boaz Harrosh · 15 years ago
  34. c1c20120 bsg: Fix sense buffer bug in SG_IO by Boaz Harrosh · 15 years ago
  35. 3ada8b7 block: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  36. f2f1fa7 Enforce a minimum SG_IO timeout by Linus Torvalds · 15 years ago
  37. 74f3c8a [PATCH] switch scsi_cmd_ioctl() to passing fmode_t by Al Viro · 17 years ago
  38. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  39. 1ff9f54 device create: block: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  40. 152e283 block: introduce struct rq_map_data to use reserved pages by FUJITA Tomonori · 16 years ago
  41. a3bce90 block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov by FUJITA Tomonori · 16 years ago
  42. abf5439 block: move cmdfilter from gendisk to request_queue by FUJITA Tomonori · 16 years ago
  43. f79f060 device create: block: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  44. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  45. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 16 years ago
  46. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  47. dddec01 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  48. 8df5fc0 [SCSI] bsg: fix oops on remove by James Bottomley · 16 years ago
  49. 3f27e3e [SCSI] bsg: fix bsg_mutex hang with device removal by FUJITA Tomonori · 16 years ago
  50. 0b07de8 allow userspace to modify scsi command filter on per device basis by Adel Gadllah · 16 years ago
  51. 75bd2ef bsg: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  52. d626e3b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  53. 9f5de6b [SCSI] bsg: add large command support by FUJITA Tomonori · 16 years ago
  54. 24c03d4 block: remove remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  55. 97f46ae [SCSI] bsg: add release callback support by FUJITA Tomonori · 16 years ago
  56. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 16 years ago
  57. 99773aa [SCSI] bsg: no need to set BSG_F_BLOCK bit in bsg_complete_all_commands by FUJITA Tomonori · 16 years ago
  58. 842ea77 [SCSI] bsg: remove minor in struct bsg_device by FUJITA Tomonori · 16 years ago
  59. 43ac9e6 [SCSI] bsg: use better helper list functions by FUJITA Tomonori · 16 years ago
  60. c3ff1b9 [SCSI] bsg: replace kobject_get with blk_get_queue by FUJITA Tomonori · 16 years ago
  61. d45ac4f [SCSI] bsg: takes a ref to struct device in fops->open by FUJITA Tomonori · 16 years ago
  62. 7a85f88 block: restore the meaning of rq->data_len to the true data length by FUJITA Tomonori · 16 years ago
  63. 6b00769 block: add request->raw_data_len by Tejun Heo · 16 years ago
  64. 40f6202 [SCSI] bsg: copy the cmd_type field to the subordinate request for bidi by James Bottomley · 16 years ago
  65. 2d507a0 [SCSI] libsas, bsg: pass errors through correctly by James Bottomley · 16 years ago
  66. 7344be0 bsg: mark struct file_operations const by Arjan van de Ven · 17 years ago
  67. 7e7654a cdev: remove unneeded setting of cdev names by Greg Kroah-Hartman · 17 years ago
  68. 0c6a89b [SCSI] bsg: update sg_io_v4 structure by FUJITA Tomonori · 17 years ago
  69. a6ce22a Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 17 years ago
  70. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  71. 1079ddc [SCSI] bsg: remove unnecessary code and comments by FUJITA Tomonori · 17 years ago
  72. 598443a [SCSI] bsg: use lib/idr.c to find a unique minor number by FUJITA Tomonori · 17 years ago
  73. e6f194d Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  74. df46882 [SCSI] bsg: fix bsg_unregister_queue by FUJITA Tomonori · 17 years ago
  75. 39dca55 [SCSI] bsg: make class backlinks by James Bottomley · 17 years ago
  76. 6826ee4 [SCSI] bsg: fix bsg_register_queue error path by James Bottomley · 17 years ago
  77. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  78. 80ed71c [SCSI] bsg: separate bsg and SCSI (so SCSI can be modular) by James Bottomley · 17 years ago
  79. 5d3a8cd bsg: fix missing space in version print by Jens Axboe · 17 years ago
  80. 0ed081c bsg: minor cleanup by FUJITA Tomonori · 17 years ago
  81. 1c1133e bsg: device hash table cleanup by FUJITA Tomonori · 17 years ago
  82. 9b9f770 bsg: fix initialization error handling bugs by FUJITA Tomonori · 17 years ago
  83. 46f6ef4 bsg: convert to dynamic major by Jens Axboe · 17 years ago
  84. 25fd164 bsg: address various review comments by Jens Axboe · 17 years ago
  85. abce891 Fix new generic block device SG compile by Linus Torvalds · 17 years ago
  86. 15d10b6 bsg: add SCSI transport-level request support by FUJITA Tomonori · 17 years ago
  87. 2c9ecdf bsg: add bidi support by FUJITA Tomonori · 17 years ago
  88. efba1a3 bsg: fix the deadlock on discarding done commands by FUJITA Tomonori · 17 years ago
  89. e7d7217 bsg: fix a blocking read bug by FUJITA Tomonori · 17 years ago
  90. 4cf0723 bsg: minor bug fixes by FUJITA Tomonori · 17 years ago
  91. 292b7f2 improve bsg device allocation by FUJITA Tomonori · 17 years ago
  92. 4e2872d bind bsg to all SCSI devices by FUJITA Tomonori · 17 years ago
  93. d351af0 bsg: bind bsg to request_queue instead of gendisk by FUJITA Tomonori · 17 years ago
  94. 45e79a3 bsg: add a request_queue argument to scsi_cmd_ioctl() by FUJITA Tomonori · 17 years ago
  95. 7e75d73 bsg: simplify __bsg_alloc_command failpath by FUJITA Tomonori · 17 years ago
  96. 264a047 bsg: add cheasy error checks for sysfs stuff by Jens Axboe · 17 years ago
  97. 5309cb3 Add queue resizing support by Jens Axboe · 17 years ago
  98. 2ef7086 bsg: silence a bogus gcc warning by Jens Axboe · 17 years ago
  99. b711afa bsg: style cleanup by Jens Axboe · 17 years ago
  100. 10e8855 bsg: add SG_IO to SG v4 by FUJITA Tomonori · 17 years ago