summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* When option mandatory is given, print warning messages instead of Error.Sachidananda2010-03-121-1/+1
* protocol/server: Do gf_flock to flock conversion at the right placeVijay Bellur2010-03-111-1/+2
* features/quota: store the entire vector in local instead of just a pointer to...Raghavendra G2010-03-101-4/+13
* extras: Add script to be used before using quota translator.Pavan Sondur2010-03-092-1/+87
* dht: preserve and return proper pre/postparent structures during unlinkAnand Avati2010-03-041-1/+3
* transport/socket: fix to valid_ipv6_address.v3.0.3rc1Raghavendra G2010-03-041-1/+2
* cluster/afr: Failover readdir calls.Vikas Gorur2010-03-044-46/+299
* io-stats: new countersAnand Avati2010-03-041-206/+528
* io-stats: indentation fixesAnand Avati2010-03-041-701/+449
* libglusterfs: Copy va_list types using va_copy instead of memcpy.Pavan Sondur2010-03-031-2/+7
* posix: gen number fixes on non-Linux systemsVijay Bellur2010-03-031-2/+17
* performance/io-threads: Support for Solaris.Vijay Bellur2010-03-031-0/+3
* libglusterfs: Adding support for semaphore calls on Solaris.Vijay Bellur2010-03-031-0/+17
* features/quota: Remember '/' loc_t to initiate xattr calls.Pavan Sondur2010-03-021-31/+60
* socket: Add NULL check for failed ioq entry allocationShehjar Tikoo2010-03-021-0/+4
* stripe read fix (when read() is done on a sparse file over glusterfs)Amar Tumballi2010-03-012-12/+69
* storage/posix: Don't use FTW_CONTINUEVikas Gorur2010-02-231-1/+1
* dht: fix READDIR semantics which got broken in 512dcad823feb199d78f5b66a09bc4...Anand Avati2010-02-231-30/+21
* performance/write-behind: fix data corruption while aggregating the adjacent ...Raghavendra G2010-02-221-4/+55
* performance/write-behind: refactor __wb_collapse_write_bufsRaghavendra G2010-02-221-36/+38