summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* marker: check the return value being less than zero instead of -1Raghavendra Bhat2011-04-111-1/+3
* features/quota: handle failed fops gracefully.Raghavendra G2011-04-111-11/+39
* cli: Validating the cli quota options.Junaid2011-04-112-7/+11
* features/quota: Add checks for any of the parents of file being NULL while ch...Raghavendra G2011-04-111-0/+11
* features/quota: use signed type to store delta.Raghavendra G2011-04-112-9/+9
* buf and statpost should be checked for NULL before accessing itRaghavendra Bhat2011-04-111-3/+6
* syncdaemon: fix transaction codeCsaba Henk2011-04-112-7/+7
* syncdaemon: minor fixesCsaba Henk2011-04-112-3/+3
* syncdaemon: fix setting None as new masterCsaba Henk2011-04-111-5/+6
* protocol/server: prevent unnessary logs in INFO levelAmar Tumballi2011-04-101-10/+11
* cluster/distribute: Account for the first lookup sent to check whether the pa...Raghavendra G2011-04-101-1/+15
* cli: Cleanup the maintainence mount points used by quota.Junaid2011-04-101-31/+38
* marker/quota: use correct byte order while storing xattr values in backend.Raghavendra G2011-04-101-1/+1
* features/quota: Fix race-condition while resuming stub.Raghavendra G2011-04-102-38/+87
* DHT: send revalidate to all subvols and not just first subvolshishir gowda2011-04-101-6/+10
* libglusterfs/xlator: set THIS properly whenever some operation is done iterat...Raghavendra G2011-04-101-7/+26
* mgmt/glusterd: Fix op_ctx issue with replace brickv3.2.0qa10Pranith Kumar K2011-04-081-8/+46
* NFS : Exclusive create storing verifier.Gaurav2011-04-081-2/+2
* features/quota: Add checks for any of the parents of file being NULL while ch...Raghavendra G2011-04-081-9/+19
* gluster rebalance: don't move a hardlinked file.Amar Tumballi2011-04-081-2/+7
* gluster rebalance: don't depend on the sticky bit for validating link file.Amar Tumballi2011-04-081-27/+25
* features/marker: Synchronise the read and write of marker_local_ref.Junaid2011-04-081-2/+4
* mgmt/glusterd: Quota cli message improvements.Junaid2011-04-081-10/+17
* mgmt/glusterd: serialize the dict only if its not NULLPranith Kumar K2011-04-071-7/+9
* do not access the empty loc inodev3.2.0qa9Raghavendra Bhat2011-04-071-2/+2
* removed reference to GF_LOG_NORMALAmar Tumballi2011-04-0742-287/+286
* do not change the arguments of a functionRaghavendra Bhat2011-04-071-9/+8
* features/marker: Perform quota updation on rmdir and unlink by holding inodel...Junaid2011-04-071-30/+134
* debug/io-stats: Fix races and performance issues in profilePranith Kumar K2011-04-071-148/+115
* mgmt/glusterd: Fix gluster-profile performance issuesPranith Kumar K2011-04-072-3/+4
* extras: scripts to cleanup xattrs stored by quota.Raghavendra G2011-04-073-1/+49
* features/marker: Check for NULL before dereferencing pointers stored in local.Junaid2011-04-071-2/+5
* print the gfid of the inode for which dentry is not foundRaghavendra Bhat2011-04-071-2/+2
* mgmt/glusterd: Reset context upon operation completionVijay Bellur2011-04-071-12/+33
* features/marker: Check if gsync is enabled in getxattr fop before performing ...Junaid2011-04-071-2/+8
* check buf for NULL before accessing itv3.2.0qa8Raghavendra Bhat2011-04-061-1/+2
* check dict before unrefing itRaghavendra Bhat2011-04-061-1/+1
* nfs: convert errno EDQUOT into appropriate nfs-errno.Raghavendra G2011-04-061-0/+4
* protocol/client: Avoid logging when EAGAIN is received for *lk requestsVijay Bellur2011-04-061-5/+5
* change occurrences of marker_gsync to marker-gsyncVijay Bellur2011-04-062-5/+5
* features/marker, cli: use appropriate conversion specifiers.Raghavendra G2011-04-062-7/+12
* protocol/client: make sure to send only genuine events up to parentAmar Tumballi2011-04-063-36/+48
* NFS : Store verifier for exlusive mode craete.Gaurav2011-04-061-6/+17
* cluster/dht: send back the proper inode number in the cbk functionsAmar Tumballi2011-04-061-2/+4
* cluster/dht: log level fixes in lookup* functionsAmar Tumballi2011-04-061-21/+20
* log gfid mismatches for the same file in cluster xlator lookupAmar Tumballi2011-04-064-2/+33
* cluster/afr: log enhancements - part 1Amar Tumballi2011-04-067-585/+568
* features/quota: use a double pointer to uint64_t as an argument to dict_get_b...Raghavendra G2011-04-051-2/+2
* features/quota: add NULL check before doing strcasecmpRaghavendra G2011-04-051-1/+1
* syncdaemon: refine intermal configuration of gsyncdv3.2.0qa7Csaba Henk2011-04-042-37/+121