Whamcloud - gitweb
LU-9679 osc: simplify osc_extent_find()
[fs/lustre-release.git] / README
1 Many resources for using, configuring, and troubleshooting Lustre are at:
2     http://wiki.lustre.org/
3
4 The low-volume list for announcements of new releases is at:
5     http://lists.lustre.org/listinfo.cgi/lustre-announce-lustre.org
6 The generic Lustre discussion mailing list is available at:
7     http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org
8 The Lustre developer mailing list is at:
9     http://lists.lustre.org/pipermail/lustre-devel-lustre.org
10
11 Instructions for building, configuring and running Lustre:
12     http://wiki.lustre.org/Compiling_Lustre
13 and
14     https://wiki.whamcloud.com/display/PUB/Getting+started+with+Lustre.
15
16 Instructions for contributing patches for Lustre:
17     http://wiki.lustre.org/Submitting_Changes
18 and
19     http://wiki.lustre.org/Using_Gerrit
20
21 The Lustre Coding Style Guidelines can be found at:
22     http://wiki.lustre.org/Lustre_Coding_Style_Guidelines
23
24 The Lustre Test Script Style Guidelines can be found at:
25     http://wiki.lustre.org/Lustre_Script_Coding_Style
26
27 In order to improve the quality of patches submitted to the Lustre tree,
28 it is possible to automatically check every patch and commit against the
29 Lustre Coding Guidelines.  To do this, run in the top-level lustre/ tree:
30
31     cd .git/hooks
32     ln -s ../../contrib/git-hooks/{prepare-,}commit-msg ./
33     cd ../..