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
/
xlators
/
mgmt
/
glusterd
/
src
/
glusterd-store.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
glusterd: fix some coverity issues
Bhumika Goyal
2018-08-20
1
-10
/
+3
*
glusterd: coverity defects fix introduced by commit 1f3bfe7
Atin Mukherjee
2018-08-17
1
-1
/
+1
*
All: remove memset() before sprintf()
Yaniv Kaul
2018-08-14
1
-5
/
+0
*
glusterd: Coverity issues with type FORWARD_NULL
Sanju Rakonde
2018-07-24
1
-1
/
+2
*
glusterd-store: fix coverity warning
Yaniv Kaul
2018-07-17
1
-15
/
+8
*
Fix compile warnings
Xavi Hernandez
2018-07-10
1
-61
/
+169
*
glusterd: fix tier-enabled flag op-version check
Atin Mukherjee
2018-02-13
1
-2
/
+2
*
glusterd/store: handle the case of fsid being set to 0
Amar Tumballi
2018-02-05
1
-0
/
+19
*
glusterd: checked_return coverity fix
Kartik_Burmee
2017-11-15
1
-1
/
+1
*
Coverity Issue: PW.INCLUDE_RECURSION in several files
Girjesh Rajoria
2017-11-09
1
-1
/
+0
*
snapshot: Issue with other processes accessing the mounted brick
Sunny Kumar
2017-10-23
1
-10
/
+15
*
glusterd: retrieve uuid under mutex lock
Atin Mukherjee
2017-09-25
1
-7
/
+15
*
glusterd: Gluster should keep PID file in correct location
Gaurav Kumar Garg
2017-08-11
1
-0
/
+34
*
glusterd: fix misleadingly named GF_FOR_EACH_ENTRY_IN_DIR
Jeff Darcy
2017-07-31
1
-9
/
+9
*
glusterd : glusterd fails to start when peer's network interface is down
Gaurav Yadav
2017-07-28
1
-0
/
+7
*
glusterd: make peerfile parsing more robust
Jeff Darcy
2017-07-27
1
-14
/
+38
*
posix: option to handle the shared bricks for statvfs()
Amar Tumballi
2017-07-24
1
-0
/
+10
*
glusterd: socketfile & pidfile related fixes for brick multiplexing feature
Mohit Agrawal
2017-05-09
1
-0
/
+4
*
Remove the useless goto
Michael Scherer
2017-02-20
1
-4
/
+0
*
tier : Tier as a service
hari gowtham
2017-01-16
1
-4
/
+147
*
glusterd: fix few events generation
Atin Mukherjee
2016-11-23
1
-0
/
+8
*
trivial: correct some spelling mistakes in comments and logs
Niels de Vos
2016-10-18
1
-1
/
+1
*
glusterd (store): fix unused variable warnings/errors
Kaleb S. KEITHLEY
2016-08-29
1
-2
/
+0
*
glusterd : skip non directories inside /var/lib/glusterd/vols
Jiffin Tony Thottan
2016-08-08
1
-0
/
+18
*
core: use readdir(3) with glibc, and associated cleanup
Kaleb S. KEITHLEY
2016-07-18
1
-18
/
+23
*
glusterd: glusterd must store all rebalance related information
Sakshi Bansal
2016-07-04
1
-1
/
+54
*
cli/glusterd: add/remove brick fixes for arbiter volumes
Ravishankar N
2016-05-19
1
-0
/
+1
*
glusterd: copy real_path from older brickinfo during brick import
Atin Mukherjee
2016-05-18
1
-1
/
+2
*
glusterd: persist brickinfo->real_path
Atin Mukherjee
2016-04-29
1
-14
/
+25
*
Revert "glusterd: Allocate fresh port on brick (re)start"
Gaurav Kumar Garg
2016-04-14
1
-0
/
+16
*
glusterd: populate brickinfo->real_path conditionally
Atin Mukherjee
2016-04-11
1
-1
/
+1
*
glusterd: build realpath post recreate of brick mount for snapshot
Atin Mukherjee
2016-04-05
1
-16
/
+42
*
glusterd: Allocate fresh port on brick (re)start
Atin Mukherjee
2016-04-01
1
-16
/
+0
*
glusterd: remove unused large memory/buffer allocations
Prasanna Kumar Kalever
2016-03-24
1
-1
/
+0
*
glusterd: Avoid ret value of glusterd_resolve_brick in retreive brick path
Atin Mukherjee
2016-03-03
1
-3
/
+6
*
glusterd: use string comparison for realpath checks in glusterd_is_brickpath_...
Atin Mukherjee
2016-02-29
1
-1
/
+17
*
glusterd: fixing few memory leak in glusterd
Gaurav Kumar Garg
2016-02-23
1
-2
/
+0
*
quota: fix backward compatibility of new quota volinfo option
vmallika
2015-12-22
1
-5
/
+9
*
glusterd/quota: quota-version conflict in export/import volinfo
vmallika
2015-12-08
1
-2
/
+2
*
mgmt/glusterd: Store arbiter-count and restore it
Pranith Kumar K
2015-11-04
1
-1
/
+14
*
v info for disperse count fails while upgrading
Hari Gowtham
2015-11-04
1
-4
/
+12
*
quota: add version to quota xattrs
vmallika
2015-11-02
1
-0
/
+9
*
glusterd: fix info file checksum mismatch during upgrade
anand
2015-10-31
1
-10
/
+15
*
core: use syscall wrappers instead of direct syscalls -- glusterd
Kaleb S. KEITHLEY
2015-10-28
1
-28
/
+29
*
snapshot: Fix snapshot clone postvalidate
Avra Sengupta
2015-10-20
1
-1
/
+2
*
libglusterfs: pass buffer size to gf_store_read_and_tokenize function
Gaurav Kumar Garg
2015-10-14
1
-1
/
+1
*
all: reduce "inline" usage
Jeff Darcy
2015-09-01
1
-1
/
+1
*
glusterd: initialize the daemon services on demand
Atin Mukherjee
2015-07-27
1
-9
/
+0
*
glusterd: Fixing dereference after null check
arao
2015-07-12
1
-4
/
+4
*
glusterd: Porting left out log messages to new framework
Nandaja Varma
2015-06-26
1
-8
/
+20
[next]