aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoecmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17aoe: use ktime_t instead of timevalTina Ruchandani1-35/+13
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-14block/aoe: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-5/+5
2017-06-09block: introduce new block status code typeChristoph Hellwig1-1/+1
2016-11-12aoe: fix crash in page count manipulationJens Axboe1-41/+0
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-1/+1
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-1/+1
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-5/+5
2014-03-04mm: close PageTail raceDavid Rientjes1-2/+2
2013-11-23aoe: Convert to immutable biovecsKent Overstreet1-84/+51
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-8/+8
2013-11-23block: Convert bio_iovec() to bvec_iterKent Overstreet1-1/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-3/+3
2013-09-11aoe: suppress compiler warningsAndy Shevchenko1-4/+0
2013-08-13aoe: adjust ref of head for compound page tailsEd Cashin1-10/+7
2013-07-03aoe: update copyright dateEd Cashin1-1/+1
2013-07-03aoe: perform I/O completions in parallelEd Cashin1-26/+126
2013-07-03drivers: 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-25aoe: get rid of cached bv variable in bufinit()Jens Axboe1-4/+2
2013-03-25aoe: Fix unitialized var usageKent Overstreet1-1/+1
2013-03-23block: Remove bi_idx referencesKent Overstreet1-1/+1
2012-12-17aoe: identify source of runt AoE packetsEd Cashin1-3/+7
2012-12-17aoe: allow user to disable target failure timeoutEd Cashin1-1/+3
2012-12-17aoe: use dynamic number of remote ports for AoE storage targetEd Cashin1-15/+35
2012-12-17aoe: improve handling of misbehaving network pathsEd Cashin1-119/+258
2012-12-17aoe: remove call to request handler from I/O completionEd Cashin1-2/+0
2012-12-17aoe: increase default cap on outstanding AoE commands in the networkEd Cashin1-1/+1
2012-12-17aoe: copy fallback timing information on destination failoverEd Cashin1-0/+1
2012-12-17aoe: commands in retransmit queue use new destination on failureEd Cashin1-22/+53
2012-12-17aoe: use high-resolution RTTs with fallback to low-resEd Cashin1-7/+50
2012-12-17aoe: manipulate aoedev network stats under lockEd Cashin1-2/+2
2012-12-17aoe: err device: include MAC addresses for unexpected responsesEd Cashin1-2/+4
2012-12-17aoe: improve network congestion handlingEd Cashin1-67/+106
2012-12-17aoe: provide ATA identify device content to user on requestEd Cashin1-0/+16
2012-12-17aoe: whitespace cleanupEd Cashin1-3/+3
2012-12-17aoe: cleanup: remove unused ata_scnt functionEd Cashin1-10/+0
2012-12-17aoe: 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-06aoe: update and specify AoE address guards and error messagesEd Cashin1-6/+11
2012-10-06aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin1-17/+8
2012-10-06aoe: update copyright year in touched filesEd Cashin1-1/+1
2012-10-06aoe: remove unused code and add cosmetic improvementsEd Cashin1-9/+4
2012-10-06aoe: increase net_device reference count while using itEd Cashin1-0/+4
2012-10-06aoe: associate frames with the AoE storage targetEd Cashin1-37/+28