summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* core: brick process is crashed at the time of spawn threadMohit Agrawal2019-01-113-18/+35
* performance/md-cache: Fix a crash when statfs caching is enabledVijay Bellur2019-01-112-2/+26
* tests: increase the timeout for distribute bug 1117851.tAmar Tumballi2019-01-111-0/+2
* afr : fix memory leakSunny Kumar2019-01-111-23/+15
* cluster/afr: Disable client side heals in AFR by default.Sunil Kumar Acharya2019-01-1011-4/+33
* dht: Add NULL check for stbuf in dht_rmdir_lookup_cbkSusant Palai2019-01-101-2/+1
* features/locks: Dump connection_id even for posix locksKrutika Dhananjay2019-01-091-1/+1
* timer-wheel: run the timer function outside of locked regionAmar Tumballi2019-01-091-1/+8
* features/shard: Assign fop id during background deletion to prevent excessive...Krutika Dhananjay2019-01-081-0/+1
* Revert "iobuf: Get rid of pre allocated iobuf_pool and use per thread mem pool"Amar Tumballi2019-01-088-95/+1311
* features/bit-rot: do not send version and signature keys in dictRaghavendra Bhat2019-01-082-10/+53
* performance/io-threads: Improve debuggability in statedumpVijay Bellur2019-01-071-6/+23
* gfapi: update returned/callback pre/post attributes to glfs_statShyamsundarR2019-01-077-55/+169
* gfapi: new api glfs_statx as linux's statxShyamsundarR2019-01-079-7/+500
* glfs-fops.c: fix the bad string length for snprintfKinglong Mee2019-01-071-2/+2
* leases: Reset lease_ctx->timer post deletionSoumya Koduri2019-01-071-0/+1
* rpc-clnt: reduce transport connect log for EINPROGRESSKinglong Mee2019-01-071-1/+2
* rpcsvc: Don't expect dictionary values to be availablePranith Kumar K2019-01-071-2/+2
* glusterd: rebalance status should display information of localhostSanju Rakonde2019-01-041-0/+2
* extras: Add readdir-ahead to samba group commandAnoop C S2019-01-041-0/+1
* glusterd: aggregate rsp from peers for profile commandSanju Rakonde2019-01-031-1/+2
* glusterd: fix memory leak in handshakeZhang Huan2019-01-031-0/+3
* glusterd: kill the process without releasing the cleanup mutex lockSanju Rakonde2019-01-021-4/+3
* gfapi: nit cleanup related to releasing fs->mutex lockSoumya Koduri2018-12-311-1/+1
* libgfapi : fix coverity issueSunny Kumar2018-12-311-2/+4
* posix: buffer_size_warning coverity fixHarpreet Kaur2018-12-311-1/+1
* multiple-files: clang-scan fixesAmar Tumballi2018-12-315-7/+23
* libglusterfs/src/mem-types.h: remove unused common enums from mem-types.hYaniv Kaul2018-12-302-144/+99
* configure: add a message about asan optionAmar Tumballi2018-12-291-0/+12
* glusterd: NULL pointer dereferencing clang fixSheetal Pamecha2018-12-291-1/+1
* mgmt/glusterd: fix clang warningSheetal Pamecha2018-12-291-1/+0
* cluster/afr: Refactor internal locking code to allow multiple inodelksPranith Kumar K2018-12-286-798/+366
* rpc/rpc-lib: fix coverity issueSheetal Pamecha2018-12-281-4/+0
* rpc : fix coverity in rpc/rpc-lib/src/rpcsvc.cSunny Kumar2018-12-281-2/+2
* barrier: replace boolean-switch statement with if/elseNiels de Vos2018-12-281-43/+23
* glusterd: coverity fixesSanju Rakonde2018-12-272-0/+3
* cluster/ta: Check number/type of locks held on ta fileAshish Pandey2018-12-271-0/+68
* core: Fixed typos in nl-cache and logging-guidelines.mdN Balachandran2018-12-262-3/+3
* cluster/dht: refactor dht_lookup_cbkN Balachandran2018-12-261-93/+101
* socket: Remove redundant in_lock in incoming message handlingKrutika Dhananjay2018-12-262-37/+4
* cli: fix memory leakSunny Kumar2018-12-261-23/+72
* posix: stack-buffer-overflow reported by asanHarpreet Kaur2018-12-262-2/+5
* gfapi: Access fs->oldvolfile under mutex lockSoumya Koduri2018-12-251-0/+6
* meta : fix coverity issueSunny Kumar2018-12-231-1/+1
* tests: Brick is getting OOM in ./tests/bugs/core/bug-1432542-mpx-restart-crash.tMohit Agrawal2018-12-211-2/+3
* rpc: Use adaptive mutex in rpcsvc_program_registerMohit Agrawal2018-12-201-2/+8
* all: handle string-overflow warnings of coverityAmar Tumballi2018-12-202-29/+46
* all: handle USE_AFTER_FREE warningsAmar Tumballi2018-12-206-16/+60
* tests: Fix zero-flag.t scriptKrutika Dhananjay2018-12-191-1/+1
* posix: use synctask for janitorPoornima G2018-12-1910-87/+205