summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* dht: unlink stale linkfiles in rmdir to prevent ENOTEMPTYAnand Avati2010-02-223-14/+244
* storage/posix: Check for path before logging it in case of an error in xattro...Pavan Sondur2010-02-221-13/+32
* features/quota: Changes in arguments in STACK_UNWINDs for most FOPs.Pavan Sondur2010-02-221-21/+37
* features/quota: Fix memory leak while syncing disk usage.Pavan Sondur2010-02-221-4/+14
* Add new gf_strstr dropin replacement for "strstr"Harshavardhana Ranganath2010-02-223-2/+41
* inode: guard against possible infinite loopsAnand Avati2010-02-221-2/+13
* protocol/client: better pointer check on saved_frames mapping in ping timerAnand Avati2010-02-221-12/+15
* protocol/client: add memory allocation checksAnand Avati2010-02-221-0/+15
* fuse: bring over recent mounting code changes from libfuse upstreamCsaba Henk2010-02-213-64/+331
* fuse: check the return value of pthread_cond_timedwait before logging in fuse...Raghavendra Bhat2010-02-201-7/+6
* Support new option "conf-dir"Harshavardhana Ranganath2010-02-201-19/+60
* cluster/stripe: Set op_ret as failure if inode is not being set in lookup cbkVijay Bellur2010-02-201-1/+2
* Add quota support to volgenHarshavardhana Ranganath2010-02-182-3/+41
* Remove dns lookup issued for each hostnames.Harshavardhana Ranganath2010-02-181-13/+2
* server_writev: add proper iobuf into iobrefAnand Avati2010-02-181-1/+1
* features/locks: Set dummy fd ctx in all relevant places so that release callb...Pavan Sondur2010-02-183-3/+82
* dht: Remove pointer casting in layout handlingAnand Avati2010-02-072-9/+15
* Fix memory access in afr's self-heal code (replace pointer casts by memcpy).Hraban Luyat2010-02-071-24/+30
* 'lookup-unhashed' option of distribute should be 'auto' by default.Amar Tumballi2010-02-065-22/+76
* Fixes for MacOSX and Solaris buildAnand Avati2010-02-052-32/+102
* cluster/dht: Remove linkfile before unlinking the datafile.Vikas Gorur2010-02-021-17/+63
* storage/posix: Set op_ret to -1 when open fails.Vikas Gorur2010-02-021-0/+1
* performance/write-behind: Set right an incorrect message displayed in logVijay Bellur2010-01-291-1/+1
* cluster/dht: Check for size 0 in check_is_linkfile()Vijay Bellur2010-01-291-1/+3
* transport/socket: guess an appropriate address family when it is not specifie...Raghavendra G2010-01-283-27/+34
* storage/posix: Fix device number handling.Vikas Gorur2010-01-281-6/+23
* Revert "Server backend storage hang should not cause the mount point to hang."Harshavardhana Ranganath2010-01-267-311/+23
* Fix fetching volume file from the server, by sending parent up through the xl...Harshavardhana Ranganath2010-01-261-0/+4
* mount/fuse: Fix file type checking.Vikas Gorur2010-01-251-7/+10
* storage/posix: Fix an access-after-free bug in release() and releasedir().Vikas Gorur2010-01-251-17/+15
* performance/io-cache: cache only those files whose size falls under configure...Raghavendra G2010-01-252-64/+130
* Fix occurence of cache-size being floating pointHarshavardhana Ranganath2010-01-251-2/+2
* protocol/client: timeout tweaksAnand Avati2010-01-231-4/+7
* trace: multiple fixesAnand Avati2010-01-231-1985/+1608
* protocol/server: unlink dentry only for non-root inodesAnand Avati2010-01-231-2/+5
* write-behind: fix 'option enable-trickling-writes'Anand Avati2010-01-231-8/+4
* booster/fcntl: implement F_GETFD and F_SETFD.Raghavendra G2010-01-233-5/+85
* dht: initialize layout typeAnand Avati2010-01-233-5/+6
* protocol/client: Look only for op_ret while handling a setvolume response.Vijay Bellur2010-01-231-1/+1
* error-gen: change all STACK_UNWIND calls to STACK_UNWIND_STRICTAnand Avati2010-01-231-848/+580
* error-gen: unwind fsync with proper parametersAnand Avati2010-01-231-22/+14
* protocol/server: cleanup whitespacesAnand Avati2010-01-231-434/+432
* Server backend storage hang should not cause the mount point to hang.Anand Avati2010-01-237-15/+305
* core: fix initialization of disjoint xlator graphAnand Avati2010-01-232-1/+28
* protocol/server: handle group id decoding in a stricter wayAnand Avati2010-01-221-0/+3
* transport: set proper reference counts on peer_trans for local connectionsAnand Avati2010-01-221-2/+2
* transport/socket: use appropriate address family macro when address family is...Raghavendra G2010-01-223-47/+79
* Cache size is now dynamic and is 20% of the total memory on the client side.Harshavardhana Ranganath2010-01-212-4/+5
* cluster/afr: Send the struct flock returned by the server to the user.Vikas Gorur2010-01-211-1/+1
* storage/posix: Make the janitor sleep duration configurable.Vikas Gorur2010-01-212-12/+35