1. 8790407 block: add blk_rq_aligned helper function by FUJITA Tomonori · 16 years ago
  2. 4d8ab62 bio: convert bio_copy_kern to use bio_copy_user by FUJITA Tomonori · 16 years ago
  3. 10db10d sg: convert the indirect IO path to use the block layer by FUJITA Tomonori · 16 years ago
  4. 6e5a30c sg: convert the direct IO path to use the block layer by FUJITA Tomonori · 16 years ago
  5. 10865df sg: convert the non-data path to use the block layer by FUJITA Tomonori · 16 years ago
  6. 152e283 block: introduce struct rq_map_data to use reserved pages by FUJITA Tomonori · 16 years ago
  7. a3bce90 block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov by FUJITA Tomonori · 16 years ago
  8. 45333d5 cfq-iosched: fix queue depth detection by Aaron Carroll · 16 years ago
  9. 6054016 block: don't use bio_has_data() in the completion path by Jens Axboe · 16 years ago
  10. ab780f1 block: inherit CPU completion on bio->rq and rq->rq merges by Jens Axboe · 16 years ago
  11. c7c22e4 block: add support for IO CPU affinity by Jens Axboe · 16 years ago
  12. 18887ad block: make kblockd_schedule_work() take the queue as parameter by Jens Axboe · 16 years ago
  13. b646fc5 block: split softirq handling into blk-softirq.c by Jens Axboe · 16 years ago
  14. 0835da6 block: use linux/uaccess.h in elevator.c instead of asm variant by Jens Axboe · 16 years ago
  15. 3e1a7ff block: allow disk to have extended device number by Tejun Heo · 16 years ago
  16. 689d6fa block: replace @ext_minors with GENHD_FL_EXT_DEVT by Tejun Heo · 16 years ago
  17. 540eed5 block: make partition array dynamic by Tejun Heo · 16 years ago
  18. 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago
  19. eddb2e2 block: kill GENHD_FL_FAIL and use part0->make_it_fail by Tejun Heo · 16 years ago
  20. 0762b8b block: always set bdev->bd_part by Tejun Heo · 16 years ago
  21. 4c46501 block: move holder_dir from disk to part0 by Tejun Heo · 16 years ago
  22. b7db995 block: move policy from disk to part0 by Tejun Heo · 16 years ago
  23. e561052 block: unify sysfs size node handling by Tejun Heo · 16 years ago
  24. 548b10e block: move __dev from disk to part0 by Tejun Heo · 16 years ago
  25. 80795ae block: move capacity from disk to part0 by Tejun Heo · 16 years ago
  26. b5d0b9d block: introduce partition 0 by Tejun Heo · 16 years ago
  27. ed9e198 block: implement and use {disk|part}_to_dev() by Tejun Heo · 16 years ago
  28. 870d665 block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT by Tejun Heo · 16 years ago
  29. f615b48 sd/ide-disk: apply extended minors to sd and ide by Tejun Heo · 16 years ago
  30. 1f01429 block: adjust formatting for large minors and add ext_range sysfs attr by Tejun Heo · 16 years ago
  31. bcce3de block: implement extended dev numbers by Tejun Heo · 16 years ago
  32. c995905 block: fix diskstats access by Tejun Heo · 16 years ago
  33. e71bf0d block: fix disk->part[] dereferencing race by Tejun Heo · 16 years ago
  34. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  35. cf771cb block: make variable and argument names more consistent by Tejun Heo · 16 years ago
  36. 310a2c1 block: misc updates by Tejun Heo · 16 years ago
  37. 88e3412 block: update add_partition() error handling by Tejun Heo · 16 years ago
  38. ec2cded block: allow deleting zero length partition by Tejun Heo · 16 years ago
  39. def4e38 block: use class_dev_iterator instead of class_for_each_device() by Tejun Heo · 16 years ago
  40. 2ac3cee block: don't grab block_class_lock unnecessarily by Tejun Heo · 16 years ago
  41. ac65ece block: fix partition info printouts by Tejun Heo · 16 years ago
  42. 5a3ceb8 driver-core: use klist for class device list and implement iterator by Tejun Heo · 16 years ago
  43. a1ed5b0 klist: don't iterate over deleted entries by Tejun Heo · 16 years ago
  44. 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
  45. 5b99c2f block: make bi_phys_segments an unsigned int instead of short by Jens Axboe · 16 years ago
  46. 960e739 block: raid fixups for removal of bi_hw_segments by Jens Axboe · 16 years ago
  47. 5df97b9 drop vmerge accounting by Mikulas Patocka · 16 years ago
  48. b8b3e16 block: drop virtual merging accounting by Mikulas Patocka · 16 years ago
  49. 6a421c1 block: update documentation for deadline fifo_batch tunable by Aaron Carroll · 16 years ago
  50. 4fb72f7 deadline-iosched: non-functional fixes by Aaron Carroll · 16 years ago
  51. 63de428 deadline-iosched: allow non-sequential batching by Aaron Carroll · 16 years ago
  52. 766ca44 virtio_blk: use a wrapper function to access io context information of IO requests by Fernando Luis Vázquez Cao · 16 years ago
  53. 1a8e2bd Kill REQ_TYPE_FLUSH by David Woodhouse · 16 years ago
  54. e17fc0a Allow elevators to sort/merge discard requests by David Woodhouse · 16 years ago
  55. d30a260 Add BLKDISCARD ioctl to allow userspace to discard sectors by David Woodhouse · 16 years ago
  56. 2ebca85 Use WRITE_BARRIER in blkdev_issue_flush(), not (1<<BIO_RW_BARRIER) by OGAWA Hirofumi · 16 years ago
  57. 35ba8f7 blktrace: simplify flags handling in __blk_add_trace by David Woodhouse · 16 years ago
  58. 27b29e8 blktrace: support discard requests by David Woodhouse · 16 years ago
  59. fdc5397 Support 'discard sectors' operation. by David Woodhouse · 16 years ago
  60. eae9acd Support 'discard sectors' operation in translation layer support core by David Woodhouse · 16 years ago
  61. 8c540a9 Let the block device know when sectors can be discarded by David Woodhouse · 16 years ago
  62. fb2dce8 Add 'discard' request handling by David Woodhouse · 16 years ago
  63. d628eae Fix up comments about matching flags between bio and rq by David Woodhouse · 16 years ago
  64. 3614407 highmem: use bio_has_data() in the bounce path by Jens Axboe · 16 years ago
  65. 051cc39 block: use bio_has_data() in the IO completion path by Jens Axboe · 16 years ago
  66. a9c701e block: use bio_has_data() to check for data carrying bio by Jens Axboe · 16 years ago
  67. 7a67f63 block: add bio_has_data() to detect whether a bio carries data or not by Jens Axboe · 16 years ago
  68. 35e396c SG_IO block filter whitelist missing MMC SET READ AHEAD command by xiphmont@xiph.org · 16 years ago
  69. dd4354f Blackfin arch: fix define error in BF561 memory map macros by Graf Yang · 16 years ago
  70. f099f39 Blackfin arch: Make L2 SRAM cacheable by Sonic Zhang · 16 years ago
  71. 8606801 Blackfin arch: flags of UART3 mem resource is missing by Sonic Zhang · 16 years ago
  72. 27707d3 Blackfin arch: Fix bug - kernel build with config kernel debugging with remote gdb fails by Sonic Zhang · 16 years ago
  73. e8f462d Input: ads7846 - fix cache line sharing issue by Dmitry Torokhov · 16 years ago
  74. 2d517ca Input: cm109 - add missing newlines to messages by Daniel Gimpelevich · 16 years ago
  75. 5e9e768 Blackfin arch: Fix BUG -- BF533 + 0.5 silicon + MPU + UART PIO -> crash by Michael Hennerich · 16 years ago
  76. 49f7253 Blackfin arch: add support for BF52x-0.2, BF533-0.6, and BF54x-0.2 by Mike Frysinger · 16 years ago
  77. 46ce0d9 Blackfin arch: fix default silicon rev selection so it works for all supported parts by Mike Frysinger · 16 years ago
  78. cd88b4d Blackfin arch: BF561 is supported, no longer a work in progress by Mike Frysinger · 16 years ago
  79. 202d7bd Blackfin arch: Make sure we program the correct values in only when necessary for MUSB driver by Robin Getz · 16 years ago
  80. 36d9573 Input: document i8042.debug in kernel-parameters.txt by Jiri Kosina · 16 years ago
  81. 161c609 Input: keyboard - fix potential out of bound access to key_map by Dmitry Torokhov · 16 years ago
  82. 3343c1d Blackfin arch: Fix BUG: anomaly_threshold is used with ANOMALY_05000363 by Michael Hennerich · 16 years ago
  83. d57f5f7 IB/mlx4: Set RLKEY bit for kernel QPs by Vladimir Sokolovsky · 16 years ago
  84. 724f880 jme: Fix warnings with CONFIG_PM disabled. by David S. Miller · 16 years ago
  85. 6dc0c97 jme: Advances version number by Guo-Fu Tseng · 16 years ago
  86. 576b522 jme: Faulty IRQ handle bug fix by akeemting · 16 years ago
  87. a821ebe jme: Added half-duplex mode and IPv6 RSS fix by Guo-Fu Tseng · 16 years ago
  88. 0ce2f03 cxgb3: Add 1G fiber support by Divy Le Ray · 16 years ago
  89. 1e88202 cxgb3: Support for Aeluros 2005 PHY by Divy Le Ray · 16 years ago
  90. 9b1e365 cxgb3: commnonize LASI phy code by Divy Le Ray · 16 years ago
  91. f231e0a cxgb3: More flexible support for PHY interrupts. by Divy Le Ray · 16 years ago
  92. 0449798 cxgb3: simplify port type struct and usage by Divy Le Ray · 16 years ago
  93. 78e4689 cxgb3: allow for PHY reset status by Divy Le Ray · 16 years ago
  94. 8c26376 cxgb3: Allocate multiqueues at init time by Divy Le Ray · 16 years ago
  95. 20d3fc1 cxgb3: reset the adapter on fatal error by Divy Le Ray · 16 years ago
  96. 45cec1b dsa: Need to select PHYLIB. by David S. Miller · 16 years ago
  97. 2e16a77 dsa: add support for the Marvell 88E6060 switch chip by Lennert Buytenhek · 16 years ago
  98. 396138f0 dsa: add support for Trailer tagging format by Lennert Buytenhek · 16 years ago
  99. 2e5f032 dsa: add support for the Marvell 88E6131 switch chip by Lennert Buytenhek · 16 years ago
  100. cf85d08 dsa: add support for original DSA tagging format by Lennert Buytenhek · 16 years ago