summaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoecmd.c
Commit message (Expand)AuthorAgeFilesLines
* aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee2024-03-061-6/+6
* aoe: Avoid flush_scheduled_work() usageTetsuo Handa2022-05-011-1/+1
* aoe: use bvec_kmap_local in bvcpyChristoph Hellwig2022-03-041-2/+2
* block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* aoe: remove redundant assignment on variable nColin Ian King2022-01-131-1/+1
* aoe: remove unnecessary mutex_init()Yang Yingliang2021-05-241-2/+0
* block: Replace lkml.org links with loreKees Cook2021-02-101-1/+1
* aoe: don't call set_capacity from irq contextChristoph Hellwig2020-11-161-11/+4
* block: fix locking for struct block_device size updatesChristoph Hellwig2020-09-011-3/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* 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