summaryrefslogtreecommitdiffstats
path: root/libglusterfs
Commit message (Expand)AuthorAgeFilesLines
* event/epoll: Add back socket for polling of events immediately afterRaghavendra G2017-05-125-48/+109
* libglusterfs: fix race condition in client_ctx_setZhou Zhengping2017-05-122-34/+44
* libglusterfs: include sys/time.h avoid compiling error on MacOSXKinglong Mee2017-05-091-0/+1
* libglusterfs/graph: fix potential endless loop in options validate workZhou Zhengping2017-05-091-1/+3
* glusterd: socketfile & pidfile related fixes for brick multiplexing featureMohit Agrawal2017-05-092-10/+21
* libglusterfs: stop special casing "cache-size" in size_t validationCsaba Henk2017-05-081-16/+7
* rpc: Remove accidental IPV6 changesKaushal M2017-05-051-4/+0
* fd: We should use dict_set_uint64 to store fd->pidZhou Zhengping2017-05-041-1/+1
* SELinux : implementation of SELinux translatorManikandan Selvaganesh2017-05-031-1/+7
* Halo Replication feature for AFR translatorKevin Vigor2017-05-028-16/+57
* core: make the per glusterfs_ctx_t timer-wheel refcountedNiels de Vos2017-05-017-57/+56
* dht: send lookup on old name inside rename with bname and pargfidSusant Palai2017-04-291-1/+5
* cluster/dht: rebalance perf enhancementSusant Palai2017-04-291-1/+1
* libglusterfs/stack.h: reduce duplication of codeAmar Tumballi2017-04-271-107/+20
* feature/dht: Directory synchronizationKotresh HR2017-04-261-0/+1
* libglusterfs: accept random volname in glusterfs_graph_prepare()Niels de Vos2017-04-261-27/+52
* remove redundant function definitionJungyeon Yoon2017-04-251-3/+0
* Implement negative lookup cachePoornima G2017-04-202-0/+7
* dht: Add readdir-ahead in rebalance graph if parallel-readdir is onPoornima G2017-04-181-0/+9
* rpc: add options to manage socket keepalive lifespanMilind Changire2017-04-121-0/+2
* mem-pool: use gf_atomic_t for atomic countersNiels de Vos2017-04-102-8/+13
* xlator: do not call dlclose() when debuggingNiels de Vos2017-04-073-1/+10
* libglusterfs: provide standardized atomic operationsNiels de Vos2017-04-059-58/+143
* build: clang has __builtin_popcount() and __builtin_ffs()Kaleb S. KEITHLEY2017-04-051-2/+6
* libglusterfs: add dict_rename_key()Manikandan Selvaganesh2017-03-312-0/+29
* syncop: don't wake task in synctask_wake unless really neededRavishankar N2017-03-283-1/+12
* syncop: Fix args for makecontextPranith Kumar K2017-03-281-2/+2
* libglusterfs: Initialize old sigsetRavishankar N2017-03-271-2/+1
* core: fix synclocks' handling of "woken" flagJeff Darcy2017-03-231-2/+3
* refcount: correct the return value of GF_REF_PUT()Niels de Vos2017-03-212-3/+7
* syncop: fix argc count in call to makecontext()Ravishankar N2017-03-211-1/+1
* libglusterfs : update correct message segments in glfs-message-idmvignesh@redhat.com2017-03-131-1/+1
* glusterfsd+libglusterfs: add null checks during attachJeff Darcy2017-03-091-0/+4
* posix: use nanosecond accuracy when availableNiklas Hambüchen2017-03-074-6/+49
* cluster/ec: Introduce optimistic changelog in ECPranith Kumar K2017-03-041-0/+2
* Free arg_save when malloc failMichael Scherer2017-02-281-0/+1
* cluster/ec: Don't trigger data/metadata heal on LookupsPranith Kumar K2017-02-261-0/+4
* events: use attribute(format(/printf)) to catch fmt string errorsKaleb S. KEITHLEY2017-02-265-9/+11
* libglusterfs, gfdb, glusterfs: Add missing breaksNigel Babu2017-02-263-0/+7
* Do not call va_end twice in _gf_log_ehMichael Scherer2017-02-241-2/+0
* Make sure that buffer is null terminatedMichael Scherer2017-02-241-1/+1
* libglusterfs, dht, locks, glusterd: Coverity fixesNigel Babu2017-02-231-1/+3
* Properly verify the return code of fcntlMichael Scherer2017-02-231-1/+1
* libglusterfs: Fix a crash due to race between inode_ctx_set and inode_refPoornima G2017-02-194-34/+19
* posix: Fix creation of files with S_ISVTX on FreeBSDXavier Hernandez2017-02-182-15/+38
* libglusterfs+changetimerecorder: reduce log noiseJeff Darcy2017-02-103-3/+3
* libglusterfs: fix serious leak of xlator_t structuresJeff Darcy2017-02-091-0/+1
* libglusterfs: make memory pools more thread-friendlyJeff Darcy2017-02-023-238/+359
* performance/write-behind: access stub only if available duringRaghavendra G2017-02-022-0/+49
* libglusterfs+transport+io-threads: fix 256KB stack abuseJeff Darcy2017-02-012-10/+35