summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* quick-read: Do a null check before unrefRavishankar N2015-04-281-2/+4
* 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-042-2/+2
* symlink-cache: Fixing coverity issuesarao2015-03-301-1/+1
* md-cache: cache virtual POSIX ACL xattrsNiels de Vos2015-03-271-0/+12
* every/where: add GF_FOP_IPC for inter-translator communicationJeff Darcy2015-03-171-0/+1
* Performance: Replace ASSERTS in xlator fini() with info messages, for the kno...Poornima G2015-03-102-1/+15
* glfs_fini: Clean up all the resources allocated in glfs_new.Poornima G2015-03-041-2/+5
* 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
* performance/readdir-ahead: indicate EOF for readdirpRaghavendra Bhat2014-12-171-2/+9
* core: fix Ubuntu code audit (cppcheck) resultsKaleb S. KEITHLEY2014-11-251-8/+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
* performance/io-threads: Fix static analysis errorPranith Kumar K2014-10-201-4/+2
* 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
* build: MacOSX Porting fixesHarshavardhana2014-04-245-19/+25
* build: do not create versioned <xlator>.so filesNiels de Vos2014-03-211-1/+1
* write-behind: track filesize when doing extending writesNiels de Vos2014-02-271-4/+161
* performance/io-threads: Remove code duplicationPranith Kumar K2014-02-241-1896/+78
* io-cache: Unlock and then goto out in failure case.Raghavendra Talur2014-02-171-0/+1
* performance/io-cache: Fix dereferencing of freed pointerPoornima2014-02-121-2/+6
* protocol/server: do not do root-squashing for trusted clientsRaghavendra Bhat2014-02-101-2/+21
* performance/io-cache: Fix for the bugs reported by coverityPoornima2014-02-101-0/+2
* performance/quick-read: Allocated memory not freed when not used.Christopher R. Hertel2014-02-081-2/+3
* quick-read: Remove unref of a freed iobuf.Poornima2014-02-071-1/+0
* Fix for 'use after free' errors reported by coverity.Poornima2014-02-052-2/+3
* performance/io-cache: reduce the severity of log-messageRaghavendra G2014-01-031-1/+1
* write-behind: handle iobref_merge() error gracefullyAnand Avati2013-11-261-2/+3
* io-cache: handle iobref_merge() error gracefullyAnand Avati2013-11-261-1/+4
* 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-145-6/+6
* libglusterfs/inode: introduce new APIs for ctx handlingAmar Tumballi2013-11-131-1/+1
* glusterfs: zerofill supportM. Mohan Kumar2013-11-105-0/+191
* gNFS: Incorrect NFS ACL encoding for XFSSantosh Kumar Pradhan2013-09-291-2/+3
* core: block unused signals in created threadsAnand Avati2013-09-251-1/+1
* performance/readdir-ahead: introduce directory read-ahead translatorBrian Foster2013-09-046-1/+649
* mount/fuse: perform lookup() on inodes linked through readdirplusAnand Avati2013-08-231-0/+7
* io-cache: fix unsafe typcasting of pointer to uint64Anand Avati2013-08-221-1/+3
* md-cache: invalidate attributes on xattr updateAnand Avati2013-08-191-0/+164
* performance/write-behind: invoke request queue processing ifRaghavendra G2013-08-141-19/+30
* md-cache: fix xattr caching code in getxattrAnand Avati2013-08-071-2/+2
* performance/open-behind: Fix fd-leaks in unlink, renamePranith Kumar K2013-08-031-0/+4
* performance/io-threads: fix potential use after free crashBrian Foster2013-08-011-1/+1
* write-behind: preserve error returned as-isAmar Tumballi2013-07-241-5/+1
* performance/io-cache: check for non-null gfid before calling inode_pathRaghavendra G2013-07-101-10/+13
* glusterfs: discard (hole punch) supportBrian Foster2013-06-135-0/+190
* gluster: add fallocate fop supportBrian Foster2013-06-133-1/+111