summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* io-threads: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-121-8/+26
* io-cache: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-121-15/+91
* quota: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-121-8/+25
* stripe: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-121-5/+47
* dht: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-121-3/+26
* afr: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-121-6/+40
* mgmt/Glusterd: Implementation volume set help/help-xmlKaushik BV2011-07-1211-66/+545
* nfs: Change NFS3 access op to use access fopShehjar Tikoo2011-07-127-174/+84
* features/locks: Do not block UNLOCKsVijay Bellur2011-07-122-2/+2
* mnt/fuse: generate uuids in fuse_lookup, not in fuse_lookup_resume.Raghavendra G2011-07-121-1/+2
* glusterd: check replica_count for 0 before using it for volume creation in st...Raghavendra Bhat2011-07-121-0/+2
* afr/stripe: collect pathinfo xattrs from all childsVenky Shankar2011-07-1210-18/+456
* cluster/afr: Handle lookups when self-heal is offPranith K2011-07-129-513/+996
* mount.glusterfs: fix to handle the error cases betterAmar Tumballi2011-07-121-8/+20
* cluster/stripe: quick-read friendly behavior in lookupAmar Tumballi2011-07-121-5/+22
* cluster/stripe: cleanup and memory leak fixesAmar Tumballi2011-07-121-118/+56
* server: Reassociating 'old' conn can lead to chaos.Krishnan P2011-07-121-22/+12
* cluster/distribute: send proper 'params' dictionary during linkfile creationAmar Tumballi2011-07-121-4/+13
* storage/posix: move the helper functions to separate fileAmar Tumballi2011-07-124-831/+913
* storage/posix: call 'gfid_heal()' instead of 'gfid_set()' in lookup()Amar Tumballi2011-07-121-1/+1
* Fail volume creation on existing directories of a read-only file system.Sachidananda2011-07-121-1/+1
* pump, afr: dict related memory fixes.Krishnan P2011-07-123-42/+106
* cluster/dht: fix race between two directory renamesAnand Avati2011-07-121-7/+79
* storage/posix: detect race in posix_rename()Anand Avati2011-07-121-0/+23
* client-handshake: skip CHILD_DOWN notifications when client is querying port ...Raghavendra G2011-07-121-0/+2
* debug/io-stats: Added sys-log-level option.Junaid2011-07-111-0/+24
* mgmt/glusterd: Make glusterd aware of sys-log-level options.Junaid2011-07-111-2/+30
* libglusterfs/logging: Added functions to set sys-log-level.Junaid2011-07-112-3/+12
* quota: update limit stored in inode-ctx when limit is removed on a directory.Raghavendra G2011-07-111-2/+7
* fuse: fix inode-leaks in fuse_lookup_and_resume codepath.Raghavendra G2011-07-112-12/+31
* fd: put the fd back to fd_mem_pool of inode table instead of freeing in case ...Raghavendra Bhat2011-07-111-1/+1
* remove hardcoding of transport type to "tcp" while generating vol files in re...Vishwanath2011-07-111-11/+45
* Fixes missing ".." entry in the mount pointRahul2011-07-111-1/+2
* libglusterfs/syncop: add more functionsAmar Tumballi2011-07-112-7/+59
* cli: Exit if glusterd is not operational in non-prompt modesVijay Bellur2011-07-113-1/+10
* mount.glusterfs: support -o acl parameterAnand Avati2011-07-081-0/+7
* glusterfs: add --acl command line option to load ACLs on the client sideAnand Avati2011-07-084-0/+40
* access-control: superseded by posix-acl translatorAnand Avati2011-07-087-2134/+9
* posix-acl: implementation of POSIX ACL as a translatorAnand Avati2011-07-0810-1/+2145
* storage/posix: set ACL keys during new entry/inode creationsAnand Avati2011-07-081-0/+131
* fuse: introduce "noacl" option to disable ACL checksAnand Avati2011-07-082-11/+51
* fuse: fill frame->root->groups with aux gids of the processAnand Avati2011-07-081-0/+53
* dht: set linkto xattr with linkfile create (mknod)Anand Avati2011-07-081-75/+13
* byte-order: htole*/letoh* and htobe*/betoh* for forced endian conversionsAnand Avati2011-07-081-6/+166
* dht disk usage: Correct free blk calculationshishir gowda2011-07-071-2/+2
* features/marker-quota: call stack destroy when hardlink count is not greater 1.Junaid2011-07-011-0/+6
* mnt/fuse: Do a pthread_cond_broadcast for both CHILD_UP and CHILD_DOWN events.Raghavendra G2011-07-012-6/+7
* inode table: avoid memleak by freeing the allocated structures incase of failureRaghavendra Bhat2011-07-012-33/+28
* rpc-transport/rdma: call ibv_fork_init to make rdma work with fork.Raghavendra G2011-07-011-0/+1
* mount/fuse: wait till CHILD_UP event is recieved to do the first lookup.Raghavendra G2011-07-011-9/+2