Home
last modified time | relevance | path

Searched hist:c851ed540173736e60d48b53b91a16ea5c903896 (Results 1 – 2 of 2) sorted by relevance

/linux/fs/jbd2/
H A Dcommit.cdiff c851ed540173736e60d48b53b91a16ea5c903896 Sat Jul 12 01:27:31 CEST 2008 Jan Kara <jack@suse.cz> jbd2: Implement data=ordered mode handling via inodes

This patch adds necessary framework into JBD2 to be able to track inodes
with each transaction and write-out their dirty data during transaction
commit time.

This new ordered mode brings all sorts of advantages such as possibility
to get rid of journal heads and buffer heads for data buffers in ordered
mode, better ordering of writes on transaction commit, simplification of
some JBD code, no more anonymous pages when truncate of data being
committed happens. Also with this new ordered mode, delayed allocation
on ordered mode is much simpler.

Signed-off-by: Jan Kara <jack@suse.cz>
H A Dtransaction.cdiff c851ed540173736e60d48b53b91a16ea5c903896 Sat Jul 12 01:27:31 CEST 2008 Jan Kara <jack@suse.cz> jbd2: Implement data=ordered mode handling via inodes

This patch adds necessary framework into JBD2 to be able to track inodes
with each transaction and write-out their dirty data during transaction
commit time.

This new ordered mode brings all sorts of advantages such as possibility
to get rid of journal heads and buffer heads for data buffers in ordered
mode, better ordering of writes on transaction commit, simplification of
some JBD code, no more anonymous pages when truncate of data being
committed happens. Also with this new ordered mode, delayed allocation
on ordered mode is much simpler.

Signed-off-by: Jan Kara <jack@suse.cz>