1
0
mirror of https://github.com/gluster/glusterfs.git synced 2026-02-06 09:48:44 +01:00
Files
glusterfs/doc/developer-guide
Yaniv Kaul 8973551053 inode.c: dentry->name is now a flexible array member instead of a pointer (#3873)
It was later allocated anyway, via strdup(), so now it's allocated and
deallocated along with the dentry structure. Switched to using malloc()
instead of calloc() as we were initializing all members. Lastly, removed
the (now unused) pool for dentries.

Updates: #1000
Signed-off-by: Yaniv Kaul <ykaul@redhat.com>
2022-10-17 12:30:56 +02:00
..
2019-09-02 18:43:36 +05:30

Developers

From GlusterDocumentation

Contributing to the Gluster community

Are you itching to send in patches and participate as a developer in the Gluster community? Here are a number of starting points for getting involved. We don't require a signed contributor license agreement or copyright assignment, but we do require a "signed-off-by" line on each code check-in.

  • License Change - we recently changed the client library code to a dual license under the GPL v2 and the LGPL v3 or later

  • GlusterFS Coding Standards

  • If you are not sure of where to start, and what to do, we have a small write-up on what you can pick. Check it out

Adding File operations

Automatic File Replication

Data Structures

Find the gfapi symbol versions here

Daemon Management Framework

Translators

Brick multiplex

Fuse

Testing/Debugging

Release Process