summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-176-45/+663
* 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-1228-150/+278
* xlator.c option validation should check for empty valid options list (for str...Basavanagowda Kanur2009-03-121-4/+6
* 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
* Fixed two more occurrences of poll_out variables used for logging.Bharat Shetty Barkur2009-03-101-2/+2
* removed word "tla" from last of the remaining filesHarshavardhana2009-03-104-16/+9
* failover to any active transport when requested channel is not connectedAnand V. Avati2009-03-102-2/+30
* Fixed build problems for init script installation.Harshavardhana2009-03-092-3/+5
* 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-0712-23/+977
* fixed deadlock in io-cacheVikas Gorur2009-03-071-6/+3
* Changed the default transport-timeout to 600Krishna Srinivas2009-03-051-2/+2
* disable building of user-guideAnand V. Avati2009-03-053-24/+1
* code changes in the usage of inode_ctx_get and inode_ctx_put after their impl...Raghavendra G2009-03-054-80/+105
* Change to fix the build problems with bison 1.28 (in RHEL 4.6)Amar Tumballi2009-03-042-2/+0
* inode_ctx_t locks addedAnand V. Avati2009-03-031-30/+54
* create fuse thread after setvolume cbk happens, not only in case of successAmar Tumballi2009-03-032-36/+23
* changes in patchset and repo versionAmar Tumballi2009-03-032-2/+2
* Added proper handling for the init scripts for (Debian, Ubuntu, SuSE, Redhat)...Harshavardhana2009-03-036-8/+102
* now user-guide.info is built only when "makeinfo" foundHarshavardhana2009-03-033-1/+24
* Fixed small error regarding the poll_out variableBharat Shetty Barkur2009-03-031-1/+1
* Fix solaris server segfault in recent "rc3" release.Harshavardhana2009-02-281-4/+5
* CALLOC changed to calloc in rdd.c and several other cleanup and moved rdd.c i...Harshavardhana2009-02-283-36/+67
* Removed unncessary EXTRA_DIST entries and updated benchmarking directoryHarshavardhana2009-02-283-9/+26
* Added /etc/init.d/glusterfsd for rpmbuildsHarshavardhana2009-02-283-76/+24
* 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-2711-96/+346
* 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
* Merge branch 'master' of ssh://avati@git.sv.gnu.org/srv/git/glusterAnand V. Avati2009-02-270-0/+0
|\
| * reverting nested locks in posix-locks for inodelkVikas Gorur2009-02-276-206/+292
* | reverting nested locks in posix-locks for inodelkVikas Gorur2009-02-277-265/+350
|/
* moved dht_hashfn_tea() to libglusterfs/hashfn.c as gf_dm_hashfn() (dm - davie...Basavanagowda Kanur2009-02-275-148/+110
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-26192-195/+195
* removed unnecessary README.git fileBasavanagowda Kanur2009-02-261-1/+0
* fd->lock added to protect transactions for accessing and modifying fd->_ctx.Basavanagowda Kanur2009-02-262-33/+64
* 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
* __inode_unlink() should not be sent a NULL inode.Basavanagowda Kanur2009-02-261-0/+2