summaryrefslogtreecommitdiffstats
path: root/xlators/performance/quick-read/src
Commit message (Expand)AuthorAgeFilesLines
...
* performance/quick-read: fix memory leaks.Raghavendra G2010-09-221-3/+1
* changes to client to make use of the rdma functionality.Raghavendra G2010-08-302-6/+4
* xlators/performance: quick-read.c remove dead assignmentsSachidananda2010-08-171-4/+0
* dump total cache used in quickread in the statedump informationRaghavendra Bhat2010-07-191-1/+4
* typo error: should check for less than instead of greater thanRaghavendra Bhat2010-07-131-1/+1
* dump total files cached in quick-read in statedump informationRaghavendra Bhat2010-07-121-0/+24
* mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.amAnand Avati2010-06-081-1/+1
* quick-read: fix size parameter to GF_CALLOC of priv to fix mem corruptionAnand Avati2010-06-071-1/+1
* performance/quick-read: fix the size-to-be pruned.Raghavendra G2010-06-031-2/+2
* performance/quick-read: set default cache-size value to 128MB.Raghavendra G2010-06-031-1/+3
* performance/quick-read: implement an upper size limit for the cache.Raghavendra G2010-05-263-254/+610
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-3/+0
* performance/quick-read: don't try to validate again if qr_readv is called jus...Raghavendra G2010-04-272-4/+13
* Memory accounting changesVijay Bellur2010-04-233-23/+85
* 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/+5
* iatt: changes across the codebaseAnand V. Avati2010-03-162-19/+19
* quick-read: Store and propagate wbflags argument in open fopShehjar Tikoo2010-03-042-12/+22
* performance/quick-read: change the maximum value of max-file-size to 1000KB f...Raghavendra G2009-11-281-4/+4
* performance/quick-read: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-241-40/+49
* performance/quick-read: set return value to zero after successful init.Raghavendra G2009-11-131-0/+2
* performance/quick-read: Process state dump operations are added.vinayak hegde2009-10-201-0/+35
* performance/quick-read: frame->local need not be set in qr_open_cbk.Raghavendra G2009-10-151-4/+1
* performance/quick-read: flush should proceed with winding if fd-context is no...Raghavendra G2009-10-151-2/+1
* performance/quick-read: change the default option values in quick-read.Raghavendra G2009-10-091-1/+2
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-072-2/+2
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-23/+26
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-011-107/+20
* 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
* performance/quick-read: access glusterfs_ctx from xlator instead of using glu...Raghavendra G2009-09-171-1/+1
* performance/quick-read: if open fails during cache validation, don't continue...Raghavendra G2009-09-082-2/+24
* performance/quick-read: Fix access of freed memory in qr_open_cbk.Raghavendra G2009-09-081-1/+9
* quick-read: implement release and forget cbks.Raghavendra G2009-07-161-0/+49
* quick-read: implement qr_lk.Raghavendra G2009-07-161-0/+97
* quick-read: implement qr_ftruncate.Raghavendra G2009-07-161-0/+142
* quick-read: implement qr_fsync.Raghavendra G2009-07-161-0/+94
* quick-read: implement qr_finodelk.Raghavendra G2009-07-161-0/+100
* quick-read: implement qr_fentrylk.Raghavendra G2009-07-161-0/+100
* quick-read: implement qr_flush.Raghavendra G2009-07-161-0/+74
* quick-read: implement qr_fgetxattr.Raghavendra G2009-07-161-0/+101
* quick-read: implement qr_fsetxattr.Raghavendra G2009-07-161-0/+99
* quick-read: implement lc_fchmodRaghavendra G2009-07-161-0/+93
* quick-read: implement qr_fchownRaghavendra G2009-07-161-0/+95
* quick-read: implement qr_fstat.Raghavendra G2009-07-161-0/+94
* quick-read: implement qr_writevRaghavendra G2009-07-161-0/+118
* quick-read: implement qr_readvRaghavendra G2009-07-161-0/+525