1. 04b3ab5 aoe: WIN_* -> ATA_CMD_* by Bartlomiej Zolnierkiewicz · 15 years ago
  2. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 16 years ago
  3. 9487311 aoe: error printed 1 too early by Roel Kluin · 16 years ago
  4. b6d6c51 aoe: ignore vendor extension AoE responses by Ed Cashin · 16 years ago
  5. 411c41e aoe: remove private mac address format function by Harvey Harrison · 16 years ago
  6. 94562c1 [PATCH] switch aoeblk by Al Viro · 17 years ago
  7. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 17 years ago
  8. 01e8ef1 x86: sysfs: kill owner field from attribute by Parag Warudkar · 16 years ago
  9. 1ff9f54 device create: block: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  10. 4dd9ec4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  11. 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago
  12. 80795ae block: move capacity from disk to part0 by Tejun Heo · 16 years ago
  13. ed9e198 block: implement and use {disk|part}_to_dev() by Tejun Heo · 16 years ago
  14. c995905 block: fix diskstats access by Tejun Heo · 16 years ago
  15. e71bf0d block: fix disk->part[] dereferencing race by Tejun Heo · 16 years ago
  16. 310a2c1 block: misc updates by Tejun Heo · 16 years ago
  17. d877984 aoe: Fix OOPS after SKB queue changes. by David S. Miller · 16 years ago
  18. e9bb8fb aoe: Use SKB interfaces for list management instead of home-grown stuff. by David S. Miller · 16 years ago
  19. 61a2d07 Remove newline from the description of module parameters by Niels de Vos · 16 years ago
  20. 24879a8 aoe: convert emsgs_sema into a completion by Matthias Kaehlcke · 16 years ago
  21. f79f060 device create: block: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  22. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 16 years ago
  23. 823ed72 block: use get_unaligned_* helpers by Harvey Harrison · 16 years ago
  24. 579174a AoE: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  25. 28f1370 block: avoid duplicate calls to get_part() in disk stat code by Jens Axboe · 16 years ago
  26. f885f8d drivers/block: use get_unaligned_* helpers by Harvey Harrison · 16 years ago
  27. 0302190 remove aoedev_isbusy() by Adrian Bunk · 16 years ago
  28. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  29. 03054de Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  30. 476aed3 aoe: statically initialise devlist_lock by Andrew Morton · 17 years ago
  31. 52e112b aoe: update copyright date by Ed L. Cashin · 17 years ago
  32. 578c4aa aoe: make error messages more specific by Ed L. Cashin · 17 years ago
  33. 1d75981 aoe: the aoeminor doesn't need a long format by Ed L. Cashin · 17 years ago
  34. 7df620d aoe: add module parameter for users who need more outstanding I/O by Ed L. Cashin · 17 years ago
  35. 6b9699b aoe: only install new AoE device once by Ed L. Cashin · 17 years ago
  36. 9bb237b aoe: dynamically allocate a capped number of skbs when necessary by Ed L. Cashin · 17 years ago
  37. 262bf54 aoe: user can ask driver to forget previously detected devices by Ed L. Cashin · 17 years ago
  38. cf446f0 aoe: eliminate goto and improve readability by Ed L. Cashin · 17 years ago
  39. 1eb0da4 aoe: mac_addr: avoid 64-bit arch compiler warnings by Ed L. Cashin · 17 years ago
  40. 68e0d42 aoe: handle multiple network paths to AoE device by Ed L. Cashin · 17 years ago
  41. 8911ef4 aoe: bring driver version number to 47 by Ed L. Cashin · 17 years ago
  42. a890d62 Enhanced partition statistics: aoe fix by Jerome Marchand · 17 years ago
  43. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  44. 7ea7ed0 aoechr: Convert from class_device to device by Tony Jones · 17 years ago
  45. 43cbe2c aoe: properly initialise the request_queue's backing_dev_info by Andrew Morton · 17 years ago
  46. abdbf94 aoe: remove unecessary wrapper function by Ed L. Cashin · 17 years ago
  47. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  48. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  49. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  50. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  51. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  52. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  53. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  54. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  55. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  56. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  57. 029720f [AOE]: Introduce aoe_hdr() by Arnaldo Carvalho de Melo · 18 years ago
  58. 43ecf52 [AOE]: Add get_unaligned() calls where needed. by David S. Miller · 18 years ago
  59. 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 18 years ago
  60. 19900cd [PATCH] fix aoe without scatter-gather [Bug 7662] by Ed L. Cashin · 18 years ago
  61. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  62. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  63. d355c3c aoe: Add forgotten NULL at end of attribute list in aoeblk.c by Dennis Stosberg · 18 years ago
  64. 4ca5224 aoe: fix sysfs_create_file warnings by Greg Kroah-Hartman · 22 years ago
  65. a12c93f aoe: revert printk macros by Ed L. Cashin · 18 years ago
  66. 086216d aoe: update driver version by Ed L. Cashin · 18 years ago
  67. b849086 aoe: remove sysfs comment by Ed L. Cashin · 18 years ago
  68. 392e484 aoe: use bio->bi_idx by Ed L. Cashin · 18 years ago
  69. b751e8b aoe: module parameter for device timeout by Ed L. Cashin · 18 years ago
  70. 4f51dc5 aoe: zero copy write 2 of 2 by Ed L. Cashin · 18 years ago
  71. dced3a0 aoe: improve retransmission heuristics by Ed L. Cashin · 18 years ago
  72. ddec63e aoe: jumbo frame support 2 of 2 by Ed L. Cashin · 18 years ago
  73. 6bb6285f aoe: clean up printks via macros by Ed L. Cashin · 18 years ago
  74. 19bf263 aoe: jumbo frame support 1 of 2 by Ed L. Cashin · 18 years ago
  75. e407a7f aoe: zero copy write 1 of 2 by Ed L. Cashin · 18 years ago
  76. 2fdc0ea aoe: remove unused NARGS enum by Ed L. Cashin · 18 years ago
  77. 2611464 aoe: update copyright date by Ed L. Cashin · 18 years ago
  78. 463c2c1 aoe: eliminate isbusy message by Ed L. Cashin · 18 years ago
  79. 2017b37 [PATCH] aoe: cleanup i_rdev usage by Eric Sesterhenn · 18 years ago
  80. 364c6ba [NET]: Clean up skb_linearize by Herbert Xu · 18 years ago
  81. 93d2341 [PATCH] mempool: use mempool_create_slab_pool() by Matthew Dobson · 18 years ago
  82. 0fdf109 [PATCH] aoe [3/3]: update version to 22 by Ed L. Cashin · 19 years ago
  83. 9d41965 [PATCH] aoe [2/3]: don't request ATA device ID on ATA error by Ed L. Cashin · 19 years ago
  84. 5dc401e [PATCH] aoe [1/3]: support multiple AoE listeners by Ed L. Cashin · 19 years ago
  85. 1c6f3fc [PATCH] aoe: do not stop retransmit timer when device goes down by Ed L. Cashin · 19 years ago
  86. a712c0e [PATCH] aoe [8/8]: update driver version number by Ed L. Cashin · 19 years ago
  87. 02edb05 [PATCH] aoe [7/8]: update driver compatibility string by Ed L. Cashin · 19 years ago
  88. 5f7702f [PATCH] aoe [6/8]: update device information on last close by Ed L. Cashin · 19 years ago
  89. 2dd5e42 [PATCH] aoe [5/8]: allow network interface migration on packet retransmit by Ed L. Cashin · 19 years ago
  90. c42b24c [PATCH] aoe [4/8]: use less confusing driver name by Ed L. Cashin · 19 years ago
  91. eaf0a3c [PATCH] aoe [3/8]: increase allowed outstanding packets by Ed L. Cashin · 19 years ago
  92. 3ae1c24 [PATCH] aoe [2/8]: support dynamic resizing of AoE devices by Ed L. Cashin · 19 years ago
  93. 50bba75 [PATCH] aoe [1/8]: zero packet data after skb allocation by Ed L. Cashin · 19 years ago
  94. a885c8c [PATCH] Add block_device_operations.getgeo block device method by Christoph Hellwig · 19 years ago
  95. 496456c [BLOCK] aoe: update for combined io statistics by Jens Axboe · 19 years ago
  96. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  97. 3dc7c55 [PATCH] aoe: update to version 14 by Ed L. Cashin · 19 years ago
  98. 475172f [PATCH] aoe: use get_unaligned for accesses in ATA id buffer by Ed L. Cashin · 19 years ago
  99. 49a1fd6 [PATCH] aoe [2/2]: update driver version number to twelve by Ed L Cashin · 19 years ago
  100. e39526e [PATCH] aoe [1/2]: support 16 AoE slot addresses per AoE shelf by Ed L Cashin · 19 years ago