summaryrefslogtreecommitdiffstats
path: root/xlators/performance/md-cache
Commit message (Expand)AuthorAgeFilesLines
* md-cache: Cache gluster-swift metadataPrashanth Pai2016-03-161-0/+22
* build: export minimum symbols from xlators for correct resolutionKaleb S KEITHLEY2015-12-221-1/+1
* md-cache: Remove readdirp fop for md-cacheMohammed Rafi KC2015-11-091-1/+4
* build: export minimum symbols from xlators for correct resolutionKaleb S. KEITHLEY2015-09-241-1/+1
* feature/performace: Fix broken buildKotresh HR2015-06-281-1/+1
* Logging: Porting the performance translatorarao2015-06-272-6/+73
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* performance/md-cache: set right error check in {f}getxattr_cbk()Vijay Bellur2015-04-061-2/+2
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-1/+1
* md-cache: cache virtual POSIX ACL xattrsNiels de Vos2015-03-271-0/+12
* performance/md-cache: Initialise local->loc before winding nameless lookupKrutika Dhananjay2015-01-231-3/+3
* build: Remove files completely in make uninstall.Raghavendra Talur2015-01-011-0/+3
* md-cache: check mtime_nsec and ctime_nsec fields for changes tooNiels de Vos2014-11-191-2/+6
* md-cache: cache the iatt when readv() was successfulNiels de Vos2014-11-191-1/+1
* make snapview-server more compatible with NFS serverRaghavendra Bhat2014-07-161-0/+19
* porting: Port for FreeBSD rebased from Mike Ma's effortsHarshavardhana2014-07-021-0/+1
* performance/md-cache: Guard against null dictPranith Kumar K2014-07-011-1/+1
* zerofill: Change the type of len argument of glfs_zerofill() to off_tBharata B Rao2013-11-141-1/+1
* libglusterfs/inode: introduce new APIs for ctx handlingAmar Tumballi2013-11-131-1/+1
* glusterfs: zerofill supportM. Mohan Kumar2013-11-101-0/+41
* gNFS: Incorrect NFS ACL encoding for XFSSantosh Kumar Pradhan2013-09-291-2/+3
* mount/fuse: perform lookup() on inodes linked through readdirplusAnand Avati2013-08-231-0/+7
* md-cache: invalidate attributes on xattr updateAnand Avati2013-08-191-0/+164
* md-cache: fix xattr caching code in getxattrAnand Avati2013-08-071-2/+2
* glusterfs: discard (hole punch) supportBrian Foster2013-06-131-0/+40
* gluster: add fallocate fop supportBrian Foster2013-06-131-1/+40
* md-cache: support negative xattr entriesAnand Avati2013-05-251-10/+31
* md-cache: Make options structure NULL terminated.Krishnan Parthasarathi2013-05-201-0/+1
* cluster/afr: Avoid self-healing extended attribute used by SELinux.Vijay Bellur2013-04-301-1/+1
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-071-1/+1
* performance/md-cache: add force-readdirp flag to make readdirp configurableBrian Foster2013-01-281-3/+29
* core: fixes for gcc's '-pedantic' flag buildAvra Sengupta2013-01-211-1/+5
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-031-2/+4
* 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
* libglusterfs/dict: make 'dict_t' a opaque objectAmar Tumballi2012-09-061-4/+7
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-4/+2
* fuse/md-cache: add support for the 'fopen-keep-cache' mount optionBrian Foster2012-07-131-7/+25
* md-cache: cache SELinux and Posix ACL xattrs only if enabledAnand Avati2012-07-041-5/+56
* performance/md-cache: make cache timeout reconfigurable via cliRaghavendra Bhat2012-05-291-3/+3
* performance/md-cache: use mdc_fsetattr_cbk as the callback if setattr is on a fdRaghavendra Bhat2012-05-211-1/+1
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-102-29/+11
* quick-read, md-cache: selectively cache xattr data to conserve memoryBrian Foster2012-05-081-6/+74
* md-cache: fix dict memory leak in mdc_inode_xatt_updateBrian Foster2012-04-121-2/+0
* md-cache: fix time comparison to support 0 timeoutBrian Foster2012-04-021-2/+2
* core: adding extra data for fopsAmar Tumballi2012-03-221-109/+134
* Fix memory leaks found in readdirVijay Bellur2012-03-011-0/+2
* perf/md-cache: hold lock on modification of md_cache structureAmar Tumballi2012-02-291-36/+69
* features/md-cache: Change strdup to gf_strdupVijay Bellur2012-02-211-1/+1