Whamcloud - gitweb
LU-12275 sec: documentation for client-side encryption
[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 side encryption
133 M:      Sebastien Buisson <sbuisson@whamcloud.com>
134 S:      Maintained
135 F:      Documentation/client_side_encryption/*.txt
136 F:      libcfs/libcfs/crypto/*.[ch]
137 F:      libcfs/include/libcfs/crypto/*.h
138 F:      libcfs/include/uapi/linux/llcrypt.h
139
140 Lustre Client VFS Interface
141 R:      Oleg Drokin <green@whamcloud.com>
142 M:      Lai Siyao <lai.siyao@whamcloud.com>
143 R:      Vladimir Saveliev <vlaidimir.saveliev@hpe.com>
144 S:      Supported
145 F:      lustre/llite/dcache.c
146 F:      lustre/llite/dir.c
147 F:      lustre/llite/file.c
148 F:      lustre/llite/llite_nfs.c
149 F:      lustre/llite/namei.c
150 F:      lustre/llite/statahead.c
151 F:      lustre/llite/symlink.c
152 F:      lustre/llite/xattr*.c
153
154 Lustre Configuration Management
155 M:      James Simmons <uja.ornl@yahoo.com>
156 S:      Maintained
157 F:      lustre/mgc/
158 F:      lustre/mgs/
159 F:      lustre/utils/llapi_param.c
160
161 Lustre Data Checksums
162 R:      Li Xi <lixi@whamcloud.com>
163 M:      Andreas Dilger <adilger@whamcloud.com>
164 S:      Supported
165 F:      lustre/include/uapi/linux/lustre/lustre_idl.h
166 F:      lustre/include/uapi/linux/lustre/lustre_user.h
167 F:      lustre/ptlrpc/pack_generic.c
168 F:      lustre/ptlrpc/layout.c
169 F:      lustre/utils/wire*.c
170 F:      lustre/ptlrpc/wire*.c
171 K:      \b(OBD_CKSUM_|OBD_FL_CKSUM|OBD_CONNECT_CKSUM)
172
173 Lustre Data-on-MDT - DoM
174 R:      Mikhail Pershin <mpershin@whamcloud.com>
175 S:      Supported
176 F:      lustre/tests/sanity-dom.sh
177 K:      DoM
178 K:      _dom
179 K:      _DOM
180 K:      dom_
181
182 Lustre Distributed Lock Manager - LDLM
183 R:      Oleg Drokin <green@whamcloud.com>
184 M:      Patrick Farrell <farr0186@gmail.com>
185 S:      Supported
186 F:      lustre/include/lustre_dlm.h
187 F:      lustre/include/lustre_dlm_flags.h
188 F:      lustre/ldlm/
189 F:      lustre/llite/glimpse.c
190 F:      lustre/mdc/mdc_locks.c
191 F:      lustre/mdt/mdt_lvb.c
192 F:      lustre/mdt/mdt_open.c
193 F:      lustre/ofd/ofd_dlm.c
194 F:      lustre/osc/osc_lock.c
195
196 Lustre Distributed Namespace - DNE
197 R:      Lai Siyao <lai.siyao@whamcloud.com>
198 S:      Supported
199 F:      lustre/doc/lfs-getdirstripe.1
200 F:      lustre/doc/lfs-mkdir.1
201 F:      lustre/doc/lfs-setdirstripe.1
202 F:      lustre/include/lustre_lmv.h
203 F:      lustre/lmv/
204 F:      lustre/mdt/
205
206 Lustre File Identifiers - FID
207 F:      lustre/fid/
208 F:      lustre/fld/
209 F:      lustre/include/lustre_fid.h
210 F:      lustre/include/lustre_fld.h
211 F:      lustre/include/uapi/linux/lustre/lustre_fid.h
212 K:      FID_SEQ
213 K:      FID_OID
214
215 Lustre File Heat
216 R:      Li Xi <lixi@ddn.com>
217 F:      lustre/doc/lfs-heat.1
218 F:      lustre/doc/llapi_heat*.3
219 F:      lustre/utils/liblustreapi_heat.c
220 K:      (obd_heat|lu_heat)
221 K:      OBD_HEAT
222
223 Lustre File Layout
224 R:      Bobi Jam <bobijam@whamcloud.com>
225 M:      Jian Yu <yujian@whamcloud.com>
226 S:      Supported
227 F:      lustre/doc/lfs-getstripe.1
228 F:      lustre/doc/lfs-setstripe.1
229 F:      lustre/doc/lfs-mirror-*.1
230 F:      lustre/doc/lfs_migrate.1
231 F:      lustre/doc/llapi_file_*.3
232 F:      lustre/doc/llapi_layout*.3
233 F:      lustre/lov/
234 F:      lustre/utils/liblustreapi_layout.c
235
236 Lustre File System Check - LFSCK
237 R:      Hongchao Zhang <hongchao@whamcloud.com>
238 S:      Maintained
239 F:      lustre/doc/lctl-lfsck*.8
240 F:      lustre/include/lustre_lfsck.h
241 F:      lustre/include/lustre/lustre_lfsck_user.h
242 F:      lustre/lfsck/
243 F:      lustre/osd-ldiskfs/osd_scrub.[ch]
244 F:      lustre/osd-zfs/osd_scrub.c
245 F:      lustre/tests/sanity-lfsck.sh
246 F:      lustre/tests/sanity-scrub.sh
247
248 Lustre Grant Space
249 R:      Patrick Farrell <farr0186@gmail.com>
250 R:      Vladimir Saveliev <vlaidimir.saveliev@hpe.com>
251 S:      Supported
252 F:      lustre/ofd/ofd_dev.c
253 F:      lustre/ofd/ofd_io.c
254 F:      lustre/ofd/ofd_obd.c
255 F:      lustre/osc/osc_cache.c
256 F:      lustre/osc/osc_request.c
257 F:      lustre/target/tgt_grant.c
258
259 Lustre GSSAPI
260 M:      Sebastien Buisson <sbuisson@whamcloud.com>
261 S:      Maintained
262 F:      lustre/conf/lgssc.conf
263 F:      lustre/conf/lsvcgss
264 F:      lustre/doc/lgss_sk.8
265 F:      lustre/llite/xattr_security.c
266 F:      lustre/ptlrpc/gss
267 F:      lustre/ptlrpc/sec*.c
268 F:      lustre/scripts/lsvgss
269 F:      lustre/tests/sanity-sec.sh
270 F:      lustre/utils/gss
271
272 Lustre GSSAPI - Kerberos
273 M:      Sebastien Buisson <sbuisson@whamcloud.com>
274 S:      Maintained
275 F:      lustre/ptlrpc/gss/gss_krb5*.[ch]
276
277 Lustre GSSAPI - Shared Secret Key
278 M:      Sebastien Buisson <sbuisson@whamcloud.com>
279 S:      Maintained
280 F:      lustre/conf/lgssc.conf
281 F:      lustre/conf/lsvcgss
282 F:      lustre/doc/lgss_sk.8
283 F:      lustre/ptlrpc/gss/gss_sk_mech.c
284 F:      lustre/utils/gss
285
286 Lustre High Availability
287 R:      Nathaniel Clark <nclark@whamcloud.com>
288 S:      Supported
289 F:      contrib/scripts/pacemaker/
290 F:      lustre/conf/Lustre/
291
292 Lustre HSM
293 S:      Maintained
294 F:      lustre/doc/lfs-hsm.1
295 F:      lustre/doc/llapi_hsm*.3
296 F:      lustre/include/lustre_kernelcomm.h
297 F:      lustre/include/uapi/linux/lustre/lustre_kernelcomm.h
298 F:      lustre/obdclass/kernelcomm.c
299 F:      lustre/mdt/mdt_coordinator.c
300 F:      lustre/mdt/mdt_hsm*.c
301 F:      lustre/tests/llapi_hsm_test.c
302 F:      lustre/tests/sanity-hsm.sh
303 F:      lustre/utils/liblustreapi_hsm.c
304 F:      lustre/utils/liblustreapi_kernelconn.c
305
306 Lustre HSM POSIX Copytool
307 M:      Qian Yingjin <qian@ddn.com>
308 S:      Maintained
309 F:      lustre/utils/lhsmtool_posix.c
310
311 Lustre Kernel Compatibility
312 R:      James Simmons <uja.ornl@yahoo.com>
313 S:      Maintained
314 F:      libcfs/
315 F:      lustre/include/lustre_compat.h
316 F:      lustre/include/lustre_patchless_compat.h
317
318 Lustre Kernel Patches
319 R:      Yang Sheng <ys@whamcloud.com>
320 R:      Shaun Tancheff <shaun.tancheff@hpe.com>
321 S:      Supported
322 F:      lustre/kernel_patches/
323
324 Lustre Kernel Patches for ldiskfs
325 R:      Li Dongyang <dongyangli@ddn.com>
326 R:      Andrew Perepechko <andrew.perepechko@hpe.com>
327 M:      Artem Blagodarenko <artem.blagodarenko@hpe.com>
328 R:      Yang Sheng <ys@whamcloud.com>
329 S:      Supported
330 F:      ldiskfs/kernel_patches/
331
332 Lustre Log - llog
333 R:      Mikhail Pershin <mpershin@whamcloud.com>
334 R:      Alexander Boyko <alexander.boyko@hpe.com>
335 M:      Emoly Liu <emoly@whamcloud.com>
336 S:      Supported
337 F:      lustre/doc/lctl-llog*.8
338 F:      lustre/doc/llog_reader.8
339 F:      lustre/include/llog_*.h
340 F:      lustre/obdclass/llog*.[ch]
341 F:      lustre/ptlrpc/llog*.[ch]
342 F:      lustre/utils/llog_reader.c
343
344 Lustre Metadata Target - MDT
345 R:      Lai Siyao <lai.siyao@whamcloud.com>
346 S:      Supported
347 F:      lustre/include/lustre_mds.h
348 F:      lustre/mdd/
349 F:      lustre/mdt/
350
351 Lustre Network Request Scheduler - NRS
352 R:      Qian Yingjin <qian@whamcloud.com>
353 R:      Nikitas Angelinas <nikitas.angelinas@hpe.com>
354 S:      Maintained
355 F:      lustre/include/lustre_nrs*.c
356 F:      lustre/ptlrpc/nrs*.c
357
358 Lustre Networking
359 R:      Amir Shehata <ashehata@whamcloud.com>
360 R:      Chris Horn <chris.horn@hpe.com>
361 M:      Sonia Sharma <sharmaso@whamcloud.com>
362 S:      Supported
363 F:      Documentation/dlc.txt
364 F:      lustre/conf/ko2iblnd.conf
365 F:      lustre/doc/lst.8
366 F:      lustre/doc/lustre_routes_config.8
367 F:      lustre/doc/lustre_routes_conversion.8
368 F:      lustre/doc/nids.5
369 F:      lustre/scripts/ko2iblnd-probe
370 F:      lnet/
371
372 Lustre Networking GNILND
373 R:      Chris Horn <chris.horn@hpe.com>
374 R:      Chuck Fossen <charles.fossen@hpe.com>
375 S:      Supported
376 F:      lnet/klnds/gnilnd/
377
378 Lustre Networking O2IBLND
379 R:      Amir Shehata <ashehata@whamcloud.com>
380 S:      Supported
381 F:      lnet/klnds/o2iblnd
382
383 Lustre Networking TCP Sockets LND
384 R:      Amir Shehata <ashehata@whamcloud.com>
385 S:      Supported
386 F:      lnet/klnds/socklnd
387
388 Lustre Nodemap
389 R:      Sebastien Buisson <sbuisson@whamcloud.com>
390 S:      Maintained
391 F:      lustre/include/lustre_nodemap.h
392 F:      lustre/include/lustre_idmap.h
393 F:      lustre/ptlrpc/nodemap*.[ch]
394 F:      lustre/doc/lctl-nodemap*.8
395
396 Lustre Object Storage Target - OST
397 R:      Alex Zhuravlev <bzzz@whamcloud.com>
398 S:      Supported
399 F:      lustre/ofd
400 F:      lustre/ost
401
402 Lustre OSD API
403 R:      Alex Zhuravlev <bzzz@whamcloud.com>
404 S:      Supported
405 F:      include/lustre/dt_object.h
406 F:      Documentation/osd-api.txt
407
408 Lustre OSD ldiskfs
409 R:      Alex Zhuravlev <bzzz@whamcloud.com>
410 M:      Artem Blagodarenko <artem.blagodarenko@hpe.com>
411 R:      Andrew Perepechko <andrew.perepechko@hpe.com>
412 S:      Supported
413 F:      lustre/osd-ldiskfs/
414 F:      Documentation/osd-api.txt
415
416 Lustre OSD Proxy - OSP
417 R:      Alex Zhuravlev <bzzz@whamcloud.com>
418 R:      Sergey Cheremencev <sergey.cheremencev@hpe.com>
419 S:      Supported
420 F:      lustre/osp/
421 F:      Documentation/osd-api.txt
422
423 Lustre OSD ZFS
424 R:      Alex Zhuravlev <bzzz@whamcloud.com>
425 R:      Tony Hutter <hutter2@llnl.gov>
426 R:      Olaf Faaland <faaland1@llnl.gov>
427 S:      Supported
428 F:      lustre/osd-zfs/
429
430 Lustre Patch Commit Hooks
431 R:      Andreas Dilger <adilger@whamcloud.com>
432 S:      Odd Fixes
433 F:      contrib/git-hooks/
434 F:      contrib/scripts/checkpatch.pl
435 F:      contrib/scripts/const_structs.checkpatch
436 F:      contrib/scripts/get_maintainer.pl
437 F:      contrib/scripts/spelling.txt
438 F:      contrib/scripts/updatecw.sh
439
440 Lustre Persistent Client Cache - PCC
441 R:      Qian Yingjin <qian@ddn.com>
442 S:      Supported
443 F:      lustre/doc/lctl-pcc*.1
444 F:      lustre/doc/lfs-pcc*.1
445 F:      lustre/doc/llapi_pcc*.3
446 F:      lustre/llite/pcc.[ch]
447 F:      lustre/tests/sanity-pcc.sh
448 F:      lustre/utils/liblustreapi_pcc.c
449
450 Lustre /proc and /sys
451 R:      James Simmons <uja.ornl@yahoo.com>
452 S:      Maintained
453 F:      lustre/*/*lproc*.[ch]
454 F:      lustre/obdclass/obdsysfs.c
455
456 Lustre Protocol Compatibility
457 R:      Andreas Dilger <adilger@whamcloud.com>
458 S:      Supported
459 F:      lustre/include/uapi/linux/lustre/lustre_idl.h
460 F:      lustre/include/uapi/linux/lustre/lustre_user.h
461 F:      lustre/ptlrpc/pack_generic.c
462 F:      lustre/ptlrpc/layout.c
463 F:      lustre/utils/wire*.[ch]
464 F:      lustre/ptlrpc/wire*.[ch]
465 K:      OBD_CONNECT_.*
466
467 Lustre Quotas
468 R:      Hongchao Zhang <hongchao@whamcloud.com>
469 R:      Sergey Cheremencev <sergey.cheremencev@hpe.com>
470 M:      Wang Shilong <wshilong@whamcloud.com>
471 S:      Supported
472 F:      lustre/doc/*quota*.[13]
473 F:      lustre/doc/lfs-project.1
474 F:      lustre/include/lustre_quota.h
475 F:      lustre/osc/osc_quota.c
476 F:      lustre/osd-ldiskfs/osd_quota*.[ch]
477 F:      lustre/osd-zfs/osd_quota*.[ch]
478 F:      lustre/quota/
479 F:      lustre/tests/sanity-quota.sh
480 K:      (quota|QUOTA)
481
482 Lustre Server Target
483 R:      Mikhail Pershin <mpershin@whamcloud.com>
484 S:      Supported
485 F:      lustre/target/
486
487 Lustre Snapshots
488 S:      Maintained
489 F:      lustre/doc/lctl-barrier.8
490 F:      lustre/doc/lctl-snapshot*.8
491 F:      lustre/doc/lctl-lcfg.8
492 F:      lustre/mgs/mgs_barrier.c
493 F:      lustre/tests/sanity-lsnapshot.sh
494 F:      lustre/utils/lsnapshot.c
495
496 Lustre Tests
497 R:      James Nunez <jnunez@whamcloud.com>
498 M:      Elena Gryaznova <elena.gryaznova@hpe.com>
499 M:      Sarah Liu <sarah@whamcloud.com>
500 S:      Supported
501 F:      lustre/tests/
502
503 Lustre User Documentation
504 R:      Andreas Dilger <adilger@whamcloud.com>
505 S:      Supported
506 F:      lustre/doc/*.[1-9]
507
508 Lustre User Library Interface
509 R:      Andreas Dilger <adilger@whamcloud.com>
510 S:      Supported
511 F:      lustre/doc/llapi_*.3
512 F:      lustre/doc/lustreapi.7
513 F:      lustre/include/lustre/lustreapi.h
514 F:      lustre/include/uapi/linux/lustre/lustre_user.h
515 F:      lustre/utils/liblustreapi*.c
516 F:      lustre/utils/lustreapi_internal.h
517
518 Lustre User Tools
519 R:      Andreas Dilger <adilger@whamcloud.com>
520 R:      Olaf Faaland <faaland1@llnl.gov>
521 S:      Supported
522 F:      lustre/doc/lfs*.1
523 F:      lustre/doc/lctl*.8
524 F:      lustre/doc/mkfs.lustre.8
525 F:      lustre/doc/mount.lustre.8
526 F:      lustre/doc/tunefs.lustre.8
527 F:      lustre/scripts/lfs_migrate
528 F:      lustre/scripts/lustre_rmmod
529 F:      lustre/utils/
530 X:      lustre/utils/gss/
531