linux/fs/jbd
Jan Kara 78ce89c92b [PATCH] JBD: split checkpoint lists
Split the checkpoint list of the transaction into two lists.  In the first
list we keep the buffers that need to be submitted for IO.  In the second
list are kept buffers that were already submitted and we just have to wait
for the IO to complete.  This should simplify a handling of checkpoint
lists a bit and can eventually be also a performance gain.

Signed-off-by: Jan Kara <jack@suse.cz>
Cc: Mark Fasheh <mark.fasheh@oracle.com>
Cc: "Stephen C. Tweedie" <sct@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-23 07:43:08 -07:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
checkpoint.c [PATCH] JBD: split checkpoint lists 2006-06-23 07:43:08 -07:00
commit.c [PATCH] jbd: fix BUG in journal_commit_transaction() 2006-06-23 07:43:04 -07:00
journal.c [PATCH] jbd: convert kjournald to kthread API 2006-03-25 08:22:50 -08:00
recovery.c [PATCH] jbd doc: fix some kernel-doc warnings 2005-11-07 07:53:55 -08:00
revoke.c [PATCH] Change ll_rw_block() calls in JBD 2005-09-07 16:57:55 -07:00
transaction.c [PATCH] jbd: avoid kfree(NULL) 2006-06-23 07:43:05 -07:00