# # ChangeLog for uspace/srv/vfs/vfs.h in mainline # # Generated by Trac 1.6 # 2024-11-07T07:41:03Z Sun, 02 Mar 2008 15:05:26 GMT Jakub Jermar [d6084ef] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Make VFS canonify path names on lookup. Mon, 25 Feb 2008 22:22:57 GMT Jakub Jermar [fdb7795] * 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.h (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Separate creation of a TMPFS node and its linking in the file system ... Sun, 17 Feb 2008 16:22:10 GMT Jakub Jermar [f15cf1a6] * uspace/lib/libc/generic/vfs.c (modified) * uspace/lib/libc/include/unistd.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) Support for rmdir(), unlink() and the respective VFS operations. Sun, 17 Feb 2008 14:49:14 GMT Jakub Jermar [e704503] * uspace/lib/libc/generic/vfs.c (modified) * uspace/lib/libc/include/errno.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) Support for close(). Sun, 17 Feb 2008 13:32:53 GMT Jakub Jermar [f17667a] * uspace/srv/fs/fat/fat.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.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Add the VFS_FREE operation. This operation frees up whatever ... Sat, 16 Feb 2008 11:23:19 GMT Jakub Jermar [b5553a2] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) Introduce the notion of VFS node link counts. Sun, 27 Jan 2008 16:43:48 GMT Jakub Jermar [15b9970] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) VFS_OPEN and VFS_WRITE now understand O_APPEND. Sun, 27 Jan 2008 14:59:32 GMT Jakub Jermar [72bde81] * uspace/app/tester/vfs/vfs1.c (modified) * uspace/lib/libc/generic/vfs.c (modified) * uspace/lib/libc/include/sys/stat.h (added) * uspace/lib/libc/include/sys/types.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Support for mkdir(). Sat, 26 Jan 2008 12:08:29 GMT Jakub Jermar [9415601] * uspace/srv/vfs/vfs.h (modified) Additional VFS lookup flags. Sat, 19 Jan 2008 13:40:38 GMT Jakub Jermar [ae78b53] * uspace/lib/libc/generic/vfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Introduce the notion of lflag (i.e. lookup flags) to support the ... Sun, 13 Jan 2008 13:19:37 GMT Jakub Jermar [0ee4322] * uspace/lib/libc/generic/vfs.c (modified) * uspace/lib/libc/include/unistd.h (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) Add ftruncate() and support for VFS_TRUNCATE to VFS and TMPFS. Wed, 09 Jan 2008 19:50:40 GMT Jakub Jermar [eb27ce5a] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Improve the API for converting (VFS triplets, size) to VFS nodes by ... Tue, 08 Jan 2008 21:58:58 GMT Jakub Jermar [cad9c72] * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) Make a distinction between VFS operations that are common to VFS and ... Tue, 08 Jan 2008 20:38:59 GMT Jakub Jermar [7fff5eab] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_mount.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_open.c (modified) * uspace/srv/vfs/vfs_rdwr.c (modified) Management of the cached VFS node size. Sun, 06 Jan 2008 19:39:13 GMT Jakub Jermar [222e57c] * kernel/generic/include/errno.h (modified) * uspace/lib/libc/generic/vfs.c (modified) * uspace/lib/libc/include/unistd.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_rdwr.c (modified) Add libc and VFS implementation of lseek(), VFS_SEEK resp. Add the ... Sun, 06 Jan 2008 16:40:58 GMT Jakub Jermar [10d6b858] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_rdwr.c (modified) Introduce the open file lock. Modify vfs_rdwr() to take this lock ... Sun, 06 Jan 2008 14:05:15 GMT Jakub Jermar [4db6eaf] * uspace/lib/libc/generic/futex.c (modified) * uspace/lib/libc/include/futex.h (modified) * uspace/srv/vfs/vfs.h (modified) Fix type in declaration of VFS node rwlock. Introduce a dedicated ... Sun, 06 Jan 2008 13:08:32 GMT Jakub Jermar [b3c38750] * uspace/lib/libc/include/rwlock.h (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_mount.c (modified) * uspace/srv/vfs/vfs_open.c (modified) * uspace/srv/vfs/vfs_unlink.c (modified) Turn the namespace futex into rwlock. Sun, 06 Jan 2008 12:50:51 GMT Jakub Jermar [9413c0d] * uspace/lib/libc/include/rwlock.h (added) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_rdwr.c (modified) Add basic rwlock API for uspace so that VFS can be ... Wed, 02 Jan 2008 20:25:24 GMT Jakub Jermar [f57f8ea] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_mount.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_open.c (modified) * uspace/srv/vfs/vfs_rdwr.c (modified) * uspace/srv/vfs/vfs_unlink.c (modified) Rename unlink_futex to namespace_futex and introduce a new futex for ... Tue, 25 Dec 2007 20:02:25 GMT Jakub Jermar [ee1b8ca] * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_rdwr.c (moved) VFS and TMPFS support for VFS_WRITE. Fri, 14 Dec 2007 18:12:17 GMT Jakub Jermar [cc76be3] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_register.c (modified) VFS work. During VFS_REGISTER, use strncmp() instead of strcmp(). ... Sat, 24 Nov 2007 18:44:06 GMT Jakub Jermar [b3cd9eb] * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_read.c (added) VFS work. Proto implementation of VFS_READ. Tue, 06 Nov 2007 17:26:28 GMT Jakub Jermar [b818cff] * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_node.c (modified) VFS work. Implement VFS node hash table management. Sun, 04 Nov 2007 19:47:32 GMT Jakub Jermar [320c884] * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (added) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_open.c (modified) * uspace/srv/vfs/vfs_unlink.c (added) A lot of more VFS prototyping. VFS_OPEN gets reasonably complete, ... Sat, 03 Nov 2007 17:16:47 GMT Jakub Jermar [ec01adf] * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_mount.c (modified) * uspace/srv/vfs/vfs_node.c (added) * uspace/srv/vfs/vfs_open.c (modified) * uspace/srv/vfs/vfs_register.c (modified) VFS work. Start implementing VFS side of VFS_OPEN. Add vfs_node.c ... Sat, 03 Nov 2007 15:25:01 GMT Jakub Jermar [828d215] * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_open.c (modified) VFS work. Allocate the open filess array dynamically and protect ... Sat, 03 Nov 2007 14:23:57 GMT Jakub Jermar [4d21cf8] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_mount.c (modified) VFS work. Introduce the notion of VFS_PAIR which corresponds to a ... Sat, 29 Sep 2007 18:11:48 GMT Jakub Jermar [5b890cfd] * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_open.c (added) VFS work. Start VFS_OPEN. Fri, 28 Sep 2007 20:11:02 GMT Jakub Jermar [7313e7a] * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_mount.c (modified) VFS work. This is a checkpoint commit. It introduces initial, still ... Fri, 28 Sep 2007 16:48:16 GMT Josef Cejka [90e6025] * kernel/generic/include/ipc/ipc.h (modified) * uspace/lib/libc/include/ipc/fb.h (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/devmap/devmap.h (modified) * uspace/srv/vfs/vfs.h (modified) Fixed naming convention in IPC. Fri, 28 Sep 2007 14:44:23 GMT Jakub Jermar [12a56fa] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_register.c (modified) VFS work. Modify vfs_lookup_internal() to be able to work with an ... Fri, 28 Sep 2007 13:42:04 GMT Jakub Jermar [84b86dcb] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_register.c (modified) VFS work. Add fs_name_to_handle() function to abstract away the ... Fri, 28 Sep 2007 10:36:31 GMT Jakub Jermar [5f4cfb1e] * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_register.c (modified) VFS work. Upon FS registration via VFS_REGISTER, the client is ... Thu, 27 Sep 2007 18:14:02 GMT Jakub Jermar [6c117bb] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) VFS work. Proto implementation of VFS-side vfs_lookup_internal(). Thu, 27 Sep 2007 12:38:31 GMT Jakub Jermar [bcf23cf] * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (added) * uspace/srv/vfs/vfs_mount.c (added) VFS work. Start support for the Patch Lookup Buffer. Also add ... Wed, 26 Sep 2007 22:05:22 GMT Jakub Jermar [8c20b26] * uspace/srv/vfs/vfs.h (modified) VFS work. Introduce basic types representing a file system node and ... Thu, 20 Sep 2007 17:01:52 GMT Jakub Jermar [8f9ede5] * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_register.c (added) Move VFS_REGISTER functionality into a separate file. Mon, 17 Sep 2007 17:31:33 GMT Jakub Jermar [c0cdcaf] * uspace/Makefile (modified) * uspace/lib/libc/include/ipc/services.h (modified) * uspace/srv/fs/fat/Makefile (moved) * uspace/srv/fs/fat/fat.c (moved) * uspace/srv/vfs/vfs.h (modified) Turn the empty fs service into the beginning of FAT support. Start ... Sun, 16 Sep 2007 11:02:33 GMT Jakub Jermar [a0edf5f] * kernel/generic/include/ipc/ipc.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) VFS work. Added mandatory VFS_LOOKUP Handling of VFS_REGISTER ... Sat, 15 Sep 2007 14:47:57 GMT Jakub Jermar [2b20947] * uspace/lib/libc/include/ctype.h (modified) * uspace/lib/libc/include/libadt/hash_table.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) VFS work. Delve deeper into VFS_REGISTER. Sat, 15 Sep 2007 08:54:35 GMT Jakub Jermar [d79dcdb] * kernel/generic/include/ipc/ipc.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) VFS work. Now, each VFS connection fibril will accept requests in a ... Thu, 13 Sep 2007 20:19:40 GMT Jakub Jermar [b3f598e] * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) VFS work. Start implementing the VFS_REGISTER request. Thu, 13 Sep 2007 19:28:50 GMT Jakub Jermar [c952465d] * uspace/lib/libc/include/ipc/services.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (added) VFS work. Turn the dummy skeleton into a dummy skeleton that can ...