Whamcloud - gitweb
LU-13425 lfs: support numeric hash type by "lfs migrate -H"
[fs/lustre-release.git] / MAINTAINERS
1
2         List of maintainers and how to submit Lustre changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small.
9
10 2.      PLEASE remember that submissions must be made under the terms
11         of the Linux Foundation certificate of contribution and should
12         include a Signed-off-by: line.  The current version of this
13         "Developer's Certificate of Origin" (DCO) is listed in the file
14         Documentation/process/submitting-patches.rst.
15
16 3.      Make sure your changes compile correctly in multiple
17         configurations. In particular check that changes work both as a
18         module and built into the kernel.
19
20 4.      Add reviewers to the patch based on the get_maintainers.pl script.
21
22 5.      PLEASE check your patch with the automated style checker
23         (contrib/scripts/checkpatch.pl) to catch trivial style violations.
24
25 6.      Make sure you have the right to send any changes you make. If you
26         do changes at work you may find your employer owns the patch
27         not you.
28
29 7.      Happy hacking.
30
31 Descriptions of section entries:
32
33         M: Mail patches to: FullName <address@domain>
34         R: Designated reviewer: FullName <address@domain>
35            These reviewers should be CCed on patches.
36         W: Web-page with status/info
37         B: URI for where to file bugs. A web-page with detailed bug
38            filing info, a direct bug tracker link, or a mailto: URI.
39         C: URI for chat protocol, server and channel where developers
40            usually hang out, for example irc://server/channel.
41         T: SCM tree type and location.
42            Type is one of: git, hg, quilt, stgit, topgit
43         S: Status, one of the following:
44            Supported:   Someone is actually paid to look after this.
45            Maintained:  Someone actually looks after it.
46            Odd Fixes:   It has a maintainer but they don't have time to do
47                         much other than throw the odd patch in. See below.
48            Orphan:      No current maintainer [but maybe you could take the
49                         role as you write your new code].
50            Obsolete:    Old code. Something tagged obsolete generally means
51                         it has been replaced by a better system and you
52                         should be using that.
53         F: Files and directories with wildcard patterns.
54            A trailing slash includes all files and subdirectory files.
55            F:   drivers/net/    all files in and below drivers/net
56            F:   drivers/net/*   all files in drivers/net, but not below
57            F:   */net/*         all files in "any top level directory"/net
58            One pattern per line.  Multiple F: lines acceptable.
59         N: Files and directories with regex patterns.
60            N:   [^a-z]tegra     all files whose path contains the word tegra
61            One pattern per line.  Multiple N: lines acceptable.
62            scripts/get_maintainer.pl has different behavior for files that
63            match F: pattern and matches of N: patterns.  By default,
64            get_maintainer will not look at git log history when an F: pattern
65            match occurs.  When an N: match occurs, git log history is used
66            to also notify the people that have git commit signatures.
67         X: Files and directories that are NOT maintained, same rules as F:
68            Files exclusions are tested before file matches.
69            Can be useful for excluding a specific subdirectory, for instance:
70            F:   net/
71            X:   net/ipv6/
72            matches all files in and below net excluding net/ipv6/
73         K: Keyword perl extended regex pattern to match content in a
74            patch or file.  For instance:
75            K: of_get_profile
76               matches patches or files that contain "of_get_profile"
77            K: \b(printk|pr_(info|err))\b
78               matches patches or files that contain one or more of the words
79               printk, pr_info or pr_err
80            One regex pattern per line.  Multiple K: lines acceptable.
81
82 This list is meant to remain in alphabetical order. Please add yourselves
83 to it in alphabetical order.  Please include "Lustre" in the subsystem
84 description, even though it is currently redundant, so that it is easier
85 to keep this in sync once the client is merged upstream.
86
87 Maintainers List (try to look for most precise areas first)
88
89                 -----------------------------------
90
91 Lustre Build System
92 R:      Minh Diep <mdiep@whamcloud.com>
93 S:      Supported
94 F:      lustre.spec.in
95 F:      lustre-dkms*
96 F:      kmp-*
97 F:      build/
98 F:      contrib/lbuild/
99 F:      libcfs/autoconf/
100 F:      lnet/autoconf/
101 F:      lustre/autoconf/
102 F:      lustre/scripts/dkms.mkconf
103 F:      */Makefile.am
104 F:      */Makefile.in
105
106 Lustre Class Library
107 S:      Supported
108 F:      lustre/obdclass/
109
110 Lustre Client IO stack - CLIO
111 R:      Bobijam Xu <bobijam@whamcloud.com>
112 R:      Patrick Farrell <farr0186@gmail.com>
113 S:      Supported
114 F:      Documentation/clio.txt
115 F:      lustre/include/cl_object.h
116 F:      lustre/include/lustre_osc.h
117 F:      lustre/llite/glimpse.c
118 F:      lustre/llite/llite_mmap.c
119 F:      lustre/llite/lcommon*.c
120 F:      lustre/llite/range_lock.[ch]
121 F:      lustre/llite/rw*.c
122 F:      lustre/llite/vvp*.[ch]
123 F:      lustre/obdclass/cl_*.c
124 F:      lustre/osc/
125
126 Lustre Client MD stack
127 R:      Lai Siyao <lai.siyao@whamcloud.com>
128 S:      Supported
129 F:      lustre/include/lustre_mdc.h
130 F:      lustre/mdc/
131
132 Lustre Client VFS Interface
133 R:      Oleg Drokin <green@whamcloud.com>
134 M:      Lai Siyao <lai.siyao@whamcloud.com>
135 R:      Vladimir Saveliev <vlaidimir.saveliev@hpe.com>
136 S:      Supported
137 F:      lustre/llite/dcache.c
138 F:      lustre/llite/dir.c
139 F:      lustre/llite/file.c
140 F:      lustre/llite/llite_nfs.c
141 F:      lustre/llite/namei.c
142 F:      lustre/llite/statahead.c
143 F:      lustre/llite/symlink.c
144 F:      lustre/llite/xattr*.c
145
146 Lustre Configuration Management
147 M:      James Simmons <uja.ornl@yahoo.com>
148 S:      Maintained
149 F:      lustre/mgc/
150 F:      lustre/mgs/
151 F:      lustre/utils/llapi_param.c
152
153 Lustre Data Checksums
154 R:      Li Xi <lixi@whamcloud.com>
155 M:      Andreas Dilger <adilger@whamcloud.com>
156 S:      Supported
157 F:      lustre/include/uapi/linux/lustre/lustre_idl.h
158 F:      lustre/include/uapi/linux/lustre/lustre_user.h
159 F:      lustre/ptlrpc/pack_generic.c
160 F:      lustre/ptlrpc/layout.c
161 F:      lustre/utils/wire*.c
162 F:      lustre/ptlrpc/wire*.c
163 K:      \b(OBD_CKSUM_|OBD_FL_CKSUM|OBD_CONNECT_CKSUM)
164
165 Lustre Data-on-MDT - DoM
166 R:      Mikhail Pershin <mpershin@whamcloud.com>
167 S:      Supported
168 F:      lustre/tests/sanity-dom.sh
169 K:      DoM
170 K:      _dom
171 K:      _DOM
172 K:      dom_
173
174 Lustre Distributed Lock Manager - LDLM
175 R:      Oleg Drokin <green@whamcloud.com>
176 M:      Patrick Farrell <farr0186@gmail.com>
177 S:      Supported
178 F:      lustre/include/lustre_dlm.h
179 F:      lustre/include/lustre_dlm_flags.h
180 F:      lustre/ldlm/
181 F:      lustre/llite/glimpse.c
182 F:      lustre/mdc/mdc_locks.c
183 F:      lustre/mdt/mdt_lvb.c
184 F:      lustre/mdt/mdt_open.c
185 F:      lustre/ofd/ofd_dlm.c
186 F:      lustre/osc/osc_lock.c
187
188 Lustre Distributed Namespace - DNE
189 R:      Lai Siyao <lai.siyao@whamcloud.com>
190 S:      Supported
191 F:      lustre/doc/lfs-getdirstripe.1
192 F:      lustre/doc/lfs-mkdir.1
193 F:      lustre/doc/lfs-setdirstripe.1
194 F:      lustre/include/lustre_lmv.h
195 F:      lustre/lmv/
196 F:      lustre/mdt/
197
198 Lustre File Identifiers - FID
199 F:      lustre/fid/
200 F:      lustre/fld/
201 F:      lustre/include/lustre_fid.h
202 F:      lustre/include/lustre_fld.h
203 F:      lustre/include/uapi/linux/lustre/lustre_fid.h
204 K:      FID_SEQ
205 K:      FID_OID
206
207 Lustre File Heat
208 R:      Li Xi <lixi@ddn.com>
209 F:      lustre/doc/lfs-heat.1
210 F:      lustre/doc/llapi_heat*.3
211 F:      lustre/utils/liblustreapi_heat.c
212 K:      (obd_heat|lu_heat)
213 K:      OBD_HEAT
214
215 Lustre File Layout
216 R:      Bobi Jam <bobijam@whamcloud.com>
217 M:      Jian Yu <yujian@whamcloud.com>
218 S:      Supported
219 F:      lustre/doc/lfs-getstripe.1
220 F:      lustre/doc/lfs-setstripe.1
221 F:      lustre/doc/lfs-mirror-*.1
222 F:      lustre/doc/lfs_migrate.1
223 F:      lustre/doc/llapi_file_*.3
224 F:      lustre/doc/llapi_layout*.3
225 F:      lustre/lov/
226 F:      lustre/utils/liblustreapi_layout.c
227
228 Lustre File System Check - LFSCK
229 R:      Hongchao Zhang <hongchao@whamcloud.com>
230 S:      Maintained
231 F:      lustre/doc/lctl-lfsck*.8
232 F:      lustre/include/lustre_lfsck.h
233 F:      lustre/include/lustre/lustre_lfsck_user.h
234 F:      lustre/lfsck/
235 F:      lustre/osd-ldiskfs/osd_scrub.[ch]
236 F:      lustre/osd-zfs/osd_scrub.c
237 F:      lustre/tests/sanity-lfsck.sh
238 F:      lustre/tests/sanity-scrub.sh
239
240 Lustre Grant Space
241 R:      Patrick Farrell <farr0186@gmail.com>
242 R:      Vladimir Saveliev <vlaidimir.saveliev@hpe.com>
243 S:      Supported
244 F:      lustre/ofd/ofd_dev.c
245 F:      lustre/ofd/ofd_io.c
246 F:      lustre/ofd/ofd_obd.c
247 F:      lustre/osc/osc_cache.c
248 F:      lustre/osc/osc_request.c
249 F:      lustre/target/tgt_grant.c
250
251 Lustre GSSAPI
252 M:      Sebastien Buisson <sbuisson@whamcloud.com>
253 S:      Maintained
254 F:      lustre/conf/lgssc.conf
255 F:      lustre/conf/lsvcgss
256 F:      lustre/doc/lgss_sk.8
257 F:      lustre/llite/xattr_security.c
258 F:      lustre/ptlrpc/gss
259 F:      lustre/ptlrpc/sec*.c
260 F:      lustre/scripts/lsvgss
261 F:      lustre/tests/sanity-sec.sh
262 F:      lustre/utils/gss
263
264 Lustre GSSAPI - Kerberos
265 M:      Sebastien Buisson <sbuisson@whamcloud.com>
266 S:      Maintained
267 F:      lustre/ptlrpc/gss/gss_krb5*.[ch]
268
269 Lustre GSSAPI - Shared Secret Key
270 M:      Sebastien Buisson <sbuisson@whamcloud.com>
271 S:      Maintained
272 F:      lustre/conf/lgssc.conf
273 F:      lustre/conf/lsvcgss
274 F:      lustre/doc/lgss_sk.8
275 F:      lustre/ptlrpc/gss/gss_sk_mech.c
276 F:      lustre/utils/gss
277
278 Lustre High Availability
279 R:      Nathaniel Clark <nclark@whamcloud.com>
280 S:      Supported
281 F:      contrib/scripts/pacemaker/
282 F:      lustre/conf/Lustre/
283
284 Lustre HSM
285 S:      Maintained
286 F:      lustre/doc/lfs-hsm.1
287 F:      lustre/doc/llapi_hsm*.3
288 F:      lustre/include/lustre_kernelcomm.h
289 F:      lustre/include/uapi/linux/lustre/lustre_kernelcomm.h
290 F:      lustre/obdclass/kernelcomm.c
291 F:      lustre/mdt/mdt_coordinator.c
292 F:      lustre/mdt/mdt_hsm*.c
293 F:      lustre/tests/llapi_hsm_test.c
294 F:      lustre/tests/sanity-hsm.sh
295 F:      lustre/utils/liblustreapi_hsm.c
296 F:      lustre/utils/liblustreapi_kernelconn.c
297
298 Lustre HSM POSIX Copytool
299 M:      Qian Yingjin <qian@ddn.com>
300 S:      Maintained
301 F:      lustre/utils/lhsmtool_posix.c
302
303 Lustre Kernel Compatibility
304 R:      James Simmons <uja.ornl@yahoo.com>
305 S:      Maintained
306 F:      libcfs/
307 F:      lustre/include/lustre_compat.h
308 F:      lustre/include/lustre_patchless_compat.h
309
310 Lustre Kernel Patches
311 R:      Yang Sheng <ys@whamcloud.com>
312 R:      Shaun Tancheff <shaun.tancheff@hpe.com>
313 S:      Supported
314 F:      lustre/kernel_patches/
315
316 Lustre Kernel Patches for ldiskfs
317 R:      Li Dongyang <dongyangli@ddn.com>
318 R:      Andrew Perepechko <andrew.perepechko@hpe.com>
319 M:      Artem Blagodarenko <artem.blagodarenko@hpe.com>
320 R:      Yang Sheng <ys@whamcloud.com>
321 S:      Supported
322 F:      ldiskfs/kernel_patches/
323
324 Lustre Log - llog
325 R:      Mikhail Pershin <mpershin@whamcloud.com>
326 R:      Alexander Boyko <alexander.boyko@hpe.com>
327 M:      Emoly Liu <emoly@whamcloud.com>
328 S:      Supported
329 F:      lustre/doc/lctl-llog*.8
330 F:      lustre/doc/llog_reader.8
331 F:      lustre/include/llog_*.h
332 F:      lustre/obdclass/llog*.[ch]
333 F:      lustre/ptlrpc/llog*.[ch]
334 F:      lustre/utils/llog_reader.c
335
336 Lustre Metadata Target - MDT
337 R:      Lai Siyao <lai.siyao@whamcloud.com>
338 S:      Supported
339 F:      lustre/include/lustre_mds.h
340 F:      lustre/mdd/
341 F:      lustre/mdt/
342
343 Lustre Network Request Scheduler - NRS
344 R:      Qian Yingjin <qian@whamcloud.com>
345 R:      Nikitas Angelinas <nikitas.angelinas@hpe.com>
346 S:      Maintained
347 F:      lustre/include/lustre_nrs*.c
348 F:      lustre/ptlrpc/nrs*.c
349
350 Lustre Networking
351 R:      Amir Shehata <ashehata@whamcloud.com>
352 R:      Chris Horn <chris.horn@hpe.com>
353 M:      Sonia Sharma <sharmaso@whamcloud.com>
354 S:      Supported
355 F:      Documentation/dlc.txt
356 F:      lustre/conf/ko2iblnd.conf
357 F:      lustre/doc/lst.8
358 F:      lustre/doc/lustre_routes_config.8
359 F:      lustre/doc/lustre_routes_conversion.8
360 F:      lustre/doc/nids.5
361 F:      lustre/scripts/ko2iblnd-probe
362 F:      lnet/
363
364 Lustre Networking GNILND
365 R:      Chris Horn <chris.horn@hpe.com>
366 R:      Chuck Fossen <charles.fossen@hpe.com>
367 S:      Supported
368 F:      lnet/klnds/gnilnd/
369
370 Lustre Networking O2IBLND
371 R:      Amir Shehata <ashehata@whamcloud.com>
372 S:      Supported
373 F:      lnet/klnds/o2iblnd
374
375 Lustre Networking TCP Sockets LND
376 R:      Amir Shehata <ashehata@whamcloud.com>
377 S:      Supported
378 F:      lnet/klnds/socklnd
379
380 Lustre Nodemap
381 R:      Sebastien Buisson <sbuisson@whamcloud.com>
382 S:      Maintained
383 F:      lustre/include/lustre_nodemap.h
384 F:      lustre/include/lustre_idmap.h
385 F:      lustre/ptlrpc/nodemap*.[ch]
386 F:      lustre/doc/lctl-nodemap*.8
387
388 Lustre Object Storage Target - OST
389 R:      Alex Zhuravlev <bzzz@whamcloud.com>
390 S:      Supported
391 F:      lustre/ofd
392 F:      lustre/ost
393
394 Lustre OSD API
395 R:      Alex Zhuravlev <bzzz@whamcloud.com>
396 S:      Supported
397 F:      include/lustre/dt_object.h
398 F:      Documentation/osd-api.txt
399
400 Lustre OSD ldiskfs
401 R:      Alex Zhuravlev <bzzz@whamcloud.com>
402 M:      Artem Blagodarenko <artem.blagodarenko@hpe.com>
403 R:      Andrew Perepechko <andrew.perepechko@hpe.com>
404 S:      Supported
405 F:      lustre/osd-ldiskfs/
406 F:      Documentation/osd-api.txt
407
408 Lustre OSD Proxy - OSP
409 R:      Alex Zhuravlev <bzzz@whamcloud.com>
410 R:      Sergey Cheremencev <sergey.cheremencev@hpe.com>
411 S:      Supported
412 F:      lustre/osp/
413 F:      Documentation/osd-api.txt
414
415 Lustre OSD ZFS
416 R:      Alex Zhuravlev <bzzz@whamcloud.com>
417 R:      Tony Hutter <hutter2@llnl.gov>
418 R:      Olaf Faaland <faaland1@llnl.gov>
419 S:      Supported
420 F:      lustre/osd-zfs/
421
422 Lustre Patch Commit Hooks
423 R:      Andreas Dilger <adilger@whamcloud.com>
424 S:      Odd Fixes
425 F:      contrib/git-hooks/
426 F:      contrib/scripts/checkpatch.pl
427 F:      contrib/scripts/const_structs.checkpatch
428 F:      contrib/scripts/get_maintainer.pl
429 F:      contrib/scripts/spelling.txt
430 F:      contrib/scripts/updatecw.sh
431
432 Lustre Persistent Client Cache - PCC
433 R:      Qian Yingjin <qian@ddn.com>
434 S:      Supported
435 F:      lustre/doc/lctl-pcc*.1
436 F:      lustre/doc/lfs-pcc*.1
437 F:      lustre/doc/llapi_pcc*.3
438 F:      lustre/llite/pcc.[ch]
439 F:      lustre/tests/sanity-pcc.sh
440 F:      lustre/utils/liblustreapi_pcc.c
441
442 Lustre /proc and /sys
443 R:      James Simmons <uja.ornl@yahoo.com>
444 S:      Maintained
445 F:      lustre/*/*lproc*.[ch]
446 F:      lustre/obdclass/obdsysfs.c
447
448 Lustre Protocol Compatibility
449 R:      Andreas Dilger <adilger@whamcloud.com>
450 S:      Supported
451 F:      lustre/include/uapi/linux/lustre/lustre_idl.h
452 F:      lustre/include/uapi/linux/lustre/lustre_user.h
453 F:      lustre/ptlrpc/pack_generic.c
454 F:      lustre/ptlrpc/layout.c
455 F:      lustre/utils/wire*.[ch]
456 F:      lustre/ptlrpc/wire*.[ch]
457 K:      OBD_CONNECT_.*
458
459 Lustre Quotas
460 R:      Hongchao Zhang <hongchao@whamcloud.com>
461 R:      Sergey Cheremencev <sergey.cheremencev@hpe.com>
462 M:      Wang Shilong <wshilong@whamcloud.com>
463 S:      Supported
464 F:      lustre/doc/*quota*.[13]
465 F:      lustre/doc/lfs-project.1
466 F:      lustre/include/lustre_quota.h
467 F:      lustre/osc/osc_quota.c
468 F:      lustre/osd-ldiskfs/osd_quota*.[ch]
469 F:      lustre/osd-zfs/osd_quota*.[ch]
470 F:      lustre/quota/
471 F:      lustre/tests/sanity-quota.sh
472 K:      (quota|QUOTA)
473
474 Lustre Server Target
475 R:      Mikhail Pershin <mpershin@whamcloud.com>
476 S:      Supported
477 F:      lustre/target/
478
479 Lustre Snapshots
480 S:      Maintained
481 F:      lustre/doc/lctl-barrier.8
482 F:      lustre/doc/lctl-snapshot*.8
483 F:      lustre/doc/lctl-lcfg.8
484 F:      lustre/mgs/mgs_barrier.c
485 F:      lustre/tests/sanity-lsnapshot.sh
486 F:      lustre/utils/lsnapshot.c
487
488 Lustre Tests
489 R:      James Nunez <jnunez@whamcloud.com>
490 M:      Elena Gryaznova <elena.gryaznova@hpe.com>
491 M:      Sarah Liu <sarah@whamcloud.com>
492 S:      Supported
493 F:      lustre/tests/
494
495 Lustre User Documentation
496 R:      Andreas Dilger <adilger@whamcloud.com>
497 S:      Supported
498 F:      lustre/doc/*.[1-9]
499
500 Lustre User Library Interface
501 R:      Andreas Dilger <adilger@whamcloud.com>
502 S:      Supported
503 F:      lustre/doc/llapi_*.3
504 F:      lustre/doc/lustreapi.7
505 F:      lustre/include/lustre/lustreapi.h
506 F:      lustre/include/uapi/linux/lustre/lustre_user.h
507 F:      lustre/utils/liblustreapi*.c
508 F:      lustre/utils/lustreapi_internal.h
509
510 Lustre User Tools
511 R:      Andreas Dilger <adilger@whamcloud.com>
512 R:      Olaf Faaland <faaland1@llnl.gov>
513 S:      Supported
514 F:      lustre/doc/lfs*.1
515 F:      lustre/doc/lctl*.8
516 F:      lustre/doc/mkfs.lustre.8
517 F:      lustre/doc/mount.lustre.8
518 F:      lustre/doc/tunefs.lustre.8
519 F:      lustre/scripts/lfs_migrate
520 F:      lustre/scripts/lustre_rmmod
521 F:      lustre/utils/
522 X:      lustre/utils/gss/
523