Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libglusterfs: Move devel headers under glusterfs directory | ShyamsundarR | 2018-12-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | libglusterfs devel package headers are referenced in code using include semantics for a program, this while it works can be better especially when dealing with out of tree xlator builds or in general out of tree devel package usage. Towards this, the following changes are done, - moved all devel headers under a glusterfs directory - Included these headers using system header notation <> in all code outside of libglusterfs - Included these headers using own program notation "" within libglusterfs This change although big, is just moving around the headers and making it correct when including these headers from other sources. This helps us correctly include libglusterfs includes without namespace conflicts. Change-Id: Id2a98854e671a7ee5d73be44da5ba1a74252423b Updates: bz#1193929 Signed-off-by: ShyamsundarR <srangana@redhat.com> | ||||
* | Land clang-format changes | Gluster Ant | 2018-09-12 | 1 | -3/+3 |
| | | | | Change-Id: I6f5d8140a06f3c1b2d196849299f8d483028d33b | ||||
* | xlators/features/namespace: Add namespace xlator and link into brick graph | Varsha Rao | 2018-02-21 | 1 | -0/+23 |
The following release-3.8-fb branch patch is upstreamed: > features/namespace: Add namespace xlator and link into brick graph > Commit ID: dbd30776f26e > https://review.gluster.org/#/c/18041/ > By Michael Goulet <mgoulet@fb.com> Changes in this patch: Removes extra config.h and namespace.h file in namespace.c Adds default_getspec_cbk to libglusterfs.sym Rename dict_for_each to dict_foreach_inline Remove fd.h header file stack.h Add test case for truncate, open and symlink This patch is required to forward port io-threads namespace patch. Updates: #401 Change-Id: Ib88c95b89eecee9b8957df8a4c8712c899c761d1 Signed-off-by: Varsha Rao <varao@redhat.com> |