| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-ID: <8738v7r8xx.fsf@openvz.org> Date: Wed, 03 Apr 2013 18:21:46 +0400 From: Dmitry Monakhov <dmonakhov@...nvz.org> To: ext4 development <linux-ext4@...r.kernel.org>, Jan Kara <jack@...e.cz> Subject: per inode fsync optimization question inode store i_sync_tid and i_datasync_tid in order to optimize journal flushes and wait for commits only when necessary, but fields are declared as tid_t(not atomic_t as it done in ext3) so we have not synchronization between readers and writers, so gcc and cpu is allowed to perform prefetch, cache and other stuff. Looks like a bug, right? -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists