here are the questions confused me for a long time:
when a file is mmapped as shared, will all writes to the mapped region go to page cache in the OS?
does those pages marked as dirty & flushed to disk after vm.dirty_writeback_centisecs ? if so, does pdflush update the mtime/ctime of the mmapped file? I found on my system that the mtime was not updated for a long time(quite a few days).
thanks in advance!