1. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  2. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  3. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  4. 60abc78 aoe: replace kmalloc and then memcpy with kmemdup by Mihnea Dobrescu-Balaur · 11 years ago
  5. 91c5746 aoe: reserve enough headroom on skbs by Eric Dumazet · 12 years ago
  6. 2124469 aoe: get rid of cached bv variable in bufinit() by Jens Axboe · 12 years ago
  7. f1fb344 aoe: Fix unitialized var usage by Kent Overstreet · 12 years ago
  8. 4f2ac93 block: Remove bi_idx references by Kent Overstreet · 12 years ago
  9. 31279b1 aoe: fix use after free in aoedev_by_aoeaddr() by Dan Carpenter · 12 years ago
  10. 2b37c7d aoe: update internal version number to 81 by Ed Cashin · 12 years ago
  11. bf29754 aoe: identify source of runt AoE packets by Ed Cashin · 12 years ago
  12. 4a6c9ee aoe: allow comma separator in aoe_iflist value by Ed Cashin · 12 years ago
  13. c450ba0 aoe: allow user to disable target failure timeout by Ed Cashin · 12 years ago
  14. 71114ec aoe: use dynamic number of remote ports for AoE storage target by Ed Cashin · 12 years ago
  15. e52a293 aoe: avoid races between device destruction and discovery by Ed Cashin · 12 years ago
  16. bbb44e3 aoe: improve handling of misbehaving network paths by Ed Cashin · 12 years ago
  17. b91316f aoe: return real minor number for static minors by Ed Cashin · 12 years ago
  18. 10935d0 aoe: initialize sysminor to avoid compiler warning by Ed Cashin · 12 years ago
  19. e0b2bba aoe: make error messages more specific in static minor allocation by Ed Cashin · 12 years ago
  20. 60116cf aoe: remove call to request handler from I/O completion by Ed Cashin · 12 years ago
  21. 7283760 aoe: cleanup: correct comment for aoetgt nout by Ed Cashin · 12 years ago
  22. 7b6ccc5 aoe: increase default cap on outstanding AoE commands in the network by Ed Cashin · 12 years ago
  23. 0a41409 aoe: remove vestigial request queue allocation by Ed Cashin · 12 years ago
  24. fe7252b aoe: copy fallback timing information on destination failover by Ed Cashin · 12 years ago
  25. 519b77b aoe: update driver-internal version to 64+ by Ed Cashin · 12 years ago
  26. 3fc9b03 aoe: commands in retransmit queue use new destination on failure by Ed Cashin · 12 years ago
  27. 5f0c9c4 aoe: use high-resolution RTTs with fallback to low-res by Ed Cashin · 12 years ago
  28. 0d555ec aoe: manipulate aoedev network stats under lock by Ed Cashin · 12 years ago
  29. 2292a7e aoe: err device: include MAC addresses for unexpected responses by Ed Cashin · 12 years ago
  30. 3a0c40d aoe: improve network congestion handling by Ed Cashin · 12 years ago
  31. 667be1e aoe: provide ATA identify device content to user on request by Ed Cashin · 12 years ago
  32. cd220bf aoe: update driver-internal version number to 60 by Ed Cashin · 12 years ago
  33. a04b41c aoe: whitespace cleanup by Ed Cashin · 12 years ago
  34. d437962 aoe: cleanup: remove unused ata_scnt function by Ed Cashin · 12 years ago
  35. 90a2508 aoe: "payload" sysfs file exports per-AoE-command data transfer size by Ed Cashin · 12 years ago
  36. aa304fd aoe: support larger I/O requests via aoe_maxsectors module param by Ed Cashin · 12 years ago
  37. 4ba9aa7 aoe: support the forgetting (flushing) of a user-specified AoE target by Ed Cashin · 12 years ago
  38. 1b8a163 aoe: update cap on outstanding commands based on config query response by Ed Cashin · 12 years ago
  39. 4e78dd1 aoe: print warning regarding a common reason for dropped transmits by Ed Cashin · 12 years ago
  40. 662a889 aoe: describe the behavior of the "err" character device by Ed Cashin · 12 years ago
  41. 11cfb6f aoe: avoid running request handler on plugged queue by Ed Cashin · 12 years ago
  42. 322c9ec aoe: update aoe-internal version number to 50 by Ed Cashin · 12 years ago
  43. 1ac9e60 aoe: remove unused code by Ed Cashin · 12 years ago
  44. 08b6062 aoe: make dynamic block minor numbers the default by Ed Cashin · 12 years ago
  45. 7159e96 aoe: update and specify AoE address guards and error messages by Ed Cashin · 12 years ago
  46. 4bcce1a aoe: retain static block device numbers for backwards compatibility by Ed Cashin · 12 years ago
  47. 0c96621 aoe: support more AoE addresses with dynamic block device minor numbers by Ed Cashin · 12 years ago
  48. fea05a2 aoe: update copyright year in touched files by Ed Cashin · 12 years ago
  49. 7392fbe aoe: update internal version number to 49 by Ed Cashin · 12 years ago
  50. b21faa2 aoe: remove unused code and add cosmetic improvements by Ed Cashin · 12 years ago
  51. 1b86fda aoe: increase net_device reference count while using it by Ed Cashin · 12 years ago
  52. 64a80f5 aoe: associate frames with the AoE storage target by Ed Cashin · 12 years ago
  53. 6583303 aoe: disallow unsupported AoE minor addresses by Ed Cashin · 12 years ago
  54. 25f4d75 aoe: do revalidation steps in order by Ed Cashin · 12 years ago
  55. d54d35a aoe: failover remote interface based on aoe_deadsecs parameter by Ed Cashin · 12 years ago
  56. 3f0f013 aoe: use packets that work with the smallest-MTU local interface by Ed Cashin · 12 years ago
  57. eb086ec aoe: use a kernel thread for transmissions by Ed Cashin · 12 years ago
  58. 69cf2d85 aoe: become I/O request queue handler for increased user control by Ed Cashin · 12 years ago
  59. 896831f aoe: kernel thread handles I/O completions for simple locking by Ed Cashin · 12 years ago
  60. 3d5b060 aoe: for performance support larger packet payloads by Ed Cashin · 12 years ago
  61. 8babe8c aoe: assert AoE packets marked as requiring no checksum by Ed Cashin · 12 years ago
  62. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  63. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  64. d5decd3 block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  65. 5a7bbad block: remove support for bio remapping from ->make_request by Christoph Hellwig · 13 years ago
  66. a0700bd drivers/block/aoe/Makefile: replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  67. c25ecd0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  68. 02e031c block: remove REQ_HARDBARRIER by Christoph Hellwig · 14 years ago
  69. 840a185 aoe: remove dev_base_lock use from aoecmd_cfg_pkts() by Eric Dumazet · 14 years ago
  70. 027b180 drivers/block/aoe/aoeblk.c: ratelimit a warning printk by Andrew Morton · 14 years ago
  71. 5ad21a3 aoe: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  72. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  73. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  74. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  75. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  76. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  77. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  78. 6ec1480 aoe: switch to the new bio_flush_dcache_pages() interface by Andrew Morton · 15 years ago
  79. 0a1f127 aoe: prevent cache aliases by Peter Horton · 15 years ago
  80. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  81. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  82. 355bbd8 Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  83. 18d8217 aoe: end barrier bios with EOPNOTSUPP by Ed Cashin · 15 years ago
  84. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  85. 7135a71b aoe: allocate unused request_queue for sysfs by Ed Cashin · 15 years ago
  86. 1ce8a0d Driver Core: aoe: add nodename for aoe devices by Kay Sievers · 15 years ago
  87. 438263a aoe: Remove superfluous clearing of skb fields in new_skb(). by David S. Miller · 15 years ago
  88. 04b3ab5 aoe: WIN_* -> ATA_CMD_* by Bartlomiej Zolnierkiewicz · 16 years ago
  89. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 16 years ago
  90. 9487311 aoe: error printed 1 too early by Roel Kluin · 16 years ago
  91. b6d6c51 aoe: ignore vendor extension AoE responses by Ed Cashin · 16 years ago
  92. 411c41e aoe: remove private mac address format function by Harvey Harrison · 16 years ago
  93. 94562c1 [PATCH] switch aoeblk by Al Viro · 17 years ago
  94. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 17 years ago
  95. 01e8ef1 x86: sysfs: kill owner field from attribute by Parag Warudkar · 16 years ago
  96. 1ff9f54 device create: block: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  97. 4dd9ec4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  98. 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago
  99. 80795ae block: move capacity from disk to part0 by Tejun Heo · 16 years ago
  100. ed9e198 block: implement and use {disk|part}_to_dev() by Tejun Heo · 16 years ago