aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/name-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-2/+2
* libihash: provide a general purpose hash algorithmJustus Winter2015-11-291-86/+3
* libdiskfs: fix parent lookup in the name cacheJustus Winter2015-08-201-1/+1
* libdiskfs: use a hash table for the name cacheJustus Winter2014-05-291-100/+274
* libdiskfs: remove the statistics code from the name cacheJustus Winter2014-05-291-65/+1
* libdiskfs: fix node leak in the name cacheJustus Winter2014-05-261-0/+1
* libdiskfs: fix type of dir_cache_id, node_cache_idJustus Winter2014-05-261-1/+1
* Switch from cthreads to pthreadsRichard Braun2012-11-271-13/+13
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-10-241-15/+15
* Thu Jul 24 12:57:26 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-07-291-2/+2
* *** empty log message ***Thomas Bushnell1996-09-041-19/+93
* (struct lookup_cache): Add HDR, remove NEXT & PREV.Miles Bader1996-04-291-93/+15
* (diskfs_enter_lookup_cache): Never cache . or ..Michael I. Bushnell1996-04-121-0/+7
* (struct lookup_cache):Miles Bader1996-04-101-65/+175
* (diskfs_check_lookup_cache):Miles Bader1996-04-101-109/+77
* (diskfs_purge_cache): If freeing node at LOOKUP_CACHE_TAIL, bumpMichael I. Bushnell1996-04-021-0/+4
* (diskfs_enter_cache): Don't set LC->next->prev if LC->next is null.Michael I. Bushnell1996-04-021-1/+2
* (statistics): New variable.Michael I. Bushnell1996-03-251-0/+11
* *** empty log message ***Michael I. Bushnell1996-03-191-7/+9
* Initial revisionMichael I. Bushnell1996-03-191-0/+166