summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* protocol-client: Initialize the list_head before usingPoornima G2017-03-261-2/+4
* 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
* packaging: (ganesha) remove glusterfs-ganesha subpackage and related files)Kaleb S. KEITHLEY2017-03-2112-381/+6
* glusterd: (storhaug) remove ganeshaKaleb S. KEITHLEY2017-03-2120-1653/+5
* build: libgfxdr.so calls GF_FREE(), needs to link with -lglusterfsKaleb S. KEITHLEY2017-03-214-48/+61
* syncop: fix argc count in call to makecontext()Ravishankar N2017-03-211-1/+1
* cluster/ec: Metadata healing fails to update the versionSunil Kumar Acharya2017-03-211-7/+5
* rpc: bump up conn->cleanup_gen in rpc_clnt_reconnect_cleanupAtin Mukherjee2017-03-202-1/+17
* gfapi: Dump graph upon initilization/switch for better debugging experienceKrutika Dhananjay2017-03-201-0/+2
* afr: do not mention split-brain in log message in read_txnRavishankar N2017-03-201-3/+2
* geo-rep: Optionally allow access to mountsKotresh HR2017-03-193-4/+20
* TIER: watermark check during low watermark resethari gowtham2017-03-183-1/+101
* libglusterfs : update correct message segments in glfs-message-idmvignesh@redhat.com2017-03-131-1/+1
* build/packaging: Debian and Ubuntu don't have /usr/libexecKaleb S. KEITHLEY2017-03-1311-24/+24
* storage/posix: Use granular mutex locks for pgfid update syscallsKrutika Dhananjay2017-03-123-11/+54
* transport: allow OS to assign us a portKevin Vigor2017-03-123-0/+21
* features/locks: Fix leak of posix_lock_t's client_uidXavier Hernandez2017-03-113-69/+47
* performance/write-behind: Honor the client pid setKotresh HR2017-03-101-0/+3
* dht/rebalance: update op_errno for rebalance failuresSusant Palai2017-03-091-3/+4
* glusterfsd+libglusterfs: add null checks during attachJeff Darcy2017-03-092-9/+22
* glusterd: don't queue attach reqs before connectingJeff Darcy2017-03-081-11/+18
* glusterfsd: don't quit (in client) on connection failureJeff Darcy2017-03-081-2/+4
* extras/devel-tools: script to resolve bt addressesMilind Changire2017-03-071-0/+94
* Free the mutex even if we can't allocate a inodeMichael Scherer2017-03-071-1/+1
* cluster/ec: Don't mark dirty on entry/meta ops in query-infoPranith Kumar K2017-03-072-9/+2
* posix: use nanosecond accuracy when availableNiklas Hambüchen2017-03-076-13/+87
* rpc: avoid logging success on failureMilind Changire2017-03-074-8/+31
* tests: Fix tests/bugs/distribute/bug-1161311.tShreyas Siravara2017-03-061-2/+8
* glusterd : Fix for replicate and disperse volume optionGaurav Yadav2017-03-062-2/+41
* glusterd: disallow increasing replica count for arbiter volumesRavishankar N2017-03-062-0/+16
* afr: restore atime/mtime for non-regular filesRavishankar N2017-03-064-51/+64
* cluster/ec: Introduce optimistic changelog in ECPranith Kumar K2017-03-047-6/+243
* Fix bad freeMichael Scherer2017-03-031-3/+3
* storage/posix: Use more granular mutex locks for atomic writesKrutika Dhananjay2017-03-033-8/+33
* doc: Added documentation about ec implementationXavier Hernandez2017-03-031-0/+588
* cluster/dht: Fix crash in "nuke-dir" featureKrutika Dhananjay2017-03-021-1/+10
* doc: Added a github issue template to redirect to mails or bugzillaShyam2017-03-021-0/+13
* dht/rebalance: Increase maximum read block size from 128 KB to 1 MBShreyas Siravara2017-03-021-1/+1
* protocol/server: Fix crash bug in unlink flowRichard Wareing2017-03-021-0/+4
* glusterd: use sys_lstat instead of lstatJeff Darcy2017-03-021-1/+1
* Do not use va_end before cli_rl_out, since it use apMichael Scherer2017-03-011-2/+4
* storage/posix: Set ret value correctly before exitingKrutika Dhananjay2017-03-012-4/+3
* Return ret as soon as `this` is freedNigel Babu2017-03-011-0/+1
* tests: Fix and enable split-brain-healing mtime checkNiklas Hambüchen2017-03-011-6/+36
* rpc: log more about socket disconnectsMilind Changire2017-03-011-3/+15
* rpc/clnt: remove locks while notifying CONNECT/DISCONNECTRaghavendra G2017-03-013-32/+68
* Free brick_hint at the end of the functionNigel Babu2017-03-011-0/+2
* Use int instead of int8_t for the 3 variablesMichael Scherer2017-02-281-1/+1
* Free arg_save when malloc failMichael Scherer2017-02-281-0/+1