summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* enable libglusterfsclient build by defaultv2.0.5Anand V. Avati2009-07-231-2/+2
* 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-205-6/+72
* libglusterfsclient: Move DHT root-lookup workaround to initShehjar Tikoo2009-07-202-15/+12
* added timestamp to crash dump log.Amar Tumballi2009-07-201-4/+19
* Do not failover readdir in replicateAnand Avati2009-07-171-34/+18
* server: don't check for 'loc->parent' in entrylk and inodelk callsAmar Tumballi2009-07-171-4/+2
* removed mod_glusterfs from the buildAmar Tumballi2009-07-172-104/+1
* change mount.glusterfs.in to work with non-bash shells too.Amar Tumballi2009-07-171-3/+3
* break inode_path if the length of the path crosses PATH_MAXAmar Tumballi2009-07-171-0/+7
* libglusterfsclient: Invalidate not update iattr cache on writevShehjar Tikoo2009-07-172-2/+48
* Remove the trailing "/" which fails build with new version of automakeHarshavardhana2009-07-172-2/+2
* Add a random initial offset to the afr round robin indexErick Tryzelaar2009-07-161-0/+3
* fuse-bridge: Export user.glusterfs-booster-mount xattrShehjar Tikoo2009-07-161-0/+3
* Fixes for MacOSX and Solaris buildv2.0.4Harshavardhana Ranganath2009-07-093-42/+103
* Return inode number always from the first up subvolume in AFR.Vikas Gorur2009-07-092-10/+16
* Added format-patch.sh. This script is to be used as a replacement of "git for...Anand V. Avati2009-07-081-0/+60
* detabify fuse-bridge.c (and other whitespace fixes)Csaba Henk2009-07-081-738/+738
* protocol/server: use translated flags in protocol/server open and create fopsAnand Avati2009-07-071-2/+2
* protocol/client: use translated flags in protocol/client open and create fopsAnand Avati2009-07-071-2/+2
* protocol: add functions gf_flags_from_flags and gf_flags_to_flagsAnand Avati2009-07-071-0/+108
* write-behind: set default window-size to 1MB.Raghavendra G2009-07-071-1/+2
* use fuse_reply_iov() in fuse_readv_cbkBasavanagowda Kanur2009-07-072-0/+13
* libglusterfsclient: Update attr cache on read/writeShehjar Tikoo2009-07-072-5/+16
* Set timestamps properly when creating missing entries.v2.0.3Vikas Gorur2009-07-061-3/+37
* booster: automake 1.11 compatibility fixCsaba Henk2009-07-021-1/+1
* libglusterfsclient: Use O_ACCMODE for access mode checksShehjar Tikoo2009-07-021-3/+6
* Print volume file after printing other details.Vikas Gorur2009-07-022-2/+4
* performance/write-behind - bug fix in open() and create().Basavanagowda Kanur2009-07-021-1/+5
* rpm spec file updates (removed mod_glusterfs and respective dependencies)Harshavardhana2009-07-011-40/+11
* fuse 2.8 support for xlator/fuseHarshavardhana2009-07-012-0/+23
* fuse 2.8 version check at configure levelHarshavardhana2009-07-011-1/+18
* Fix typos in my previous commit 6010e2a4eCsaba Henk2009-07-011-2/+2
* fuse: instead of having a fixed option list, assemble it using "fuse_opt_add_...Csaba Henk2009-07-011-56/+40
* build warning fixesAmar Tumballi2009-06-301-2/+2
* enhancement in write-behindAmar Tumballi2009-06-301-13/+22
* client_xattrop: use dict_allocate_and_serialize during serializing xattrRaghavendra G2009-06-301-10/+7
* cluster/afr - use different dictionaries for sending xattrop requests to each...Basavanagowda Kanur2009-06-301-24/+50
* booster: Fix build problems with various libtool versionsShehjar Tikoo2009-06-302-12/+20
* libglusterfsclient: Fix glusterfs_mount-vmp search deadlockShehjar Tikoo2009-06-301-11/+20
* booster: Another attempt to fix 32 and 64 bit interoperabilityShehjar Tikoo2009-06-301-17/+27
* libglusterfs-fd: Simplify gf_roundup_power_of_twoShehjar Tikoo2009-06-301-30/+10
* booster: Remove gf_fd_unused_get2Shehjar Tikoo2009-06-302-40/+4
* booster: Add new booster-specific fd-tableShehjar Tikoo2009-06-304-139/+438
* libglusterfs: Prevent gf_fd_put'ing of unallocated fdShehjar Tikoo2009-06-301-1/+11
* libglusterfs: Chain newly allocated fdentries.Shehjar Tikoo2009-06-301-0/+1
* libglusterfs: Change GF_FDENTRY_ALLOCATED constantShehjar Tikoo2009-06-301-3/+2
* client: Replace saved_fds dict with listShehjar Tikoo2009-06-302-158/+177
* libglusterfs: Turn fd-table O(1)Shehjar Tikoo2009-06-303-82/+141