Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-20 | 1998-09-04 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* dir.c (diskfs_lookup_hard): Fix defn with `const'. (diskfs_direnter_hard): Likewise. (dirscanblock): Likewise. * inode.c (diskfs_create_symlink_hook, create_symlink_hook): Likewise. (diskfs_set_translator): Likewise. | |||
1997-08-20 | Wed Aug 20 14:34:24 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | |
* dir.c (diskfs_lookup_hard): Cope with error return from diskfs_get_filemap. * sizes.c (diskfs_grow): Likewise. * dir.c (diskfs_dirempty): Cope (poorly) with error return from diskfs_get_filemap. * sizes.c (diskfs_truncate): Likewise. (block_extended): Likewise. * pager.c (diskfs_get_filemap): If pager_create fails, return error to caller. | |||
1996-09-23 | (diskfs_direnter_hard): | Miles Bader | |
Initialize OLDSIZE to shut up gcc. | |||
1996-08-29 | *** empty log message *** | Thomas Bushnell | |
1996-06-24 | (diskfs_lookup_hard): Use diskfs_check_readonly instead of | Michael I. Bushnell | |
diskfs_readonly. (diskfs_dirempty): Likewise. | |||
1996-05-14 | foo. | 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 atime | Michael 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 fix | Michael 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 longer | Michael 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 to | Michael 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't | Michael 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 up | Miles 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-28 | entered into RCS | Michael I. Bushnell | |
1994-09-30 | Formerly dir.c.~29~ | Michael I. Bushnell | |
1994-09-19 | Formerly dir.c.~28~ | Michael I. Bushnell | |
1994-09-16 | Formerly dir.c.~27~ | Michael I. Bushnell | |
1994-09-16 | Formerly dir.c.~26~ | Michael I. Bushnell | |
1994-08-05 | Formerly dir.c.~25~ | Michael I. Bushnell | |
1994-07-19 | Formerly dir.c.~24~ | Michael I. Bushnell | |
1994-07-15 | Formerly dir.c.~23~ | Michael I. Bushnell | |
1994-07-14 | Formerly dir.c.~22~ | Michael I. Bushnell | |
1994-07-11 | Formerly dir.c.~21~ | Michael I. Bushnell | |
1994-07-06 | Formerly dir.c.~20~ | Michael I. Bushnell | |
1994-06-21 | Initial revision | Michael I. Bushnell | |