summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-0795-96/+96
* performance/stat-prefetch: Add accounting of cache hits and misses.Raghavendra G2009-10-072-0/+17
* performance/stat-prefetch: optimizations to sp_lookup.Raghavendra G2009-10-071-1/+12
* performance/stat-prefetch: change behaviour of sp_lookup when xattr_req is no...Raghavendra G2009-10-071-7/+27
* performance/stat-prefetch: change the cache to use rbtree based hashtable ins...Raghavendra G2009-10-073-36/+46
* performance/stat-prefetch: fix memory leaksRaghavendra G2009-10-071-57/+14
* storage/posix: Process "glusterfs.content" key in lookup only for regular files.Vikas Gorur2009-10-061-1/+3
* cluster/afr: Initialize local->first_up_child in AFR_LOCAL_INIT.Vikas Gorur2009-10-052-29/+29
* cluster/afr: dir-write: Fix inode number handling.Vikas Gorur2009-09-282-24/+41
* write-behind: check for NULL file pointer in flush callbackAnand Avati2009-09-241-1/+2
* performance/write-behind: Add NULL checks for file pointer.Raghavendra G2009-09-241-83/+104
* performance/write-behind: Add a NULL check for request->stub before checking ...Raghavendra G2009-09-241-1/+2
* fuse: emit a flush from release if we didn't get an adjacent FLUSH message fr...Csaba Henk2009-09-231-5/+50
* performance/write-behind: store currently aggregated data size in wb_fileRaghavendra G2009-09-231-27/+30
* performance/write-behind: store the current window size in wb_file.Raghavendra G2009-09-231-44/+40
* performance/write-behind: reduce usage of iov_length.Raghavendra G2009-09-231-47/+27
* performance/write-behind: add option "enable-trickling-writes".Raghavendra G2009-09-221-22/+41
* performance/write-behind: reduce traversal of request list during wb_mark_winds.Raghavendra G2009-09-221-35/+28
* performance/write-behind: reduce list-traversal during wb_mark_unwindsRaghavendra G2009-09-221-13/+19
* performance/write-behind: remove redundant traversal of write-requests in the...Raghavendra G2009-09-221-3/+5
* performance/write-behind: Aggregate adjacent contiguous write-buffers into si...Raghavendra G2009-09-221-1/+77
* performance/write-behind: fine-tune logic of wb_mark_windsRaghavendra G2009-09-221-65/+14
* performance/quick-read: refine logic of qr_readv.Raghavendra G2009-09-221-3/+14
* performance/quick-read: optimizations to lookupRaghavendra G2009-09-221-24/+49
* performance/quick-read: make a comment more explicit.Raghavendra G2009-09-221-2/+2
* performance/quick-read: checking for qr_file in inode-context and creating if...Raghavendra G2009-09-221-30/+45
* performance/quick-read: refine the logic in qr_lookup.Raghavendra G2009-09-221-40/+54
* protocol/client: access glusterfs context from the ctx member of xlator objectRaghavendra G2009-09-221-1/+1
* performance/write-behind: check for the presence of context only in fds not o...Raghavendra G2009-09-221-6/+12
* client-protocol: fix race-condition encountered while accessing fdctxRaghavendra G2009-09-221-47/+218
* performance/quick-read: access glusterfs_ctx from xlator instead of using glu...Raghavendra G2009-09-171-1/+1
* io-cache: fix table->max_pri to 1 as the lowest priorityAnand Avati2009-09-161-1/+2
* 2.0.6 patch for io-cache pattern-matched non-cachingStephan von Krawczynski2009-09-151-5/+23
* storage/posix: transform inode number in stat structureRaghavendra G2009-09-151-153/+489
* backporting quick read to 2.0Raghavendra G2009-09-145-1/+2361
* backport stat-prefetch from 2.1Raghavendra G2009-09-134-385/+1763
* protocol/server: server_stub_resume should check for failure of lookup when o...Raghavendra G2009-09-131-1/+2
* cluster/afr: Check op_ret in afr_getxattr_cbk before accessing dictVikas Gorur2009-09-081-1/+2
* performance/write-behind: hold locks when accessing members of wb_file.Raghavendra G2009-09-081-17/+75
* performance/write-behind: communicate back the errors in writes to servers in...Raghavendra G2009-09-081-1/+12
* storage/posix: Handle setgid bit on directories correctlyVikas Gorur2009-09-081-10/+108
* protocol/client: 'connecting' event is properly notified.Amar Tumballi2009-08-202-4/+23
* in server_rename if we do_path_lookup on the newloc and parent directory is n...Krishna Srinivas2009-08-191-24/+28
* fuse: don't say "Success" when mount failsCsaba Henk2009-08-171-2/+3
* added log message when server fails to send the reply frameAmar Tumballi2009-08-171-4/+8
* filter: use O_ACCMODE for checking file access modes.Raghavendra G2009-08-171-3/+6
* read-ahead: use O_ACCMODE for checking file access modes.Raghavendra G2009-08-171-2/+2
* write-behind: use O_ACCMODE while checking for O_RDONLY in flags.Raghavendra G2009-08-171-2/+2
* features/locks: Fix reverse logic in posix_lock_to_flockVikas Gorur2009-08-171-2/+2
* mount/fuse: Don't log setlk returning EAGAIN as a GF_LOG_ERROR.Vikas Gorur2009-08-171-2/+2