aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/lookup.c
Commit message (Collapse)AuthorAgeFilesLines
* (diskfs_lookup): Never mind.Michael I. Bushnell1996-04-161-6/+0
|
* (diskfs_lookup):Michael I. Bushnell1996-04-161-2/+4
|
* (diskfs_lookup): But only if not readonly.Michael I. Bushnell1996-04-161-1/+2
|
* (diskfs_lookup): Always update atime after I/O.Michael I. Bushnell1996-04-161-0/+3
|
* (diskfs_lookup):Miles Bader1996-04-101-15/+27
| | | | | Deal with DS or NP being 0. Use diskfs_*_lookup_cache functions instead of names without `lookup_'.
* (diskfs_lookup): And correctly, too.Michael I. Bushnell1996-04-021-1/+2
|
* (diskfs_lookup): When doing diskfs_checkdirmod check, don't returnMichael I. Bushnell1996-04-021-2/+8
| | | | | success when we should return ENOENT, just because checkdirmod won. Also enter successful lookups for CREATE or LOOKUP in the name cache.
* (diskfs_lookup): Dereference NP in call to diskfs_checkdirmod.Michael I. Bushnell1996-03-221-1/+1
|
* *** empty log message ***Michael I. Bushnell1996-03-201-10/+0
|
* (diskfs_lookup): Cleaner.Michael I. Bushnell1996-03-201-8/+15
|
* (diskfs_lookup): Do permission checking and cache looking here.Michael I. Bushnell1996-03-201-1/+46
|
* Initial revisionMichael I. Bushnell1996-03-201-0/+78