summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: Set limit on invalidate queue sizeN Balachandran2019-08-141-8/+23
* * core: do not assert in inode_unref if the inode table cleanup has startedRaghavendra Bhat2019-06-251-0/+38
* multiple files: another attempt to remove includesYaniv Kaul2019-06-141-1/+0
* Fix some "Null pointer dereference" coverity issuesXavi Hernandez2019-05-261-0/+3
* inode: fix wrong loop count in __inode_ctx_freeXie Changlong2019-05-231-5/+6
* inode: fix unused varsAtin Mukherjee2019-03-221-1/+2
* inode: don't dump the whole table to CLIAmar Tumballi2019-03-201-0/+13
* inode: make critical section smallerAmar Tumballi2019-02-131-213/+111
* inode: create inode outside locked regionAmar Tumballi2019-02-111-11/+13
* fix 32-bit-build-smoke warningsIraj Jamali2019-01-111-1/+1
* fuse: add --lru-limit optionAmar Tumballi2018-12-141-35/+219
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-5/+5
* core: fix strncpy warningsKaleb S. KEITHLE2018-11-151-2/+2
* libglusterfs multiple files: remove dead initilizationYaniv Kaul2018-11-111-0/+2
* all: fix the format string exceptionsAmar Tumballi2018-11-051-2/+2
* core: Use GF_ATOMIC ops to update inode->nlookupMohit Agrawal2018-10-301-38/+26
* libglusterfs: NULL pointer dereferencing clang fixIraj Jamali2018-09-191-1/+1
* Land part 2 of clang-format changesGluster Ant2018-09-121-1807/+1755
* multiple files: remove unndeeded memset()Yaniv Kaul2018-08-291-2/+0
* Revert "performance/write-behind: better invalidation in readdirp"Raghavendra G2018-08-211-6/+1
* All: remove memset() before sprintf()Yaniv Kaul2018-08-141-10/+0
* performance/write-behind: better invalidation in readdirpRaghavendra G2018-07-281-1/+6
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-1/+1
* gluster: Sometimes Brick process is crashed at the time of stopping brickMohit Agrawal2018-04-191-1/+1
* storage/posix: Add active-fd-count option in glusterPranith Kumar K2018-03-211-0/+2
* Coverity Issue: PW.INCLUDE_RECURSION in several filesGirjesh Rajoria2017-11-091-1/+0
* gfapi : Resolve "." and ".." only for named lookupsJiffin Tony Thottan2017-06-201-100/+18
* gfapi: fix handling of dot and double dot in pathMohammed Rafi KC2017-05-141-0/+110
* dht: Add readdir-ahead in rebalance graph if parallel-readdir is onPoornima G2017-04-181-0/+9
* libglusterfs: Fix a crash due to race between inode_ctx_set and inode_refPoornima G2017-02-191-34/+14
* inode: Add per xlator ref count for inodePoornima G2017-01-181-16/+60
* performance/readdir-ahead: limit cache sizeRaghavendra G2016-12-221-0/+32
* inode: Adjust lru_size while retiring entries in lru listSoumya Koduri2016-08-091-0/+9
* core: use readdir(3) with glibc, and associated cleanupKaleb S. KEITHLEY2016-07-181-4/+1
* core: correct the if-statment in inode_set_need_lookup()Niels de Vos2016-05-161-1/+1
* libglusterfs/gfapi: set appropriate errno for inode_link failuresSoumya Koduri2016-05-101-4/+17
* inode: Always fetch first entry from the inode lists during inode_table_destroySoumya Koduri2016-04-261-8/+8
* inode: Retire the inodes from the lru list in inode_table_destroySoumya Koduri2016-02-251-3/+30
* fuse: send lookup if inode_ctx is not setMohammed Rafi KC2016-01-131-4/+14
* protocol/server: forget the inodes which got ENOENT in lookupRaghavendra Bhat2015-08-201-0/+26
* libgfapi: send explicit lookups on inodes linked in readdirpRaghavendra Bhat2015-07-021-0/+31
* cluster/afr: Pick gfid from poststat during fresh lookup for read child calcu...Krutika Dhananjay2015-06-241-0/+22
* fd,inode/libglusterfs : porting to a new logging frameworkMohamed Ashiq2015-06-181-52/+98
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* libglusterfs: Fix the return value of inode_ctx_get2()Poornima G2015-04-271-4/+6
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-9/+9
* core: Add inode context merge callbackVenky Shankar2015-03-241-0/+32
* inode: 'this' has been set unwantedly.Humble Devassy Chirammal2015-03-171-5/+2
* libglusterfs: Add inode table cleanup APIs.Poornima G2015-03-021-5/+229
* libglusterfs: Moved common functions as utils in syncop/common-utilsPranith Kumar K2015-02-271-2/+2