summaryrefslogtreecommitdiffstats
path: root/libglusterfs
Commit message (Expand)AuthorAgeFilesLines
* core: Portmap entries showing stale brick entries when bricks are downMohit Agrawal2018-11-121-1/+4
* libglusterfs multiple files: remove dead initilizationYaniv Kaul2018-11-1110-55/+13
* coverity: ignore tainted access reported in gf_freeShyamsundarR2018-11-081-1/+7
* libglusterfs/src/iobuf.c: don't forget to unlock a mutexYaniv Kaul2018-11-061-0/+1
* fuse: diagnostic FLUSH interruptCsaba Henk2018-11-061-0/+2
* fuse: interrupt handling frameworkCsaba Henk2018-11-063-0/+20
* libglusterfs/src/iobuf.c: where possible, pass the index parameterYaniv Kaul2018-11-061-66/+54
* libglusterfs/src/iobuf.c: take the pool lock once in new poolYaniv Kaul2018-11-061-24/+9
* libglusterfs/src/iobuf.c: remove some if statementsYaniv Kaul2018-11-061-25/+19
* logging: create parent dir if not availableAmar Tumballi2018-11-061-0/+20
* all: fix the format string exceptionsAmar Tumballi2018-11-0511-35/+43
* features/snapview-server: change gf_log instances to gf_msgRaghavendra Bhat2018-11-051-1/+1
* xlator: add generic option parsing frameworkAmar Tumballi2018-11-023-15/+54
* tiering: remove the translator from build and glusterdAmar Tumballi2018-11-021-1/+1
* mem-pool: change the values to 64bitsAmar Tumballi2018-11-014-10/+9
* core: Use GF_ATOMIC ops to update inode->nlookupMohit Agrawal2018-10-302-39/+27
* server-protocol: set the frame type to TYPE_FOPAmar Tumballi2018-10-291-0/+1
* statedump: fix clang null dereference errorAmar Tumballi2018-10-261-1/+1
* glusterd: raise default transport.listen-backlogMilind Changire2018-10-251-1/+1
* coverity: ignore tainted access reported in gf_freeShyamsundarR2018-10-161-0/+10
* libglusterfs: fix sys_socket coverity issueMilind Changire2018-10-161-1/+2
* core: libuuid-devel breakageKaleb S. KEITHLEY2018-10-162-11/+4
* libglusterfs/dict: Add sizeof()-1 variants of dict functionsPranith Kumar K2018-10-151-0/+29
* glusterd/geo-rep: Fix memory corruptionKotresh HR2018-10-121-1/+1
* libglusterfs : fix newly introduced coverity defectSunny Kumar2018-10-121-2/+0
* core: glusterfsd keeping fd open in index xlatorMohit Agrawal2018-10-121-13/+1
* libglusterfs: fix log message in options.cSheetal Pamecha2018-10-121-4/+2
* socket: use accept4/paccept for nonblocking socketKrishnan Parthasarathi2018-10-123-0/+65
* socket: set FD_CLOEXEC on all socketsKrishnan Parthasarathi2018-10-113-0/+18
* libglusterfs: NULL pointer dereferencing clang fixIraj Jamali2018-10-101-0/+3
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-106-50/+31
* logging: fix file handle leak when calls glfs_set_logging more timesKinglong Mee2018-10-101-0/+7
* libglusterfs/src/logging.c: reduce the use of stringsYaniv Kaul2018-10-101-124/+55
* features/snapview-client: replace gf_log with gf_msgRaghavendra Bhat2018-10-101-0/+1
* syncop: check syncenv status before pthread_cond_timedwait() to avoid 600s ti...Kinglong Mee2018-10-091-4/+3
* core: glusterfsd keeping fd open in index xlatorMohit Agrawal2018-10-083-1/+17
* libglusterfs : fix coverity issue in stack.cSunny Kumar2018-10-051-1/+4
* libglusterfs: coverity fixSusant Palai2018-10-051-2/+2
* python: remove shebangs of non-main scripts and make others executableNiels de Vos2018-10-021-0/+0
* libglusterfs : fix coverity issue in store.cSunny Kumar2018-09-271-1/+1
* monitoring: create dump dir if it doesn't existAmar Tumballi2018-09-271-0/+8
* Quota related files: use dict_{setn|getn|deln|get_int32n|set_int32n|set_strn}Yaniv Kaul2018-09-262-10/+14
* ctime: Provide noatime optionKotresh HR2018-09-251-0/+1
* dht: Operate internal fops with negative pidSusant Palai2018-09-201-0/+3
* libglusterfs: NULL pointer dereferencing clang fixIraj Jamali2018-09-191-1/+1
* event: get time by clock_gettime as pthread_cond_timedwait usingKinglong Mee2018-09-171-1/+2
* libglusterfs/src/dict.c : use xxhash64 for hashing.Yaniv Kaul2018-09-171-13/+13
* glusterd: Update op-version from 4.2 to 5.0ShyamsundarR2018-09-131-6/+8
* Land part 2 of clang-format changesGluster Ant2018-09-1262-34733/+33671
* Land clang-format changesGluster Ant2018-09-1271-9458/+8866