1. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  2. 608aeef Call flush_disk() after detecting an online resize. by Andrew Patterson · 16 years ago
  3. 56ade44 Added flush_disk to factor out common buffer cache flushing code. by Andrew Patterson · 16 years ago
  4. f98a8ca SCSI sd driver calls revalidate_disk wrapper. by Andrew Patterson · 16 years ago
  5. 9bc3ffb Check for device resize when rescanning partitions by Andrew Patterson · 16 years ago
  6. c3279d1 Adjust block device size after an online resize of a disk. by Andrew Patterson · 16 years ago
  7. 0c002c2 Wrapper for lower-level revalidate_disk routines. by Andrew Patterson · 16 years ago
  8. 243294d block: fix duplicate headers for /proc/partitions by Tejun Heo · 16 years ago
  9. fad7f01 sg: set dxferp to NULL for READ with the older SG interface by FUJITA Tomonori · 16 years ago
  10. 8188276 block: make blk_rq_map_user take a NULL user-space buffer by FUJITA Tomonori · 16 years ago
  11. 839e96a block: update comment on end_request() by Jens Axboe · 16 years ago
  12. 55dc7db init: DEBUG_BLOCK_EXT_DEVT requires explicit root= param by Tejun Heo · 16 years ago
  13. 2bbedcb block: don't test for partition size in bdget_disk() and blk_lookup_devt() by Tejun Heo · 16 years ago
  14. 759f8ca Change default value of CONFIG_DEBUG_BLOCK_EXT_DEVT to 'n' by Jens Axboe · 16 years ago
  15. aeb3d3a block: kmalloc args reversed, small function definition fixes by Harvey Harrison · 16 years ago
  16. 01cfcdd sg: use blk_rq_aligned helper function by FUJITA Tomonori · 16 years ago
  17. 8790407 block: add blk_rq_aligned helper function by FUJITA Tomonori · 16 years ago
  18. 4d8ab62 bio: convert bio_copy_kern to use bio_copy_user by FUJITA Tomonori · 16 years ago
  19. 10db10d sg: convert the indirect IO path to use the block layer by FUJITA Tomonori · 16 years ago
  20. 6e5a30c sg: convert the direct IO path to use the block layer by FUJITA Tomonori · 16 years ago
  21. 10865df sg: convert the non-data path to use the block layer by FUJITA Tomonori · 16 years ago
  22. 152e283 block: introduce struct rq_map_data to use reserved pages by FUJITA Tomonori · 16 years ago
  23. a3bce90 block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov by FUJITA Tomonori · 16 years ago
  24. 45333d5 cfq-iosched: fix queue depth detection by Aaron Carroll · 16 years ago
  25. 6054016 block: don't use bio_has_data() in the completion path by Jens Axboe · 16 years ago
  26. ab780f1 block: inherit CPU completion on bio->rq and rq->rq merges by Jens Axboe · 16 years ago
  27. c7c22e4 block: add support for IO CPU affinity by Jens Axboe · 16 years ago
  28. 18887ad block: make kblockd_schedule_work() take the queue as parameter by Jens Axboe · 16 years ago
  29. b646fc5 block: split softirq handling into blk-softirq.c by Jens Axboe · 16 years ago
  30. 0835da6 block: use linux/uaccess.h in elevator.c instead of asm variant by Jens Axboe · 16 years ago
  31. 3e1a7ff block: allow disk to have extended device number by Tejun Heo · 16 years ago
  32. 689d6fa block: replace @ext_minors with GENHD_FL_EXT_DEVT by Tejun Heo · 16 years ago
  33. 540eed5 block: make partition array dynamic by Tejun Heo · 16 years ago
  34. 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago
  35. eddb2e2 block: kill GENHD_FL_FAIL and use part0->make_it_fail by Tejun Heo · 16 years ago
  36. 0762b8b block: always set bdev->bd_part by Tejun Heo · 16 years ago
  37. 4c46501 block: move holder_dir from disk to part0 by Tejun Heo · 16 years ago
  38. b7db995 block: move policy from disk to part0 by Tejun Heo · 16 years ago
  39. e561052 block: unify sysfs size node handling by Tejun Heo · 16 years ago
  40. 548b10e block: move __dev from disk to part0 by Tejun Heo · 16 years ago
  41. 80795ae block: move capacity from disk to part0 by Tejun Heo · 16 years ago
  42. b5d0b9d block: introduce partition 0 by Tejun Heo · 16 years ago
  43. ed9e198 block: implement and use {disk|part}_to_dev() by Tejun Heo · 16 years ago
  44. 870d665 block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT by Tejun Heo · 16 years ago
  45. f615b48 sd/ide-disk: apply extended minors to sd and ide by Tejun Heo · 16 years ago
  46. 1f01429 block: adjust formatting for large minors and add ext_range sysfs attr by Tejun Heo · 16 years ago
  47. bcce3de block: implement extended dev numbers by Tejun Heo · 16 years ago
  48. c995905 block: fix diskstats access by Tejun Heo · 16 years ago
  49. e71bf0d block: fix disk->part[] dereferencing race by Tejun Heo · 16 years ago
  50. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  51. cf771cb block: make variable and argument names more consistent by Tejun Heo · 16 years ago
  52. 310a2c1 block: misc updates by Tejun Heo · 16 years ago
  53. 88e3412 block: update add_partition() error handling by Tejun Heo · 16 years ago
  54. ec2cded block: allow deleting zero length partition by Tejun Heo · 16 years ago
  55. def4e38 block: use class_dev_iterator instead of class_for_each_device() by Tejun Heo · 16 years ago
  56. 2ac3cee block: don't grab block_class_lock unnecessarily by Tejun Heo · 16 years ago
  57. ac65ece block: fix partition info printouts by Tejun Heo · 16 years ago
  58. 5a3ceb8 driver-core: use klist for class device list and implement iterator by Tejun Heo · 16 years ago
  59. a1ed5b0 klist: don't iterate over deleted entries by Tejun Heo · 16 years ago
  60. 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
  61. 5b99c2f block: make bi_phys_segments an unsigned int instead of short by Jens Axboe · 16 years ago
  62. 960e739 block: raid fixups for removal of bi_hw_segments by Jens Axboe · 16 years ago
  63. 5df97b9 drop vmerge accounting by Mikulas Patocka · 16 years ago
  64. b8b3e16 block: drop virtual merging accounting by Mikulas Patocka · 16 years ago
  65. 6a421c1 block: update documentation for deadline fifo_batch tunable by Aaron Carroll · 16 years ago
  66. 4fb72f7 deadline-iosched: non-functional fixes by Aaron Carroll · 16 years ago
  67. 63de428 deadline-iosched: allow non-sequential batching by Aaron Carroll · 16 years ago
  68. 766ca44 virtio_blk: use a wrapper function to access io context information of IO requests by Fernando Luis Vázquez Cao · 16 years ago
  69. 1a8e2bd Kill REQ_TYPE_FLUSH by David Woodhouse · 16 years ago
  70. e17fc0a Allow elevators to sort/merge discard requests by David Woodhouse · 16 years ago
  71. d30a260 Add BLKDISCARD ioctl to allow userspace to discard sectors by David Woodhouse · 16 years ago
  72. 2ebca85 Use WRITE_BARRIER in blkdev_issue_flush(), not (1<<BIO_RW_BARRIER) by OGAWA Hirofumi · 16 years ago
  73. 35ba8f7 blktrace: simplify flags handling in __blk_add_trace by David Woodhouse · 16 years ago
  74. 27b29e8 blktrace: support discard requests by David Woodhouse · 16 years ago
  75. fdc5397 Support 'discard sectors' operation. by David Woodhouse · 16 years ago
  76. eae9acd Support 'discard sectors' operation in translation layer support core by David Woodhouse · 16 years ago
  77. 8c540a9 Let the block device know when sectors can be discarded by David Woodhouse · 16 years ago
  78. fb2dce8 Add 'discard' request handling by David Woodhouse · 16 years ago
  79. d628eae Fix up comments about matching flags between bio and rq by David Woodhouse · 16 years ago
  80. 3614407 highmem: use bio_has_data() in the bounce path by Jens Axboe · 16 years ago
  81. 051cc39 block: use bio_has_data() in the IO completion path by Jens Axboe · 16 years ago
  82. a9c701e block: use bio_has_data() to check for data carrying bio by Jens Axboe · 16 years ago
  83. 7a67f63 block: add bio_has_data() to detect whether a bio carries data or not by Jens Axboe · 16 years ago
  84. 35e396c SG_IO block filter whitelist missing MMC SET READ AHEAD command by xiphmont@xiph.org · 16 years ago
  85. 6984937 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  86. 392eaef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  87. 8806048 [MIPS] Sibyte: Register PIO PATA device only for Swarm and Litte Sur by Ralf Baechle · 16 years ago
  88. 9d2c27e tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd. by Daniele Lacamera · 16 years ago
  89. 58ec3b4 net: Fix netdev_run_todo dead-lock by Herbert Xu · 16 years ago
  90. 742201e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 16 years ago
  91. 53240c2 tcp: Fix possible double-ack w/ user dma by Ali Saidi · 16 years ago
  92. b6c40d6 net: only invoke dev->change_rx_flags when device is UP by Patrick McHardy · 16 years ago
  93. 85ba94b SLOB: fix bogus ksize calculation by Matt Mackall · 16 years ago
  94. e09e6e2 Revert "V4L/DVB (8904): cx88: add missing unlock_kernel" by Linus Torvalds · 16 years ago
  95. 4330ed8 Linux 2.6.27-rc9 by Linus Torvalds · 16 years ago
  96. 87f3b6b Marker depmod fix core kernel list by Mathieu Desnoyers · 16 years ago
  97. afed26d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 16 years ago
  98. 6106611 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  99. f1ea725 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  100. ba9b0c1 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago