linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Filename wipeout patch series updates
@ 2021-04-07 15:42 Leah Rumancik
  2021-04-07 15:42 ` [PATCH v2 1/2] ext4: wipe filename upon file deletion Leah Rumancik
  2021-04-07 15:42 ` [PATCH v2 2/2] ext4: add ioctl FS_IOC_CHKPT_JRNL Leah Rumancik
  0 siblings, 2 replies; 16+ messages in thread
From: Leah Rumancik @ 2021-04-07 15:42 UTC (permalink / raw)
  To: linux-ext4; +Cc: Leah Rumancik

[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


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-04-11 23:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07 15:42 [PATCH v2 0/2] Filename wipeout patch series updates Leah Rumancik
2021-04-07 15:42 ` [PATCH v2 1/2] ext4: wipe filename upon file deletion Leah Rumancik
2021-04-07 21:33   ` Eric Biggers
2021-04-08  3:48     ` Theodore Ts'o
2021-04-08  5:21       ` Dave Chinner
2021-04-08 19:25         ` Theodore Ts'o
2021-04-09  0:02           ` Darrick J. Wong
2021-04-09  2:51             ` Theodore Ts'o
2021-04-11 23:38               ` Dave Chinner
2021-04-07 15:42 ` [PATCH v2 2/2] ext4: add ioctl FS_IOC_CHKPT_JRNL Leah Rumancik
2021-04-07 18:35   ` Darrick J. Wong
2021-04-07 21:15     ` Dave Chinner
2021-04-08  1:26       ` Darrick J. Wong
2021-04-08  4:43         ` Dave Chinner
2021-04-08 23:49           ` Darrick J. Wong
2021-04-11 23:13             ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).