Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-12 | Make rename("something", "something/.") not hang | Samuel Thibault | |
* libdiskfs/dir-rename.c: Include <string.h> (diskfs_S_dir_rename): If source or destination ends with "." or "..", return EINVAL as required by POSIX. | |||
2007-12-11 | Update list of copyright years. | Thomas Schwinge | |
2007-11-16 | 2007-11-15 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | |
* dir-rename.c (diskfs_S_dir_rename): Call diskfs_nput (tnp) in the EISDIR and EMLINK cases too. Reported by Olaf Buddenhagen <olafbuddenhagen@gmx.net>. | |||
1997-02-14 | (diskfs_S_dir_rename): | Miles Bader | |
Return EXDEV if FROMCRED and TOCRED are in different shadow trees. Don't pass depth args to diskfs_lookup. | |||
1997-02-06 | (diskfs_S_dir_rename): | Miles Bader | |
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup. Translate EAGAIN (meaning root's parent) to EINVAL. | |||
1996-06-24 | (diskfs_S_dir_rename): Use diskfs_check_readonly instead of diskfs_readonly. | Michael I. Bushnell | |
1996-05-09 | (diskfs_S_dir_rename): Understand new parm EXCL and do the right thing | Michael I. Bushnell | |
with it. | |||
1996-03-22 | (diskfs_S_dir_rename): Use new args for dirrewrite and dirremove. | Michael I. Bushnell | |
1996-03-20 | (diskfs_S_dir_rename): ditto | Michael I. Bushnell | |
1996-03-20 | (diskfs_S_dir_rename): Don't frob cache here. | Michael I. Bushnell | |
1996-03-20 | (diskfs_S_dir_rename): Don't frob cache here. | Michael I. Bushnell | |
1996-03-19 | (diskfs_S_dir_rename): Call diskfs_purge_cache before | Michael I. Bushnell | |
diskfs_dirrewrite for old node. | |||
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_S_dir_rename): Call diskfs_purge_cache_node before | Michael I. Bushnell | |
diskfs_dirremove. | |||
1995-06-09 | (diskfs_S_dir_rename): After renaming directory, synchronize relevant | Michael I. Bushnell | |
state if DISKFS_SYNCHRONOUS. | |||
1995-03-09 | (diskfs_S_dir_rename): Implement diskfs_synchronous. | Michael I. Bushnell | |
1994-07-13 | entered into RCS | Michael I. Bushnell | |
1994-05-05 | Formerly dir-rename.c.~5~ | Roland McGrath | |
1994-02-03 | Formerly dir-rename.c.~4~ | Michael I. Bushnell | |
1994-02-03 | Formerly dir-rename.c.~3~ | Michael I. Bushnell | |
1994-01-31 | Formerly dir-rename.c.~2~ | Michael I. Bushnell | |
1994-01-31 | Initial revision | Michael I. Bushnell | |