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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 7 Apr 2021 15:42:00 +0000 From: Leah Rumancik <leah.rumancik@...il.com> To: linux-ext4@...r.kernel.org Cc: Leah Rumancik <leah.rumancik@...il.com> Subject: [PATCH v2 0/2] Filename wipeout patch series updates [1/2] ext4: wipe filename upon file deletion: - removed mount option for filename wipe, now filename wipe is default behavior - added wiping of file type at time of filename wipe [2/2] ext4: add ioctl FS_IOC_CHKPT_JRNL: - moved ioctl definition to include/uapi/linux/fs.h - renamed ioctl FS_IOC_CHKPT_JRNL - updated to require admin privileges to call ioctl - updated ioctl to take _u64 - updated jbd2_journal_flush to take flags argument to allow for discard flag (kernel: JBD2_FLAG_DO_DISCARD / userspace: CHKPT_JRNL_DO_DISCARD) Leah Rumancik (2): ext4: wipe filename upon file deletion ext4: add ioctl FS_IOC_CHKPT_JRNL fs/ext4/ext4.h | 1 + fs/ext4/inode.c | 4 +- fs/ext4/ioctl.c | 34 ++++++++++++-- fs/ext4/namei.c | 4 ++ fs/ext4/super.c | 6 +-- fs/jbd2/journal.c | 100 +++++++++++++++++++++++++++++++++++++++- fs/ocfs2/alloc.c | 2 +- fs/ocfs2/journal.c | 8 ++-- include/linux/jbd2.h | 5 +- include/uapi/linux/fs.h | 4 ++ 10 files changed, 152 insertions(+), 16 deletions(-) -- 2.31.0.208.g409f899ff0-goog
Powered by blists - more mailing lists