summaryrefslogtreecommitdiff
path: root/drivers/block/aoe/aoecmd.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-12aoe: suppress compiler warningsAndy Shevchenko1-4/+0
2013-08-14aoe: adjust ref of head for compound page tailsEd Cashin1-10/+7
2013-07-04aoe: update copyright dateEd Cashin1-1/+1
2013-07-04aoe: perform I/O completions in parallelEd Cashin1-26/+126
2013-07-04drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+2
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2013-03-28aoe: reserve enough headroom on skbsEric Dumazet1-1/+2
2013-03-26aoe: get rid of cached bv variable in bufinit()Jens Axboe1-4/+2
2013-03-25aoe: Fix unitialized var usageKent Overstreet1-1/+1
2013-03-24block: Remove bi_idx referencesKent Overstreet1-1/+1
2012-12-18aoe: identify source of runt AoE packetsEd Cashin1-3/+7
2012-12-18aoe: allow user to disable target failure timeoutEd Cashin1-1/+3
2012-12-18aoe: use dynamic number of remote ports for AoE storage targetEd Cashin1-15/+35
2012-12-18aoe: improve handling of misbehaving network pathsEd Cashin1-119/+258
2012-12-18aoe: remove call to request handler from I/O completionEd Cashin1-2/+0
2012-12-18aoe: increase default cap on outstanding AoE commands in the networkEd Cashin1-1/+1
2012-12-18aoe: copy fallback timing information on destination failoverEd Cashin1-0/+1
2012-12-18aoe: commands in retransmit queue use new destination on failureEd Cashin1-22/+53
2012-12-18aoe: use high-resolution RTTs with fallback to low-resEd Cashin1-7/+50
2012-12-18aoe: manipulate aoedev network stats under lockEd Cashin1-2/+2
2012-12-18aoe: err device: include MAC addresses for unexpected responsesEd Cashin1-2/+4
2012-12-18aoe: improve network congestion handlingEd Cashin1-67/+106
2012-12-18aoe: provide ATA identify device content to user on requestEd Cashin1-0/+16
2012-12-18aoe: whitespace cleanupEd Cashin1-3/+3
2012-12-18aoe: cleanup: remove unused ata_scnt functionEd Cashin1-10/+0
2012-12-18aoe: update cap on outstanding commands based on config query responseEd Cashin1-1/+5
2012-11-23aoe: avoid running request handler on plugged queueEd Cashin1-1/+1
2012-10-05aoe: update and specify AoE address guards and error messagesEd Cashin1-6/+11
2012-10-05aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin1-17/+8
2012-10-05aoe: update copyright year in touched filesEd Cashin1-1/+1
2012-10-05aoe: remove unused code and add cosmetic improvementsEd Cashin1-9/+4
2012-10-05aoe: increase net_device reference count while using itEd Cashin1-0/+4
2012-10-05aoe: associate frames with the AoE storage targetEd Cashin1-37/+28
2012-10-05aoe: disallow unsupported AoE minor addressesEd Cashin1-0/+7
2012-10-05aoe: failover remote interface based on aoe_deadsecs parameterEd Cashin1-5/+3
2012-10-05aoe: use packets that work with the smallest-MTU local interfaceEd Cashin1-68/+83
2012-10-05aoe: use a kernel thread for transmissionsEd Cashin1-2/+2
2012-10-05aoe: become I/O request queue handler for increased user controlEd Cashin1-79/+203
2012-10-05aoe: kernel thread handles I/O completions for simple lockingEd Cashin1-261/+471
2012-10-05aoe: for performance support larger packet payloadsEd Cashin1-42/+96
2012-09-21aoe: assert AoE packets marked as requiring no checksumEd Cashin1-0/+1
2010-11-09aoe: 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-02aoe: prevent cache aliasesPeter Horton1-2/+21
2009-05-28aoe: 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