# # ChangeLog for uspace/lib/ext4/include in mainline # # Generated by Trac 1.6 # 2026-06-01T07:26:52Z Thu, 11 May 2017 22:26:39 GMT Jiri Svoboda [be39fc6] * uspace/lib/ext4/include/ext4/filesystem.h (modified) * uspace/lib/ext4/include/ext4/fstypes.h (moved) * uspace/lib/ext4/include/ext4/ops.h (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/srv/fs/ext4fs/ext4fs.c (modified) Adjust prefixes ext4fs -> ext4 after moving code. Thu, 11 May 2017 22:07:09 GMT Jiri Svoboda [4bfad34] * uspace/lib/ext4/include/ext4/filesystem.h (modified) * uspace/lib/ext4/include/ext4/ops.h (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/bitmap.c (modified) * uspace/lib/ext4/src/block_group.c (modified) * uspace/lib/ext4/src/directory.c (modified) * uspace/lib/ext4/src/directory_index.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/hash.c (modified) * uspace/lib/ext4/src/ialloc.c (modified) * uspace/lib/ext4/src/inode.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/ext4/src/superblock.c (modified) Move parts of ext4 filesystem initialization. Wed, 10 May 2017 19:50:48 GMT Jiri Svoboda [71fe4723] * uspace/lib/ext4/include/ext4/balloc.h (modified) * uspace/lib/ext4/include/ext4/bitmap.h (modified) * uspace/lib/ext4/include/ext4/block_group.h (modified) * uspace/lib/ext4/include/ext4/directory.h (modified) * uspace/lib/ext4/include/ext4/directory_index.h (modified) * uspace/lib/ext4/include/ext4/extent.h (modified) * uspace/lib/ext4/include/ext4/filesystem.h (modified) * uspace/lib/ext4/include/ext4/hash.h (modified) * uspace/lib/ext4/include/ext4/ialloc.h (modified) * uspace/lib/ext4/include/ext4/inode.h (modified) * uspace/lib/ext4/include/ext4/libext4.h (modified) * uspace/lib/ext4/include/ext4/superblock.h (modified) * uspace/lib/ext4/include/ext4/types.h (modified) Simplify header guards. Wed, 10 May 2017 19:47:31 GMT Jiri Svoboda [81dd2ed] * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/include/ext4/ops.h (moved) * uspace/lib/ext4/src/ops.c (moved) * uspace/srv/fs/ext4fs/Makefile (modified) * uspace/srv/fs/ext4fs/ext4fs.c (modified) The division of ext4 into fs and lib is arbitrary, preventing ... Wed, 10 May 2017 17:42:12 GMT Jiri Svoboda [3345b86] * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/include/ext4/balloc.h (moved) * uspace/lib/ext4/include/ext4/bitmap.h (moved) * uspace/lib/ext4/include/ext4/block_group.h (moved) * uspace/lib/ext4/include/ext4/directory.h (moved) * uspace/lib/ext4/include/ext4/directory_index.h (moved) * uspace/lib/ext4/include/ext4/extent.h (moved) * uspace/lib/ext4/include/ext4/filesystem.h (moved) * uspace/lib/ext4/include/ext4/hash.h (moved) * uspace/lib/ext4/include/ext4/ialloc.h (moved) * uspace/lib/ext4/include/ext4/inode.h (moved) * uspace/lib/ext4/include/ext4/libext4.h (moved) * uspace/lib/ext4/include/ext4/superblock.h (moved) * uspace/lib/ext4/include/ext4/types.h (moved) * uspace/lib/ext4/src/balloc.c (moved) * uspace/lib/ext4/src/bitmap.c (moved) * uspace/lib/ext4/src/block_group.c (moved) * uspace/lib/ext4/src/directory.c (moved) * uspace/lib/ext4/src/directory_index.c (moved) * uspace/lib/ext4/src/extent.c (moved) * uspace/lib/ext4/src/filesystem.c (moved) * uspace/lib/ext4/src/hash.c (moved) * uspace/lib/ext4/src/ialloc.c (moved) * uspace/lib/ext4/src/inode.c (moved) * uspace/lib/ext4/src/superblock.c (moved) * uspace/srv/fs/ext4fs/Makefile (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) Libext4 went the wrong direction with filename prefixing.