summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-0148-55/+55
* build: add missing GF_CFLAGS in api/src/Jeff Darcy2012-10-012-2/+1
* linux-aio: fixes while setting O_DIRECT flagAnand Avati2012-10-013-38/+60
* Fix problems of mismatch type.linbaiye2012-10-012-5/+6
* dict: no need to memdup() the XDR buffer for dict_unserializeAmar Tumballi2012-10-011-7/+1
* Made test-ffop.c exhaustive by making it to test all types of fops.M S Vishwanath Bhat2012-10-011-7/+770
* write-behind: implement causal ordering and other cleanupAnand Avati2012-10-012-2418/+1070
* cluster/afr: Provide option to set readdir-size in entry-self-healPranith Kumar K2012-10-014-5/+19
* cli: removed extra dict unrefs and memory leaksKrutika Dhananjay2012-09-304-286/+200
* Fixed some general typing errors.Varun Shastry2012-09-275-8/+8
* mgmt/glusterd: Prevent extra unref in vol startPranith Kumar K2012-09-261-3/+4
* Fix parallel build issuesKacper Kowalik (Xarthisius)2012-09-262-0/+2
* build: Install glusterfs-logrotate as config fileVijay Bellur2012-09-252-2/+5
* protocol/client: quick-reconnect after portmap queryAnand Avati2012-09-253-1/+11
* cluster/afr: Trigger heal on local subvols on any child_upPranith Kumar K2012-09-251-13/+21
* protocol/server: put the connection back if setvolume failsRaghavendra Bhat2012-09-251-1/+7
* gfapi: fix the failure in glfs_open()Amar Tumballi2012-09-251-1/+1
* cluster/afr: Wake up post-op on non-co-operative transactionPranith Kumar K2012-09-251-0/+23
* geo-rep / gsyncd: gsyncd binary wrapper context fixesVenky Shankar2012-09-242-0/+25
* core: enable process to return the appropriate error codeAnand Avati2012-09-214-13/+70
* libglusterfs/graph: pass correct translator pairs during reconfigureRaghavendra G2012-09-212-8/+18
* glusterd: use runner_run_nowait() variant for starting bricksAnand Avati2012-09-201-2/+2
* runner: introduce a new variant runner_run_nowait()Anand Avati2012-09-202-0/+25
* Prevent fuse from setting an invalid value of fd_ctxlinbaiye2012-09-201-2/+4
* glusterd: Fix to log command status at the appropriate timeKrutika Dhananjay2012-09-2014-537/+344
* glusterd: Fix compile time warning for gsyncd helper routineVenky Shankar2012-09-201-5/+8
* rpcsvc: framework for executing actors as synctaskAnand Avati2012-09-193-1/+32
* performance/io-cache: provide hook for dumping inode contextRaghavendra Bhat2012-09-191-29/+38
* fuse: override 'gid-timeout' option to disable aux gid compatibilityAmar Tumballi2012-09-191-0/+5
* syncop: Implement access fopPranith Kumar K2012-09-192-0/+28
* mount/fuse: readdir() should return 32-bit inodes when 'enable-ino32' is usedNiels de Vos2012-09-183-5/+19
* dual licenseKaleb S. KEITHLEY2012-09-181-6/+6
* cli/: Filter out the loopback address for brick creation.Varun Shastry2012-09-181-2/+4
* logging: log ENOENT errors in DEBUG mode instead of ERROR or INFORaghavendra Bhat2012-09-172-2/+4
* features/marker: if parent inode is NULL, then get it by inode_parentRaghavendra Bhat2012-09-172-4/+13
* CLI: Displaying time as N/A when unix time is 0Varun Shastry2012-09-172-5/+6
* Clean up of typepunning errors ( Strict aliasing warnings )Varun Shastry2012-09-173-33/+29
* glusterd: Fix remote processes not being shown in "volume status"Kaushal M2012-09-171-3/+4
* protocol/server: dump the ltable and fd table related inodes onlyRaghavendra Bhat2012-09-174-29/+98
* features/quota: Avoid mem_put on null localPranith Kumar K2012-09-172-11/+1
* gfapi: add symlink (auto resolution) support in resolverAnand Avati2012-09-173-4/+96
* mount/fuse: treat NULL gfid is a failure in lookup disregarding op_retAnand Avati2012-09-171-2/+14
* cli: Fix double free in cli_add_key_groupKrishnan Parthasarathi2012-09-141-0/+2
* storage/posix: Option to set brick(of a volume)'s root dir's uid/gidKrishnan Parthasarathi2012-09-142-6/+46
* glusterd: Fixed _is_prefix check for two file pathsKrishnan Parthasarathi2012-09-131-4/+25
* All: License message changeVarun Shastry2012-09-13160-1053/+923
* glusterfs SEGV on Fedora 17 from UFO fallocate(2) callKaleb S. KEITHLEY2012-09-131-14/+19
* fuse-bridge: Pass unknown option down to fuseLubomir Rintel2012-09-126-4/+44
* dht: improve dht_fix_layout_of_directory for better re-assignmentAnand Avati2012-09-121-145/+78
* event: peel out poll and epoll specific code into separate filesAnand Avati2012-09-124-836/+920