mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/5] Concurrent O_SYNC write speedups using radix-tree walks
@ 2004-08-01  7:45 Suparna Bhattacharya
  2004-08-01  7:47 ` [PATCH 1/5] Writeback page range hint Suparna Bhattacharya
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Suparna Bhattacharya @ 2004-08-01  7:45 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel


The attached patches (generated against 2.6.8-rc2) enable concurrent 
O_SYNC writers to different parts of the same file by avoiding 
serialising on i_sem across the wait for IO completion.

This is mostly your work, ported to the tagged radix tree VFS changes
and a few fixes. I have been carrying these patches for sometime now; 
they can be the merged upstream. Please apply.

Regards
Suparna

-- 
Suparna Bhattacharya (suparna@in.ibm.com)
Linux Technology Center
IBM Software Lab, India


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

end of thread, other threads:[~2004-08-01  7:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-01  7:45 [PATCH 0/5] Concurrent O_SYNC write speedups using radix-tree walks Suparna Bhattacharya
2004-08-01  7:47 ` [PATCH 1/5] Writeback page range hint Suparna Bhattacharya
2004-08-01  7:49 ` [PATCH 2/5] Fix writeback page range to use exact limits Suparna Bhattacharya
2004-08-01  7:50 ` [PATCH 3/5] mpage writepages range limit fix Suparna Bhattacharya
2004-08-01  7:52 ` [PATCH 4/5] filemap_fdatawrite range interface Suparna Bhattacharya
2004-08-01  7:53 ` [PATCH 5/5] Concurrent O_SYNC write support Suparna Bhattacharya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome