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: <CACFo8TGV98FkYuUpk3Qefb_ki07pa7eoYun6CwXLJLUgNXAD0w@mail.gmail.com> Date: Fri, 8 Dec 2017 02:52:35 +0900 From: Red Swaqz <redswaqz@...il.com> To: linux-ext4@...r.kernel.org Cc: Red Swaqz <redswaqz@...il.com> Subject: [QUESTION] jbd2: How identify what kind of metadata is in t_buffers Is there any way to identify to what kind of metadata a specific t_buffer is related? On the source code it simply says that it is for metadata (in commit phase 2b) but there is no sign of which kind of metadata these t_buffers are storing. Thank you.