tier/test: Fixing tests/basic/tier/legacy-many.t
[obnox/glusterfs.git] / MAINTAINERS
1 GlusterFS Maintainers
2 =====================
3
4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
8
9 In general, if you have a question about inclusion of a patch, you should
10 consult gluster-devel@gluster.org and not any specific individual privately.
11
12 Descriptions of section entries:
13
14         M: Mail patches to: FullName <address@domain>
15         L: Mailing list that is relevant to this area
16         W: Web-page with status/info
17         Q: Patchwork web based patch tracking system site
18         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
19         S: Status, one of the following:
20            Supported:   Someone is actually paid to look after this.
21            Maintained:  Someone actually looks after it.
22            Odd Fixes:   It has a maintainer but they don't have time to do
23                         much other than throw the odd patch in. See below.
24            Orphan:      No current maintainer [but maybe you could take the
25                         role as you write your new code].
26            Obsolete:    Old code. Something tagged obsolete generally means
27                         it has been replaced by a better system and you
28                         should be using that.
29         F: Files and directories with wildcard patterns.
30            A trailing slash includes all files and subdirectory files.
31            F:   drivers/net/    all files in and below drivers/net
32            F:   drivers/net/*   all files in drivers/net, but not below
33            F:   */net/*         all files in "any top level directory"/net
34            One pattern per line.  Multiple F: lines acceptable.
35         X: Files and directories that are NOT maintained, same rules as F:
36            Files exclusions are tested before file matches.
37            Can be useful for excluding a specific subdirectory, for instance:
38            F:   net/
39            X:   net/ipv6/
40            matches all files in and below net excluding net/ipv6/
41         K: Keyword perl extended regex pattern to match content in a
42            patch or file.  For instance:
43            K: of_get_profile
44               matches patches or files that contain "of_get_profile"
45            K: \b(printk|pr_(info|err))\b
46               matches patches or files that contain one or more of the words
47               printk, pr_info or pr_err
48            One regex pattern per line.  Multiple K: lines acceptable.
49
50
51 General Project Architects
52 --------------------------
53 M: Anand Avati <avati@redhat.com>
54 M: Jeff Darcy <jdarcy@redhat.com>
55 M: Kaleb S. Keithley <kkeithle@redhat.com>
56 M: Vijay Bellur <vbellur@redhat.com>
57
58
59 xlators:
60 --------
61 Automatic File Replication (AFR)
62 M: Pranith Karampuri <pkarampu@redhat.com>
63 S: Maintained
64 F: xlators/cluster/afr/
65
66 Block Device
67 S: Orphan
68 F: xlators/storage/bd/
69
70 BitRot
71 M: Venky Shankar <vshankar@redhat.com>
72 M: Raghavendra Bhat (a.k.a. "Johnny") <rabhat@redhat.com>
73 S: Maintained
74 F: xlators/features/bit-rot/
75
76 Changelog
77 M: Venky Shankar <vshankar@redhat.com>
78 S: Maintained
79 F: xlators/features/changelog/
80
81 Changetimerecorder
82 M: Dan Lambright <dlambrig@redhat.com>
83 S: Maintained
84 F: xlators/features/changetimerecorder/
85
86 Distributed Hashing Table (DHT)
87 M: Raghavendra Gowdappa <rgowdapp@redhat.com>
88 M: Shyamsundar Ranganathan <srangana@redhat.com>
89 S: Maintained
90 F: xlators/cluster/dht/
91
92 Erasure Coding
93 M: Pranith Karampuri <pkarampu@redhat.com>
94 M: Xavier Hernandez  <xhernandez@datalab.es>
95 S: Maintained
96 F: xlators/cluster/ec/
97
98 FUSE Bridge
99 M: Anand Avati <avati@redhat.com>
100 M: Niels de Vos <ndevos@redhat.com>
101 M: Raghavendra Bhat <rabhat@redhat.com>
102 S: Maintained
103 F: xlators/mount/
104
105 Index
106 M: Pranith Karampuri <pkarampu@redhat.com>
107 S: Maintained
108 F: xlators/features/index/
109
110 IO threads
111 M: Pranith Karampuri <pkarampu@redhat.com>
112 S: Maintained
113 F: xlators/performance/io-threads/
114
115 Locks
116 M: Pranith Karampuri <pkarampu@redhat.com>
117 S: Maintained
118 F: xlators/features/locks/
119
120 Marker
121 M: Raghavendra Gowdappa <rgowdapp@redhat.com>
122 S: Maintained
123 F: xlators/features/marker/
124
125 NFS
126 M: Niels de Vos <ndevos@redhat.com>
127 S: Maintained
128 F: xlators/nfs/server/
129
130 Performance
131 M: Raghavendra Gowdappa <rgowdapp@redhat.com>
132 S: Maintained
133 F: xlators/performance/
134
135 Posix:
136 M: Pranith Karampuri <pkarampu@redhat.com>
137 M: Raghavendra Bhat <raghavendra@redhat.com>
138 S: Maintained
139 F: xlators/storage/posix/
140
141 Quota
142 M: Krishnan Parthasarathi <kparthas@redhat.com>
143 M: Raghavendra Gowdappa <rgowdapp@redhat.com>
144 S: Maintained
145 F: xlators/features/quota/
146
147 Tiering
148 M: Dan Lambright <dlambrig@redhat.com>
149 M: Joseph Fernandes <josferna@redhat.com>
150 S: Maintained
151 F: xlators/cluster/dht/src/tier.c
152 F: xlators/features/changetimerecorder
153 F: libglusterfs/src/gfdb
154 W: http://www.gluster.org/community/documentation/index.php/Features/data-classification
155
156 Upcall
157 M: Niels de Vos <ndevos@redhat.com>
158 S: Maintained
159 F: xlators/features/upcall/
160
161 Other bits of code:
162 -------------------
163
164 Doc
165 M: Humble Chirammal <hchiramm@redhat.com>
166 M: Raghavendra Talur <rtalur@redhat.com>
167 M: Prashanth Pai <ppai@redhat.com>
168 M: Shravan Chandrashekar <shravantc99@gmail.com>
169 S: Maintained
170 F: doc/
171
172 Geo Replication
173 M: Venky Shankar <vshankar@redhat.com>
174 S: Maintained
175 F: geo-replication/
176
177
178 Glupy
179 M: Justin Clift <justin@gluster.org>
180 S: Maintained
181 F: xlators/features/glupy/
182
183 libgfapi
184 M: Anand Avati <avati@redhat.com>
185 M: Niels de Vos <ndevos@redhat.com>
186 M: Shyamsundar Ranganathan <srangana@redhat.com>
187 S: Maintained
188 F: api/
189
190 libgfdb
191 M: Dan Lambright <dlambrig@redhat.com>
192 S: Maintained
193 F: libglusterfs/src/gfdb/
194
195 libglusterfs
196 M: Niels de Vos <ndevos@redhat.com>
197 M: Pranith Karampuri <pkarampu@redhat.com>
198 S: Maintained
199 F: libglusterfs/
200
201 Management Daemon
202 M: Krishnan Parthasarathi <kparthas@redhat.com>
203 M: Kaushal Madappa <kmadapp@redhat.com>
204 M: Atin Mukherjee <amukherj@redhat.com>
205 S: Maintained
206 F: cli/
207 F: xlators/mgmt/
208
209 Remote Procedure Call subsystem
210 M: Raghavendra Gowdappa <rgowdapp@redhat.com>
211 M: Anand Avati <avati@redhat.com>
212 S: Maintained
213 F: rpc/
214
215 Snapshot
216 M: Rajesh Joesh <rjoseph@redhat.com>
217 S: Maintained
218 F: xlators/mgmt/glusterd/src/glusterd-snap*
219 F: extras/snap-scheduler.py
220
221 Distribution Specific:
222 ----------------------
223 Build:
224 M: Kaleb Keithley <kkeithle@redhat.com>
225 M: Niels de Vos <ndevos@redhat.com>
226 S: Maintained
227
228 Debian Packaging
229 M: Patrick Matthäi <pmatthaei@debian.org>
230 M: Louis Zuckerman <me@louiszuckerman.com>
231 S: Maintained
232 W: http://packages.qa.debian.org/g/glusterfs.html
233
234 Fedora Packaging
235 M: glusterfs-owner@fedoraproject.org
236 M: Humble Chirammal <hchiramm@redhat.com>
237 M: Kaleb Keithley <kkeithle@redhat.com>
238 M: Lalatendu Mohanty <lmohanty@redhat.com>
239 M: Niels de Vos <ndevos@redhat.com>
240 S: Maintained
241 W: https://apps.fedoraproject.org/packages/glusterfs
242 T: http://pkgs.fedoraproject.org/git/glusterfs.git
243
244 FreeBSD port
245 M: Harshavardhana <harsha@harshavardhana.net>
246 S: Maintained
247
248 MacOS X port
249 M: Dennis Schafroth <dennis@schafroth.com>
250 M: Harshavardhana <harsha@harshavardhana.net>
251 S: Maintained
252
253 NetBSD port
254 M: Emmanuel Dreyfus <manu@netbsd.org>
255 S: Maintained
256 W: http://pkgsrc.se/filesystems/glusterfs
257
258 Ubuntu Packaging
259 M: Louis Zuckerman <me@louiszuckerman.com>
260 S: Maintained
261 W: http://download.gluster.org/pub/gluster/glusterfs/LATEST/Ubuntu/Ubuntu.README
262
263
264 Related projects
265 ----------------
266 Gluster Openstack Swift
267 M: Luis Pabon <lpabon@redhat.com>
268 S: Maintained
269 T: https://github.com/gluster/gluster-swift.git
270
271 GlusterFS Hadoop HCFS plugin
272 M: Jay Vyas <jvyas@redhat.com>
273 S: Maintained
274 T: https://github.com/gluster/glusterfs-hadoop.git
275
276 NFS-Ganesha FSAL plugin
277 M: Anand Subramanian <ansubram@redhat.com>
278 S: Maintained
279 T: git://github.com/nfs-ganesha/nfs-ganesha.git
280 F: src/nfs-ganesha~/src/FSAL/FSAL_GLUSTER/
281
282 QEMU integration
283 M: Bharata B Rao <bharata@linux.vnet.ibm.com>
284 S: Maintained
285 T: git://git.qemu.org/qemu.git
286 F: block/gluster.c
287
288 Samba VFS plugin
289 M: Raghavendra Talur <rtalur@redhat.com>
290 M: Jose Rivera <jrivera@redhat.com>
291 M: Ira Cooper <icooper@redhat.com>
292 S: Maintained
293 T: git://git.samba.org/samba.git
294 F: source3/modules/vfs_glusterfs.c
295
296 Wireshark dissectors
297 M: Niels de Vos <ndevos@redhat.com>
298 S: Maintained
299 W: https://forge.gluster.org/wireshark
300 T: http://code.wireshark.org/git/wireshark
301 F: epan/dissectors/packet-gluster*
302
303 Special Thanks
304 --------------
305
306 GlusterFS would not be possible without the contributions of:
307
308 M: Amar Tumballi <amarts@gmail.com>
309 M: Chris Hertel <chertel@redhat.com>
310 M: M. Mohan Kumar <mohan@in.ibm.com>
311 M: Shishir Gowda <gowda.shishir@gmail.com>
312 M: Brian Foster <bfoster@redhat.com>
313 M: Csaba Henk <chenk@redhat.com>