Skip to content

Commit

Permalink
[PATCH] JBD: split checkpoint lists
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jan Kara authored and Linus Torvalds committed Jun 23, 2006
1 parent cdaad34 commit 78ce89c
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 181 deletions.
Loading

0 comments on commit 78ce89c

Please sign in to comment.