summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@gmail.com>2011-07-18 17:38:49 +1000
committerNeilBrown <neilb@suse.de>2011-07-18 17:38:49 +1000
commitc65060ad4274f70048d62e0a86332cd3fd23f28d (patch)
tree5e6c3cfeb122da72e1bfa3bea07d8f16f453dc9f /tools/perf/scripts/python/netdev-times.py
parent778ca01852e6cc9ff335119b37a1938a978df384 (diff)
downloadkernel-c65060ad4274f70048d62e0a86332cd3fd23f28d.tar.gz
md/raid10: share pages between read and write bio's during recovery
When performing a recovery, only first 2 slots in r10_bio are in use, for read and write respectively. However all of pages in the write bio are never used and just replaced to read bio's when the read completes. Get rid of those unused pages and share read pages properly. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
e rcu_read_lock()Hugh Dickins 2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds 2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds 2020-07-19dma-debug: use named initializers for dir2nameChristoph Hellwig 2020-07-16treewide: Remove uninitialized_var() usageKees Cook 2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab 2020-04-20dma-debug: make __dma_entry_alloc_check_leak() staticJason Yan 2020-04-08dma-debug: fix displaying of dma allocation typeGrygorii Strashko 2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds 2019-11-20dma-debug: clean up put_hash_bucket()Dan Carpenter 2019-11-11dma-debug: increase HASH_SIZEEric Dumazet 2019-11-11dma-debug: reorder struct dma_debug_entry fieldsEric Dumazet 2019-10-30dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet 2019-10-18dma-debug: Use pr_warn instead of pr_warningKefeng Wang 2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner 2019-04-29dma/debug: Simplify stracktrace retrievalThomas Gleixner 2019-04-11dma-debug: only skip one stackframe entryScott Wood 2019-02-01dma-debug: add dumping facility via debugfsCorentin Labbe 2019-02-01dma: debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman 2019-01-04dma-mapping: remove a few unused exportsChristoph Hellwig 2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig 2018-12-13dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig 2018-12-11dma-debug: Batch dma_debug_entry allocationRobin Murphy 2018-12-11dma/debug: Remove dma_debug_resize_entries()Robin Murphy 2018-12-11dma-debug: Make leak-like behaviour apparentRobin Murphy 2018-12-11dma-debug: Dynamically expand the dma_debug_entry poolRobin Murphy 2018-12-11dma-debug: Use pr_fmt()Robin Murphy 2018-12-11dma-debug: Expose nr_total_entries in debugfsRobin Murphy 2018-10-08dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd