summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/inode.c
Commit message (Expand)AuthorAgeFilesLines
* libglusterfs/inode: Fix NULL dereferences.Poornima G2014-03-011-2/+2
* libglusterfs/inode: introduce new APIs for ctx handlingAmar Tumballi2013-11-131-11/+211
* core: changes to support gfid-accessAmar Tumballi2013-08-211-12/+14
* Revert "fuse: auxiliary gfid mount support"Amar Tumballi2013-08-211-14/+12
* fuse: auxiliary gfid mount supportRaghavendra G2013-07-191-12/+14
* libglusterfs: Maintain open-fd-count in inode.Pranith Kumar K2013-02-061-0/+1
* libglusterfs: fix creation of spurious root inodesRaghavendra Bhat2012-07-241-5/+4
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-14/+6
* fuse/md-cache: add support for the 'fopen-keep-cache' mount optionBrian Foster2012-07-131-0/+48
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* Resolve: Assign correct path while resolvingPranith Kumar K2012-05-081-3/+4
* libglusterfs/inode.c: do not link the inode in the dentry cache for "." and ".."Krishna Srinivas2012-05-051-0/+5
* statedump: fix deadlock during state dump of fdsAnand Avati2012-04-241-29/+4
* libglusterfs/inode.c: add inode_resolveRaghavendra G2012-04-241-0/+44
* cluster/afr: handle sending NULL dentry name for inode link in self-heal-daemonRaghavendra Bhat2012-03-141-0/+8
* glusterfsd: unref the dict and use dict_set_dynstr to avoid memleakRaghavendra Bhat2012-02-221-1/+1
* mempool: adjustments in pool sizesAmar Tumballi2012-02-221-1/+3
* cli: Extend "volume status" with statedump infoKaushal M2012-01-271-0/+96
* core: GFID filehandle based backend and anonymous FDsAnand Avati2012-01-201-60/+68
* libglusterfs: set inode path to be NULL in case of errorsPranith Kumar K2011-12-221-0/+2
* core: remove 'ino' variable from 'inode_t' structureAmar Tumballi2011-11-161-14/+20
* core: made changes to return value of __is_root_gfid()Amar Tumballi2011-10-021-5/+6
* statedump: do not print the inode number in the statedumpRaghavendra Bhat2011-10-011-11/+4
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-10/+0
* mem-pool: Make mem-pool ptr avialable in ptrshishir gowda2011-08-251-4/+4
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* fuse-resolve: prevent linking of inodes of different inode-tableAmar Tumballi2011-08-101-0/+9
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* inode table: avoid memleak by freeing the allocated structures incase of failureRaghavendra Bhat2011-07-011-30/+28
* logging: fill proper domain names at places where it is missingAmar Tumballi2011-06-161-33/+28
* libglusterfs/inode.c: Add version of inode_path which can be called holding i...Raghavendra G2011-06-141-54/+72
* print the gfid of the inode for which dentry is not foundRaghavendra Bhat2011-04-071-2/+2
* libglusterfs/src/*.c: log enhancementAmar Tumballi2011-03-171-45/+91
* libglusterfs/src/*.c: whitespace cleanupAmar Tumballi2011-03-171-8/+8
* Solaris xattr support for symlink and special files.shishir gowda2011-03-041-1/+1
* Logging : Use of uuid_utoa and uuid_utoa_r.Gaurav2011-02-041-6/+2
* libglusterfs: fix warnings due to format string mismatches during invocation ...Raghavendra G2010-12-121-1/+1
* inode: fix crash in logging during cyclic loop detectionAnand Avati2010-12-061-0/+2
* inode: catch loop formation during inode_link() and fail linkingAnand Avati2010-11-241-0/+73
* core: Use lru_limit as count for inode and dentry mempoolShehjar Tikoo2010-10-261-2/+6
* Change assert to GF_ASSERTVijay Bellur2010-10-121-2/+2
* Copyright changesVijay Bellur2010-10-111-1/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* performance/write-behind: dump contents of wb-fileRaghavendra G2010-09-161-27/+89
* gfid: changes in inode managementAnand Avati2010-09-041-211/+59
* Fix memory corruption in mem poolshishir gowda2010-08-181-2/+2
* argument sanity checks added in inode.cAmar Tumballi2010-08-121-3/+141
* mem pool for fd_tshishir gowda2010-08-061-0/+7
* Implement mem pool for inode dentryshishir gowda2010-08-061-7/+31
* Dead variables cleanup.Sachidananda2010-07-191-7/+1