1. 668f9abb mm: close PageTail race by David Rientjes · 10 years ago
  2. feb261e aoe: Convert to immutable biovecs by Kent Overstreet · 11 years ago
  3. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  4. a4ad39b1 block: Convert bio_iovec() to bvec_iter by Kent Overstreet · 11 years ago
  5. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  6. e0ec360 aoe: suppress compiler warnings by Andy Shevchenko · 11 years ago
  7. fb32975 aoe: adjust ref of head for compound page tails by Ed Cashin · 11 years ago
  8. ca47bbd aoe: update copyright date by Ed Cashin · 11 years ago
  9. 8030d34 aoe: perform I/O completions in parallel by Ed Cashin · 11 years ago
  10. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  11. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  12. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  13. 91c5746 aoe: reserve enough headroom on skbs by Eric Dumazet · 11 years ago
  14. 2124469 aoe: get rid of cached bv variable in bufinit() by Jens Axboe · 11 years ago
  15. f1fb344 aoe: Fix unitialized var usage by Kent Overstreet · 11 years ago
  16. 4f2ac93 block: Remove bi_idx references by Kent Overstreet · 12 years ago
  17. bf29754 aoe: identify source of runt AoE packets by Ed Cashin · 12 years ago
  18. c450ba0 aoe: allow user to disable target failure timeout by Ed Cashin · 12 years ago
  19. 71114ec aoe: use dynamic number of remote ports for AoE storage target by Ed Cashin · 12 years ago
  20. bbb44e3 aoe: improve handling of misbehaving network paths by Ed Cashin · 12 years ago
  21. 60116cf aoe: remove call to request handler from I/O completion 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. fe7252b aoe: copy fallback timing information on destination failover by Ed Cashin · 12 years ago
  24. 3fc9b03 aoe: commands in retransmit queue use new destination on failure by Ed Cashin · 12 years ago
  25. 5f0c9c4 aoe: use high-resolution RTTs with fallback to low-res by Ed Cashin · 12 years ago
  26. 0d555ec aoe: manipulate aoedev network stats under lock by Ed Cashin · 12 years ago
  27. 2292a7e aoe: err device: include MAC addresses for unexpected responses by Ed Cashin · 12 years ago
  28. 3a0c40d aoe: improve network congestion handling by Ed Cashin · 12 years ago
  29. 667be1e aoe: provide ATA identify device content to user on request by Ed Cashin · 12 years ago
  30. a04b41c aoe: whitespace cleanup by Ed Cashin · 12 years ago
  31. d437962 aoe: cleanup: remove unused ata_scnt function by Ed Cashin · 12 years ago
  32. 1b8a163 aoe: update cap on outstanding commands based on config query response by Ed Cashin · 12 years ago
  33. 11cfb6f aoe: avoid running request handler on plugged queue by Ed Cashin · 12 years ago
  34. 7159e96 aoe: update and specify AoE address guards and error messages by Ed Cashin · 12 years ago
  35. 0c96621 aoe: support more AoE addresses with dynamic block device minor numbers by Ed Cashin · 12 years ago
  36. fea05a2 aoe: update copyright year in touched files by Ed Cashin · 12 years ago
  37. b21faa2 aoe: remove unused code and add cosmetic improvements by Ed Cashin · 12 years ago
  38. 1b86fda aoe: increase net_device reference count while using it by Ed Cashin · 12 years ago
  39. 64a80f5 aoe: associate frames with the AoE storage target by Ed Cashin · 12 years ago
  40. 6583303 aoe: disallow unsupported AoE minor addresses by Ed Cashin · 12 years ago
  41. d54d35a aoe: failover remote interface based on aoe_deadsecs parameter by Ed Cashin · 12 years ago
  42. 3f0f013 aoe: use packets that work with the smallest-MTU local interface by Ed Cashin · 12 years ago
  43. eb086ec aoe: use a kernel thread for transmissions by Ed Cashin · 12 years ago
  44. 69cf2d85 aoe: become I/O request queue handler for increased user control by Ed Cashin · 12 years ago
  45. 896831f aoe: kernel thread handles I/O completions for simple locking by Ed Cashin · 12 years ago
  46. 3d5b060 aoe: for performance support larger packet payloads by Ed Cashin · 12 years ago
  47. 8babe8c aoe: assert AoE packets marked as requiring no checksum by Ed Cashin · 12 years ago
  48. 840a185 aoe: remove dev_base_lock use from aoecmd_cfg_pkts() by Eric Dumazet · 14 years ago
  49. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  50. 6ec1480 aoe: switch to the new bio_flush_dcache_pages() interface by Andrew Morton · 15 years ago
  51. 0a1f127 aoe: prevent cache aliases by Peter Horton · 15 years ago
  52. 438263a aoe: Remove superfluous clearing of skb fields in new_skb(). by David S. Miller · 15 years ago
  53. 04b3ab5 aoe: WIN_* -> ATA_CMD_* by Bartlomiej Zolnierkiewicz · 15 years ago
  54. 411c41e aoe: remove private mac address format function by Harvey Harrison · 16 years ago
  55. 4dd9ec4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  56. 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago
  57. 80795ae block: move capacity from disk to part0 by Tejun Heo · 16 years ago
  58. c995905 block: fix diskstats access by Tejun Heo · 16 years ago
  59. e71bf0d block: fix disk->part[] dereferencing race by Tejun Heo · 16 years ago
  60. 310a2c1 block: misc updates by Tejun Heo · 16 years ago
  61. e9bb8fb aoe: Use SKB interfaces for list management instead of home-grown stuff. by David S. Miller · 16 years ago
  62. 823ed72 block: use get_unaligned_* helpers by Harvey Harrison · 16 years ago
  63. 28f1370 block: avoid duplicate calls to get_part() in disk stat code by Jens Axboe · 16 years ago
  64. f885f8d drivers/block: use get_unaligned_* helpers by Harvey Harrison · 16 years ago
  65. 03054de Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  66. 52e112b aoe: update copyright date by Ed L. Cashin · 16 years ago
  67. 578c4aa aoe: make error messages more specific by Ed L. Cashin · 16 years ago
  68. 1d75981 aoe: the aoeminor doesn't need a long format by Ed L. Cashin · 16 years ago
  69. 7df620d aoe: add module parameter for users who need more outstanding I/O by Ed L. Cashin · 16 years ago
  70. 6b9699b aoe: only install new AoE device once by Ed L. Cashin · 16 years ago
  71. 9bb237b aoe: dynamically allocate a capped number of skbs when necessary by Ed L. Cashin · 16 years ago
  72. 1eb0da4 aoe: mac_addr: avoid 64-bit arch compiler warnings by Ed L. Cashin · 16 years ago
  73. 68e0d42 aoe: handle multiple network paths to AoE device by Ed L. Cashin · 16 years ago
  74. a890d62 Enhanced partition statistics: aoe fix by Jerome Marchand · 16 years ago
  75. abdbf94 aoe: remove unecessary wrapper function by Ed L. Cashin · 17 years ago
  76. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  77. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  78. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  79. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  80. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  81. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  82. 029720f [AOE]: Introduce aoe_hdr() by Arnaldo Carvalho de Melo · 17 years ago
  83. 43ecf52 [AOE]: Add get_unaligned() calls where needed. by David S. Miller · 17 years ago
  84. 19900cd [PATCH] fix aoe without scatter-gather [Bug 7662] by Ed L. Cashin · 18 years ago
  85. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  86. a12c93f aoe: revert printk macros by Ed L. Cashin · 18 years ago
  87. 392e484 aoe: use bio->bi_idx by Ed L. Cashin · 18 years ago
  88. b751e8b aoe: module parameter for device timeout by Ed L. Cashin · 18 years ago
  89. 4f51dc5 aoe: zero copy write 2 of 2 by Ed L. Cashin · 18 years ago
  90. dced3a0 aoe: improve retransmission heuristics by Ed L. Cashin · 18 years ago
  91. ddec63e aoe: jumbo frame support 2 of 2 by Ed L. Cashin · 18 years ago
  92. 6bb6285f aoe: clean up printks via macros by Ed L. Cashin · 18 years ago
  93. 19bf263 aoe: jumbo frame support 1 of 2 by Ed L. Cashin · 18 years ago
  94. e407a7f aoe: zero copy write 1 of 2 by Ed L. Cashin · 18 years ago
  95. 2611464 aoe: update copyright date by Ed L. Cashin · 18 years ago
  96. 9d41965 [PATCH] aoe [2/3]: don't request ATA device ID on ATA error by Ed L. Cashin · 18 years ago
  97. 1c6f3fc [PATCH] aoe: do not stop retransmit timer when device goes down by Ed L. Cashin · 19 years ago
  98. 2dd5e42 [PATCH] aoe [5/8]: allow network interface migration on packet retransmit by Ed L. Cashin · 19 years ago
  99. eaf0a3c [PATCH] aoe [3/8]: increase allowed outstanding packets by Ed L. Cashin · 19 years ago
  100. 3ae1c24 [PATCH] aoe [2/8]: support dynamic resizing of AoE devices by Ed L. Cashin · 19 years ago