1. d6c7396 bsg: fix race of bsg_open and bsg_unregister by Anatoliy Glagolev · 6 years ago
  2. 5de815a block: remove parent device reference from struct bsg_class_device by Christoph Hellwig · 6 years ago
  3. ff005a0 block: sanitize blk_get_request calling conventions by Christoph Hellwig · 6 years ago
  4. 17cb960 bsg: split handling of SCSI CDBs vs transport requeues by Christoph Hellwig · 6 years ago
  5. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  6. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  7. 3124b65 bsg: use pr_debug instead of hand crafted macros by Johannes Thumshirn · 7 years ago
  8. 1771e70 block: annotate ->poll() instances by Al Viro · 7 years ago
  9. f00c4d8 block: pass full fmode_t to blk_verify_command by Christoph Hellwig · 7 years ago
  10. c529594 bsg: remove #if 0'ed code by Christoph Hellwig · 7 years ago
  11. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 7 years ago
  12. 2a842ac block: introduce new block status code type by Christoph Hellwig · 7 years ago
  13. d9f9726 bsg: Check queue type before attaching to a queue by Bart Van Assche · 7 years ago
  14. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  15. 17d5363 scsi: introduce a result field in struct scsi_request by Christoph Hellwig · 7 years ago
  16. db68ce1 new helper: uaccess_kernel() by Al Viro · 7 years ago
  17. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  18. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  19. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  20. 128394e sg_write()/bsg_write() is not fit to be called under KERNEL_DS by Al Viro · 8 years ago
  21. 46f3cc1 block: drop q argument from bsg_validate_sgv4_hdr by Johannes Thumshirn · 8 years ago
  22. 2c56124 block: Simplify bsg complete all by Peter Zijlstra · 10 years ago
  23. 55872c5 bsg: fix potential error pointer dereference by Jens Axboe · 10 years ago
  24. a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
  25. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  26. 49fd524 bsg: update check for rq based driver for blk-mq by Jens Axboe · 10 years ago
  27. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  28. bab998d block: convert to idr_alloc() by Tejun Heo · 12 years ago
  29. 37b40ad bsg: fix sysfs link remove warning by Stanislaw Gruszka · 13 years ago
  30. b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  31. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  32. 09ac46c block: misc updates to blk_get_queue() by Tejun Heo · 13 years ago
  33. 2b727c6 bsg: fix address space warning from sparse by Namhyung Kim · 13 years ago
  34. 44194e3 bsg: remove unnecessary conditional expressions by Namhyung Kim · 13 years ago
  35. 80ceb05 bsg: fix bsg_poll() to return POLLOUT properly by Namhyung Kim · 13 years ago
  36. c7a841f [SCSI] bsg: correct fault if queue object removed while dev_t open by James Smart · 14 years ago
  37. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  38. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  39. 4789716 [SCSI] bsg: fix incorrect device_status value by FUJITA Tomonori · 14 years ago
  40. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  41. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  42. 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
  43. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  44. ad5ebd2 block: jiffies fixes by Randy Dunlap · 15 years ago
  45. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  46. 018e044 block: get rid of queue-private command filter by Jens Axboe · 15 years ago
  47. 1119865 block: revert "bsg: setting rq->bio to NULL" by FUJITA Tomonori · 15 years ago
  48. 2bdf914 Driver Core: bsg: add nodename for bsg driver by Kay Sievers · 15 years ago
  49. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  50. c1d4c41 bsg: setting rq->bio to NULL by FUJITA Tomonori · 15 years ago
  51. c3a4d78 block: add rq->resid_len by Tejun Heo · 15 years ago
  52. e7cbbf1 bsg: Remove bogus check against request_queue->max_sectors by Boaz Harrosh · 15 years ago
  53. 0537894 bsg: add support for tail queuing by Boaz Harrosh · 15 years ago
  54. c1c2012 bsg: Fix sense buffer bug in SG_IO by Boaz Harrosh · 16 years ago
  55. 3ada8b7 block: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  56. f2f1fa7 Enforce a minimum SG_IO timeout by Linus Torvalds · 16 years ago
  57. 74f3c8a [PATCH] switch scsi_cmd_ioctl() to passing fmode_t by Al Viro · 17 years ago
  58. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  59. 1ff9f54 device create: block: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  60. 152e283 block: introduce struct rq_map_data to use reserved pages by FUJITA Tomonori · 16 years ago
  61. a3bce90 block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov by FUJITA Tomonori · 16 years ago
  62. abf5439 block: move cmdfilter from gendisk to request_queue by FUJITA Tomonori · 16 years ago
  63. f79f060 device create: block: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  64. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  65. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 16 years ago
  66. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  67. dddec01 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  68. 8df5fc0 [SCSI] bsg: fix oops on remove by James Bottomley · 16 years ago
  69. 3f27e3e [SCSI] bsg: fix bsg_mutex hang with device removal by FUJITA Tomonori · 16 years ago
  70. 0b07de8 allow userspace to modify scsi command filter on per device basis by Adel Gadllah · 16 years ago
  71. 75bd2ef bsg: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  72. d626e3b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  73. 9f5de6b [SCSI] bsg: add large command support by FUJITA Tomonori · 16 years ago
  74. 24c03d4 block: remove remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  75. 97f46ae [SCSI] bsg: add release callback support by FUJITA Tomonori · 16 years ago
  76. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 17 years ago
  77. 99773aa [SCSI] bsg: no need to set BSG_F_BLOCK bit in bsg_complete_all_commands by FUJITA Tomonori · 16 years ago
  78. 842ea77 [SCSI] bsg: remove minor in struct bsg_device by FUJITA Tomonori · 16 years ago
  79. 43ac9e6 [SCSI] bsg: use better helper list functions by FUJITA Tomonori · 16 years ago
  80. c3ff1b9 [SCSI] bsg: replace kobject_get with blk_get_queue by FUJITA Tomonori · 16 years ago
  81. d45ac4f [SCSI] bsg: takes a ref to struct device in fops->open by FUJITA Tomonori · 16 years ago
  82. 7a85f88 block: restore the meaning of rq->data_len to the true data length by FUJITA Tomonori · 17 years ago
  83. 6b00769 block: add request->raw_data_len by Tejun Heo · 17 years ago
  84. 40f6202 [SCSI] bsg: copy the cmd_type field to the subordinate request for bidi by James Bottomley · 17 years ago
  85. 2d507a0 [SCSI] libsas, bsg: pass errors through correctly by James Bottomley · 17 years ago
  86. 7344be0 bsg: mark struct file_operations const by Arjan van de Ven · 17 years ago
  87. 7e7654a cdev: remove unneeded setting of cdev names by Greg Kroah-Hartman · 17 years ago
  88. 0c6a89b [SCSI] bsg: update sg_io_v4 structure by FUJITA Tomonori · 17 years ago
  89. a6ce22a Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 17 years ago
  90. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  91. 1079ddc [SCSI] bsg: remove unnecessary code and comments by FUJITA Tomonori · 17 years ago
  92. 598443a [SCSI] bsg: use lib/idr.c to find a unique minor number by FUJITA Tomonori · 17 years ago
  93. e6f194d Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  94. df46882 [SCSI] bsg: fix bsg_unregister_queue by FUJITA Tomonori · 17 years ago
  95. 39dca55 [SCSI] bsg: make class backlinks by James Bottomley · 17 years ago
  96. 6826ee4 [SCSI] bsg: fix bsg_register_queue error path by James Bottomley · 17 years ago
  97. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  98. 80ed71c [SCSI] bsg: separate bsg and SCSI (so SCSI can be modular) by James Bottomley · 17 years ago
  99. 5d3a8cd bsg: fix missing space in version print by Jens Axboe · 17 years ago
  100. 0ed081c bsg: minor cleanup by FUJITA Tomonori · 17 years ago