summaryrefslogtreecommitdiff
path: root/libdiskfs/name-cache.c
AgeCommit message (Collapse)Author
1997-07-29Thu Jul 24 12:57:26 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* name-cache.c (find_cache): Grammar doc fix.
1996-09-04*** empty log message ***Thomas Bushnell
1996-04-29(struct lookup_cache): Add HDR, remove NEXT & PREV.Miles Bader
(lookup_cache): Change type to struct cacheq. (mru_cache, lru_cache): Variables removed. (make_mru, make_lru, init_lookup_cache): Functions removed. (find_cache, diskfs_purge_lookup_cache, diskfs_check_lookup_cache): Use cacheq functions.
1996-04-12(diskfs_enter_lookup_cache): Never cache . or ..Michael I. Bushnell
1996-04-10(struct lookup_cache):Miles Bader
Add NEXT & PREV fields. Rename LEN back to NAME_LEN. (lru_cache, mru_cache): New variables. (first_cache, last_cache): Variables removed. (make_mru, make_lru, find_cache, init_lookup_cache): New functions. (diskfs_enter_lookup_cache, diskfs_purge_lookup_cache, diskfs_check_lookup_cache): Rewrite to use the linked list. Deal with negative entries. Reuse old entries for the given name.
1996-04-10(diskfs_check_lookup_cache):Miles Bader
Correctly handle the case where the lookup returns DIR itself. (diskfs_enter_lookup_cache, diskfs_purge_lookup_cache, diskfs_check_lookup_cache): Renamed from versions without `lookup_'. (diskfs_check_cache): Declare I. (struct lookup_cache, diskfs_enter_cache): Change NAMELEN field to LEN. (_diskfs_purge_cache_deletion): Delete function.
1996-04-02(diskfs_purge_cache): If freeing node at LOOKUP_CACHE_TAIL, bumpMichael I. Bushnell
LOOKUP_CACHE_TAIL back itself too. (_diskfs_purge_cache_deletion): Likewise.
1996-04-02(diskfs_enter_cache): Don't set LC->next->prev if LC->next is null.Michael I. Bushnell
1996-03-25(statistics): New variable.Michael I. Bushnell
(diskfs_check_cache): Keep statistics on cache performance.
1996-03-19*** empty log message ***Michael I. Bushnell
1996-03-19Initial revisionMichael I. Bushnell