1. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  2. 1ca91cd0 compat_ioctl: move floppy handlers to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  3. b3087cc compat_ioctl: move cdrom handlers to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  4. 18cf7f8 compat_ioctl: move BLKPG handling to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  5. 9617db0 compat_ioctl: move hdio calls to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  6. 171044d4 compat_ioctl: handle blk_trace ioctls by Arnd Bergmann · 17 years ago
  7. 7199d4c compat_ioctl: add compat_blkdev_driver_ioctl() by Arnd Bergmann · 17 years ago
  8. f58c4c0 compat_ioctl: move common block ioctls to compat_blkdev_ioctl by Arnd Bergmann · 17 years ago
  9. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  10. 5bb23a6 Don't decrement bi_size in bio_endio by NeilBrown · 17 years ago
  11. d24517d Remove flush_dry_bio_endio by NeilBrown · 17 years ago
  12. db47d47 ll_rw_blk: blk_cpu_notifier should be __cpuinitdata by Satyam Sharma · 17 years ago
  13. 6c92e69 Fixup rq_for_each_segment() indentation by Jens Axboe · 17 years ago
  14. bc1c56f Share code between init_request_from_bio and blk_rq_bio_prep by NeilBrown · 17 years ago
  15. 6684657 Stop exporting blk_rq_bio_prep by NeilBrown · 17 years ago
  16. 3001ca7 New function blk_req_append_bio by NeilBrown · 17 years ago
  17. 5705f70 Introduce rq_for_each_segment replacing rq_for_each_bio by NeilBrown · 17 years ago
  18. 9dfa528 Merge blk_recount_segments into blk_recalc_rq_segments by NeilBrown · 17 years ago
  19. dd94125 shared tag queue barrier comment by Nick Piggin · 17 years ago
  20. f3da54b Fix race with shared tag queue maps by Jens Axboe · 17 years ago
  21. c7149d6 Fix remap handling by blktrace by Alan D. Brunelle · 17 years ago
  22. 0c6a89b [SCSI] bsg: update sg_io_v4 structure by FUJITA Tomonori · 17 years ago
  23. a6ce22a Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 17 years ago
  24. 99d4d0a [SCSI] bsg: Fix build for CONFIG_BLOCK=n by Paul Mundt · 17 years ago
  25. 7c2ff38 blktrace: use cpu_clock() instead of sched_clock() by Ingo Molnar · 17 years ago
  26. 4d5d8e9 bsg: Fix build for CONFIG_BLOCK=n by Paul Mundt · 17 years ago
  27. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  28. 1079ddc [SCSI] bsg: remove unnecessary code and comments by FUJITA Tomonori · 17 years ago
  29. 598443a [SCSI] bsg: use lib/idr.c to find a unique minor number by FUJITA Tomonori · 17 years ago
  30. e6f194d Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  31. 41e1703 [SCSI] bsg: unexport sg v3 helper functions by FUJITA Tomonori · 17 years ago
  32. df46882 [SCSI] bsg: fix bsg_unregister_queue by FUJITA Tomonori · 17 years ago
  33. 39dca55 [SCSI] bsg: make class backlinks by James Bottomley · 17 years ago
  34. 6826ee4 [SCSI] bsg: fix bsg_register_queue error path by James Bottomley · 17 years ago
  35. 8350163 cfq: Write-only stuff in CFQ data structures by Alexey Dobriyan · 17 years ago
  36. c2dea2d cfq: async queue allocation per priority by Vasily Tarasov · 17 years ago
  37. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  38. 80ed71c [SCSI] bsg: separate bsg and SCSI (so SCSI can be modular) by James Bottomley · 17 years ago
  39. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  40. f3d9071 Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  41. f448024 unregister_blkdev(): return void by Akinobu Mita · 17 years ago
  42. 294462a unregister_blkdev(): do WARN_ON on failure by Akinobu Mita · 17 years ago
  43. 94f6030 Slab allocators: Replace explicit zeroing with __GFP_ZERO by Christoph Lameter · 17 years ago
  44. 5d3a8cd bsg: fix missing space in version print by Jens Axboe · 17 years ago
  45. 319a7b7 bsg: Kconfig updates by FUJITA Tomonori · 17 years ago
  46. 0ed081c bsg: minor cleanup by FUJITA Tomonori · 17 years ago
  47. 1c1133e bsg: device hash table cleanup by FUJITA Tomonori · 17 years ago
  48. 9b9f770 bsg: fix initialization error handling bugs by FUJITA Tomonori · 17 years ago
  49. 46f6ef4 bsg: convert to dynamic major by Jens Axboe · 17 years ago
  50. 25fd164 bsg: address various review comments by Jens Axboe · 17 years ago
  51. 29417b8 Make BLK_DEV_BSG depend strictly on SCSI=y by Linus Torvalds · 17 years ago
  52. abce891 Fix new generic block device SG compile by Linus Torvalds · 17 years ago
  53. 58ff411 bsg: Kconfig updates by FUJITA Tomonori · 17 years ago
  54. 15d10b6 bsg: add SCSI transport-level request support by FUJITA Tomonori · 17 years ago
  55. 2c9ecdf bsg: add bidi support by FUJITA Tomonori · 17 years ago
  56. abae1fd add a struct request pointer to the request structure by FUJITA Tomonori · 17 years ago
  57. efba1a3 bsg: fix the deadlock on discarding done commands by FUJITA Tomonori · 17 years ago
  58. e7d7217 bsg: fix a blocking read bug by FUJITA Tomonori · 17 years ago
  59. 4cf0723 bsg: minor bug fixes by FUJITA Tomonori · 17 years ago
  60. 292b7f2 improve bsg device allocation by FUJITA Tomonori · 17 years ago
  61. 4e2872d bind bsg to all SCSI devices by FUJITA Tomonori · 17 years ago
  62. d351af0 bsg: bind bsg to request_queue instead of gendisk by FUJITA Tomonori · 17 years ago
  63. 45e79a3 bsg: add a request_queue argument to scsi_cmd_ioctl() by FUJITA Tomonori · 17 years ago
  64. 7e75d73 bsg: simplify __bsg_alloc_command failpath by FUJITA Tomonori · 17 years ago
  65. 264a047 bsg: add cheasy error checks for sysfs stuff by Jens Axboe · 17 years ago
  66. 5309cb3 Add queue resizing support by Jens Axboe · 17 years ago
  67. 2ef7086 bsg: silence a bogus gcc warning by Jens Axboe · 18 years ago
  68. b711afa bsg: style cleanup by Jens Axboe · 18 years ago
  69. 10e8855 bsg: add SG_IO to SG v4 by FUJITA Tomonori · 18 years ago
  70. 70e36ec bsg: replace SG v3 with SG v4 by FUJITA Tomonori · 18 years ago
  71. 337ad41d block: export blk_verify_command for SG v4 by FUJITA Tomonori · 18 years ago
  72. 9e69fbb bsg: minor cleanups by FUJITA Tomonori · 18 years ago
  73. ac6b91b block: changes for blk_rq_unmap_user new API by FUJITA Tomonori · 18 years ago
  74. 3d6392c bsg: support for full generic block layer SG v3 by Jens Axboe · 17 years ago
  75. 70cee26 Use list_for_each_entry() instead of list_for_each() in the block device by Matthias Kaehlcke · 17 years ago
  76. 16ed002 Use menuconfigs instead of menus, so the whole menu can be disabled at once by Jan Engelhardt · 17 years ago
  77. 15c31be cfq-iosched: fix async queue behaviour by Jens Axboe · 17 years ago
  78. f4b0930 [BLOCK] drop unnecessary bvec rewinding from flush_dry_bio_endio by Tejun Heo · 17 years ago
  79. 32eef96 blk_hw_contig_segment(): bad segment size checks by Jens Axboe · 17 years ago
  80. bc90ba0 block: always requeue !fs requests at the front by Tejun Heo · 17 years ago
  81. 8ce7ad7 genhd: send async notification on media change by Kristen Carlson Accardi · 17 years ago
  82. 86ce18d genhd: expose AN to user space by Kristen Carlson Accardi · 17 years ago
  83. f653c34 ll_rw_blk: fix gcc 4.2 warning on current_io_context() by Jens Axboe · 17 years ago
  84. d89d879 When stacked block devices are in-use (e.g. md or dm), the recursive calls by Neil Brown · 17 years ago
  85. 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  86. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  87. 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 17 years ago
  88. 19a75d8 kblockd: use flush_work by Andrew Morton · 17 years ago
  89. dd2a345 Display all possible partitions when the root filesystem failed to mount by Dave Gilbert · 17 years ago
  90. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  91. 02a9320 Merge branch 'for-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  92. c6a632a as: fix antic_expire check by Nick Piggin · 17 years ago
  93. 821de3a [PATCH] ll_rw_blk: fix missing bounce in blk_rq_map_kern() by Mike Christie · 17 years ago
  94. 0a31bd5 KMEM_CACHE(): simplify slab cache creation by Christoph Lameter · 17 years ago
  95. f98393a mm: remove destroy_dirty_buffers from invalidate_bdev() by Peter Zijlstra · 17 years ago
  96. 4f7a307 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  97. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  98. 07e4470 Merge branch 'cfq' into for-linus by Jens Axboe · 17 years ago
  99. 2a12dcd [PATCH] elevator: elv_list_lock does not need irq disabling by Jens Axboe · 17 years ago
  100. 597bc48 cfq-iosched: speedup cic rb lookup by Jens Axboe · 17 years ago