summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* All: License message changeVarun Shastry2012-08-28160-2302/+895
* init.d: Fix init.d on Redhat, so it does not always return 0.Thomas Oulevey2012-08-281-1/+5
* afr: Avoid excessive logging in self-heal.Krishnan Parthasarathi2012-08-236-22/+25
* Add support for --enable-debug configure optionDeepak C Shetty2012-08-233-2/+20
* socket: code cleanupAmar Tumballi2012-08-232-312/+333
* posix-acl: make use of 'umask' flag passed as argument in fopAmar Tumballi2012-08-232-8/+25
* epoll: whitespace cleanup and remove unused variableAnand Avati2012-08-221-19/+18
* fuse: make background queue length configurableAmar Tumballi2012-08-226-57/+166
* syncop: Added scaling down logicPranith Kumar K2012-08-202-5/+35
* NetBSD build fixEmmanuel Dreyfus2012-08-201-1/+1
* rpcsvc: remove .vector_actor and related changesAnand Avati2012-08-2011-194/+177
* Self-heald: Prevent logging of errno ENOENTVenkatesh Somyajulu2012-08-201-4/+4
* cli: Proper xml output for "gluster peer status"Kaushal M2012-08-203-5/+148
* syncop: handle 'dataonly' flag in syncop_fsync()Amar Tumballi2012-08-206-12/+13
* performance/write-behind: avoid deadlock while taking the statedump of fdsRaghavendra Bhat2012-08-191-6/+24
* cluster/dht: don't leak upon GF_REALLOC failureJim Meyering2012-08-191-4/+5
* gsyncd: don't use void* arithmetic; don't leak upon OOM; remove castJim Meyering2012-08-191-4/+6
* utils: don't leak after failed GF_REALLOCJim Meyering2012-08-191-5/+24
* cli/: Displaying the size in human readable formatVarun Shastry2012-08-191-9/+18
* fix "--client-pid"Csaba Henk2012-08-191-0/+2
* fuse: have setxattr on geo-rep related xattrs take effectCsaba Henk2012-08-191-3/+3
* misleading/wrong keep-alive error message in logKaleb S. KEITHLEY2012-08-191-4/+11
* rpc: Reduce frame-timeout for glusterd connectionsKaushal M2012-08-176-13/+58
* rfc.sh: set 'Change-Id: ' header on first runAnand Avati2012-08-152-1/+4
* cluster/dht: Optimize readdirp calls in DHTshishir gowda2012-08-137-2/+71
* NetBSD swapcontext() portability fixEmmanuel Dreyfus2012-08-131-0/+10
* performance/write-behind: store the wb_inode in local before windingRaghavendra Bhat2012-08-111-1/+3
* fuse-bridge: fuse_thread_proc: avoid realloc-clobber induced leak upon OOMJim Meyering2012-08-081-3/+4
* geo-rep: don't leak or segfault upon OOMJim Meyering2012-08-081-2/+4
* logging: do the 'right' check for loglevelAmar Tumballi2012-08-071-6/+6
* core: moved back the pthread_key_t specific variables as globalAmar Tumballi2012-08-064-31/+31
* glusterd: while building graph, set xl->ctxAmar Tumballi2012-08-051-0/+2
* core: reduce the usage of global variablesAmar Tumballi2012-08-0323-389/+325
* mount/fuse: ignore any erros that might've happened while resolving entry in ...Raghavendra G2012-08-033-25/+117
* mgmt/glusterd: Fix a compilation failure when libxml2-dev is not presentVijay Bellur2012-08-031-0/+3
* fuse-resolve: consider cases where an entry should be resolved even when pare...Raghavendra G2012-08-031-0/+13
* performance/io-cache: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-021-7/+60
* glusterd: Made volume set help/help-xml a non-cluster operation.Krishnan Parthasarathi2012-08-028-57/+87
* performance/quick-read: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-021-3/+16
* glfsxmp extensionAnand Avati2012-08-022-5/+32
* gfapi: let glfs_init() return on non-RPC errorsAnand Avati2012-08-021-0/+4
* gfapi: set errno in glfs_init()Anand Avati2012-08-022-0/+3
* gfapi: missed setting port optionAnand Avati2012-08-021-0/+1
* glusterd: Fix glusterd crash resulting from uninitialised pointerKrutika Dhananjay2012-08-021-0/+6
* cluster/afr: Unwind with correct pre/post parent bufsPranith Kumar K2012-08-023-403/+147
* performance/write-behind: maintain a per-inode request queue instead of maint...Raghavendra G2012-08-022-596/+769
* protocol/server: use pthread_mutex_trylock while dumping statedumpsRaghavendra Bhat2012-08-022-15/+37
* rpc-lib: fix rpc_clnt_reconfig log on remote_host changeyinyin2012-08-021-1/+1
* cluster/afr: Handle child_up & fd not opened case in xactionPranith Kumar K2012-08-011-7/+8
* mem-pool: remove 'if' by asserting condition directly.Jules.Wang2012-08-011-22/+11