# # ChangeLog for uspace/lib/ext2/Makefile in mainline # # Generated by Trac 1.6 # 2026-06-02T18:30:02Z Thu, 24 Feb 2011 10:38:01 GMT Martin Sucha [102d400] * uspace/lib/ext2/Makefile (modified) * uspace/lib/ext2/libext2.h (modified) * uspace/lib/ext2/libext2_directory.c (added) * uspace/lib/ext2/libext2_directory.h (added) Add structure definition for linked list directory entry 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 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 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 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