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>
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 Jan 6, 2006
1 parent 6fe2e70 commit f93ea41
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 178 deletions.
Loading

0 comments on commit f93ea41

Please sign in to comment.