Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-04-06 | Tue Apr 6 10:05:49 1999 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | |
* dir-renamed.c (diskfs_rename_dir): Stage 1, if TNP == FNP, we have to unlock TNP with diskfs_nput and not just diskfs_nrele it. | |||
1998-10-24 | 1998-09-04 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* diskfs.h (diskfs_lookup_hard, diskfs_lookup, diskfs_set_translator, diskfs_create_symlink_hook, diskfs_notice_dirchange, diskfs_direnter, diskfs_direnter_hard, diskfs_dirrewrite, diskfs_dirremove, diskfs_create_node, diskfs_enter_lookup_cache, diskfs_check_lookup_cache, dir_rename_dir, diskfs_set_options): Add `const' qualifier to `char *' parameters where appropriate. * opts-set.c (diskfs_set_options): Fix defn with `const'. * node-create.c (diskfs_create_node): Likewise. * name-cache.c (diskfs_enter_lookup_cache): Likewise. (diskfs_check_lookup_cache): Likewise. * dirremove.c (diskfs_dirremove): Likewise. * dirrewrite.c (diskfs_dirrewrite): Likewise. * lookup.c (diskfs_lookup): Likewise. * direnter.c (diskfs_direnter): Likewise. * dir-renamed.c (diskfs_rename_dir): Likewise. * dir-chg.c (diskfs_notice_dirchange): Likewise. | |||
1997-02-14 | (diskfs_rename_dir, checkpath): | Miles Bader | |
Don't pass depth args to diskfs_lookup. | |||
1997-02-06 | (checkpath, diskfs_rename_dir): | Miles Bader | |
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup. | |||
1996-07-16 | (diskfs_rename_dir): When unlocking FDP, only do it if we FDP != TDP. | Michael I. Bushnell | |
Also, only do step two (changing .. in the directory being moved) if FDP != TDP. | |||
1996-03-22 | (diskfs_rename_dir): Use new args for diskfs_dirrewrite and | Michael I. Bushnell | |
diskfs_dirremove. | |||
1996-03-20 | (diskfs_rename_dir): ditto | Michael I. Bushnell | |
1996-03-20 | (diskfs_rename_dir): Don't frob cache here. | Michael I. Bushnell | |
1996-03-20 | (diskfs_rename_dir): Don't frob cache here. | Michael I. Bushnell | |
1996-03-19 | (diskfs_rename_dir): Call diskfs_purge_cache before calls to | Michael I. Bushnell | |
diskfs_dirrewrite. | |||
1996-03-19 | (diskfs_S_dir_rename): Call diskfs_enter_cache if | Michael I. Bushnell | |
diskfs_direnter/diskfs_dirrewrite is successful. | |||
1996-03-19 | (diskfs_rename_dir): Call diskfs_purge_cache_node before | Michael I. Bushnell | |
diskfs_dirremove. | |||
1995-03-17 | (diskfs_rename_dir): If we are synchronous, update the one node our | Michael I. Bushnell | |
caller doesn't have access to. | |||
1995-03-15 | (diskfs_rename_dir): Implement diskfs_synchronous. | Michael I. Bushnell | |
1994-06-06 | entered into RCS | Michael I. Bushnell | |
1994-03-16 | Formerly dir-renamed.c.~6~ | Michael I. Bushnell | |
1994-03-16 | Formerly dir-renamed.c.~5~ | Michael I. Bushnell | |
1994-02-10 | Formerly dir-renamed.c.~4~ | Michael I. Bushnell | |
1994-02-09 | Formerly dir-renamed.c.~3~ | Michael I. Bushnell | |
1994-02-04 | Formerly dir-renamed.c.~2~ | Michael I. Bushnell | |
1994-02-02 | Initial revision | Michael I. Bushnell | |