summaryrefslogtreecommitdiff
path: root/drivers/block/aoe/aoecmd.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-13aoe: remove redundant assignment on variable nColin Ian King1-1/+1
2021-05-24aoe: remove unnecessary mutex_init()Yang Yingliang1-2/+0
2021-02-11block: Replace lkml.org links with loreKees Cook1-1/+1
2020-11-16aoe: don't call set_capacity from irq contextChristoph Hellwig1-11/+4
2020-09-02block: fix locking for struct block_device size updatesChristoph Hellwig1-3/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2018-11-10aoe: replace ->special use with private data in the requestChristoph Hellwig1-18/+9
2018-10-14aoe: convert aoeblk to blk-mqJens Axboe1-6/+13
2018-08-02aoe: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-05-12aoe: handle highmem pagesChristoph Hellwig1-1/+2
2018-01-17aoe: use ktime_t instead of timevalTina Ruchandani1-35/+13
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-15block/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-25tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-1/+1
2016-05-20mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-1/+1
2016-03-18mm: introduce page reference manipulation functionsJoonsoo Kim1-2/+2
2016-01-23wrappers 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-24aoe: Convert to immutable biovecsKent Overstreet1-84/+51
2013-11-24block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-8/+8
2013-11-24block: Convert bio_iovec() to bvec_iterKent Overstreet1-1/+1
2013-11-24block: Abstract out bvec iteratorKent Overstreet1-3/+3
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