summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s/Patchwork/Gerrit/release-2.0Anand Avati2011-07-183-64/+104
* fix memory leak in mkdir, mknod, symlink by freeing localRaghavendra Bhat2010-05-131-1/+1
* unref dict by destroying stub in server_stub_resume to avoid leak in lookup a...Raghavendra Bhat2010-05-111-4/+2
* Unwind lk using struct flock from a successful serverRaghavendra Bhat2010-05-111-1/+2
* performance/read-ahead: don't set ra_file in fd->ctx unless all memebers of r...Raghavendra G2010-05-041-3/+13
* fix memory leak in stat-prefetch.Raghavendra G2010-05-031-0/+18
* cluster/afr: Send the struct flock returned by the server to the user only in...v2.0.10rc3Pavan Sondur2010-04-271-2/+2
* performance/quick-read: don't try to validate again if qr_readv is called jus...Raghavendra G2010-04-272-9/+21
* cluster/afr: Check for call_count in ENTRY_RENAME_TRANSACTION.v2.0.10rc2Vijay Bellur2010-04-201-1/+2
* protocol: fix endianness for nanosecond field in stat structureAnand Avati2010-04-081-5/+5
* performance/quick-read: read directly from backend for fds opened with O_DIRE...Raghavendra G2010-04-082-2/+12
* performance/quick-read: make use of nanosecond resolution of mtime to decide ...Raghavendra G2010-04-081-2/+6
* performance/io-cache: make use of nano second resolution of mtime during cach...Raghavendra G2010-04-083-6/+17
* core/protocol.h: add nanosecond resolution handling while converting to/from ...Raghavendra G2010-04-081-2/+6
* fuse: change behavior of direct io mode.Raghavendra G2010-04-083-18/+34
* libglusterfs/transport: no need to set address-family if one is not set in th...Raghavendra G2010-03-311-23/+1
* performance/write-behind: Resume all the consecutive non-write operations in ...Raghavendra G2010-03-291-3/+0
* Fix backtick evaluation bug in cache-sizeHarshavardhana2010-03-291-1/+1
* Fixed "." delimiter for cache-size calculation which would fail on different ...Harshavardhana2010-03-151-1/+1
* protocol/server: Do gf_flock to flock conversion at the right placeVijay Bellur2010-03-111-1/+2
* transport/socket: fix to valid_ipv6_address.Raghavendra G2010-03-041-1/+2
* features/quota: store the entire vector in local instead of just a pointer to...Raghavendra G2010-03-021-4/+13
* 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
* performance/io-cache: use loc_copy and loc_wipe in ioc_lookup.Raghavendra G2010-02-221-7/+19
* debug/error-gen: unwind with appropriate number and type of arguments.Raghavendra G2010-02-201-3/+3
* Add quota support to volgenHarshavardhana Ranganath2010-02-182-3/+41
* Remove dns lookup issued for each hostnames.Harshavardhana Ranganath2010-02-181-13/+2
* storage/posix: Set op_ret to -1 when open fails.Vikas Gorur2010-02-061-0/+1
* transport/socket: guess an appropriate address family when it is not specifie...v2.0.10rc1Raghavendra G2010-01-283-29/+37
* performance/io-cache: cache only those files whose size falls under configure...Raghavendra G2010-01-282-54/+157
* features/quota: Fix memory leak while syncing disk usage.Pavan Sondur2010-01-251-0/+10
* Fix occurence of cache-size being floating pointHarshavardhana Ranganath2010-01-251-2/+2
* cluster/afr: Send flock returned by locks xlator to user.Pavan Sondur2010-01-241-1/+1
* write-behind: fix 'option enable-trickling-writes'Anand Avati2010-01-231-8/+4
* bdb: fix build issue. Thanks to Patrick Matthaei <pmatthaei@debian.org>Anand Avati2010-01-231-2/+3
* protocol/server: use properly filled loc_t for performing revalidatesAnand Avati2010-01-231-4/+2
* booster/fcntl: implement F_GETFD and F_SETFD.Raghavendra G2010-01-233-5/+85
* Add null pointer checks in "fini"Harshavardhana Ranganath2010-01-233-1/+12
* transport/socket: use appropriate address family macro when address family is...Raghavendra G2010-01-223-45/+70
* Cache size is now dynamic and is 20% of the total memory on the client side.Harshavardhana Ranganath2010-01-222-4/+5
* libglusterfsclient/read: fix data corruption.Raghavendra G2010-01-141-4/+6
* storage/posix: prevent double close of fds resulting in EBADF errors.Pavan Sondur2010-01-091-0/+2
* performance/stat-prefetch: fix memory leak.v2.0.9Raghavendra G2009-12-061-1/+4
* Fix critical argument validation bug found during initial testing.Harshavardhana Ranganath2009-12-062-1/+10
* glusterfs-volgen honours now build level prefixHarshavardhana Ranganath2009-12-062-2/+5
* fuse-bridge: fix memory leak during error handling.Raghavendra G2009-12-061-0/+1
* performance/stat-prefetch: don't check whether previous lookups have been fai...Raghavendra G2009-12-061-9/+0
* performance/stat-prefetch: add "caller" arguement to sp_process_inode_ctx.Raghavendra G2009-12-061-23/+39
* performance/stat-prefetch: refactor sp_lookup_cbk to use sp_update_inode_ctx.Raghavendra G2009-12-061-25/+9