summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libglusterfsclient: Add fchown APIShehjar Tikoo2009-04-171-0/+57
* libglusterfsclient: Add fchmod APIShehjar Tikoo2009-04-171-0/+56
* libglusterfsclient: Add closedir APIShehjar Tikoo2009-04-171-0/+22
* libglusterfsclient: Add opendir APIShehjar Tikoo2009-04-171-0/+58
* libglusterfsclient: Add chown APIShehjar Tikoo2009-04-171-0/+69
* libglusterfsclient: Add chmod APIShehjar Tikoo2009-04-171-0/+69
* libglusterfsclient: Abstract away inode attr cache updatesShehjar Tikoo2009-04-171-138/+100
* libglusterfsclient: Replace dict based inode ctx with array based oneShehjar Tikoo2009-04-171-82/+103
* libglusterfsclient: Fix fd_ctx leak on release cbksShehjar Tikoo2009-04-171-5/+27
* libglusterfsclient: Replace dict-based fd ctx with array-based oneShehjar Tikoo2009-04-171-114/+105
* libglusterfsclient: Generalize [RW] checks on dirsShehjar Tikoo2009-04-171-16/+11
* libglusterfsclient: Check for directory on O_CREATShehjar Tikoo2009-04-171-2/+13
* libglusterfsclient: Create and use LIBGF_REPLY_NOTIFY macroShehjar Tikoo2009-04-172-110/+27
* libglusterfsclient: Fix segfault on non-NULL loc->nameShehjar Tikoo2009-04-171-3/+3
* libglusterfsclient: Use macros for argument checksShehjar Tikoo2009-04-172-37/+32
* libglusterfsclient: Rename XLATOR_NAME defineShehjar Tikoo2009-04-171-25/+25
* protocol/client - NULL check for loc->inode added in statfs(), before trying ...Basavanagowda Kanur2009-04-171-8/+10
* RPM spec file updates for RHEL,CentOS,Fedora,SLES and OpenSUSE for upcoming 2...Harshavardhana2009-04-171-171/+157
* add NULL check in iobuf_arena_destroyAnand V. Avati2009-04-161-0/+3
* logging enhances to commit d77279ef04ca75ab9715864274567d1ce0ce66a6Raghavendra G2009-04-162-11/+22
* Use original pid when calling the FOP in afr transaction.Vikas Gorur2009-04-162-3/+42
* write-behind aggregate-size related changesRaghavendra G2009-04-161-15/+76
* write-behind: adhere to coding guidelines.Raghavendra G2009-04-161-16/+32
* cluster/distribute bug fix - try to create linkfile in dht_lookup_everywhere_...Basavanagowda Kanur2009-04-163-16/+68
* Fixed the build problems observedHarshavardhana2009-04-161-1/+1
* eliminate this_ino_get(), this_ino_set(). handle inode_ctx_{get,set}() at the...Basavanagowda Kanur2009-04-161-132/+290
* Changed xattr format of afr changelog to support adding and removing of subvo...Vikas Gorur2009-04-1611-287/+322
* server-helpers: Add check for NULL connection arguement being passed in helpers.Raghavendra G2009-04-141-2/+23
* remove unused variable @ret in ib_verbs_options_initAnand V. Avati2009-04-141-1/+0
* use MAP_FAILED macro to free mem_base in arena_destroyAnand V. Avati2009-04-141-1/+2
* FREE arena->iobufs in iobuf_arena_destoryAnand V. Avati2009-04-141-0/+2
* cluster/unify link() should be sent to only one subvolume.Basavanagowda Kanur2009-04-141-0/+1
* minor bug fix in posix_create() when 'o-direct enable' option is given.Amar Tumballi2009-04-141-1/+1
* bug fixes in dht-disk-usage feature.Amar Tumballi2009-04-144-35/+72
* Send statbuf from the same subvolume, even across revalidates.Vikas Gorur2009-04-131-5/+14
* use ctx->page_size in all translators and transports instead of having their ...Anand V. Avati2009-04-134-101/+7
* introduce page_size in glusterfs_ctx_t to be used by all translators set it t...Anand V. Avati2009-04-133-2/+6
* client_readv_cbk - when op_ret is 0, iobuf comes NULL from transport, handles...Anand V. Avati2009-04-131-3/+5
* bug fix in iobuf_select_arena - call __iobuf_pool_add_arena (unlocked version)Anand V. Avati2009-04-131-1/+1
* bug fix - arena destruction now calls munmap and not FREEAnand V. Avati2009-04-131-1/+5
* add purge list support to make iobuf_pool_purge() in expensive, and actually ...Anand V. Avati2009-04-132-1/+10
* bug fix in iobuf_select_arena - never created a new arenaAnand V. Avati2009-04-131-2/+5
* add @filled list in iobuf_pool to keep away filled list from getting searched...Anand V. Avati2009-04-132-1/+20
* change arena size to 8MBAnand V. Avati2009-04-131-1/+1
* use MAP_FAILED macro to check for mmap failure instead of (void *) -1Anand V. Avati2009-04-131-1/+1
* fixed sizeof parameter in CALLOC of a new arenaAnand V. Avati2009-04-131-1/+1
* switch scheduler to validate the subvolume specified for a pattern, against t...Basavanagowda Kanur2009-04-131-2/+33
* changes to database read interface, to make use of a given buffer instead of ...Basavanagowda Kanur2009-04-133-79/+100
* log formatting fixes. use GF_PRI_SIZET for size_t.Basavanagowda Kanur2009-04-131-22/+32
* minor initialization bug fix in quota's build_locAmar Tumballi2009-04-121-0/+1