summaryrefslogtreecommitdiff
path: root/ufs/dir.c
AgeCommit message (Collapse)Author
1996-08-29*** empty log message ***Thomas Bushnell
1996-06-24(diskfs_lookup_hard): Use diskfs_check_readonly instead ofMichael I. Bushnell
diskfs_readonly. (diskfs_dirempty): Likewise.
1996-05-14foo.Michael I. Bushnell
1996-04-23(diskfs_dirempty): node_update -> diskfs_node_update.Michael I. Bushnell
1996-04-16(diskfs_lookup_hard): Set atime appropriately, and sync the new atimeMichael I. Bushnell
if we are running synchronously (!). (diskfs_dirempty): Likewise. (diskfs_direnter_hard): Set mtime appropriately. (diskfs_dirremove_hard): Likewise. (diskfs_dirrewrite_hard): Likewise.
1996-04-03(diskfs_lookup_hard):Michael I. Bushnell
1996-04-03(diskfs_lookup_hard):Michael I. Bushnell
1996-03-25(diskfs_null_dirstat): doc fixMichael I. Bushnell
1996-03-25(diskfs_null_dirstat): New function.Michael I. Bushnell
1996-03-20(diskfs_lookup_hard): Don't do final permission checking here.Michael I. Bushnell
1996-03-20(diskfs_lookup_hard): Don't do initial permission checking here.Michael I. Bushnell
1996-03-20(diskfs_dirrewrite_hard): Renamed from diskfs_dirrewrite. No longerMichael I. Bushnell
call modification tracking routines. (diskfs_dirremove_hard): Renamed from diskfs_dirremove. No longer call modification tracking routines. (diskfs_direnter_hard): Renamed from diskfs_direnter. No longer call modification tracking routines. (diskfs_lookup_hard): Renamed from diskfs_lookup.
1995-12-14(diskfs_lookup): If we are returning an error, then set the dirstat toMichael I. Bushnell
be ignored by drop_dirstat.
1995-11-09(struct dirstat): New member `nbytes'.Michael I. Bushnell
(dirscanblock): If DS->type is COMPRESS, still look for TAKE/SHRINK possibilities. Also, if it's COMPRESS, still look to see if the current block can be compressed with fewer byte copies.
1995-10-19(diskfs_lookup, diskfs_dirempty): Give diskfs_get_filemap a protection arg.Miles Bader
1995-09-13(diskfs_lookup): Require NPP set for RENAME too.Michael I. Bushnell
1995-09-13(diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don'tMichael I. Bushnell
even set NP if NPP is not set; use INUM as "lookup succeeded flag" instead. Lookups for REMOVE now *must* set NPP.
1995-06-21(diskfs_lookup): Provide initialization for BUFLEN.Michael I. Bushnell
(diskfs_direnter): Move assignment out of if test.
1995-05-08(diskfs_lookup): When looping back to try_again: because we're looking upMiles Bader
"..", be sure and trash the mapping we made of the directory's pager -- otherwise the reference to the pager never gets dropped and we can never free the node. (diskfs_lookup): ds->type was being compared to LOOKING, which value it can never have. Compare ds->stat against LOOKING instead.
1994-10-28entered into RCSMichael I. Bushnell
1994-09-30Formerly dir.c.~29~Michael I. Bushnell
1994-09-19Formerly dir.c.~28~Michael I. Bushnell
1994-09-16Formerly dir.c.~27~Michael I. Bushnell
1994-09-16Formerly dir.c.~26~Michael I. Bushnell
1994-08-05Formerly dir.c.~25~Michael I. Bushnell
1994-07-19Formerly dir.c.~24~Michael I. Bushnell
1994-07-15Formerly dir.c.~23~Michael I. Bushnell
1994-07-14Formerly dir.c.~22~Michael I. Bushnell
1994-07-11Formerly dir.c.~21~Michael I. Bushnell
1994-07-06Formerly dir.c.~20~Michael I. Bushnell
1994-06-21Initial revisionMichael I. Bushnell