linux/fs/jbd2
Theodore Ts'o 1a0d3786dd jbd2: Remove a large array of bh's from the stack of the checkpoint routine
jbd2_log_do_checkpoint()n is one of the kernel's largest stack users.
Move the array of buffer head's from the stack of jbd2_log_do_checkpoint()
to the in-core journal structure.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-11-05 00:09:22 -05:00
..
Kconfig fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out 2008-10-20 11:43:59 -07:00
Makefile
checkpoint.c jbd2: Remove a large array of bh's from the stack of the checkpoint routine 2008-11-05 00:09:22 -05:00
commit.c jbd2: Add barrier not supported test to journal_wait_on_commit_record 2009-01-05 21:34:13 -05:00
journal.c jbd2: Remove a large array of bh's from the stack of the checkpoint routine 2008-11-05 00:09:22 -05:00
recovery.c jbd2: fix error handling for checkpoint io 2008-10-10 20:29:13 -04:00
revoke.c
transaction.c ext4: add fsync batch tuning knobs 2009-01-03 20:27:38 -05:00