-
Notifications
You must be signed in to change notification settings - Fork 6
/
AUTHORS
106 lines (84 loc) · 3.61 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
PRIMARY AUTHORS AND MAJOR CONTRIBUTORS TO NILFS-UTILS
Authors who worked or are working at labs of NTT Corporation:
* Ryusuke Konishi <[email protected]>
- Primary maintainer (02/2008-Present)
- Implemented mkfs.nilfs2, mount.nilfs2
- Enhanced snapshot/checkpoint tools, cleanerd, and libraries.
- Wrote nilfs-resize.
- Wrote nilfs-clean, libcleaner library.
- Fixed many bugs
- Wrote man pages
- Initial development
* Koji Sato
- Primary designer of nilfs2 garbage collector
- Implemented cleanerd, nilfs library, and snapshot/checkpoint tools
- Wrote autoconf files
- Initial development
* Naruhiko Kamimura
- Fixed libnilfs so that it follows symlink
- Enhanced lscp to allow specifying range of checkpoints
- Enhanced lssu to allow specifying range of segments
* Seiji Kihara
- Maintainer of RPM packages of nilfs-utils and nilfs2 standalone modules
- Initial development
* Yoshiji Amagai
- Initial development
* Hisashi Hifumi
- Initial development
* Satoshi Moriai
- Initial development
Other contributors:
* Andreas Rohner <[email protected]>
Feb 7, 2014: shutcut for certain GC operations
- add NILFS_IOCTL_SET_SUINFO ioctl support
- add optimized version of nilfs_xreclaim_segment
- and so forth.
* Andy Weidenbaum <[email protected]>
Jan 12, 2019: include <fcntl.h> for musl
* Dan McGee <[email protected]>
Dec 21, 2011: bunch of fixes and cleanups including:
- corrected error code propagation of umount.nilfs2 (libmount version)
- improved error message for permission failure of rmcp command
- sanity check for positive checkpoint number
- proper parser routine use for 64-bit integer inputs
- removal of kern_compat.h
- and so forth.
Jan 5, 2012: add -h command line option to mkfs.nilfs2
Sep 1, 2014: lscp: always show snapshots, even if marked minor
Sep 1, 2014: mount.nilfs2(libmount ver.): don't base GC startup on-mtab context
* David Arendt <[email protected]>
March 29, 2010: added cleaning functions based on the number of free segments
March 29, 2010: added mount option to disable garbage collection
* David Smid <[email protected]>
December 3, 2009: introduced pp (protection period) mount option
* dexen deVries <[email protected]>
March 6, 2011: support relative pathnames in command line of nilfs_cleanerd
* Dmitry Smirnov <[email protected]>
April 19, 2014: install nilfs-* executables to /usr/bin
* Eric Sandeen <[email protected]>
February 13, 2010: fix build against newer glibc
* Jiro SEKIBA <[email protected]>
November 9, 2009: expose struct nilfs_btree_node
September 3, 2010: enhanced super block read/write routines
September 3, 2010: implemented nilfs-tune
November 19, 2010: replaced crc32 implementation
* Kurt Van Dijck <[email protected]>
January 3, 2017: fix some build issues
- libmount, libblkid: fix order of autoconf probing
- mount.nilfs: drop include rpc/types.h
- nilfs-utils: use _POSIX_MAX_INPUT
* Matteo Frigo <[email protected]>
September 11, 2010: compare device number for mount check
* Hitoshi Mitake <[email protected]>
January 1, 2014: cleanerd: adjust OOM killer
January 4, 2014: mkfs.nilfs2: statically check size of important structures
January 6, 2014: rework daemonize() of cleanerd
- cleanerd: ignore nofork option
- cleanerd: call _exit(2) twice for ensuring not being a session leader
- mount: don't pass -n option to cleanerd
* Takashi Iwai <[email protected]>
July 24, 2012: add --print option to mkcp
* Vyacheslav Dubeyko <[email protected]>
March 25, 2013: mkfs.nilfs2 should check presence of NILFS2 volume on device
And this software is realized and maintained by many other
contributions and helps.