summaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoecmd.c
Commit message (Expand)AuthorAgeFilesLines
* mm: close PageTail raceDavid Rientjes2014-03-041-2/+2
* aoe: Convert to immutable biovecsKent Overstreet2013-11-231-84/+51
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-8/+8
* block: Convert bio_iovec() to bvec_iterKent Overstreet2013-11-231-1/+1
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-3/+3
* aoe: suppress compiler warningsAndy Shevchenko2013-09-111-4/+0
* aoe: adjust ref of head for compound page tailsEd Cashin2013-08-131-10/+7
* aoe: update copyright dateEd Cashin2013-07-031-1/+1
* aoe: perform I/O completions in parallelEd Cashin2013-07-031-26/+126
* drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-031-1/+1
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-4/+2
|\
| * aoe: get rid of cached bv variable in bufinit()Jens Axboe2013-03-251-4/+2
* | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-1/+1
|\ \
| * | aoe: Fix unitialized var usageKent Overstreet2013-03-251-1/+1
| * | block: Remove bi_idx referencesKent Overstreet2013-03-231-1/+1
| |/
* | aoe: reserve enough headroom on skbsEric Dumazet2013-03-281-1/+2
|/
* aoe: identify source of runt AoE packetsEd Cashin2012-12-171-3/+7
* aoe: allow user to disable target failure timeoutEd Cashin2012-12-171-1/+3
* aoe: use dynamic number of remote ports for AoE storage targetEd Cashin2012-12-171-15/+35
* aoe: improve handling of misbehaving network pathsEd Cashin2012-12-171-119/+258
* aoe: remove call to request handler from I/O completionEd Cashin2012-12-171-2/+0
* aoe: increase default cap on outstanding AoE commands in the networkEd Cashin2012-12-171-1/+1
* aoe: copy fallback timing information on destination failoverEd Cashin2012-12-171-0/+1
* aoe: commands in retransmit queue use new destination on failureEd Cashin2012-12-171-22/+53
* aoe: use high-resolution RTTs with fallback to low-resEd Cashin2012-12-171-7/+50
* aoe: manipulate aoedev network stats under lockEd Cashin2012-12-171-2/+2
* aoe: err device: include MAC addresses for unexpected responsesEd Cashin2012-12-171-2/+4
* aoe: improve network congestion handlingEd Cashin2012-12-171-67/+106
* aoe: provide ATA identify device content to user on requestEd Cashin2012-12-171-0/+16
* aoe: whitespace cleanupEd Cashin2012-12-171-3/+3
* aoe: cleanup: remove unused ata_scnt functionEd Cashin2012-12-171-10/+0
* aoe: update cap on outstanding commands based on config query responseEd Cashin2012-12-171-1/+5
* aoe: avoid running request handler on plugged queueEd Cashin2012-11-231-1/+1
* aoe: update and specify AoE address guards and error messagesEd Cashin2012-10-061-6/+11
* aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin2012-10-061-17/+8
* aoe: update copyright year in touched filesEd Cashin2012-10-061-1/+1
* aoe: remove unused code and add cosmetic improvementsEd Cashin2012-10-061-9/+4
* aoe: increase net_device reference count while using itEd Cashin2012-10-061-0/+4
* aoe: associate frames with the AoE storage targetEd Cashin2012-10-061-37/+28
* aoe: disallow unsupported AoE minor addressesEd Cashin2012-10-061-0/+7
* aoe: failover remote interface based on aoe_deadsecs parameterEd Cashin2012-10-061-5/+3
* aoe: use packets that work with the smallest-MTU local interfaceEd Cashin2012-10-061-68/+83
* aoe: use a kernel thread for transmissionsEd Cashin2012-10-061-2/+2
* aoe: become I/O request queue handler for increased user controlEd Cashin2012-10-061-79/+203
* aoe: kernel thread handles I/O completions for simple lockingEd Cashin2012-10-061-261/+471
* aoe: for performance support larger packet payloadsEd Cashin2012-10-061-42/+96
* aoe: assert AoE packets marked as requiring no checksumEd Cashin2012-09-201-0/+1
* aoe: remove dev_base_lock use from aoecmd_cfg_pkts()Eric Dumazet2010-11-081-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* aoe: switch to the new bio_flush_dcache_pages() interfaceAndrew Morton2009-12-221-16/+1
OpenPOWER on IntegriCloud