summaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoecmd.c
Commit message (Expand)AuthorAgeFilesLines
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-5/+5
* block: introduce new block status code typeChristoph Hellwig2017-06-091-1/+1
* aoe: fix crash in page count manipulationJens Axboe2016-11-121-41/+0Star
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-251-1/+1
* mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-201-1/+1
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-5/+5
* mm: close PageTail raceDavid Rientjes2014-03-041-2/+2
* aoe: Convert to immutable biovecsKent Overstreet2013-11-241-84/+51Star
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-241-8/+8
* block: Convert bio_iovec() to bvec_iterKent Overstreet2013-11-241-1/+1
* block: Abstract out bvec iteratorKent Overstreet2013-11-241-3/+3
* aoe: suppress compiler warningsAndy Shevchenko2013-09-121-4/+0Star
* aoe: adjust ref of head for compound page tailsEd Cashin2013-08-141-10/+7Star
* aoe: update copyright dateEd Cashin2013-07-041-1/+1
* aoe: perform I/O completions in parallelEd Cashin2013-07-041-26/+126
* drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-041-1/+1
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-4/+2Star
|\
| * aoe: get rid of cached bv variable in bufinit()Jens Axboe2013-03-251-4/+2Star
* | 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-181-3/+7
* aoe: allow user to disable target failure timeoutEd Cashin2012-12-181-1/+3
* aoe: use dynamic number of remote ports for AoE storage targetEd Cashin2012-12-181-15/+35
* aoe: improve handling of misbehaving network pathsEd Cashin2012-12-181-119/+258
* aoe: remove call to request handler from I/O completionEd Cashin2012-12-181-2/+0Star
* aoe: increase default cap on outstanding AoE commands in the networkEd Cashin2012-12-181-1/+1
* aoe: copy fallback timing information on destination failoverEd Cashin2012-12-181-0/+1
* aoe: commands in retransmit queue use new destination on failureEd Cashin2012-12-181-22/+53
* aoe: use high-resolution RTTs with fallback to low-resEd Cashin2012-12-181-7/+50
* aoe: manipulate aoedev network stats under lockEd Cashin2012-12-181-2/+2
* aoe: err device: include MAC addresses for unexpected responsesEd Cashin2012-12-181-2/+4
* aoe: improve network congestion handlingEd Cashin2012-12-181-67/+106
* aoe: provide ATA identify device content to user on requestEd Cashin2012-12-181-0/+16
* aoe: whitespace cleanupEd Cashin2012-12-181-3/+3
* aoe: cleanup: remove unused ata_scnt functionEd Cashin2012-12-181-10/+0Star
* aoe: update cap on outstanding commands based on config query responseEd Cashin2012-12-181-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-051-6/+11
* aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin2012-10-051-17/+8Star
* aoe: update copyright year in touched filesEd Cashin2012-10-051-1/+1
* aoe: remove unused code and add cosmetic improvementsEd Cashin2012-10-051-9/+4Star
* aoe: increase net_device reference count while using itEd Cashin2012-10-051-0/+4
* aoe: associate frames with the AoE storage targetEd Cashin2012-10-051-37/+28Star
* aoe: disallow unsupported AoE minor addressesEd Cashin2012-10-051-0/+7
* aoe: failover remote interface based on aoe_deadsecs parameterEd Cashin2012-10-051-5/+3Star
* aoe: use packets that work with the smallest-MTU local interfaceEd Cashin2012-10-051-68/+83