linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [LSF/MM TOPIC][ATTEND] Improving async io, specifically io_submit latencies
@ 2013-02-28 20:07 Ankit Jain
  2013-02-28 21:03 ` Kent Overstreet
  0 siblings, 1 reply; 7+ messages in thread
From: Ankit Jain @ 2013-02-28 20:07 UTC (permalink / raw)
  To: lsf-pc, linux-fsdevel; +Cc: Jan Kara, Zach Brown

Hi,

I'm interested in discussing how to improve async io api in the kernel,
specifically io_submit latencies.

I am working on trying to make io_submit non-blocking. I had posted a
patch[1] for this earlier on fsdevel and there was some discussion on
it. I have made some of the improvements suggested there.

The approach attempted in that patch essentially tries to service the
requests on a separate kernel thread. It was pointed out that this would
need to ensure that there aren't any unknown task_struct references or
dependencies under f_op->aio* which might get confused because of the
kernel thread. Would this kinda full audit be enough or would be it
considered too fragile?

I would like to discuss whether this is best approach for solving this
problem, and/or discuss some of the other possible approaches to solving
this issue.

This has been discussed in the past but we don't seem to have a solution
as of now.

References:
1. http://comments.gmane.org/gmane.linux.kernel.aio.general/3142

Regards,
-- 
Ankit Jain
SUSE Labs

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

end of thread, other threads:[~2013-03-04 19:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-28 20:07 [LSF/MM TOPIC][ATTEND] Improving async io, specifically io_submit latencies Ankit Jain
2013-02-28 21:03 ` Kent Overstreet
2013-02-28 23:49   ` Zach Brown
2013-03-01 15:03   ` Jeff Moyer
2013-03-01 16:20     ` Tejun Heo
2013-03-01 16:31       ` Tejun Heo
2013-03-04 19:55   ` Ankit Jain

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).