summaryrefslogtreecommitdiffstats
path: root/libglusterfs
Commit message (Expand)AuthorAgeFilesLines
* socket: socket event handlers now return voidMilind Changire2019-02-184-18/+16
* inode: make critical section smallerAmar Tumballi2019-02-133-217/+111
* afr/shd: Cleanup self heal daemon resources during afr finiMohammed Rafi KC2019-02-121-0/+8
* clnt/rpc: ref leak during disconnect.Mohammed Rafi KC2019-02-121-5/+11
* inode: create inode outside locked regionAmar Tumballi2019-02-111-11/+13
* fuse: correctly handle setxattr valuesXavi Hernandez2019-02-072-4/+26
* glusterd: Update op-version for release 7ShyamsundarR2019-02-051-1/+3
* glusterd: manage upgrade to current masterAmar Tumballi2019-02-041-5/+5
* mount/fuse: expose auto-invalidation as a mount optionRaghavendra Gowdappa2019-02-021-0/+1
* core: make gf_thread_create() easier to useXavi Hernandez2019-02-015-59/+105
* core: move "dict is NULL" logs to DEBUG log levelMilind Changire2019-02-011-2/+2
* syncop: remove unnecessary call to gf_backtrace_save()Xavi Hernandez2019-01-312-2/+0
* core: heketi-cli is throwing error "target is busy"Mohit Agrawal2019-01-314-4/+3
* Multiple files: reduce work while under lock.Yaniv Kaul2019-01-294-11/+12
* socket: fix issue on concurrent handle of a socketZhang Huan2019-01-281-0/+6
* afr/self-heal:Fix wrong type checkingRavishankar N2019-01-244-1/+28
* core: move logs which are only developer relevant to DEBUG levelAmar Tumballi2019-01-233-5/+5
* rpc: use address-family option from vol fileMilind Changire2019-01-223-2/+19
* common-utils: make vector a const parameterXiubo Li2019-01-221-1/+1
* core: Feature added to accept CidrIp in auth.allowRinku Kothiya2019-01-183-6/+37
* lock: Add fencing supportSusant Palai2019-01-171-0/+2
* core: Resolve dict_leak at the time of destroying graphMohit Agrawal2019-01-146-12/+2
* fix 32-bit-build-smoke warningsIraj Jamali2019-01-113-8/+8
* libglusterfs/common-utils.c: Fix buffer size for checksum computationVarsha Rao2019-01-111-2/+2
* Revert "iobuf: Get rid of pre allocated iobuf_pool and use per thread mem pool"Amar Tumballi2019-01-083-72/+877
* gfapi: new api glfs_statx as linux's statxShyamsundarR2019-01-071-4/+13
* multiple-files: clang-scan fixesAmar Tumballi2018-12-311-3/+3
* libglusterfs/src/mem-types.h: remove unused common enums from mem-types.hYaniv Kaul2018-12-301-136/+98
* all: handle USE_AFTER_FREE warningsAmar Tumballi2018-12-202-3/+8
* posix: use synctask for janitorPoornima G2018-12-191-0/+6
* cluster/afr: Allow lookup on root if it is from ADD_REPLICA_MOUNTkarthik-us2018-12-181-1/+2
* iobuf: Get rid of pre allocated iobuf_pool and use per thread mem poolPoornima G2018-12-183-877/+72
* mem-pool: Add api to mem_get based on requested sizePoornima G2018-12-174-27/+127
* fuse: add --lru-limit optionAmar Tumballi2018-12-144-36/+238
* Multiple posix related files: several modificationsYaniv Kaul2018-12-142-6/+4
* xlator: make 'xlator_api' mandatoryAmar Tumballi2018-12-132-145/+16
* [geo-rep]: Worker still ACTIVE after killing bricksMohit Agrawal2018-12-131-1/+1
* core: move invalid port logs to DEBUG log levelMilind Changire2018-12-121-1/+1
* copy_file_range support in GlusterFSRaghavendra Bhat2018-12-1217-6/+369
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-05130-386/+395
* libglusterfs/src/iobuf.c: small refactor to re-use code.Yaniv Kaul2018-12-051-23/+13
* rpc: bump up server.event-threadsMilind Changire2018-12-041-1/+1
* server: Resolve memory leak path in server_initMohit Agrawal2018-12-033-0/+34
* rpcsvc: provide each request handler thread its own queueRaghavendra Gowdappa2018-11-294-28/+125
* core: ctx calls naked calloc()Kaleb S. KEITHLEY2018-11-281-1/+1
* libglusterfs: rename macros roof and floor to not conflict with math.hRaghavendra Gowdappa2018-11-281-2/+2
* mem-pool: minor fix and clarificationXavi Hernandez2018-11-281-3/+10
* glusterd: perform store operation in cleanup lockAtin Mukherjee2018-11-271-0/+1
* libglusterfs/src/dict.c : consistent initialization of parameters.Yaniv Kaul2018-11-271-60/+29
* libglusterfs: fix memory corruption caused by per-thread mem poolsXavi Hernandez2018-11-261-57/+74