diff options
| -rw-r--r-- | ext2fs/ChangeLog | 12 | ||||
| -rw-r--r-- | libdiskfs/ChangeLog | 5 |
2 files changed, 17 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index 811973f5..76a167b7 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,15 @@ +2000-12-02 Roland McGrath <roland@frob.com> + + * inode.c (write_all_disknodes): Call diskfs_set_node_times after + pokel_sync, since it might delay a little. + (write_node): Remove assert that dn_set_mtime et al are clear. + It is ok if they are set in parallel, because the latter setting + will be carried out eventually. + +2000-10-01 Roland McGrath <roland@frob.com> + + * truncate.c (diskfs_truncate): Use & instead of %. + 2000-11-30 Marcus Brinkmann <marcus@gnu.org> * dir.c (diskfs_lookup_hard): If name is too long, clear diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 22bfb192..8ecef1d9 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,8 @@ +2000-12-02 Roland McGrath <roland@frob.com> + + * node-times.c (diskfs_set_node_times): Make individual flag checks + race-proof so we don't lose any flag settings. + 2000-07-26 Mark Kettenis <kettenis@gnu.org> * Makefile (HURDLIBS): Reorder libs such that the threads lib |
