summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io-threads: Add fgetxattr fopShehjar Tikoo2009-04-221-0/+34
* io-threads: Add getxattr fopShehjar Tikoo2009-04-221-0/+44
* io-threads: Add setxattr fopShehjar Tikoo2009-04-221-0/+45
* io-threads: Add statfs fopShehjar Tikoo2009-04-221-1/+34
* io-threads: Add fsyncdir fopShehjar Tikoo2009-04-221-0/+34
* io-threads: Add opendir fopShehjar Tikoo2009-04-221-0/+34
* io-threads: Add link fopShehjar Tikoo2009-04-221-0/+37
* libglusterfsclient: Add VMP-based realpathShehjar Tikoo2009-04-212-3/+27
* libglusterfsclient: Add VMP-based readlinkShehjar Tikoo2009-04-212-4/+34
* libglusterfsclient: Add VMP-based symlinkShehjar Tikoo2009-04-212-2/+32
* libglusterfsclient: Add VMP-based unlinkShehjar Tikoo2009-04-212-1/+28
* libglusterfsclient: Add VMP-based mkfifoShehjar Tikoo2009-04-212-1/+29
* libglusterfsclient: Add VMP-based mknodShehjar Tikoo2009-04-212-4/+28
* libglusterfsclient: Add VMP-based utimeShehjar Tikoo2009-04-212-2/+33
* libglusterfsclient: Add VMP-based utimesShehjar Tikoo2009-04-212-2/+30
* libglusterfsclient: Add VMP-based statvfsShehjar Tikoo2009-04-212-2/+33
* libglusterfsclient: Add VMP-based statfsShehjar Tikoo2009-04-212-1/+31
* libglusterfsclient: Add VMP-based linkShehjar Tikoo2009-04-212-1/+44
* libglusterfsclient: Add VMP-based opendirShehjar Tikoo2009-04-212-1/+29
* libglusterfsclient: Add VMP-based chownShehjar Tikoo2009-04-212-2/+30
* libglusterfsclient: Add VMP-based chmodShehjar Tikoo2009-04-212-1/+27
* libglusterfsclient: Add VMP-based rmdirShehjar Tikoo2009-04-212-6/+25
* libglusterfsclient: Add VMP-based mkdirShehjar Tikoo2009-04-212-7/+26
* libglusterfsclient: Add VMP-based lstatShehjar Tikoo2009-04-212-1/+30
* libglusterfsclient: Add VMP-based statShehjar Tikoo2009-04-212-6/+33
* libglusterfsclient: Fix stat cache bugShehjar Tikoo2009-04-211-5/+12
* libglusterfsclient: Add VMP-based setxattrShehjar Tikoo2009-04-212-9/+35
* libglusterfsclient: Add VMP-based creatShehjar Tikoo2009-04-212-4/+26
* libglusterfsclient: Add VMP-based openShehjar Tikoo2009-04-213-8/+42
* libglusterfsclient: Add VMP-based getxattrShehjar Tikoo2009-04-212-8/+35
* libglusterfsclient: Add VMP-based getShehjar Tikoo2009-04-212-6/+30
* libglusterfsclient: Add virtual mount point supportShehjar Tikoo2009-04-213-0/+178
* libglusterfsclient: Must return size from readvShehjar Tikoo2009-04-211-1/+0
* libglusterfsclient: Expose glusterfs_realpathShehjar Tikoo2009-04-211-0/+3
* Check return value of afr_sh_select_source.Vikas Gorur2009-04-203-1/+18
* change errno EINVAL to ENOENT in case of all fuse_* calls for fuse_reply_err ()Harshavardhana2009-04-201-26/+26
* Minor fix in afr_sh_build_pending_matrix.Vikas Gorur2009-04-201-3/+0
* inode.c - NULL check for the extra __inode_search performed, when presented i...Anand V. Avati2009-04-201-0/+6
* afr-transaction: handle double flushesAnand V. Avati2009-04-201-1/+3
* client_protocol_reconnect - do not send notify of CHILD_DOWN event if errno f...Anand V. Avati2009-04-201-1/+1
* keep ctx->page_size fixed at 128KB but only add the margin for iobufs which a...Anand V. Avati2009-04-181-2/+2
* enhancement to migrate-unify-to-distribute.shAnand V. Avati2009-04-181-2/+15
* added migration script from unify based setup to distribute based setupAmar Tumballi2009-04-182-1/+24
* pruning buffer margin - do not destroy if no other non-filled arenas are in t...Anand V. Avati2009-04-182-3/+26
* disconnect transport peer if system is out of memory while allocating iobufAnand V. Avati2009-04-182-4/+26
* iobuf - account with iobref_size() instead of iov_length (vector)Anand V. Avati2009-04-172-5/+9
* added 2 APIs iobuf_size and iobref_size to return the system memory usage by ...Anand V. Avati2009-04-172-0/+46
* Destroy old ping timer before setting new one.Vikas Gorur2009-04-171-1/+5
* Fix two memory leaks in afr self heal code.Vikas Gorur2009-04-171-0/+4
* add 4KB margin in iobuf to accommodate fuse headerAnand V. Avati2009-04-171-1/+1