summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/inode.c
Commit message (Expand)AuthorAgeFilesLines
...
* inode: catch loop formation during inode_link() and fail linkingAnand Avati2010-11-231-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-031-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-051-0/+7
* Implement mem pool for inode dentryshishir gowda2010-08-051-7/+31
* Dead variables cleanup.Sachidananda2010-07-191-7/+1
* Handle a crash in inode.c on 32 bit, big endian platformAmar Tumballi2010-07-061-5/+5
* dynamic volume changes for graph replacementAnand Avati2010-06-071-8/+9
* Memory accounting changesVijay Bellur2010-04-221-25/+30
* iatt: changes across the codebaseAnand V. Avati2010-03-161-18/+18
* inode: guard against possible infinite loopsAnand Avati2010-02-221-2/+13
* libglusterfs/inode: add NULL checks.Raghavendra G2009-12-241-8/+37
* THIS: set THIS pointers before forget/release/releasedir callbacksAnand Avati2009-12-061-0/+4
* core: Replace inode_search with inode_grep in inode_from_pathShehjar Tikoo2009-11-091-1/+1
* core: Use parent for condition to create dentry not nameShehjar Tikoo2009-10-301-1/+1
* core: Check for NULL to avoid segfaultShehjar Tikoo2009-10-301-0/+3
* inode.c: whitespace fixesAnand Avati2009-10-221-16/+15
* inode: fix internal refs and minor fixesAnand Avati2009-10-201-10/+20
* inode_ctx_{get,put,del}2 API supportAmar Tumballi2009-10-181-21/+73
* inode: API changes for generation number supportAnand V. Avati2009-10-181-119/+162
* inode: fix indentation and spacingsAnand V. Avati2009-10-181-253/+226
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-051-1/+1
* Dumop inodectx addedVijay Bellur2009-09-151-0/+15
* Changed prototype for inode_table_dump() and inode_dump().Vijay Bellur2009-09-151-13/+21
* TAKE2[PATCH BUG:213 1/1] Support for Process State DumpVijay Bellur2009-08-151-0/+76
* fix build warnings in 'libglusterfs/'Amar Tumballi2009-07-171-2/+6
* break inode_path if the length of the path crosses PATH_MAXAmar Tumballi2009-07-131-0/+7
* cleanup 'ctx' from inode and fdAmar Tumballi2009-07-101-26/+0
* Cleaned up log messages in inode.cVikas Gorur2009-04-211-41/+4
* inode.c - NULL check for the extra __inode_search performed, when presented i...Anand V. Avati2009-04-201-0/+6
* libglusterfsclient code changesRaghavendra G2009-03-251-0/+16
* fix duplicate setting of values in inode->ctx and fd->ctxAnand V. Avati2009-03-261-5/+13
* code changes in the usage of inode_ctx_get and inode_ctx_put after their impl...Raghavendra G2009-03-041-29/+47
* inode_ctx_t locks addedAnand V. Avati2009-03-031-30/+54
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-261-1/+1
* __inode_unlink() should not be sent a NULL inode.Basavanagowda Kanur2009-02-261-0/+2
* fixes server segfault when dentry is NULL for corrupted backendHarshavardhana (y4m4)2017-05-051-1/+3
* * changed 'void **' in inode_ctx_get() API to 'uint64_t *' to make sure Amar Tumballi2017-05-051-3/+3
* * inode_ctx_get () and inode_ctx_put () APIs for translators to set and Amar Tumballi2017-05-051-0/+86
* fuse_getattr reorgAnand V. Avati2017-05-051-1/+1
* fix for #648Anand V. Avati2017-05-051-0/+3
* cleanupAnand V. Avati2017-05-051-4/+4
* mem leak fixes in protocol/serverAnand V. Avati2017-05-051-1/+4
* changed inode_path() API and added corresponding changes to fuse, server, lib...Basavanagowda Kanur2017-05-051-10/+25