aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/aoe/aoecmd.c
AgeCommit message (Expand)Author
2012-11-23aoe: avoid running request handler on plugged queueEd Cashin
2012-10-06aoe: update and specify AoE address guards and error messagesEd Cashin
2012-10-06aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin
2012-10-06aoe: update copyright year in touched filesEd Cashin
2012-10-06aoe: remove unused code and add cosmetic improvementsEd Cashin
2012-10-06aoe: increase net_device reference count while using itEd Cashin
2012-10-06aoe: associate frames with the AoE storage targetEd Cashin
2012-10-06aoe: disallow unsupported AoE minor addressesEd Cashin
2012-10-06aoe: failover remote interface based on aoe_deadsecs parameterEd Cashin
2012-10-06aoe: use packets that work with the smallest-MTU local interfaceEd Cashin
2012-10-06aoe: use a kernel thread for transmissionsEd Cashin
2012-10-06aoe: become I/O request queue handler for increased user controlEd Cashin
2012-10-06aoe: kernel thread handles I/O completions for simple lockingEd Cashin
2012-10-06aoe: for performance support larger packet payloadsEd Cashin
2012-09-20aoe: assert AoE packets marked as requiring no checksumEd Cashin
2010-11-08aoe: remove dev_base_lock use from aoecmd_cfg_pkts()Eric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-22aoe: switch to the new bio_flush_dcache_pages() interfaceAndrew Morton
2009-12-01aoe: prevent cache aliasesPeter Horton
2009-05-27aoe: Remove superfluous clearing of skb fields in new_skb().David S. Miller
2009-04-01aoe: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz
2008-11-25aoe: remove private mac address format functionHarvey Harrison
2008-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2008-10-09block: move stats from disk to part0Tejun Heo
2008-10-09block: move capacity from disk to part0Tejun Heo
2008-10-09block: fix diskstats accessTejun Heo
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo
2008-10-09block: misc updatesTejun Heo
2008-09-21aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller
2008-07-04block: use get_unaligned_* helpersHarvey Harrison
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeJens Axboe
2008-04-29drivers/block: use get_unaligned_* helpersHarvey Harrison
2008-02-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-02-08aoe: update copyright dateEd L. Cashin
2008-02-08aoe: make error messages more specificEd L. Cashin
2008-02-08aoe: the aoeminor doesn't need a long formatEd L. Cashin
2008-02-08aoe: add module parameter for users who need more outstanding I/OEd L. Cashin
2008-02-08aoe: only install new AoE device onceEd L. Cashin
2008-02-08aoe: dynamically allocate a capped number of skbs when necessaryEd L. Cashin
2008-02-08aoe: mac_addr: avoid 64-bit arch compiler warningsEd L. Cashin
2008-02-08aoe: handle multiple network paths to AoE deviceEd L. Cashin
2008-02-08Enhanced partition statistics: aoe fixJerome Marchand
2007-10-17aoe: remove unecessary wrapper functionEd L. Cashin
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2007-04-25[AOE]: Introduce aoe_hdr()Arnaldo Carvalho de Melo