# # ChangeLog for uspace/lib/ext4/Makefile in mainline # # Generated by Trac 1.6 # 2025-03-04T23:34:05Z 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. Sun, 15 May 2016 08:21:20 GMT Jakub Jermar [eff9f8c] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/ext4/Makefile (modified) * uspace/lib/nic/Makefile (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/urcu/Makefile (modified) Fix build error during incremental build and after modifying libc Thu, 30 Apr 2015 21:44:54 GMT Maurizio Lombardi [2b5d966] * uspace/lib/crypto/Makefile (modified) * uspace/lib/crypto/crc16_ibm.c (added) * uspace/lib/crypto/crypto.h (modified) * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_crc.c (deleted) * uspace/lib/ext4/libext4_crc.h (deleted) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/srv/fs/ext4fs/Makefile (modified) libext4, crypto: add the CRC16-IBM implementation to the crypto library. Sun, 12 Aug 2012 18:36:10 GMT Martin Decky [38542dc] * uspace/app/testwrit/Makefile (modified) * uspace/app/testwrit/testwrit.c (modified) * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_balloc.h (modified) * uspace/lib/ext4/libext4_bitmap.c (modified) * uspace/lib/ext4/libext4_bitmap.h (modified) * uspace/lib/ext4/libext4_block_group.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) * uspace/lib/ext4/libext4_crc.c (modified) * uspace/lib/ext4/libext4_crc.h (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory.h (modified) * uspace/lib/ext4/libext4_directory_index.c (modified) * uspace/lib/ext4/libext4_directory_index.h (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_extent.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_hash.c (modified) * uspace/lib/ext4/libext4_hash.h (modified) * uspace/lib/ext4/libext4_ialloc.c (modified) * uspace/lib/ext4/libext4_ialloc.h (modified) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_inode.h (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ext4/libext4_types.h (modified) * uspace/srv/fs/ext4fs/Makefile (modified) * uspace/srv/fs/ext4fs/ext4fs.c (modified) * uspace/srv/fs/ext4fs/ext4fs.h (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) ext4 code review and coding style cleanup Wed, 18 Apr 2012 08:13:46 GMT Frantisek Princ [f22d5ef0] * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_balloc.h (modified) * uspace/lib/ext4/libext4_bitmap.c (modified) * uspace/lib/ext4/libext4_bitmap.h (modified) * uspace/lib/ext4/libext4_block_group.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) * uspace/lib/ext4/libext4_crc.c (modified) * uspace/lib/ext4/libext4_crc.h (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory.h (modified) * uspace/lib/ext4/libext4_directory_index.c (modified) * uspace/lib/ext4/libext4_directory_index.h (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_extent.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_hash.c (modified) * uspace/lib/ext4/libext4_hash.h (modified) * uspace/lib/ext4/libext4_ialloc.c (modified) * uspace/lib/ext4/libext4_ialloc.h (modified) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_inode.h (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ext4/libext4_types.h (modified) * uspace/srv/fs/ext4fs/Makefile (modified) * uspace/srv/fs/ext4fs/ext4fs.c (modified) * uspace/srv/fs/ext4fs/ext4fs.h (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) Copyright update Sat, 31 Mar 2012 20:00:15 GMT Frantisek Princ [1ac1ab4] * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_balloc.h (modified) * uspace/lib/ext4/libext4_crc.c (added) * uspace/lib/ext4/libext4_crc.h (added) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory.h (modified) * uspace/lib/ext4/libext4_directory_index.c (modified) * uspace/lib/ext4/libext4_directory_index.h (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_extent.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_ialloc.c (modified) * uspace/lib/ext4/libext4_types.h (modified) * uspace/srv/fs/ext4fs/ext4fs.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) simplied headers of more functions, improved bg_ref and inode_ref ... Tue, 22 Nov 2011 15:26:14 GMT Frantisek Princ [bf66ef4] * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/libext4_ialloc.c (added) * uspace/lib/ext4/libext4_ialloc.h (added) Files inode allocator Tue, 22 Nov 2011 10:01:42 GMT Frantisek Princ [f49638e] * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory.h (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) directory entry delete operation (without HTree index modification) Mon, 14 Nov 2011 16:27:49 GMT Frantisek Princ [2674db6] * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_balloc.c (added) * uspace/lib/ext4/libext4_balloc.h (added) * uspace/lib/ext4/libext4_bitmap.c (modified) * uspace/lib/ext4/libext4_bitmap.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) New block allocation algorithm (from ext2) Mon, 07 Nov 2011 11:50:31 GMT Frantisek Princ [052e82d] * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_bitmap.c (added) * uspace/lib/ext4/libext4_bitmap.h (added) * uspace/lib/ext4/libext4_block_group.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_inode.h (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) partially functional truncate operation Wed, 26 Oct 2011 11:41:21 GMT Frantisek Princ [0dc91833] * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory.h (modified) * uspace/lib/ext4/libext4_directory_index.c (added) * uspace/lib/ext4/libext4_directory_index.h (added) * uspace/lib/ext4/libext4_hash.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) splitted code because of very long source file Wed, 19 Oct 2011 11:44:13 GMT Frantisek Princ [8158db7] * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory.h (modified) * uspace/lib/ext4/libext4_hash.c (added) * uspace/lib/ext4/libext4_hash.h (added) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) Hash functions implementation (ported from Linux) Mon, 10 Oct 2011 18:55:04 GMT Frantisek Princ [829d238] * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_extent.c (added) * uspace/lib/ext4/libext4_extent.h (added) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) Basic extent structures + applied bugfix from M. Lombardi Fri, 30 Sep 2011 20:00:30 GMT Frantisek Princ [6c501f8] * uspace/Makefile.common (modified) * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_block_group.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_filesystem.c (added) * uspace/lib/ext4/libext4_filesystem.h (added) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_inode.h (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/srv/fs/ext4fs/Makefile (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) _mounted and _unmounted operations skeletons (copied from ext2fs) Wed, 28 Sep 2011 17:37:50 GMT Frantisek Princ [eb91db7] * uspace/Makefile (modified) * uspace/lib/ext4/Makefile (added) * uspace/lib/ext4/libext4.h (added) * uspace/lib/ext4/libext4_block_group.c (added) * uspace/lib/ext4/libext4_block_group.h (added) * uspace/lib/ext4/libext4_directory.c (added) * uspace/lib/ext4/libext4_directory.h (added) * uspace/lib/ext4/libext4_inode.c (added) * uspace/lib/ext4/libext4_inode.h (added) * uspace/lib/ext4/libext4_superblock.c (added) * uspace/lib/ext4/libext4_superblock.h (added) libext4 basic structure - without any functionality