2012 Linux Storage, Filesystem, and Memory Management Summit - Day 1
2012 Linux Storage, Filesystem, and Memory Management Summit - Day 1
Posted Apr 17, 2012 13:22 UTC (Tue) by intgr (subscriber, #39733)In reply to: 2012 Linux Storage, Filesystem, and Memory Management Summit - Day 1 by etienne
Parent article: 2012 Linux Storage, Filesystem, and Memory Management Summit - Day 1
Posting to an old comment, but: journalling filesystems generally only journal *metadata* operations, not file operations. ext3+ by default, too. But ext3+ is an exception here, you can configure it to journal data too with the data=journal flag. Not sure how it behaves wrt the application modifying a pending page underneath it though.
