linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v4 0/3] f2fs: introduce F2FS_FEATURE_LOST_FOUND feature
@ 2018-03-09  7:53 Sheng Yong
  2018-03-09  7:53 ` [RFC PATCH v4 1/3] " Sheng Yong
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sheng Yong @ 2018-03-09  7:53 UTC (permalink / raw)
  To: jaegeuk, yuchao0, ebiggers, tytso
  Cc: linux-fscrypt, miaoxie, linux-f2fs-devel

v4->v3:
  * split f2fs patch into 2: one for LOST_FOUND feature, another for
    test_dummy_encryption
  * do not set enc_name if dir is not encrypted
  * do not allow mounting with test_dummy_encryption if encrypt feature
    is not set
v3->v2:
  * fix test_dummy_encryption
v2->v1:
  * introduce new mount option test_dummy_encryption
  * add sysfs entry for LOST_FOUND feature
---8<---

This patchset introduces LOST_FOUND feature in f2fs. If the feature is
enabled, f2fs should avoid to encrypt root directory.

A new mount option "test_dummy_encryption" is introduced, this is used by
xfstests.

Thanks,
Sheng

Sheng Yong (3):
  f2fs: introduce F2FS_FEATURE_LOST_FOUND feature
  f2fs: introduce a new mount option test_dummy_encryption
  ext4: do not allow mount with test_dummy_encryption if encrypt not set

 fs/ext4/super.c |  5 +++--
 fs/f2fs/dir.c   |  4 +++-
 fs/f2fs/f2fs.h  | 13 +++++++++++++
 fs/f2fs/namei.c |  9 ++++++---
 fs/f2fs/super.c | 43 +++++++++++++++++++++++++++++++++++++++++++
 fs/f2fs/sysfs.c |  7 +++++++
 6 files changed, 75 insertions(+), 6 deletions(-)

-- 
2.14.1


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

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

end of thread, other threads:[~2018-03-12  1:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-09  7:53 [RFC PATCH v4 0/3] f2fs: introduce F2FS_FEATURE_LOST_FOUND feature Sheng Yong
2018-03-09  7:53 ` [RFC PATCH v4 1/3] " Sheng Yong
2018-03-09 12:31   ` Chao Yu
2018-03-09  7:53 ` [RFC PATCH v4 2/3] f2fs: introduce a new mount option test_dummy_encryption Sheng Yong
2018-03-09 12:32   ` Chao Yu
2018-03-12  1:13     ` Sheng Yong
2018-03-09  7:53 ` [RFC PATCH 3/3] ext4: do not allow mount with test_dummy_encryption if encrypt not set Sheng Yong

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).