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