[PATCH 0/2] nilfs2-utils: userland tools to tune nilfs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi, this is a patch series to introduce new user land tool named
"nilfs-tune" to nilfs2-utils.

nilfs-tune is a command that modify tunable nilfs parameters, like
volume label.  I intented "nilfs-tune" as the step toward to unified
"nilfs" command.  I'm hoping finaly it will be used as "nilfs tune".

First patch introduces a new library call nilfs_sb_write to write
back super blocks.

Second patch is the actual patch to add new command.


 configure.ac                 |    7 +-
 include/nilfs.h              |    7 +
 lib/nilfs.c                  |   16 ++
 lib/sb.c                     |  125 ++++++++---
 man/Makefile.am              |    2 +-
 man/chcp.8                   |    3 +-
 man/lscp.1                   |    3 +-
 man/mkcp.8                   |    3 +-
 man/nilfs-tune.8             |   54 +++++
 man/nilfs.8                  |    1 +
 man/rmcp.8                   |    3 +-
 sbin/Makefile.am             |    2 +-
 sbin/nilfs-tune/Makefile.am  |    9 +
 sbin/nilfs-tune/nilfs-tune.c |  500 ++++++++++++++++++++++++++++++++++++++++++
 14 files changed, 691 insertions(+), 44 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Filesystem Development]     [Linux BTRFS]     [Linux CIFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux