mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 13:43:15 +00:00
nilfs-utils: update maintainer's email address
Update email addresses of NTT developers since lab.ntt.co.jp email domain has been deprecated due to company policy. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
This commit is contained in:
parent
cbc316f941
commit
45d40b47af
4
AUTHORS
4
AUTHORS
@ -1,7 +1,7 @@
|
||||
PRIMARY AUTHORS AND MAJOR CONTRIBUTORS TO NILFS-UTILS
|
||||
|
||||
Authors who worked or are working at labs of NTT Corporation:
|
||||
* Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
* Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
- Primary maintainer (02/2008-Present)
|
||||
- Implemented mkfs.nilfs2, mount.nilfs2
|
||||
- Enhanced snapshot/checkpoint tools, cleanerd, and libraries.
|
||||
@ -22,7 +22,7 @@ Authors who worked or are working at labs of NTT Corporation:
|
||||
- Enhanced lscp to allow specifying range of checkpoints
|
||||
- Enhanced lssu to allow specifying range of segments
|
||||
|
||||
* Seiji Kihara <kihara.seiji@lab.ntt.co.jp>
|
||||
* Seiji Kihara
|
||||
- Maintainer of RPM packages of nilfs-utils and nilfs2 standalone modules
|
||||
- Initial development
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
*
|
||||
* Written by Koji Sato.
|
||||
*
|
||||
* Maintained by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> from 2008.
|
||||
* Maintained by Ryusuke Konishi <konishi.ryusuke@gmail.com> from 2008.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
*
|
||||
* Written by Koji Sato.
|
||||
*
|
||||
* Maintained by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> from 2008.
|
||||
* Maintained by Ryusuke Konishi <konishi.ryusuke@gmail.com> from 2008.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
*
|
||||
* Written by Koji Sato.
|
||||
*
|
||||
* Maintained by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> from 2008.
|
||||
* Maintained by Ryusuke Konishi <konishi.ryusuke@gmail.com> from 2008.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
*
|
||||
* Written by Koji Sato.
|
||||
*
|
||||
* Maintained by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> from 2008.
|
||||
* Maintained by Ryusuke Konishi <konishi.ryusuke@gmail.com> from 2008.
|
||||
*/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
*
|
||||
* Written by Koji Sato.
|
||||
*
|
||||
* Maintained by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> from 2008.
|
||||
* Maintained by Ryusuke Konishi <konishi.ryusuke@gmail.com> from 2008.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* Written by Koji Sato,
|
||||
* Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>.
|
||||
* Ryusuke Konishi <konishi.ryusuke@gmail.com>.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
* package.
|
||||
*
|
||||
* Credits:
|
||||
* Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
* Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
*/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
*
|
||||
* Credits:
|
||||
* Koji Sato
|
||||
* Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
* Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Lesser General Public License for more details.
|
||||
*
|
||||
* Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>.
|
||||
* Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
2
lib/sb.c
2
lib/sb.c
@ -13,7 +13,7 @@
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Lesser General Public License for more details.
|
||||
*
|
||||
* Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>.
|
||||
* Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.\"
|
||||
.TH CHCP 8 "Apr 2014" "nilfs-utils version 2.2"
|
||||
.SH NAME
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.\"
|
||||
.TH DUMPSEG 8 "Apr 2014" "nilfs-utils version 2.2"
|
||||
.SH NAME
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.\"
|
||||
.TH LSCP 1 "Apr 2014" "nilfs-utils version 2.2"
|
||||
.SH NAME
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.\"
|
||||
.TH LSSU 1 "Apr 2014" "nilfs-utils version 2.2"
|
||||
.SH NAME
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.\"
|
||||
.TH MKCP 8 "Apr 2014" "nilfs-utils version 2.2"
|
||||
.SH NAME
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.\"
|
||||
.TH MKFS.NILFS2 8 "Apr 2014" "nilfs-utils version 2.2"
|
||||
.SH NAME
|
||||
@ -185,7 +185,7 @@ and exit.
|
||||
.SH AUTHOR
|
||||
This version of
|
||||
.B mkfs.nilfs2
|
||||
has been written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>.
|
||||
has been written by Ryusuke Konishi <konishi.ryusuke@gmail.com>.
|
||||
.SH AVAILABILITY
|
||||
.B mkfs.nilfs2
|
||||
is part of the nilfs-utils package and is available from
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.\"
|
||||
.TH MOUNT.NILFS2 8 "Apr 2014" "nilfs-utils version 2.2"
|
||||
.SH NAME
|
||||
@ -180,7 +180,7 @@ mount failure
|
||||
some mount succeeded
|
||||
.SH AUTHOR
|
||||
.B mount.nilfs2
|
||||
is written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> for NILFS2,
|
||||
is written by Ryusuke Konishi <konishi.ryusuke@gmail.com> for NILFS2,
|
||||
based on the mount program included in the util-linux package.
|
||||
.SH AVAILABILITY
|
||||
.B mount.nilfs2
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Copyright (C) 2011-2012 Nippon Telegraph and Telephone Corporation.
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.\"
|
||||
.TH NILFS-CLEAN 8 "Apr 2014" "nilfs-utils version 2.2"
|
||||
.SH NAME
|
||||
@ -79,7 +79,7 @@ Verbose mode.
|
||||
\fB\-V\fR, \fB\-\-version\fR
|
||||
Display version and exit.
|
||||
.SH AUTHOR
|
||||
Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.SH AVAILABILITY
|
||||
.B nilfs-clean
|
||||
is part of the nilfs-utils package and is available from
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Copyright (C) 2011-2012 Nippon Telegraph and Telephone Corporation.
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.\"
|
||||
.TH NILFS-RESIZE 8 "Apr 2014" "nilfs-utils version 2.2"
|
||||
.SH NAME
|
||||
@ -52,7 +52,7 @@ Verbose mode.
|
||||
\fB\-V\fR, \fB\-\-version\fR
|
||||
Display version and exit.
|
||||
.SH AUTHOR
|
||||
Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.SH AVAILABILITY
|
||||
.B nilfs-resize
|
||||
is part of the nilfs-utils package and is available from
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Copyright (C) 2005-2012 Nippon Telegraph and Telephone Corporation.
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.\"
|
||||
.TH NILFS 8 "Apr 2014" "nilfs-utils version 2.2"
|
||||
.SH NAME
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.\"
|
||||
.TH NILFS_CLEANERD 8 "Sep 2016" "nilfs-utils version 2.2"
|
||||
.SH NAME
|
||||
@ -76,7 +76,7 @@ nilfs-utils is equal to or older than 2.2.5, this lets
|
||||
Configuration file for \fBnilfs_cleanerd\fP.
|
||||
See \fBnilfs_cleanerd.conf\fP(5) for details.
|
||||
.SH AUTHOR
|
||||
Koji Sato, Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>.
|
||||
Koji Sato, Ryusuke Konishi <konishi.ryusuke@gmail.com>.
|
||||
.SH AVAILABILITY
|
||||
.B nilfs_cleanerd
|
||||
is part of the nilfs-utils package and available from
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.\"
|
||||
.TH NILFS_CLEANERD.CONF 5 "Apr 2014" "nilfs-utils version 2.2"
|
||||
.SH NAME
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.\"
|
||||
.TH RMCP 8 "Apr 2014" "nilfs-utils version 2.2"
|
||||
.SH NAME
|
||||
@ -46,7 +46,7 @@ Display help message and exit.
|
||||
\fB\-V\fR, \fB\-\-version\fR
|
||||
Display version and exit.
|
||||
.SH AUTHOR
|
||||
Koji Sato, Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>.
|
||||
Koji Sato, Ryusuke Konishi <konishi.ryusuke@gmail.com>.
|
||||
.SH AVAILABILITY
|
||||
.B rmcp
|
||||
is part of the nilfs-utils package and is available from
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
.\" Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
.\"
|
||||
.TH UMOUNT.NILFS2 8 "Apr 2014" "nilfs-utils version 2.2"
|
||||
.SH NAME
|
||||
@ -47,7 +47,7 @@ which also allows \fBumount\fP(8) to free the loop device without the
|
||||
`loop=...' option, is not supported.
|
||||
.SH AUTHOR
|
||||
.B umount.nilfs2
|
||||
is written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> for NILFS2,
|
||||
is written by Ryusuke Konishi <konishi.ryusuke@gmail.com> for NILFS2,
|
||||
based on the umount program included in the util-linux package.
|
||||
.SH AVAILABILITY
|
||||
.B umount.nilfs2
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
*
|
||||
* Credits:
|
||||
* Koji Sato,
|
||||
* Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>.
|
||||
* Ryusuke Konishi <konishi.ryusuke@gmail.com>.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
*
|
||||
* Credits:
|
||||
* Koji Sato,
|
||||
* Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>.
|
||||
* Ryusuke Konishi <konishi.ryusuke@gmail.com>.
|
||||
*/
|
||||
|
||||
#ifndef CLDCONFIG_H
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
*
|
||||
* Credits:
|
||||
* Koji Sato,
|
||||
* Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>.
|
||||
* Ryusuke Konishi <konishi.ryusuke@gmail.com>.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
* Credits:
|
||||
* Hisashi Hifumi,
|
||||
* Amagai Yoshiji,
|
||||
* Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>.
|
||||
* Ryusuke Konishi <konishi.ryusuke@gmail.com>.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
* Credits:
|
||||
* Hisashi Hifumi,
|
||||
* Amagai Yoshiji,
|
||||
* Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>.
|
||||
* Ryusuke Konishi <konishi.ryusuke@gmail.com>.
|
||||
*/
|
||||
|
||||
#ifndef NILFS_MKFS_H
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 021110-1307, USA.
|
||||
*
|
||||
* Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
* Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
* using examples from util-linux-2.12r/mount.c.
|
||||
*
|
||||
* The following functions are extracted from util-linux-2.12r/mount.c:
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 021110-1307, USA.
|
||||
*
|
||||
* Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
* Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 021110-1307, USA.
|
||||
*
|
||||
* Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
* Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* code borrowed from util-linux-2.12r/mount/mntent.h
|
||||
*
|
||||
* modified by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
* modified by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
*/
|
||||
#ifndef MOUNT_MNTENT_H
|
||||
#define MOUNT_MNTENT_H
|
||||
|
||||
@ -502,7 +502,7 @@ char *fix_opts_string(int flags, const char *extra_opts, const char *user)
|
||||
|
||||
/*
|
||||
* Following part was appended by
|
||||
* Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>.
|
||||
* Ryusuke Konishi <konishi.ryusuke@gmail.com>.
|
||||
*/
|
||||
static char *strchrnulq(char *s, int c, int qc)
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Code extracted from util-linux-2.12r/mount/mount.c
|
||||
*
|
||||
* modified by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
* modified by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
*/
|
||||
#ifndef _MOUNT_OPTS_H
|
||||
#define _MOUNT_OPTS_H
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 021110-1307, USA.
|
||||
*
|
||||
* Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
* Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
* using examples from util-linux-2.12r/{umount,lomount}.c.
|
||||
*
|
||||
* The following functions are based on util-linux-2.12r/mount.c
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 021110-1307, USA.
|
||||
*
|
||||
* Written by Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
* Written by Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* Copyright (C) 2011-2012 Nippon Telegraph and Telephone Corporation.
|
||||
*
|
||||
* Credits:
|
||||
* Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
* Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* Copyright (C) 2011-2012 Nippon Telegraph and Telephone Corporation.
|
||||
*
|
||||
* Credits:
|
||||
* Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
||||
* Ryusuke Konishi <konishi.ryusuke@gmail.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user