# # ChangeLog for uspace/lib/ext2 in mainline # # Generated by Trac 1.6 # 2025-08-22T11:18:20Z Wed, 16 Feb 2011 20:21:03 GMT Martin Sucha [b65cae22] * uspace/app/ext2info/ext2info.c (modified) * uspace/lib/ext2/libext2_inode.c (modified) * uspace/lib/ext2/libext2_inode.h (modified) * uspace/lib/ext2/libext2_superblock.h (modified) Add support for some OS specific fields Wed, 16 Feb 2011 17:11:51 GMT Martin Sucha [a2a1792] * uspace/lib/ext2/libext2_filesystem.c (modified) Fixed locating of inodes Wed, 16 Feb 2011 16:47:18 GMT Martin Sucha [5352d72] * uspace/app/ext2info/ext2info.c (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_inode.c (modified) * uspace/lib/ext2/libext2_inode.h (modified) Added support for reading and displaying inode contents to ext2info Wed, 16 Feb 2011 08:20:59 GMT Martin Sucha [ce13577] * uspace/lib/ext2/Makefile (modified) * uspace/lib/ext2/libext2.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_filesystem.h (modified) * uspace/lib/ext2/libext2_inode.c (added) * uspace/lib/ext2/libext2_inode.h (added) Basic support for locating an inode Tue, 15 Feb 2011 19:24:38 GMT Martin Sucha [d241aae] * uspace/app/ext2info/ext2info.c (modified) * uspace/lib/ext2/Makefile (modified) * uspace/lib/ext2/libext2.h (modified) * uspace/lib/ext2/libext2_block_group.c (added) * uspace/lib/ext2/libext2_block_group.h (added) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_filesystem.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) Add support for reading ext2 block group descriptors Mon, 14 Feb 2011 22:20:09 GMT Martin Sucha [1d6f507] * uspace/app/ext2info/ext2info.c (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_filesystem.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) * uspace/lib/ext2/libext2_superblock.h (modified) Add some basic sanity checks Mon, 14 Feb 2011 21:35:32 GMT Martin Sucha [3949e8a0] * uspace/lib/ext2/libext2.h (modified) * uspace/lib/ext2/libext2_filesystem.h (added) * uspace/lib/ext2/libext2_superblock.c (modified) * uspace/lib/ext2/libext2_superblock.h (added) Split libext2 header Mon, 14 Feb 2011 20:24:40 GMT Martin Sucha [f6fa2c2] * uspace/app/ext2info/ext2info.c (modified) * uspace/lib/ext2/libext2.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) Added read support and code in ext2info for more superblock entries Sun, 13 Feb 2011 23:19:12 GMT Martin Sucha [c00e729] * uspace/app/ext2info/ext2info.c (modified) * uspace/lib/ext2/libext2.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) Support for some more superblock fields and displaying in ext2info Sun, 13 Feb 2011 21:20:21 GMT Martin Sucha [8bd5dad] * uspace/app/ext2info/ext2info.c (modified) * uspace/lib/ext2/Makefile (modified) * uspace/lib/ext2/libext2.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_superblock.c (modified) Initialize libext2 in ext2info & fixed some bugs in libext2 Sun, 13 Feb 2011 20:37:31 GMT Martin Sucha [566c401] * uspace/lib/ext2/libext2.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_superblock.c (modified) Cleanup Sun, 13 Feb 2011 20:27:30 GMT Martin Sucha [e272949] * uspace/app/ext2info/ext2info.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/block/libblock.h (modified) * uspace/lib/ext2/libext2.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_superblock.c (modified) Refactor direct reading of superblock Sun, 13 Feb 2011 18:55:00 GMT Martin Sucha [36bca8eb] * uspace/app/ext2info/ext2info.c (modified) * uspace/lib/ext2/Makefile (modified) * uspace/lib/ext2/libext2.c (deleted) * uspace/lib/ext2/libext2.h (modified) * uspace/lib/ext2/libext2_filesystem.c (added) * uspace/lib/ext2/libext2_superblock.c (added) Add some more superblock members and function to read a superblock Sat, 12 Feb 2011 16:17:00 GMT Martin Sucha [d5e2763] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/ext2info/Makefile (added) * uspace/app/ext2info/ext2info.c (added) * uspace/lib/ext2/libext2.c (modified) * uspace/lib/ext2/libext2.h (modified) Add very basic program to show ext2 information (only superblock ... Thu, 02 Dec 2010 19:16:53 GMT Martin Sucha [3bd76491] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/ext2/Makefile (added) * uspace/lib/ext2/libext2.c (added) * uspace/lib/ext2/libext2.h (added) * uspace/srv/fs/ext2/Makefile (added) * uspace/srv/fs/ext2/ext2.c (added) * uspace/srv/fs/ext2/ext2.h (added) * uspace/srv/fs/ext2/ext2_ops.c (added) Basic skeleton for libext2 and ext2 server