summaryrefslogtreecommitdiffstats
path: root/xlators/performance/quick-read
Commit message (Expand)AuthorAgeFilesLines
...
* For systems where O_DIRECTORY does not exist, we defined it as 0,Emmanuel Dreyfus2011-08-121-1/+1
* Change Copyright current yearPranith Kumar K2011-08-103-3/+3
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-063-9/+9
* IOBUF: Bring in variable iobuf supportshishir gowda2011-07-311-5/+7
* performance/quick-read: Handle unwinding of frame corresponding to read fop p...Raghavendra G2011-07-291-115/+220
* quick-read: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-121-1/+20
* performance/quick-read: Perform error handling only when GF_CALLOC failsVijay Bellur2011-06-221-1/+1
* performance/quick-read: reset open_in_transit to zero in case of an error.Raghavendra G2011-06-221-0/+1
* performance/quick-read: dump inode and fdctx during statedump.Raghavendra G2011-06-141-0/+126
* quick-read: Fix dirname(3) usageAnand Avati2011-05-301-5/+6
* CLI : Validate options farmework.Gaurav2011-03-231-49/+14
* spelling errors fixed across the code baseAmar Tumballi2011-03-221-1/+1
* performance/quick-read: logging enhancementsAmar Tumballi2011-03-171-54/+291
* performance/quick-read: propagate errors during open back to actual fops.Raghavendra G2011-03-171-19/+539
* performance/quick-read: whitespace related changes to adhere to coding guidel...Raghavendra G2011-03-173-341/+328
* performance/quick-read: disable caching for fds opened with GF_OPEN_NOWB flags.Raghavendra G2011-02-181-2/+4
* performance/quick-read: Fix unwinding of same frame twice when qr_loc_fill fa...v3.1.2qa4Raghavendra G2011-01-111-42/+22
* performance/quick-read: fix warnings due to format string mismatches during i...Raghavendra G2010-12-121-1/+1
* performance/quick-read: handle the errors in qr_loc_fill properly when an fop...v3.1.1qa6Raghavendra G2010-11-131-2/+24
* performance/quick-read: white space cleanupVijay Bellur2010-10-281-110/+110
* performance/quick-read: set right validation checksVijay Bellur2010-10-281-2/+2
* Change assert to GF_ASSERTVijay Bellur2010-10-121-1/+1
* Copyright changesVijay Bellur2010-10-111-1/+1
* mgmt/Glusterd: Volume set enhancementsKaushik BV2010-10-071-1/+47
* Reply back to CLI on error, by validating each xlator's optsKaushik BV2010-10-051-0/+85
* Change GNU GPL to GNU AGPLPranith K2010-10-043-9/+9
* Changes to replace flock with gf_flock across GlusterFS.Pavan Sondur2010-10-011-5/+5
* 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