1. 88ed86f Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  2. 5f4f0c4 compat_blkdev_driver_ioctl: Remove unused variable warning by Linus Torvalds · 16 years ago
  3. 31d85ab proc: move /proc/diskstats boilerplate to block/genhd.c by Alexey Dobriyan · 16 years ago
  4. f500975 proc: move rest of /proc/partitions code to block/genhd.c by Alexey Dobriyan · 16 years ago
  5. 56b26ad [PATCH] kill the rest of struct file propagation in block ioctls by Al Viro · 16 years ago
  6. 6af3a56 [PATCH] get rid of struct file use in blkdev_ioctl() BLKBSZSET by Al Viro · 16 years ago
  7. 45048d0 [PATCH] get rid of blkdev_locked_ioctl() by Al Viro · 16 years ago
  8. e436fda [PATCH] get rid of blkdev_driver_ioctl() by Al Viro · 16 years ago
  9. 33c2dca [PATCH] trim file propagation in block/compat_ioctl.c by Al Viro · 16 years ago
  10. 90b8f28 [PATCH] end of methods switch: remove the old ones by Al Viro · 16 years ago
  11. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  12. 633a08b [PATCH] introduce __blkdev_driver_ioctl() by Al Viro · 17 years ago
  13. 74f3c8a [PATCH] switch scsi_cmd_ioctl() to passing fmode_t by Al Viro · 17 years ago
  14. e915e87 [PATCH] switch sg_scsi_ioctl() to passing fmode_t by Al Viro · 16 years ago
  15. 5842e51 [PATCH] pass mode instead of file to sg_io() by Al Viro · 16 years ago
  16. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  17. c53dbf5 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  18. ed09441 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  19. f73e2d1 block: remove __generic_unplug_device() from exports by Jens Axboe · 16 years ago
  20. 713ada9 block: move q->unplug_work initialization by Peter Zijlstra · 16 years ago
  21. 496aa8a block: fix current kernel-doc warnings by Randy Dunlap · 16 years ago
  22. 80a4b58 block: only call ->request_fn when the queue is not stopped by Jens Axboe · 16 years ago
  23. ee2e992 block: simplify string handling in elv_iosched_store() by Li Zefan · 16 years ago
  24. e6d63840 block: fix kernel-doc for blk_alloc_devt() by Li Zefan · 16 years ago
  25. 8677142 block: fix nr_phys_segments miscalculation bug by FUJITA Tomonori · 16 years ago
  26. 1ff9f54 device create: block: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  27. 6000a36 [SCSI] block: separate failfast into multiple bits. by Mike Christie · 16 years ago
  28. ad7fce9 block: Switch blk_integrity_compare from bdev to gendisk by Martin K. Petersen · 16 years ago
  29. 0c032ab block: Fix double put in blk_integrity_unregister by Martin K. Petersen · 16 years ago
  30. d00e29f block: remove end_{queued|dequeued}_request() by Kiyoshi Ueda · 16 years ago
  31. 99cd338 block: change elevator to use __blk_end_request() by Kiyoshi Ueda · 16 years ago
  32. 0497b34 blktrace: use BLKTRACE_BDEV_SIZE as the name size for setup structure by Jens Axboe · 16 years ago
  33. ef9e3fa block: add lld busy state exporting interface by Kiyoshi Ueda · 16 years ago
  34. 336c3d8 block: Fix blk_start_queueing() to not kick a stopped queue by Elias Oltmanns · 16 years ago
  35. e3ba9ae block: reserve some tags just for sync IO by Jens Axboe · 16 years ago
  36. f7d7b7a block: as/cfq ssd idle check update by Jens Axboe · 16 years ago
  37. a68bbdd block: add queue flag for SSD/non-rotational devices by Jens Axboe · 16 years ago
  38. 4ee5eaf block: add a queue flag for request stacking support by Kiyoshi Ueda · 16 years ago
  39. 82124d6 block: add request submission interface by Kiyoshi Ueda · 16 years ago
  40. 32fab44 block: add request update interface by Kiyoshi Ueda · 16 years ago
  41. e3335de9 block: blk_cleanup_queue() should call blk_sync_queue() by Jens Axboe · 16 years ago
  42. 7ba1fba block: use rq complete marking in blk_abort_request() by Jens Axboe · 16 years ago
  43. 581d4e2 block: add fault injection mechanism for faking request timeouts by Jens Axboe · 16 years ago
  44. 3e6053d block: adjust blkdev_issue_discard for swap by Hugh Dickins · 16 years ago
  45. 11914a5 block: Add interface to abort queued requests by Mike Anderson · 16 years ago
  46. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  47. 243294d block: fix duplicate headers for /proc/partitions by Tejun Heo · 16 years ago
  48. 8188276 block: make blk_rq_map_user take a NULL user-space buffer by FUJITA Tomonori · 16 years ago
  49. 839e96a block: update comment on end_request() by Jens Axboe · 16 years ago
  50. 2bbedcb block: don't test for partition size in bdget_disk() and blk_lookup_devt() by Tejun Heo · 16 years ago
  51. aeb3d3a block: kmalloc args reversed, small function definition fixes by Harvey Harrison · 16 years ago
  52. 8790407 block: add blk_rq_aligned helper function by FUJITA Tomonori · 16 years ago
  53. 152e283 block: introduce struct rq_map_data to use reserved pages by FUJITA Tomonori · 16 years ago
  54. a3bce90 block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov by FUJITA Tomonori · 16 years ago
  55. 45333d5 cfq-iosched: fix queue depth detection by Aaron Carroll · 16 years ago
  56. 6054016 block: don't use bio_has_data() in the completion path by Jens Axboe · 16 years ago
  57. ab780f1 block: inherit CPU completion on bio->rq and rq->rq merges by Jens Axboe · 16 years ago
  58. c7c22e4 block: add support for IO CPU affinity by Jens Axboe · 16 years ago
  59. 18887ad block: make kblockd_schedule_work() take the queue as parameter by Jens Axboe · 16 years ago
  60. b646fc5 block: split softirq handling into blk-softirq.c by Jens Axboe · 16 years ago
  61. 0835da6 block: use linux/uaccess.h in elevator.c instead of asm variant by Jens Axboe · 16 years ago
  62. 3e1a7ff block: allow disk to have extended device number by Tejun Heo · 16 years ago
  63. 689d6fa block: replace @ext_minors with GENHD_FL_EXT_DEVT by Tejun Heo · 16 years ago
  64. 540eed5 block: make partition array dynamic by Tejun Heo · 16 years ago
  65. 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago
  66. eddb2e2 block: kill GENHD_FL_FAIL and use part0->make_it_fail by Tejun Heo · 16 years ago
  67. 0762b8b block: always set bdev->bd_part by Tejun Heo · 16 years ago
  68. 4c46501 block: move holder_dir from disk to part0 by Tejun Heo · 16 years ago
  69. b7db995 block: move policy from disk to part0 by Tejun Heo · 16 years ago
  70. e561052 block: unify sysfs size node handling by Tejun Heo · 16 years ago
  71. 548b10e block: move __dev from disk to part0 by Tejun Heo · 16 years ago
  72. b5d0b9d block: introduce partition 0 by Tejun Heo · 16 years ago
  73. ed9e198 block: implement and use {disk|part}_to_dev() by Tejun Heo · 16 years ago
  74. 870d665 block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT by Tejun Heo · 16 years ago
  75. 1f01429 block: adjust formatting for large minors and add ext_range sysfs attr by Tejun Heo · 16 years ago
  76. bcce3de block: implement extended dev numbers by Tejun Heo · 16 years ago
  77. c995905 block: fix diskstats access by Tejun Heo · 16 years ago
  78. e71bf0d block: fix disk->part[] dereferencing race by Tejun Heo · 16 years ago
  79. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  80. cf771cb block: make variable and argument names more consistent by Tejun Heo · 16 years ago
  81. 310a2c1 block: misc updates by Tejun Heo · 16 years ago
  82. 88e3412 block: update add_partition() error handling by Tejun Heo · 16 years ago
  83. ec2cded block: allow deleting zero length partition by Tejun Heo · 16 years ago
  84. def4e38 block: use class_dev_iterator instead of class_for_each_device() by Tejun Heo · 16 years ago
  85. 2ac3cee block: don't grab block_class_lock unnecessarily by Tejun Heo · 16 years ago
  86. ac65ece block: fix partition info printouts by Tejun Heo · 16 years ago
  87. 710027a Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC. by Randy Dunlap · 16 years ago
  88. 5df97b9 drop vmerge accounting by Mikulas Patocka · 16 years ago
  89. b8b3e16 block: drop virtual merging accounting by Mikulas Patocka · 16 years ago
  90. 4fb72f7 deadline-iosched: non-functional fixes by Aaron Carroll · 16 years ago
  91. 63de428 deadline-iosched: allow non-sequential batching by Aaron Carroll · 16 years ago
  92. e17fc0a Allow elevators to sort/merge discard requests by David Woodhouse · 16 years ago
  93. d30a260 Add BLKDISCARD ioctl to allow userspace to discard sectors by David Woodhouse · 16 years ago
  94. 2ebca85 Use WRITE_BARRIER in blkdev_issue_flush(), not (1<<BIO_RW_BARRIER) by OGAWA Hirofumi · 16 years ago
  95. 35ba8f7 blktrace: simplify flags handling in __blk_add_trace by David Woodhouse · 16 years ago
  96. 27b29e8 blktrace: support discard requests by David Woodhouse · 16 years ago
  97. fb2dce8 Add 'discard' request handling by David Woodhouse · 16 years ago
  98. d628eae Fix up comments about matching flags between bio and rq by David Woodhouse · 16 years ago
  99. 051cc39 block: use bio_has_data() in the IO completion path by Jens Axboe · 16 years ago
  100. a9c701e block: use bio_has_data() to check for data carrying bio by Jens Axboe · 16 years ago