summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.c
Commit message (Expand)AuthorAgeFilesLines
* libglusterfsclient: Fix glusterfs_mount-vmp search deadlockShehjar Tikoo2009-06-301-11/+20
* libglusterfsclient: reset the vmplist and vmpentries to 0 in glusterfs_resetRaghavendra G2009-06-301-0/+6
* libglusterfsclient: implement glusterfs_fcntl.Raghavendra G2009-06-301-0/+91
* libglusterfsclient: implement glusterfs_readdir_rRaghavendra G2009-06-301-0/+55
* libglusterfsclient: update offset in glusterfs_read_async_cbk only if offset ...Raghavendra G2009-06-301-4/+9
* libglusterfsclient: implement glusterfs_sendfile.Raghavendra G2009-06-301-0/+145
* libglusterfsclient: add glusterfs_umount_all.Raghavendra G2009-06-301-0/+19
* libglusterfsclient: make glusterfs_umount thread safeRaghavendra G2009-06-301-18/+42
* libglusterfsclient: make glusterfs_mount thread safe.Raghavendra G2009-06-301-51/+80
* libglusterfsclient: Call inode_lookup to prevent pruningShehjar Tikoo2009-06-121-5/+7
* libglusterfsclient: Avoid dirent copies in readdir cbkShehjar Tikoo2009-06-081-7/+11
* libglusterfsclient: Increase readdir block sizeShehjar Tikoo2009-06-031-1/+1
* libglusterfsclient: Add dirent pre-fetching and cachingShehjar Tikoo2009-06-031-64/+185
* libglusterfsclient: Simplify inode and stat cachingShehjar Tikoo2009-06-031-72/+68
* libglusterfsclient: Allocate right sized structureShehjar Tikoo2009-06-031-1/+1
* Appropriate changes to statvfs struct for Solaris host.Harshavardhana Ranganath2009-05-191-0/+13
* libglusterfsclient: Comply with EEXIST rule on renameShehjar Tikoo2009-05-181-8/+0
* libglusterfsclient: Wipe loc->ino in libgf_client_loc_wipeShehjar Tikoo2009-05-181-0/+1
* libglusterfsclient: Refine readdir entry parsing logicShehjar Tikoo2009-05-181-25/+19
* libglusterfsclient: Add telldir APIShehjar Tikoo2009-05-181-0/+22
* libglusterfsclient: Add seekdir APIShehjar Tikoo2009-05-181-0/+19
* libglusterfsclient: Add rewinddir APIShehjar Tikoo2009-05-181-0/+21
* libglusterfsclient: Revert and re-do readdir conformanceShehjar Tikoo2009-05-181-49/+24
* libglusterfsclient: Improve readdir conformance on re-entrancyShehjar Tikoo2009-05-061-23/+50
* libglusterfsclient: Fix large directory reading bugShehjar Tikoo2009-05-061-3/+16
* libglusterfsclient: Add 0-byte size/count guardsShehjar Tikoo2009-05-051-0/+144
* libglusterfsclient: A Fix deadlock in ftruncateShehjar Tikoo2009-05-051-1/+1
* libglusterfsclient: Conform'ify glusterfs_readdirShehjar Tikoo2009-05-051-15/+27
* libglusterfsclient: Add VMP-based lchownShehjar Tikoo2009-05-051-3/+59
* libglusterfsclient: Add remove APIShehjar Tikoo2009-05-051-0/+61
* libglusterfsclient: Add lightweight path resolutionShehjar Tikoo2009-05-051-85/+300
* libglusterfsclient: Add lgetxattr APIShehjar Tikoo2009-05-051-14/+64
* libglusterfsclient: Add setxattr,lsetxattr APIShehjar Tikoo2009-05-051-23/+76
* libglusterfsclient: Make stat resolve all symlinksShehjar Tikoo2009-05-051-11/+10
* libglusterfsclient: Fix realpath operationShehjar Tikoo2009-05-051-23/+25
* libglusterfsclient: Dont lookup oldpath on symlinkShehjar Tikoo2009-05-051-13/+1
* libglusterfsclient: Improve path matching heuristicShehjar Tikoo2009-05-051-7/+73
* libglusterfsclient: Guard against un-inited VMP searchesShehjar Tikoo2009-05-051-0/+6
* libglusterfsclient: Add VMP-based renameShehjar Tikoo2009-05-051-2/+40
* libglusterfsclient: implement glusterfs_umountRaghavendra G2009-04-231-0/+38
* libglusterfsclient: Add VMP-based realpathShehjar Tikoo2009-04-211-2/+23
* libglusterfsclient: Add VMP-based readlinkShehjar Tikoo2009-04-211-4/+27
* libglusterfsclient: Add VMP-based symlinkShehjar Tikoo2009-04-211-2/+25
* libglusterfsclient: Add VMP-based unlinkShehjar Tikoo2009-04-211-1/+22
* libglusterfsclient: Add VMP-based mkfifoShehjar Tikoo2009-04-211-1/+22
* libglusterfsclient: Add VMP-based mknodShehjar Tikoo2009-04-211-2/+23
* libglusterfsclient: Add VMP-based utimeShehjar Tikoo2009-04-211-2/+24
* libglusterfsclient: Add VMP-based utimesShehjar Tikoo2009-04-211-2/+23
* libglusterfsclient: Add VMP-based statvfsShehjar Tikoo2009-04-211-2/+25
* libglusterfsclient: Add VMP-based statfsShehjar Tikoo2009-04-211-1/+23