summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* fix to rm of large file blocking other operations on the same directory conta...2.0.0rc7Raghavendra G2009-03-241-0/+15
* Made self heal logic more precise.Vikas Gorur2009-03-241-22/+233
* dht memory leak fixRaghavendra G2009-03-241-1/+1
* fixes crash in write-behind2.0.0rc6Amar Tumballi2009-03-221-2/+3
* when the both channels in client protocol is disconnected, fd's are marked as...Amar Tumballi2009-03-211-35/+64
* fixes issue of hashing to wrong subvolumes in case when a subvolume is downAmar Tumballi2009-03-211-2/+2
* fixed sys_<fops> related warnings. (on mac os x and opensolaris)2.0.0rc5Amar Tumballi2009-03-191-2/+2
* dht_layout_dir_cmp - if xattr is missing, it is an error only if cached layou...Anand V. Avati2009-03-191-11/+18
* Add return after STACK_UNWINDShehjar Tikoo2009-03-181-0/+2
* Moving few translators which are not well tested, are in beta stage to 'testi...Amar Tumballi2009-03-187-7/+7
* afr data self heal bug fixAmar Tumballi2009-03-181-3/+3
* IO-threads Cleanup: Remove useless data structures.Shehjar Tikoo2009-03-172-109/+0
* IO-threads Cleanup: Clean-up request scheduling and queueing interface.Shehjar Tikoo2009-03-171-216/+61
* IO-threads Cleanup: Change workers list to dynamically allocated arrayShehjar Tikoo2009-03-172-28/+51
* IO-threads Cleanup: Change request queue into a struct list_headShehjar Tikoo2009-03-172-24/+20
* Add system call abstraction layerVikas Gorur2009-03-171-22/+26
* write behind preserves order of fops with respect to writesRaghavendra G2009-03-131-404/+947
* implement forget for cluster/unifyBasavanagowda Kanur2009-03-131-0/+18
* unify revalidate should propogate the error from any of the subvolume upto th...Basavanagowda Kanur2009-03-131-0/+7
* Add extra 'volume' parameter to inodelk/entrylk callsVikas Gorur2009-03-1222-126/+207
* feature to span the export directory across different mountpointsAmar Tumballi2009-03-102-9/+80
* ping timer will not timeout if we recently got POLLOUT on the socket i.e if (...Krishna Srinivas2009-03-101-4/+4
* failover to any active transport when requested channel is not connectedAnand V. Avati2009-03-102-2/+30
* dht_readdir_cbk - retry on same subvol if no entries match the hashAnand V. Avati2009-03-091-5/+15
* changing the conversion specifier from 'd' to 'o' while printing st_modeRaghavendra G2009-03-071-17/+23
* added fgetxattr and fsetxattr FOPsVikas Gorur2009-03-073-1/+596
* fixed deadlock in io-cacheVikas Gorur2009-03-071-6/+3
* Changed the default transport-timeout to 600Krishna Srinivas2009-03-051-2/+2
* code changes in the usage of inode_ctx_get and inode_ctx_put after their impl...Raghavendra G2009-03-051-22/+21
* create fuse thread after setvolume cbk happens, not only in case of successAmar Tumballi2009-03-032-36/+23
* Fix solaris server segfault in recent "rc3" release.Harshavardhana2009-02-281-4/+5
* check for fd ctx set in changelog_needed_post_op for flush() in afrVikas Gorur2009-02-272-95/+49
* send a lookup on root as soon as we get CHILD_UP to fuse.krishna2009-02-271-12/+83
* volumefile modification awareness to make sure there are no inconsistencies.Amar Tumballi2009-02-276-96/+274
* Skip self-heal when subvolumes are downAnand V. Avati2009-02-271-17/+0
* fixing warnings in previous patch (typecasting pointer to long)Anand V. Avati2009-02-271-1/+1
* reverting nested locks in posix-locks for inodelkVikas Gorur2009-02-276-206/+292
* moved dht_hashfn_tea() to libglusterfs/hashfn.c as gf_dm_hashfn() (dm - davie...Basavanagowda Kanur2009-02-273-148/+5
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-2692-92/+92
* Layout is sorted on volume names before forming the layout ranges. But when a...krishna2009-02-263-3/+41
* protect fd_ctx get/set in afr_transaction and afr.c with locksVikas Gorur2009-02-262-16/+31
* Unset fd_ctx in afr_flush if it is setVikas Gorur2009-02-261-0/+2
* DHT clean up. Lot of selfheal code is not applicable to newly created directo...Krishna Srinivas2009-02-254-12/+33
* DHT selfheal fix during lookup - create missing directories.Krishna Srinivas2009-02-251-0/+14
* Ping timer does not timeout in case there is any activity (cbks) from the ser...Krishna Srinivas2009-02-252-8/+42
* per frame time out - i.e individual frames are unwound instead of the transpo...Krishna Srinivas2009-02-253-41/+115
* DHT TEA hashfn bugfix2.0.0rc2Anand V. Avati2009-02-231-5/+0
* Deleted xattr caching code from posix in anticipation of the xattr-cache tran...Vikas Gorur2009-02-235-701/+152
* RE-SEND: Add braces around critical sections.Shehjar Tikoo2009-02-231-16/+20
* posix_releasedir flush fds from xattrcache.Anand V. Avati2009-02-221-0/+4