index
:
glusterfs.git
bug-deprecated
dht-stale-layout-fixes
exp
experimental
heal-info
master
release-2.0
release-3.0
release-3.1
release-3.10
release-3.11
release-3.12
release-3.13
release-3.2
release-3.3
release-3.4
release-3.5
release-3.6
release-3.7
release-3.8
release-3.8-fb
release-3.9
release-4.0
release-4.1
release-5
release-6
release-7
release-8
round-robin2
testing-regression-job
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libglusterfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
python: remove shebangs of non-main scripts and make others executable
Niels de Vos
2018-10-02
1
-0
/
+0
*
libglusterfs : fix coverity issue in store.c
Sunny Kumar
2018-09-27
1
-1
/
+1
*
monitoring: create dump dir if it doesn't exist
Amar Tumballi
2018-09-27
1
-0
/
+8
*
Quota related files: use dict_{setn|getn|deln|get_int32n|set_int32n|set_strn}
Yaniv Kaul
2018-09-26
2
-10
/
+14
*
ctime: Provide noatime option
Kotresh HR
2018-09-25
1
-0
/
+1
*
dht: Operate internal fops with negative pid
Susant Palai
2018-09-20
1
-0
/
+3
*
libglusterfs: NULL pointer dereferencing clang fix
Iraj Jamali
2018-09-19
1
-1
/
+1
*
event: get time by clock_gettime as pthread_cond_timedwait using
Kinglong Mee
2018-09-17
1
-1
/
+2
*
libglusterfs/src/dict.c : use xxhash64 for hashing.
Yaniv Kaul
2018-09-17
1
-13
/
+13
*
glusterd: Update op-version from 4.2 to 5.0
ShyamsundarR
2018-09-13
1
-6
/
+8
*
Land part 2 of clang-format changes
Gluster Ant
2018-09-12
62
-34733
/
+33671
*
Land clang-format changes
Gluster Ant
2018-09-12
71
-9458
/
+8866
*
Some (mgmt) xlators: use dict_{setn|getn|deln|get_int32n|set_int32n|set_strn}
Yaniv Kaul
2018-09-09
3
-5
/
+68
*
libglusterfs/src/dict.c: remove memcpy(), gf_asprintf -> asprintf
Yaniv Kaul
2018-09-06
2
-220
/
+68
*
features/uss: Use xxh64 to generate gfid instead of md5sum
Raghavendra Manjunath
2018-09-05
4
-1
/
+175
*
dict: handle negative key/value length while unserialize
Amar Tumballi
2018-09-05
1
-0
/
+7
*
New flag to glusterfsd binary to print libexec dir
Aravinda VK
2018-09-05
1
-0
/
+1
*
posix: remove not supported get/set content
Amar Tumballi
2018-09-04
1
-6
/
+0
*
classification: provide infra to start labelling features/components
Amar Tumballi
2018-09-04
4
-4
/
+45
*
core: python3
Kaleb S. KEITHLEY
2018-09-03
2
-2
/
+2
*
Various files: strncpy()->sprintf(), reduce strlen()'s
Yaniv Kaul
2018-08-31
3
-39
/
+47
*
libglusterfs : fix coverity issues in common-utils.c
Sunny Kumar
2018-08-31
1
-6
/
+18
*
libglusterfs/src/dict.c: fix to handle key=NULL.
Yaniv Kaul
2018-08-31
1
-10
/
+31
*
clang-scan: fix multiple issues
Amar Tumballi
2018-08-31
1
-0
/
+25
*
libglusterfs/gfdb_data_store: handle a range-overflow condition
Amar Tumballi
2018-08-31
1
-0
/
+8
*
libglusterfs/src/dict.c: allocate memory accurately.
Yaniv Kaul
2018-08-30
1
-23
/
+8
*
multiple files: remove unndeeded memset()
Yaniv Kaul
2018-08-29
5
-12
/
+0
*
multiple files: move from strlen() to sizeof()
Yaniv Kaul
2018-08-29
4
-12
/
+10
*
libglusterfs : fix coverity in store.c
Sunny Kumar
2018-08-28
1
-1
/
+1
*
libglusterfs/src/dict.{c,h}: Introduce dict_setn, dict_addn, dict_addn and ot...
Yaniv Kaul
2018-08-27
3
-8
/
+152
*
libglusterfs/src/dict.c: perform hash calc not under lock.
Yaniv Kaul
2018-08-27
1
-12
/
+26
*
dict.c: fix indention
Yaniv Kaul
2018-08-27
1
-1
/
+1
*
dict.c: do not strlen if not needed.
Yaniv Kaul
2018-08-27
1
-61
/
+51
*
multiple files: move from strlen() to sizeof()
Yaniv Kaul
2018-08-25
1
-0
/
+3
*
libglusterfs/src/iobuf.c: remove memset(), CALLOC -> MALLOC
Yaniv Kaul
2018-08-24
1
-6
/
+1
*
coverity: Multiple coverity fixes for issues with HIGH severity
ShyamsundarR
2018-08-22
1
-1
/
+1
*
libglusterfs/src/common-utils.c: Move to GF_MALLOC() instead of GF_CALLOC() ...
Yaniv Kaul
2018-08-22
1
-7
/
+7
*
xlators/playground: fix the template files with latest requirements
Amar Tumballi
2018-08-22
1
-0
/
+1
*
libglusterfs/src/graph.c: Move to GF_MALLOC() instead of GF_CALLOC() when pos...
Yaniv Kaul
2018-08-22
1
-2
/
+1
*
dict.c: align dictionary structures
Yaniv Kaul
2018-08-22
1
-5
/
+5
*
libglusterfs/src/quota-common-utils.c:move to GF_MALLOC() instead of GF_CALLO...
Yaniv Kaul
2018-08-22
1
-1
/
+1
*
libglusterfs/src/rbthash.c: Move to GF_MALLOC() instead of GF_CALLOC() when p...
Yaniv Kaul
2018-08-22
1
-1
/
+1
*
libglusterfs/src/dict.c: Move to GF_MALLOC() instead of GF_CALLOC() when pos...
Yaniv Kaul
2018-08-22
1
-2
/
+2
*
libglusterfs/src/client_t.c: Move to GF_MALLOC() instead of GF_CALLOC() when ...
Yaniv Kaul
2018-08-22
1
-1
/
+1
*
Fix physical memory detection on NetBSD
Emmanuel Dreyfus
2018-08-21
1
-1
/
+11
*
Revert "performance/write-behind: better invalidation in readdirp"
Raghavendra G
2018-08-21
2
-8
/
+1
*
dict.c: ensure hash is done in the right place.
Yaniv Kaul
2018-08-20
1
-29
/
+32
*
libglusterfs/src/common-utils.c: strncpy -> sprintf, remove dead code.
Yaniv Kaul
2018-08-20
2
-124
/
+5
*
libguestfs/src/mem-pool.h: switch from calloc() to malloc()
Yaniv Kaul
2018-08-20
1
-14
/
+5
*
coverity: libglusterfs issues
Amar Tumballi
2018-08-19
9
-10
/
+33
[prev]
[next]