# # ChangeLog for / in mainline # # Generated by Trac 1.5.4 # 2024-04-24T16:06:12Z Tue, 26 Jan 2010 19:18:21 GMT Jakub Jermar [bb0d3d24] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Merge TMPFS fixes and TMPFS support for unmount. Tue, 26 Jan 2010 19:16:58 GMT Jakub Jermar [e056e820] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Finish implementation of tmpfs_unmounted(). Tue, 26 Jan 2010 19:03:36 GMT Jakub Jermar [9bddf37] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Free up node's resources in the 'nodes' hash table remove callback. Tue, 26 Jan 2010 17:53:40 GMT Jakub Jermar [88e870e] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Do not free() node's data area if it was not allocated. Tue, 26 Jan 2010 17:49:22 GMT Jakub Jermar [e856c34] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Change the order of TMPFS node keys. Tue, 26 Jan 2010 17:13:01 GMT Jakub Jermar [4557462] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Add missing free(). Mon, 25 Jan 2010 22:26:16 GMT Jakub Jermar [ce8c848] * uspace/lib/libc/include/ipc/vfs.h (modified) * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/devfs/devfs.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/devfs/devfs_ops.h (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Merge progress on the unmount feature.