Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2001-10-11 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-10-12 | 1 | -2/+2 |
| | | | | | * dir-renamed.c (diskfs_rename_dir): Fix bogus assert. From Moritz Schulte <moritz@chaosdorf.de>. | ||||
* | Tue Apr 6 10:05:49 1999 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-04-06 | 1 | -2/+2 |
| | | | | | * 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-09-04 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-10-24 | 1 | -19/+19 |
| | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | (diskfs_rename_dir, checkpath): | Miles Bader | 1997-02-14 | 1 | -4/+4 |
| | | | | Don't pass depth args to diskfs_lookup. | ||||
* | (checkpath, diskfs_rename_dir): | Miles Bader | 1997-02-06 | 1 | -6/+7 |
| | | | | Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup. | ||||
* | (diskfs_rename_dir): When unlocking FDP, only do it if we FDP != TDP. | Michael I. Bushnell | 1996-07-16 | 1 | -29/+33 |
| | | | | | Also, only do step two (changing .. in the directory being moved) if FDP != TDP. | ||||
* | (diskfs_rename_dir): Use new args for diskfs_dirrewrite and | Michael I. Bushnell | 1996-03-22 | 1 | -3/+3 |
| | | | | diskfs_dirremove. | ||||
* | (diskfs_rename_dir): ditto | Michael I. Bushnell | 1996-03-20 | 1 | -1/+0 |
| | |||||
* | (diskfs_rename_dir): Don't frob cache here. | Michael I. Bushnell | 1996-03-20 | 1 | -2/+0 |
| | |||||
* | (diskfs_rename_dir): Don't frob cache here. | Michael I. Bushnell | 1996-03-20 | 1 | -2/+0 |
| | |||||
* | (diskfs_rename_dir): Call diskfs_purge_cache before calls to | Michael I. Bushnell | 1996-03-19 | 1 | -0/+2 |
| | | | | diskfs_dirrewrite. | ||||
* | (diskfs_S_dir_rename): Call diskfs_enter_cache if | Michael I. Bushnell | 1996-03-19 | 1 | -0/+2 |
| | | | | diskfs_direnter/diskfs_dirrewrite is successful. | ||||
* | (diskfs_rename_dir): Call diskfs_purge_cache_node before | Michael I. Bushnell | 1996-03-19 | 1 | -1/+2 |
| | | | | diskfs_dirremove. | ||||
* | (diskfs_rename_dir): If we are synchronous, update the one node our | Michael I. Bushnell | 1995-03-17 | 1 | -2/+2 |
| | | | | caller doesn't have access to. | ||||
* | (diskfs_rename_dir): Implement diskfs_synchronous. | Michael I. Bushnell | 1995-03-15 | 1 | -3/+20 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1994-06-06 | 1 | -1/+0 |
| | |||||
* | Formerly dir-renamed.c.~6~ | Michael I. Bushnell | 1994-03-16 | 1 | -0/+1 |
| | |||||
* | Formerly dir-renamed.c.~5~ | Michael I. Bushnell | 1994-03-16 | 1 | -1/+0 |
| | |||||
* | Formerly dir-renamed.c.~4~ | Michael I. Bushnell | 1994-02-10 | 1 | -1/+42 |
| | |||||
* | Formerly dir-renamed.c.~3~ | Michael I. Bushnell | 1994-02-09 | 1 | -3/+0 |
| | |||||
* | Formerly dir-renamed.c.~2~ | Michael I. Bushnell | 1994-02-04 | 1 | -15/+16 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1994-02-02 | 1 | -0/+169 |