summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* write-behind: fixes in flushv3.0.5rc9Anand Avati2010-07-021-138/+135
* features/locks: Check flock structure before proceeding with the lk call.v3.0.5rc8Pavan Sondur2010-07-021-0/+6
* cluster/afr: Return correct flock structures correctly in lk fops.Pavan Sondur2010-07-022-9/+11
* cluster/afr: Set lk-owner to pid when fuse does not supply it.v3.0.5rc7Pavan Sondur2010-06-294-0/+18
* use STACK_UNWIND_STRICT to avoid postparent from having wrong address in dht_...Raghavendra Bhat2010-06-251-1/+1
* performance/io-cache: free table->mem_pool in fini.Raghavendra G2010-06-221-0/+5
* free local->loc structure by using SP_STACK_UNWIND instead of STACK_UNWINDRaghavendra Bhat2010-06-141-1/+1
* free sh_priv->loops to avoid memory leakRaghavendra Bhat2010-06-141-0/+2
* Fix compilation failure on Solaris in __socket_keepalive()v3.0.5rc6Vijay Bellur2010-06-081-1/+1
* Revert "dht: perform revalidate on one subvolume"v3.0.5rc5Anand V. Avati2010-06-071-16/+106
* performance/quick-read: fix the size-to-be pruned.v3.0.5rc4Raghavendra G2010-06-031-2/+2
* performance/quick-read: set default cache-size value to 128MB.Raghavendra G2010-06-031-1/+3
* Unset split-brain flags in afr_self_heal_completion_cbk if self heal complete...Simone Gotti2010-06-013-7/+12
* cluster/afr: Handle open-fds of unlinked files during a possible self heal gr...Pavan Sondur2010-05-311-1/+15
* dht prints 100% full when subvolume is not connected to remote hostLakshmipathi2010-05-311-1/+1
* protocol/client: Add missing argument to readlink unwind call.Pavan Sondur2010-05-311-1/+2
* Revert "performance/write-behind: explicitly enforce ordering of overlapping ...v3.0.5rc3Anand V. Avati2010-05-281-125/+122
* protocol/server: Use EBADFD instead of EBADF in the case of a failed fd resol...Pavan Sondur2010-05-271-1/+1
* protocol/client: Unwind with error if getting remote inode number fails.Pavan Sondur2010-05-271-1/+42
* socket: make tcp keepalive work on OS XCsaba Henk2010-05-271-2/+10
* resolver: set safer conditionals during path creationAnand Avati2010-05-271-1/+1
* performance/write-behind: explicitly enforce ordering of overlapping writes.v3.0.5rc2Raghavendra G2010-05-261-122/+125
* Set op_ret to -1 when open fails in posix_openRaghavendra Bhat2010-05-261-0/+1
* features/locks: Use fuse supplied lock owner even for internal locks.Pavan Sondur2010-05-262-2/+2
* performance/quick-read: implement an upper size limit for the cache.Raghavendra G2010-05-262-258/+613
* stat-prefetch: Remove checks for loc->parentShehjar Tikoo2010-05-251-32/+0
* cluster/afr: Check before accessing xattrs in data self heal.Pavan Sondur2010-05-211-1/+2
* socket: Support TCP-KEEPALIVEShehjar Tikoo2010-05-212-0/+84
* Log proper error message when hostname or ip does not conform to standards.Sachidananda2010-05-211-1/+6
* cluster/afr: Don't dereference fd ptr - it might be NULL due to a failed call.Pavan Sondur2010-05-211-1/+1
* Adding GF_LOG_OCCASIONALLY to prevent repeated log messages when server goes ...Anush Shetty2010-05-131-3/+7
* libglusterfs: Provide ability to filter output of state dumpVijay Bellur2010-05-133-102/+258
* write-behind: update default values for better small file performanceAnand Avati2010-05-131-2/+2
* dht: perform revalidate on one subvolumeAnand Avati2010-05-131-106/+16
* fuse, dht: use readdir by default.Anand Avati2010-05-132-5/+17
* Adding GF_LOG_OCCASIONALLY to prevent repeated warning log messages in dht_is...Anush Shetty2010-05-111-5/+7
* Adding GF_LOG_OCCASIONALLY to prevent repeated log messagesAnush Shetty2010-05-112-12/+18
* storage/posix: Use off_t for return value from lseek()Vijay Bellur2010-05-081-4/+8
* Check whether a server is down before calling rename on the directoryRaghavendra Bhat2010-05-081-0/+7
* performance/read-ahead: don't set ra_file in fd->ctx unless all memebers of r...Raghavendra G2010-05-041-5/+15
* cluster/afr: Unwind lk using struct flock from a successful serverVikas Gorur2010-05-031-1/+2
* dht: don't overwrite the layout after the subvolume expansionAmar Tumballi2010-04-291-1/+1
* performance/io-cache: Dump private informationVijay Bellur2010-04-291-0/+34
* Set op_ret to -1 when open fails in posix createv3.0.5rc1Raghavendra Bhat2010-04-271-0/+1
* performance/quick-read: don't try to validate again if qr_readv is called jus...Raghavendra G2010-04-272-9/+21
* fuse: fix too early freeingCsaba Henk2010-04-271-1/+1
* Filter out extended attribute visibility on the mount point.Sachidananda2010-04-231-0/+6
* mount/fuse: Destroy STACK when truncate and other op are part of same SETATTRVijay Bellur2010-04-231-1/+2
* Do not hardcode the lru_limit on inodes to 1 Million while creating the inode...Raghavendra Bhat2010-04-221-1/+1
* cluster/afr: Check for call_count in ENTRY_RENAME_TRANSACTION.Vijay Bellur2010-04-201-1/+2