summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.c
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* Copyright changesVijay Bellur2010-10-111-1/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* mem pool for fd_tshishir gowda2010-08-061-0/+1
* Implement mem pool for inode dentryshishir gowda2010-08-061-0/+2
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-3/+0
* iatt: changes across the codebaseAnand V. Avati2010-03-161-104/+111
* libglusterfsclient/readv: fix data corruption.Raghavendra G2010-01-141-2/+3
* Support for Compilation on SolarisVijay Bellur2009-12-201-0/+2
* libglusterfsclient: fix libgf_client_read to handle short readsAnand Avati2009-12-061-2/+9
* libglusterfsclient/chdir: assign op_ret the return value of libgf_client_chdir.Raghavendra G2009-12-061-1/+1
* libglusterfsclient: Separate order of path compaction and VMP search for abs ...Shehjar Tikoo2009-12-031-9/+55
* libglusterfsclient/read: break reads bigger than the iobuffer size into small...Raghavendra G2009-12-011-16/+34
* libglusterfsclient/readv: break reads bigger than the iobuffer size into smal...Raghavendra G2009-12-011-27/+55
* 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
* 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
* libglusterfsclient: change the prototype of glusterfs_lsetxattr.Raghavendra G2009-11-181-3/+2
* 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
* libglusterfsclient: implement glusterfs_truncate.Raghavendra G2009-11-181-1/+104
* libglusterfsclient: fix libgf_vmp_virtual_path. - This procedure used to retu...Raghavendra G2009-11-181-8/+11
* libglusterfsclient: implement glusterfs_getcwd.Raghavendra G2009-11-181-0/+64
* libglusterfsclient: implement glusterfs_fchdir.Raghavendra G2009-11-181-4/+129
* libglusterfsclient: implement glusterfs_chdir.Raghavendra G2009-11-181-0/+117
* libglusterfsclient: Support relative paths.Raghavendra G2009-11-181-319/+321
* Revert "booster, libglusterfsclient: Support samba specific relative paths"Raghavendra G2009-11-181-171/+166
* 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-301-166/+171
* 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-261-1/+1
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* 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