linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [V4]fix ocfs2 aio/dio writing process hang
@ 2012-06-27  9:09 Junxiao Bi
  2012-06-27  9:09 ` [PATCH v4 1/2] aio: make kiocb->private NUll in init_sync_kiocb() Junxiao Bi
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Junxiao Bi @ 2012-06-27  9:09 UTC (permalink / raw)
  To: ocfs2-devel, linux-aio; +Cc: mfasheh, akpm, linux-kernel, joe.jin


V4 changes:
add Acked-by: Joel Becker <jlbec@evilplan.org>

V3 changes:
- add Cc: stable@vger.kernel.org in the patch header to align with stable rules
- add Acked-by: Jeff Moyer <jmoyer@redhat.com>

V2 changes:
- update the patch header of the first patch to make it more clear.


This patch list fixes an issue about ocfs2 aio/dio write process hang.
The call trace is like this:
@  cat /proc/15913/stack
@ [<ffffffffa06e1085>] ocfs2_aiodio_wait+0x85/0xc0 [ocfs2]
@ [<ffffffffa06e3e39>] ocfs2_file_aio_write+0x99/0xa0 [ocfs2]
@ [<ffffffff811ace97>] aio_rw_vect_retry+0x87/0x150
@ [<ffffffff811aebd1>] aio_run_iocb+0x71/0x170
@ [<ffffffff811af59b>] io_submit_one+0x1ab/0x280
@ [<ffffffff811af77c>] do_io_submit+0x10c/0x1c0
@ [<ffffffff811af840>] sys_io_submit+0x10/0x20
@ [<ffffffff81509b42>] system_call_fastpath+0x16/0x1b
@ [<ffffffffffffffff>] 0xffffffffffffffff

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

end of thread, other threads:[~2012-07-05  9:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27  9:09 [V4]fix ocfs2 aio/dio writing process hang Junxiao Bi
2012-06-27  9:09 ` [PATCH v4 1/2] aio: make kiocb->private NUll in init_sync_kiocb() Junxiao Bi
2012-06-28 22:39   ` Andrew Morton
2012-06-29  9:22     ` Joel Becker
2012-06-29 10:17       ` Junxiao Bi
2012-06-29 10:29         ` Andrew Morton
2012-06-29 10:48           ` Junxiao Bi
2012-06-29 10:49       ` Junxiao Bi
2012-07-04  6:13         ` Joel Becker
2012-06-27  9:09 ` [PATCH v4 2/2] ocfs2: clear unaligned io flag when dio fails Junxiao Bi
2012-07-04  7:34   ` [Ocfs2-devel] " Joel Becker
2012-07-04  7:51     ` Junxiao Bi
2012-07-05  9:22       ` Joel Becker
2012-06-28  8:34 ` [V4]fix ocfs2 aio/dio writing process hang Joel Becker
2012-06-28  8:48   ` Junxiao Bi

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