summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient
Commit message (Expand)AuthorAgeFilesLines
* libglusterfsclient: Avoid overwrite of inode found through ino numberShehjar Tikoo2009-07-231-3/+8
* libglusterfsclient: Fill new loc with target's ino on linkShehjar Tikoo2009-07-231-0/+1
* libglusterfsclient: Fake a fsid for every VMPShehjar Tikoo2009-07-203-6/+59
* libglusterfsclient: Move DHT root-lookup workaround to initShehjar Tikoo2009-07-202-15/+12
* libglusterfsclient: Invalidate not update iattr cache on writevShehjar Tikoo2009-07-172-2/+48
* libglusterfsclient: Update attr cache on read/writeShehjar Tikoo2009-07-072-5/+16
* libglusterfsclient: Use O_ACCMODE for access mode checksShehjar Tikoo2009-07-021-3/+6
* 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-302-0/+117
* libglusterfsclient: implement glusterfs_readdir_rRaghavendra G2009-06-302-0/+72
* libglusterfsclient: update offset in glusterfs_read_async_cbk only if offset ...Raghavendra G2009-06-302-4/+10
* libglusterfsclient: implement glusterfs_sendfile.Raghavendra G2009-06-302-0/+171
* libglusterfsclient: add glusterfs_umount_all.Raghavendra G2009-06-302-0/+23
* 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-082-7/+16
* libglusterfsclient: Increase readdir block sizeShehjar Tikoo2009-06-031-1/+1
* libglusterfsclient: Add dirent pre-fetching and cachingShehjar Tikoo2009-06-032-64/+215
* libglusterfsclient: Simplify inode and stat cachingShehjar Tikoo2009-06-033-127/+94
* 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: __do_path_resolve: Fix pathname resolution bugShehjar Tikoo2009-05-181-1/+1
* 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-182-0/+35
* libglusterfsclient: Add seekdir APIShehjar Tikoo2009-05-182-0/+32
* libglusterfsclient: Add rewinddir APIShehjar Tikoo2009-05-182-1/+33
* libglusterfsclient: Revert and re-do readdir conformanceShehjar Tikoo2009-05-182-61/+29
* workaround for not including sys/cdefs.h -- including sys/cdefs.h breaks buil...Anand V. Avati2009-05-181-1/+16
* libglusterfsclient: Improve readdir conformance on re-entrancyShehjar Tikoo2009-05-062-23/+63
* 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-052-22/+31
* libglusterfsclient: Add VMP-based lchownShehjar Tikoo2009-05-052-3/+96
* libglusterfsclient: Add remove APIShehjar Tikoo2009-05-052-0/+86
* libglusterfsclient: Add lightweight path resolutionShehjar Tikoo2009-05-051-85/+300
* libglusterfsclient: Add lgetxattr APIShehjar Tikoo2009-05-052-17/+71
* libglusterfsclient: Add setxattr,lsetxattr APIShehjar Tikoo2009-05-052-23/+81
* 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 comments to APIShehjar Tikoo2009-05-051-30/+773
* libglusterfsclient: Expose a few remaining APIsShehjar Tikoo2009-05-051-0/+14
* libglusterfsclient: Add VMP-based renameShehjar Tikoo2009-05-052-2/+47