summaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoecmd.c
Commit message (Expand)AuthorAgeFilesLines
* aoe: replace ->special use with private data in the requestChristoph Hellwig2018-11-101-18/+9
* aoe: convert aoeblk to blk-mqJens Axboe2018-10-141-6/+13
* aoe: mark expected switch fall-throughGustavo A. R. Silva2018-08-021-0/+1
* aoe: handle highmem pagesChristoph Hellwig2018-05-111-1/+2
* aoe: use ktime_t instead of timevalTina Ruchandani2018-01-171-35/+13
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-1/+1
* block/aoe: Convert timers to use timer_setup()Kees Cook2017-11-141-3/+3
* 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/+0
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-1/+1
* mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-1/+1
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-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-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
OpenPOWER on IntegriCloud