summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cluster/afr: Send xattr in lookup from the source subvolume.Vikas Gorur2010-04-201-0/+8
* protocol: fix endianness for nanosecond field in stat structurev3.0.4rc5v3.0.4Anand Avati2010-04-081-3/+3
* afr: afr_fsetattr - send proper inode pointer to afr_read_child()Anand Avati2010-04-081-1/+1
* afr: fix inode ref leak in lookupAnand Avati2010-04-081-3/+0
* performance/quick-read: make use of nanosecond resolution of mtime to decide ...Raghavendra G2010-04-081-2/+6
* core/protocol.h: add nanosecond resolution handling while converting to/from ...Raghavendra G2010-04-081-0/+6
* performance/io-cache: make use of nano second resolution of mtime during cach...Raghavendra G2010-04-084-11/+19
* fuse: change behavior of direct io mode.Raghavendra G2010-04-083-14/+35
* performance/quick-read: read directly from backend for fds opened with O_DIRE...Raghavendra G2010-04-082-2/+12
* cluster/afr: Cleanup fd ctx in releasedir cbkv3.0.4rc4Vijay Bellur2010-04-073-6/+17
* libglusterfs/transport: no need to set address-family if one is not set in th...v3.0.4rc3Raghavendra G2010-03-311-23/+1
* transport/socket: guess an appropriate address family when it is not specifie...Raghavendra G2010-03-313-27/+34
* stripe readv: proper 'op_ret' validationAmar Tumballi2010-03-311-5/+6
* performance/write-behind: Resume all the consecutive non-write operations in ...Raghavendra G2010-03-291-3/+0
* libglusterfs: Remove passive iobuf information from statedumpVijay Bellur2010-03-291-8/+0
* Fix backtick evaluation bug in cache-sizeHarshavardhana2010-03-291-1/+1
* changed the order of write-behind - read-ahead in volgen.v3.0.4rc2Amar Tumballi2010-03-251-17/+16
* cluster/afr: UNWIND if opendir returns an error.Vijay Bellur2010-03-251-0/+3
* stripe: proper fix for reading 'holes'Amar Tumballi2010-03-252-131/+172
* fix posix_utimesRaghavendra Bhat2010-03-251-1/+4
* stripe: logic fixesAmar Tumballi2010-03-241-76/+110
* stripe: removed unwanted functionsAmar Tumballi2010-03-241-287/+124
* stripe: whitespace cleanupAmar Tumballi2010-03-242-223/+223
* cluster/afr: Fix possible NULL dereference in readdirp_cbkv3.0.4rc1Vikas Gorur2010-03-171-16/+18
* Fixed "." delimiter for cache-size calculation which would fail on different ...Harshavardhana2010-03-151-1/+1
* features/quota: Minor quota fixes due to xattrop FOP which results in quota n...v3.0.3rc2v3.0.3Pavan Sondur2010-03-121-49/+11
* features/quota: Handle multiple clients on volume quotas.Pavan Sondur2010-03-121-11/+49
* features/quota: Account for disk usage changes in directories and device filesPavan Sondur2010-03-121-96/+44