# # ChangeLog for uspace/lib/ext2 in mainline # # Generated by Trac 1.6 # 2026-07-29T08:06:25Z 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