summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* transport/ib-verbs: assign to qpreg before accessing it in __ib_verbs_lookup_...Raghavendra G2009-11-191-0/+1
* performance/stat-prefetch: don't cache dentries corresponding to directory.Raghavendra G2009-11-191-0/+4
* performance/stat-prefetch: don't use pre-allocated dirent structure in sp_get...Raghavendra G2009-11-191-8/+23
* cluster/distribute: copy the stat structure while copying dentries in readdir...Raghavendra G2009-11-191-0/+2
* debug/error-gen: Correct log messages in init function.vinayak hegde2009-11-191-3/+3
* Check for other return values as well from call to inode_path.Pavan Sondur2009-11-191-2/+2
* cluster/stripe: Wrong variable is checked after calloc.vinayak hegde2009-11-191-1/+1
* protocol/client: Changed default ping-timeout to 42Vijay Bellur2009-11-191-2/+2
* Do not access a free'd lock while releasing all inodelks of transport.Pavan Sondur2009-11-191-6/+4
* cluster/afr: Handle op_ret properly in opendir_cbkVikas Gorur2009-11-191-2/+3
* libglusterfsclient/umount: fix double free.Raghavendra G2009-11-181-1/+1
* libglusterfsclient: don't change the st_dev in stat-structure before doing in...Raghavendra G2009-11-181-8/+7
* libglusterfsclient/open: don't send create call if the file is already presen...Raghavendra G2009-11-181-1/+5
* protocol/server: add debug messages.Raghavendra G2009-11-181-0/+12
* libglusterfsclient: update iattr cache only if operation was successful.Raghavendra G2009-11-181-12/+27
* libglusterfsclient: fix memory leak.Raghavendra G2009-11-181-44/+16
* booster: implement xattr related apis.Raghavendra G2009-11-181-0/+101
* libglusterfsclient: change the prototype of glusterfs_lsetxattr.Raghavendra G2009-11-182-6/+4
* libglusterfsclient: fix __do_path_resolve to return zero if the path happens ...Raghavendra G2009-11-181-0/+1
* libglusterfsclient: getxattr should return the length of the xattr when size ...Raghavendra G2009-11-181-11/+19
* libglusterfsclient/ftruncate: add braces to ensure proper evaluation of if co...Raghavendra G2009-11-181-2/+2
* booster: implement creat64.Raghavendra G2009-11-181-0/+47
* booster: implement truncate and truncate64.Raghavendra G2009-11-181-0/+76
* libglusterfsclient: implement glusterfs_truncate.Raghavendra G2009-11-182-1/+117
* booster: implement ftruncate64.Raghavendra G2009-11-181-1/+33
* libglusterfsclient: fix libgf_vmp_virtual_path. - This procedure used to retu...Raghavendra G2009-11-181-8/+11
* booster: implement getcwd.Raghavendra G2009-11-181-0/+14
* booster: implement fchdir.Raghavendra G2009-11-181-0/+43
* booster: implement chdir.Raghavendra G2009-11-181-0/+53
* libglusterfsclient: implement glusterfs_getcwd.Raghavendra G2009-11-182-0/+78
* libglusterfsclient: implement glusterfs_fchdir.Raghavendra G2009-11-183-5/+140
* libglusterfsclient: implement glusterfs_chdir.Raghavendra G2009-11-182-0/+126
* libglusterfsclient: Support relative paths.Raghavendra G2009-11-181-319/+321
* Revert "booster, libglusterfsclient: Support samba specific relative paths"Raghavendra G2009-11-183-181/+166
* libglusterfs: Fix error handling in _gf_log.Vikas Gorur2009-11-181-7/+12
* Upgrade FUSE protocol to rev. 7.13Csaba Henk2009-11-162-5/+17
* transport/ib-verbs: fix race-condition resulting in freeing of transport whil...Raghavendra G2009-11-161-11/+70
* transport/ib-verbs: synchronize ib_verbs_recv_completion_proc with ib_verbs_r...Raghavendra G2009-11-162-5/+6
* fixing a crash in posix (on 32bit)Amar Tumballi2009-11-161-1/+3
* fixes in stripeAmar Tumballi2009-11-161-2/+3
* mount/fuse: Assign the right inode to fuse_entry_out in fuse_create_cbk().Vijay Bellur2009-11-161-2/+2
* protocol/client: preserve open/create flags in fdctx for reopeningAnand Avati2009-11-132-0/+8
* Disabled centralized logging by default.Harshavardhana Ranganath2009-11-131-3/+1
* performance/quick-read: set return value to zero after successful init.Raghavendra G2009-11-131-0/+2
* mount/fuse: Prevent a hang on the mount point if no server is up when the cli...Pavan Sondur2009-11-131-4/+49
* extras/glusterfs-volgen: Make the script more user-friendly.Vikas Gorur2009-11-131-30/+57
* cluster/afr: Fix self-heal loop driver termination logic.Vikas Gorur2009-11-131-7/+19
* cluster/afr: Ensure directory contents are in sync during opendir.Vikas Gorur2009-11-135-10/+281
* cluster/afr: Refactored inode context bitmasks.Vikas Gorur2009-11-131-6/+10
* mount/fuse: Do readdirp in fuse_readdir.Vikas Gorur2009-11-131-2/+2