summaryrefslogtreecommitdiffstats
path: root/libglusterfs
Commit message (Expand)AuthorAgeFilesLines
* libglusterfs: fix SuperFastHash function used in dicitionaries in fact it alw...smyczek2009-07-271-7/+0
* libglusterfsclient: Fake a fsid for every VMPShehjar Tikoo2009-07-202-0/+13
* added timestamp to crash dump log.Amar Tumballi2009-07-201-4/+19
* fix build warnings in 'libglusterfs/'Amar Tumballi2009-07-208-53/+145
* add strict validatation of GF_OPTION_TYPE_PATH option type.Amar Tumballi2009-07-161-1/+9
* break inode_path if the length of the path crosses PATH_MAXAmar Tumballi2009-07-161-0/+7
* cleanup 'ctx' from inode and fdAmar Tumballi2009-07-164-70/+0
* protocol: add functions gf_flags_from_flags and gf_flags_to_flagsAnand Avati2009-07-071-0/+108
* libglusterfs/defaults - send CHILD_UP notify only to the parent which has bee...Basavanagowda Kanur2009-07-061-1/+3
* libglusterfs/logging - fix memory leakBasavanagowda Kanur2009-07-061-0/+2
* libglusterfs - remove definition of ZR_FILENAME_MAXBasavanagowda Kanur2009-07-061-5/+0
* libglusterfs/call-stub - replace ZR_FILENAME_MAX by NAME_MAXBasavanagowda Kanur2009-07-061-2/+2
* mem-pool: Do not perform chunkhead2ptr on MALLOCed memoryShehjar Tikoo2009-07-061-2/+6
* Print volume file after printing other details.Vikas Gorur2009-07-021-1/+1
* version changes in GIT repo to differentiate between branchesAmar Tumballi2009-06-301-2/+2
* libglusterfs-fd: Simplify gf_roundup_power_of_twoShehjar Tikoo2009-06-291-30/+10
* booster: Remove gf_fd_unused_get2Shehjar Tikoo2009-06-292-40/+4
* version check between client/server made more specific to protocol only.Amar Tumballi2009-06-291-0/+5
* gf-dirent: add support for stat attribute in dir entry (to work likeAnand V. Avati2009-06-262-5/+13
* Add command line option to specify central log server.Vikas Gorur2009-06-181-0/+2
* adding an extra xlator option type, GF_OPTION_PERCENT_OR_SIZET.Amar Tumballi2009-06-182-3/+96
* libglusterfs: Prevent gf_fd_put'ing of unallocated fdShehjar Tikoo2009-06-181-1/+11
* libglusterfs: Chain newly allocated fdentries.Shehjar Tikoo2009-06-181-0/+1
* libglusterfs: Change GF_FDENTRY_ALLOCATED constantShehjar Tikoo2009-06-181-3/+2
* Removed the swap being done for __noswap functions.Vijay Bellur2009-06-171-3/+3
* libglusterfs: Turn fd-table O(1)Shehjar Tikoo2009-06-152-66/+125
* write-behind: check for memory allocation failures and take appropriate actionRaghavendra G2009-06-151-0/+4
* Log to a central server.Vikas Gorur2009-06-112-8/+397
* Functions to store a central log flag in TLS.Vikas Gorur2009-06-112-0/+64
* Include glusterfs.h in dict.cVikas Gorur2009-06-111-0/+1
* Added MOP log to libglusterfs/*Vikas Gorur2009-06-117-0/+52
* libglusterfs: Add empty and NULL dirents list checksShehjar Tikoo2009-06-082-0/+12
* THIS: use xlator_init() for initializing xlatorsAnand V. Avati2009-05-221-1/+1
* THIS: add xlator_init() API to set @THISAnand V. Avati2009-05-222-0/+18
* THIS: default_notify to use xlator_notify for THIS compatibilityAnand V. Avati2009-05-221-7/+4
* THIS: xlator_notify API to be used for propagating notifications with proper ...Anand V. Avati2009-05-222-0/+19
* THIS: set appropriately in call stub resumesAnand V. Avati2009-05-221-4/+11
* THIS: set appropriately in STACK_* macrosAnand V. Avati2009-05-221-4/+21
* globals: add globals.h/c THIS: macro to access thread specific current xlator...Anand V. Avati2009-05-223-2/+209
* mem-pool,io-threads: Destroy mem-pool on deallocationShehjar Tikoo2009-05-212-0/+16
* booster: Move fstab parsing into booster from libglusterfsShehjar Tikoo2009-05-203-393/+2
* mem-pool: Restructure mem-pool behaviourShehjar Tikoo2009-05-192-31/+55
* mem-pool: Fix #define spellingShehjar Tikoo2009-05-191-3/+3
* mem-pool: Remove hard coded value for pad boundaryShehjar Tikoo2009-05-191-1/+1
* mem-pool: Fix memory leak in mem-pool init phaseShehjar Tikoo2009-05-191-1/+3
* dict.c: make dict_serialized_length and dict_serialize to hold locks.Raghavendra G2009-05-161-120/+10
* dict.c: Add dict_allocate_and_serializeRaghavendra G2009-05-162-0/+230
* booster: Add fstab parsing supportShehjar Tikoo2009-05-083-2/+393
* valid_host_name(): accept string lengths upto 75 chars (the limit accepted by...Anand V. Avati2009-05-071-1/+1
* transport shortcut b/w client and serverAnand V. Avati2009-05-072-2/+118