summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* performance/stat-prefetch: dont check for inode context in fops like create, ...Raghavendra G2009-12-061-317/+293
* performance/stat-prefetch: get inode context from local->loc.inode instead of...Raghavendra G2009-12-021-3/+9
* Add support in rbthash to make use of user provided mempool.Vijay Bellur2009-12-024-24/+118
* performance/stat-prefetch: make lookup to wait for the completion of another ...Raghavendra G2009-12-021-12/+104
* performance/stat-prefetch: fix errors in handling memory allocation failures ...Raghavendra G2009-12-021-3/+3
* performance/stat-prefetch: fix access to inode table.Raghavendra G2009-12-021-13/+23
* performance/io-cache: don't use stat got in read_cbk if it is zero-filled.Raghavendra G2009-12-022-16/+28
* extras/benchmarking: port glfs-bm.c to master.Raghavendra G2009-12-011-21/+29
* libglusterfsclient/read: break reads bigger than the iobuffer size into small...Raghavendra G2009-12-011-18/+35
* libglusterfsclient/readv: break reads bigger than the iobuffer size into smal...Raghavendra G2009-12-011-27/+55
* stat-prefetch: fix unsafe reference to @local in sp_lookup_cbk.Raghavendra G2009-12-011-2/+7
* Booster configuration fixed for per transport type and honours conf-dir option.Harshavardhana Ranganath2009-12-012-11/+57
* Excluding static librariesHarshavardhana Ranganath2009-11-281-0/+1
* Removed deprecated export_dir typo in volgen.Harshavardhana Ranganath2009-11-281-1/+1
* performance/quick-read: add options to doc/translator-options.txt.Raghavendra G2009-11-281-0/+4
* performance/quick-read: change the maximum value of max-file-size to 1000KB f...Raghavendra G2009-11-281-4/+4
* Volgen rewritten using option parser and added proper support for booster.Harshavardhana Ranganath2009-11-263-211/+274
* Volgen supporting multidisks and booster configuration for nfs and cifsHarshavardhana Ranganath2009-11-268-409/+489
* performance/stat-prefetch: Add refcounting to cache objectsRaghavendra G2009-11-261-22/+109
* performance/stat-prefetch: remove lock member in sp_fd_ctx_t.Raghavendra G2009-11-262-36/+22
* performance/stat-prefetch: don't free the cache in readdir if the offset is n...Raghavendra G2009-11-261-5/+2
* storage/posix: Fix condition typo.Vikas Gorur2009-11-201-1/+1
* Fix Redhat init file so that it knows the correct binary locationPaul Rawson2009-11-191-1/+1
* transport/ib-verbs: fix race-condition resulting in freeing of transport whil...Raghavendra G2009-11-191-11/+71
* transport/ib-verbs: synchronize ib_verbs_recv_completion_proc with ib_verbs_r...Raghavendra G2009-11-192-5/+6
* segfault fix in posixAmar Tumballi2009-11-191-1/+3
* performance/stat-prefetch: don't cache dentries corresponding to directory.Raghavendra G2009-11-191-0/+4
* performance/stat-prefetch: don't use pre-allocated dirent structure in sp_get...Raghavendra G2009-11-191-9/+22
* cluster/distribute: copy the stat structure while copying dentries in readdir...Raghavendra G2009-11-191-0/+2
* Revert "libglusterfs/src/gf-dirent.c: In gf_dirent_nb structure d_name should...Anand V. Avati2009-11-161-1/+1
* mount/fuse: Prevent a hang on the mount point if no server is up when the cli...Pavan Sondur2009-11-131-5/+48
* performance/stat-prefetch: allocate and init local only if cache-miss happens...Raghavendra G2009-11-131-4/+5
* performance/quick-read: set return value to zero after successful init.Raghavendra G2009-11-131-0/+2
* libglusterfs/src/gf-dirent.c: In gf_dirent_nb structure d_name should be char...v2.0.8vinayak hegde2009-11-051-1/+1
* performance/stat-prefetch: In sp_readdir_cbk op_ret is not handled correctly.vinayak hegde2009-11-051-0/+4
* performance/stat-prefetch: In lookup_cbk do not set error no to EINVAL, when ...vinayak hegde2009-11-051-3/+0
* libglusterfsclient: Dont alloc root inode contextShehjar Tikoo2009-11-031-1/+0
* libglusterfsclient: Prevent root inode number clobberingShehjar Tikoo2009-11-031-21/+28
* Include glusterfs-volgen in the rpm build.Pavan Sondur2009-11-033-1/+6
* transport/name.c: refine the address resolution logic when listen-host is not...Corentin Chary2009-11-032-6/+35
* use @initdir@ for installing init scriptsAnand V. Avati2009-11-032-1/+7
* call-stub: fix leak of fxattrop dictionaryAnand Avati2009-11-011-1/+1
* features/locks: Do not try to set values in dictionary when lookup has failedVijay Bellur2009-10-311-6/+12