# # ChangeLog for uspace/app/mkext4/mkext4.c in mainline # # Generated by Trac 1.6 # 2025-01-14T16:53:11Z Tue, 11 Dec 2018 14:02:08 GMT Maurizio Lombardi [6abdef37] * uspace/app/mkext4/mkext4.c (modified) mkext4: fix infinite loop when passing an invalid argument. Also ... Wed, 03 Oct 2018 15:31:58 GMT Jiri Svoboda [6ba36a0] * uspace/app/mkext4/mkext4.c (modified) * uspace/lib/ext4/include/ext4/cfg.h (modified) * uspace/lib/ext4/include/ext4/filesystem.h (modified) * uspace/lib/ext4/include/ext4/superblock.h (modified) * uspace/lib/ext4/include/ext4/types.h (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/superblock.c (modified) * uspace/srv/volsrv/mkfs.c (modified) Setting a custom ext4 volume label. Wed, 03 Oct 2018 08:34:52 GMT Jiri Svoboda [2175178] * uspace/app/mkext4/mkext4.c (modified) * uspace/lib/ext4/include/ext4/cfg.h (added) * uspace/lib/ext4/include/ext4/filesystem.h (modified) * uspace/lib/ext4/include/ext4/superblock.h (modified) * uspace/lib/ext4/src/directory.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/superblock.c (modified) Allow creating ext2 dynamic revision. Allow choosing ext filesystem ... Thu, 30 Aug 2018 18:53:48 GMT Jakub Jermar [b1834a01] * abi/doc/doxygroups.h (added) * abi/include/abi/asmtool.h (modified) * abi/include/abi/log.h (modified) * boot/doc/doxygroups.h (added) * kernel/doc/doxygroups.h (modified) * kernel/genarch/include/genarch/drivers/ega/ega.h (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/ofw/ebus.c (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/genarch/src/ofw/pci.c (modified) * kernel/genarch/src/ofw/sbus.c (modified) * kernel/genarch/src/ofw/upa.c (modified) * kernel/generic/include/log.h (modified) * kernel/generic/include/verify.h (modified) * kernel/generic/src/log/log.c (modified) * kernel/test/test.c (modified) * kernel/test/test.h (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/blkdump/doc/doxygroups.h (added) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/bnchmark/doc/doxygroups.h (added) * uspace/app/mkexfat/doc/doxygroups.h (added) * uspace/app/mkexfat/exfat.h (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkexfat/upcase.h (modified) * uspace/app/mkext4/doc/doxygroups.h (added) * uspace/app/mkext4/mkext4.c (modified) * uspace/app/mkfat/doc/doxygroups.h (added) * uspace/app/mkfat/fat.h (modified) * uspace/app/mkfat/fat_dentry.h (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/doc/doxygroups.h (added) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/rcutest/doc/doxygroups.h (added) * uspace/app/rcutest/rcutest.c (modified) * uspace/app/testread/doc/doxygroups.h (added) * uspace/app/testread/testread.c (modified) * uspace/app/testwrit/doc/doxygroups.h (added) * uspace/app/testwrit/testwrit.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/lib/c/doc/doxygroups.h (modified) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/rtld/dynamic.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/c/generic/thread/rcu.c (modified) * uspace/lib/c/include/ipc/mouseev.h (modified) * uspace/lib/c/include/loader/loader.h (modified) * uspace/lib/c/include/loader/pcb.h (modified) * uspace/lib/c/include/rcu.h (modified) * uspace/lib/minix/doc/doxygroups.h (added) * uspace/lib/minix/minix.h (modified) * uspace/lib/pcut/doc/doxygroups.h (added) * uspace/srv/fs/cdfs/cdfs.c (modified) * uspace/srv/fs/cdfs/cdfs.h (modified) * uspace/srv/fs/cdfs/cdfs_endian.h (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.h (modified) * uspace/srv/fs/cdfs/doc/doxygroups.h (added) * uspace/srv/fs/exfat/doc/doxygroups.h (added) * uspace/srv/fs/exfat/exfat.c (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_bitmap.h (modified) * uspace/srv/fs/exfat/exfat_dentry.c (modified) * uspace/srv/fs/exfat/exfat_dentry.h (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_directory.h (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_fat.h (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext4fs/doc/doxygroups.h (added) * uspace/srv/fs/ext4fs/ext4fs.c (modified) * uspace/srv/fs/fat/doc/doxygroups.h (added) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_directory.h (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/doc/doxygroups.h (added) * uspace/srv/fs/locfs/locfs.c (modified) * uspace/srv/fs/locfs/locfs.h (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.h (modified) * uspace/srv/fs/mfs/doc/doxygroups.h (added) * uspace/srv/fs/mfs/mfs.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_inode.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) * uspace/srv/fs/mfs/mfs_utils.c (modified) * uspace/srv/fs/tmpfs/doc/doxygroups.h (added) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/doc/doxygroups.h (added) * uspace/srv/fs/udf/udf.c (modified) * uspace/srv/fs/udf/udf.h (modified) * uspace/srv/fs/udf/udf_cksum.c (modified) * uspace/srv/fs/udf/udf_cksum.h (modified) * uspace/srv/fs/udf/udf_file.c (modified) * uspace/srv/fs/udf/udf_file.h (modified) * uspace/srv/fs/udf/udf_idx.c (modified) * uspace/srv/fs/udf/udf_idx.h (modified) * uspace/srv/fs/udf/udf_ops.c (modified) * uspace/srv/fs/udf/udf_osta.c (modified) * uspace/srv/fs/udf/udf_types.h (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/fs/udf/udf_volume.h (modified) * uspace/srv/hid/s3c24xx_ts/doc/doxygroups.h (added) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/vfs/doc/doxygroups.h (added) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_pager.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Categorize the remaining orphan doxygroups Mon, 27 Aug 2018 14:17:14 GMT Jiri Svoboda [aab85d90] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/mkext4/Makefile (added) * uspace/app/mkext4/mkext4.c (added) * uspace/lib/ext4/include/ext4/filesystem.h (modified) * uspace/lib/ext4/include/ext4/ialloc.h (modified) * uspace/lib/ext4/include/ext4/superblock.h (modified) * uspace/lib/ext4/include/ext4/types.h (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ialloc.c (modified) * uspace/lib/ext4/src/superblock.c (modified) * uspace/srv/volsrv/mkfs.c (modified) Basic Ext4 filesystem creation (can only create Ext2-old, 1K blocks).