[parted-devel] [PATCH v2 0/2] Add F2FS filesystem to libparted

Romain Perier romain.perier at gmail.com
Fri Mar 20 16:43:15 GMT 2020


This patches series add support for the F2FS filesystem to libparted,
then adds the filesystem to the probing fs test.

Changes since v1:
 * Rebased onto master
 * Added f2fs to the probing fs test
 * Added a cover letter

Romain Perier (2):
  Add support for the F2FS filesystem
  tests: Add f2fs to the fs probe test

 libparted/fs/Makefile.am |  1 +
 libparted/fs/f2fs/f2fs.c | 94 ++++++++++++++++++++++++++++++++++++++++
 libparted/libparted.c    |  4 ++
 tests/t1700-probe-fs.sh  |  2 +-
 4 files changed, 100 insertions(+), 1 deletion(-)
 create mode 100644 libparted/fs/f2fs/f2fs.c

-- 
2.20.1




More information about the parted-devel mailing list