summaryrefslogtreecommitdiffstats
path: root/xlators/performance/read-ahead
Commit message (Expand)AuthorAgeFilesLines
* build: MacOSX Porting fixesHarshavardhana2014-04-241-2/+3
* read-ahead: handle iobref_merge() error gracefullyAnand Avati2013-11-261-1/+6
* zerofill: Change the type of len argument of glfs_zerofill() to off_tBharata B Rao2013-11-141-1/+1
* glusterfs: zerofill supportM. Mohan Kumar2013-11-101-0/+52
* glusterfs: discard (hole punch) supportBrian Foster2013-06-131-0/+50
* read-ahead: re-enable support for variable page sizeAnand Avati2013-02-201-1/+12
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-071-1/+1
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-031-2/+3
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-031-2/+2
* build: remove -nostartfiles flagJeff Darcy2012-10-021-1/+1
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-011-1/+1
* performance/read-ahead: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-011-11/+18
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-3/+1
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-104-56/+20
* core: adding extra data for fopsAmar Tumballi2012-03-222-55/+57
* performance/read-ahead: destroy pages which survived from being flushedRaghavendra G2012-03-203-2/+10
* performance/read-ahead: cleanup xlator private data completely in fini.Raghavendra G2012-03-141-2/+5
* mempool: adjustments in pool sizesAmar Tumballi2012-02-221-1/+1
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-213-5/+13
* core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-142-8/+6
* read-ahead: add performance.read-ahead--page-count option to 'volume set' fra...Kaushik BV2012-02-031-42/+25
* Fix race between read-ahead and write.Jeff Darcy2012-01-303-26/+68
* core: GFID filehandle based backend and anonymous FDsAnand Avati2012-01-201-57/+21
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-161-1/+1
* statedump: do not print the inode number in the statedumpRaghavendra Bhat2011-10-011-33/+19
* Change Copyright current yearPranith Kumar K2011-08-104-4/+4
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-064-12/+12
* performance-translators: print path to file while dumping fdctx.Raghavendra G2011-06-141-1/+10
* performance/read-ahead: dump pages in read-ahead cache.Raghavendra G2011-06-141-0/+91
* performance/read-ahead: logging enhancements.Raghavendra G2011-03-172-80/+221
* performance/read-ahead: white space related changes to adhere to coding guide...Raghavendra G2011-03-174-912/+924
* Change assert to GF_ASSERTVijay Bellur2010-10-121-1/+1
* Copyright changesVijay Bellur2010-10-114-4/+4
* Change GNU GPL to GNU AGPLPranith K2010-10-044-12/+12
* gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+2
* Remove unused variables.Sachidananda2010-08-021-18/+8
* Remove dead variables reported by clang.Sachidananda2010-08-021-13/+4
* mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.amAnand Avati2010-06-081-1/+1
* performance/read-ahead: don't set ra_file in fd->ctx unless all memebers of r...Raghavendra G2010-05-041-5/+15
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-3/+0
* Memory accounting changesVijay Bellur2010-04-234-23/+88
* iatt: changes across the codebaseAnand V. Avati2010-03-163-25/+13
* Added null checks in "fini"Harshavardhana Ranganath2009-12-181-0/+3
* performance/read-ahead: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-242-18/+20
* performance/read-ahead: Process state dump operations are added.vinayak hegde2009-10-201-0/+47
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-073-3/+3
* read-ahead: NFS-friendly logic changesShehjar Tikoo2009-10-011-4/+16
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-8/+30
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-011-34/+0
* read-ahead: use O_ACCMODE for checking file access modes.Raghavendra G2009-07-071-2/+2