summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient
Commit message (Expand)AuthorAgeFilesLines
* libglusterfsclient: Dont alloc root inode contextShehjar Tikoo2009-11-031-1/+0
* libglusterfsclient: Prevent root inode number clobberingShehjar Tikoo2009-11-031-19/+29
* booster, libglusterfsclient: Support samba specific relative pathsShehjar Tikoo2009-10-302-166/+173
* libglusterfsclient: don't do inode_link on root inode.Raghavendra G2009-10-301-1/+4
* booster: seperate out the implementations of readdir and readdir64.Raghavendra G2009-10-262-2/+2
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-074-4/+4
* libglusterfsclient: Port directory reading to readdirp fopShehjar Tikoo2009-10-061-9/+6
* libglusterfsclient: Remove redundant fchown and fchmodShehjar Tikoo2009-10-011-78/+0
* libglusterfsclient: Use fsetattr for fchownShehjar Tikoo2009-10-011-1/+7
* libglusterfsclient: Use fsetattr for fchmodShehjar Tikoo2009-10-011-1/+5
* libglusterfsclient: Support fsetattr fopShehjar Tikoo2009-10-011-0/+41
* libglusterfsclient: Remove redundant chown codeShehjar Tikoo2009-10-011-38/+0
* libglusterfsclient: Remove redundant chmod codeShehjar Tikoo2009-10-011-37/+0
* libglusterfsclient: Remove redundant utimens codeShehjar Tikoo2009-10-011-42/+0
* libglusterfsclient: Use setattr for utimeShehjar Tikoo2009-10-011-8/+13
* libglusterfsclient: Use setattr for utimesShehjar Tikoo2009-10-011-7/+9
* libglusterfsclient: Use setattr for chownShehjar Tikoo2009-10-011-1/+6
* libglusterfsclient: Use setattr for chmodShehjar Tikoo2009-10-011-1/+5
* libglusterfsclient: Support setattr fopShehjar Tikoo2009-10-011-0/+40
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-34/+58
* libglusterfsclient: don't destroy the iobuf pool during fini.Raghavendra G2009-09-281-1/+1
* libglusterfsclient: traverse the vmplist during fini only if any entries are ...Raghavendra G2009-09-281-5/+8
* libglusterfsclient: Support TRACE loglevelShehjar Tikoo2009-09-241-1/+4
* libglusterfsclient: Wait for all call pools to be destroyedShehjar Tikoo2009-09-241-0/+34
* libglusterfsclient: Clean up fini and umount code pathsShehjar Tikoo2009-09-241-19/+5
* libglusterfsclient: Reduce logging aggressiveness to TRACEShehjar Tikoo2009-09-241-18/+18
* libglusterfsclient: Re-validate root inode on every path resolutionShehjar Tikoo2009-09-242-0/+24
* libglusterfsclient: Fix build warningsShehjar Tikoo2009-09-221-18/+20
* libglusterfsclient: NULL terminate the vmp entry during vmp_entry_init.Raghavendra G2009-09-151-2/+5
* libglusterfsclient: Wait for time ample enough for all the children of distri...Raghavendra G2009-09-131-0/+11
* libglusterfsclient: Fix incorrect NULL check for fdShehjar Tikoo2009-09-091-1/+1
* libglusterfsclient: Handle CALLOC failure in libgf_client_lookupShehjar Tikoo2009-09-091-0/+7
* libglusterfsclient: Handle CALLOC failure in libgf_init_vmpentryShehjar Tikoo2009-09-091-0/+18
* libglusterfsclient: Add inode_ctx NULL check during iattr cache validationShehjar Tikoo2009-09-091-0/+6
* libglusterfsclient: Enhance loggingShehjar Tikoo2009-09-091-43/+318
* libglusterfsclient: handle intermediate path components which are symlinks pr...Raghavendra G2009-09-081-5/+10
* libglusterfsclient: handle paths terminating with '/' properly in libgf_trim_...Raghavendra G2009-09-081-1/+7
* libglusterfsclient: handle failures in glusterfs_glh_realpath.Raghavendra G2009-09-081-1/+1
* libglusterfsclient: check for memory allocation failure in glusterfs_glh_real...Raghavendra G2009-09-081-0/+4
* libglusterfsclient: handle symlinks properly in glusterfs_glh_opendir.Raghavendra G2009-09-081-1/+1
* libglusterfsclient: fix to the way symbolic links are handled in glusterfs_gl...Raghavendra G2009-09-081-6/+17
* libglusterfsclient: Compare compcount with path not maxentryShehjar Tikoo2009-09-021-0/+1
* libglusterfsclient: Enhance VMP searching logicShehjar Tikoo2009-09-021-1/+3
* libglusterfsclient: don't use pointer returned by basename while freeing allo...Raghavendra G2009-09-021-5/+5
* libglusterfsclient: Sync access to VMP list on new entry additionShehjar Tikoo2009-08-171-9/+9
* libglusterfsclient: Enhance VMP search loggingShehjar Tikoo2009-08-171-6/+8
* libglusterfsclient: Use components for VMP searchesShehjar Tikoo2009-08-171-21/+109
* libglusterfsclient: Bind fd on fd creation code pathsShehjar Tikoo2009-07-312-3/+9
* libglusterfsclient: Invalidate iattr cache on readsShehjar Tikoo2009-07-311-4/+2
* libglusterfsclient: Use iobufs for storing application write dataShehjar Tikoo2009-07-302-18/+85