linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Updated direct IO optimization patchkit v3
@ 2011-08-29 23:23 Andi Kleen
  2011-08-29 23:23 ` [PATCH 01/11] DIO: Separate fields only used in the submission path from struct dio Andi Kleen
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Andi Kleen @ 2011-08-29 23:23 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, linux-fsdevel, viro

Various micro optimizations of the block direct IO path.

v3: Minor updates from review. Added Acked-bys.

-Andi

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Updated direct IO optimization patchkit v2
@ 2011-08-02  4:38 Andi Kleen
  2011-08-02  4:38 ` [PATCH 09/11] DIO: Remove unused dio parameter from dio_bio_add_page Andi Kleen
  0 siblings, 1 reply; 14+ messages in thread
From: Andi Kleen @ 2011-08-02  4:38 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-fsdevel, hch

Various micro optimizations of the block direct IO path.

This addresses all review comments and adds an additional prefetch
optimization that gives another about 0.3% in a large macro benchmark.
Overall the patchkit is worht about 2.2% in the same macro benchmark.

I also ported it to current mainline, resolving some conflicts with
hch's recent changes to direct-io.

-Andi


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-08-29 23:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-29 23:23 Updated direct IO optimization patchkit v3 Andi Kleen
2011-08-29 23:23 ` [PATCH 01/11] DIO: Separate fields only used in the submission path from struct dio Andi Kleen
2011-08-29 23:23 ` [PATCH 02/11] DIO: Fix a wrong comment Andi Kleen
2011-08-29 23:23 ` [PATCH 03/11] DIO: Rearrange fields in dio/dio_submit to avoid holes Andi Kleen
2011-08-29 23:23 ` [PATCH 04/11] DIO: Use a slab cache for struct dio Andi Kleen
2011-08-29 23:23 ` [PATCH 05/11] DIO: Separate map_bh from dio v2 Andi Kleen
2011-08-29 23:23 ` [PATCH 06/11] DIO: Inline the complete submission path v2 Andi Kleen
2011-08-29 23:23 ` [PATCH 07/11] DIO: Merge direct_io_walker into __blockdev_direct_IO Andi Kleen
2011-08-29 23:23 ` [PATCH 08/11] DIO: Remove unnecessary dio argument from dio_pages_present() Andi Kleen
2011-08-29 23:23 ` [PATCH 09/11] DIO: Remove unused dio parameter from dio_bio_add_page Andi Kleen
2011-08-29 23:23 ` [PATCH 10/11] VFS: Cache request_queue in struct block_device Andi Kleen
2011-08-29 23:23 ` [PATCH 11/11] DIO: optimize cache misses in the submission path v2 Andi Kleen
  -- strict thread matches above, loose matches on Subject: below --
2011-08-02  4:38 Updated direct IO optimization patchkit v2 Andi Kleen
2011-08-02  4:38 ` [PATCH 09/11] DIO: Remove unused dio parameter from dio_bio_add_page Andi Kleen
2011-08-08 18:21   ` Jeff Moyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).