summaryrefslogtreecommitdiff
path: root/drivers/block/aoe/aoecmd.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20aoe: assert AoE packets marked as requiring no checksumEd Cashin1-0/+1
2010-11-08aoe: remove dev_base_lock use from aoecmd_cfg_pkts()Eric Dumazet1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-22aoe: switch to the new bio_flush_dcache_pages() interfaceAndrew Morton1-16/+1
2009-12-01aoe: prevent cache aliasesPeter Horton1-2/+21
2009-05-27aoe: Remove superfluous clearing of skb fields in new_skb().David S. Miller1-7/+0
2009-04-01aoe: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz1-11/+12
2008-11-25aoe: remove private mac address format functionHarvey Harrison1-12/+10
2008-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-53/+32
2008-10-09block: move stats from disk to part0Tejun Heo1-6/+6
2008-10-09block: move capacity from disk to part0Tejun Heo1-2/+2
2008-10-09block: fix diskstats accessTejun Heo1-7/+8
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo1-1/+5
2008-10-09block: misc updatesTejun Heo1-1/+1
2008-09-21aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller1-53/+32
2008-07-04block: use get_unaligned_* helpersHarvey Harrison1-1/+1
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeJens Axboe1-4/+6
2008-04-29drivers/block: use get_unaligned_* helpersHarvey Harrison1-12/+12
2008-02-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-6/+6
2008-02-08aoe: update copyright dateEd L. Cashin1-1/+1
2008-02-08aoe: make error messages more specificEd L. Cashin1-8/+7
2008-02-08aoe: the aoeminor doesn't need a long formatEd L. Cashin1-2/+3
2008-02-08aoe: add module parameter for users who need more outstanding I/OEd L. Cashin1-3/+7
2008-02-08aoe: only install new AoE device onceEd L. Cashin1-0/+2
2008-02-08aoe: dynamically allocate a capped number of skbs when necessaryEd L. Cashin1-34/+83
2008-02-08aoe: mac_addr: avoid 64-bit arch compiler warningsEd L. Cashin1-5/+5
2008-02-08aoe: handle multiple network paths to AoE deviceEd L. Cashin1-215/+460
2008-02-08Enhanced partition statistics: aoe fixJerome Marchand1-4/+4
2007-10-17aoe: remove unecessary wrapper functionEd L. Cashin1-7/+7
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds1-1/+2
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+2
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-1/+1
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-3/+5
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+2
2007-04-25[AOE]: Introduce aoe_hdr()Arnaldo Carvalho de Melo1-7/+7
2007-03-02[AOE]: Add get_unaligned() calls where needed.David S. Miller1-6/+6
2006-12-22[PATCH] fix aoe without scatter-gather [Bug 7662]Ed L. Cashin1-7/+6
2006-11-22WorkStruct: make allyesconfigDavid Howells1-2/+2
2006-10-18aoe: revert printk macrosEd L. Cashin1-15/+20
2006-10-18aoe: use bio->bi_idxEd L. Cashin1-0/+1
2006-10-18aoe: module parameter for device timeoutEd L. Cashin1-2/+5
2006-10-18aoe: zero copy write 2 of 2Ed L. Cashin1-20/+62
2006-10-18aoe: improve retransmission heuristicsEd L. Cashin1-3/+13
2006-10-18aoe: jumbo frame support 2 of 2Ed L. Cashin1-2/+6
2006-10-18aoe: clean up printks via macrosEd L. Cashin1-31/+26
2006-10-18aoe: jumbo frame support 1 of 2Ed L. Cashin1-14/+63
2006-10-18aoe: zero copy write 1 of 2Ed L. Cashin1-57/+37
2006-10-18aoe: update copyright dateEd L. Cashin1-1/+1
2006-03-23[PATCH] aoe [2/3]: don't request ATA device ID on ATA errorEd L. Cashin1-1/+2