# # ChangeLog for uspace/lib/ext4 in mainline # # Generated by Trac 1.6 # 2025-08-01T06:48:36Z Wed, 10 May 2017 18:04:21 GMT Jiri Svoboda [fcb0d76] * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/bitmap.c (modified) * uspace/lib/ext4/src/block_group.c (modified) * uspace/lib/ext4/src/directory.c (modified) * uspace/lib/ext4/src/directory_index.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/hash.c (modified) * uspace/lib/ext4/src/ialloc.c (modified) * uspace/lib/ext4/src/inode.c (modified) * uspace/lib/ext4/src/superblock.c (modified) Libext4 should try to include what it uses. 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. Tue, 09 May 2017 18:55:11 GMT Jiri Svoboda [f066a87] * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) Ext4 should check for sanity before modifying the superblock. 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 Fri, 18 Sep 2015 15:08:40 GMT Martin Decky [8a45707d] * uspace/lib/ext4/libext4_ialloc.c (modified) avoid the corner case where the last block group is the only block ... Sat, 22 Aug 2015 05:12:30 GMT Martin Decky [fc22069] * uspace/app/blkdump/blkdump.c (modified) * uspace/app/hdisk/hdisk.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/lib/bithenge/src/helenos/block.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/block/block.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/gpt/libgpt.c (modified) * uspace/lib/mbr/libmbr.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/udf/udf_ops.c (modified) block devices use the same interface, therefore the API of libblock ... 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. Mon, 27 Apr 2015 19:36:16 GMT Maurizio Lombardi [c1fd281] * uspace/lib/ext4/libext4_filesystem.c (modified) libext4: fix typo Sun, 26 Apr 2015 21:53:59 GMT Maurizio Lombardi [b9f2ba8] * uspace/lib/ext4/libext4_crc.c (modified) libext4: removing crc16 implementation committed by mistake Sun, 26 Apr 2015 21:46:56 GMT Maurizio Lombardi [24df0de6] * uspace/lib/ext4/libext4_balloc.c (modified) libext4: remove boilerplate code from ext4_balloc_find_goal(). Sun, 26 Apr 2015 21:26:25 GMT Maurizio Lombardi [5cc1853] * uspace/lib/ext4/libext4_balloc.c (modified) libext4: ext4_balloc_get_first_data_block_in_group() should return an ... Sun, 26 Apr 2015 21:02:32 GMT Maurizio Lombardi [418f21d] * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_crc.c (modified) libext4: remove the old ext4_balloc_get_bgid_of_block() ... Sun, 26 Apr 2015 21:01:35 GMT Maurizio Lombardi [60c409c] * uspace/lib/ext4/libext4_filesystem.c (modified) libext4: fix ext4_filesystem_blockaddr2group() to support filesystems ... Sat, 25 Apr 2015 21:20:11 GMT Maurizio Lombardi [d76973c] * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_types.h (modified) libext4: introduce support for flexible block groups. With FLEX_BG, ... Thu, 16 Apr 2015 19:38:40 GMT Maurizio Lombardi [7f29575] * uspace/lib/ext4/libext4_filesystem.c (modified) libext4: fix typo Thu, 16 Apr 2015 19:34:06 GMT Maurizio Lombardi [447201e] * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) libext4: adds a function that, given a block group ref, calculates ... Wed, 15 Apr 2015 20:14:27 GMT Maurizio Lombardi [6dd7f65] * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ext4/libext4_types.h (modified) libext4: add missing parts that will be needed to support flexible ... Sun, 05 Apr 2015 15:56:38 GMT Maurizio Lombardi [eb94d84] * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) libext4: fix memory leak, release the superblock structure if the ... Sat, 04 Apr 2015 12:37:14 GMT Maurizio Lombardi [f5c03a8] * uspace/lib/ext4/libext4_filesystem.c (modified) libext4: remove block leak in the error code path of ... Sat, 04 Apr 2015 12:25:39 GMT Maurizio Lombardi [356e6882] * uspace/lib/ext4/libext4_directory.c (modified) libext4: remove unnecessary check Thu, 02 Apr 2015 21:16:47 GMT Maurizio Lombardi [bd5d4e1] * uspace/lib/ext4/libext4_extent.c (modified) libex4: fix block leak in error code path. Mon, 31 Mar 2014 22:27:02 GMT Maurizio Lombardi [d579acc] * uspace/lib/ext4/libext4_balloc.c (modified) libext4: every allocation group contains the number of free blocks, ... Sun, 19 Jan 2014 14:35:04 GMT Maurizio Lombardi [2f591127] * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_ialloc.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) ext4: fix some minor bugs and memory leaks Wed, 04 Dec 2013 20:47:25 GMT Maurizio Lombardi [a159c6a] * uspace/lib/ext4/libext4_balloc.c (modified) ext4: release the block group in case of error. Wed, 04 Dec 2013 20:38:11 GMT Maurizio Lombardi [d4d5b17] * uspace/lib/ext4/libext4_balloc.c (modified) ext4: code cleaning Thu, 28 Nov 2013 21:06:49 GMT Maurizio Lombardi [1f63d9d] * uspace/lib/ext4/libext4_balloc.c (modified) libext4: fix error code check. Thu, 28 Nov 2013 20:40:38 GMT Maurizio Lombardi [e5a1ace3] * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_directory_index.c (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_ialloc.c (modified) libext4: do not ignore error codes Wed, 20 Nov 2013 21:47:41 GMT Maurizio Lombardi [532f53d] * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) ext4: return the error code to the caller in case something fails. Fri, 15 Nov 2013 21:24:18 GMT Maurizio Lombardi [2764497] * uspace/lib/ext4/libext4_balloc.c (modified) libext4: modify ext4_balloc_find_goal() to report the correct error ... Sun, 15 Sep 2013 11:10:56 GMT Martin Decky [b7adc22] * uspace/lib/block/block.c (modified) * uspace/lib/block/block.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) remove cross-include (thx Jiri Zarevucky) Sat, 18 May 2013 21:11:29 GMT Jiri Svoboda [44ecf89] * uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/posix/source/strings.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) Replace deprecated function bcmp() with memcmp(). Fri, 09 Nov 2012 14:28:39 GMT Martin Sucha [d1538a1] * 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_directory.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/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ext4/libext4_types.h (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) Add missing copyright headers to ext4 Those files are based on ext2 ... Sun, 23 Sep 2012 08:03:08 GMT Jakub Jermar [0d8322da] * uspace/lib/ext4/libext4_crc.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_hash.c (modified) Remove GPL licensed code from libext4. Fri, 24 Aug 2012 15:03:10 GMT Frantisek Princ [041ab64] * uspace/lib/ext4/libext4_filesystem.c (modified) bugfix #476 Thu, 16 Aug 2012 18:40:56 GMT Martin Decky [f73b291] * contrib/arch/uspace/srv/fs/fat/fat.bp (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/ext2info/ext2info.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/lib/block/Makefile (modified) * uspace/lib/block/block.c (moved) * uspace/lib/block/block.h (moved) * uspace/lib/ext2/libext2_block_group.h (modified) * uspace/lib/ext2/libext2_directory.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_filesystem.h (modified) * uspace/lib/ext2/libext2_inode.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) * uspace/lib/ext2/libext2_superblock.h (modified) * uspace/lib/ext4/libext4_bitmap.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) * uspace/lib/ext4/libext4_filesystem.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/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_fat.h (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) libblock.{c|h} -> block.{c|h} Sun, 12 Aug 2012 22:13:57 GMT Martin Decky [c3fe001] * uspace/lib/ext4/libext4_filesystem.c (modified) superblock->state is a bit field, not a value field make sure we ... 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 Mon, 30 Jul 2012 19:58:52 GMT Frantisek Princ [c15849c] * uspace/lib/ext4/libext4_filesystem.c (modified) removed commented code Mon, 30 Jul 2012 19:31:47 GMT Frantisek Princ [e25d78c] * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_ialloc.c (modified) fixed bug with unused inodes count Sat, 28 Jul 2012 10:41:18 GMT Frantisek Princ [8847142] * uspace/lib/ext4/libext4_filesystem.c (modified) Added default file/dir permissions due to compatibility reasons Sat, 21 Jul 2012 08:58:29 GMT Frantisek Princ [0b293a6] * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) added variable cache mode + missing cache fini Sat, 21 Jul 2012 08:19:33 GMT Frantisek Princ [fe61181] * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory_index.c (modified) * uspace/lib/ext4/libext4_extent.c (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_superblock.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) Debug messages removed Fri, 20 Jul 2012 20:27:31 GMT Frantisek Princ [4cdac68] * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_balloc.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_ialloc.c (modified) debugged initialization of block group structures Fri, 20 Jul 2012 20:26:52 GMT Frantisek Princ [865a4bf] * uspace/lib/ext4/libext4_types.h (modified) changed supported features Sun, 15 Jul 2012 10:22:13 GMT Frantisek Princ [8eff2b0] * uspace/lib/ext4/libext4_extent.c (modified) redundant condition removed Wed, 11 Jul 2012 09:01:52 GMT Frantisek Princ [80bd676] * uspace/lib/ext4/libext4_superblock.c (modified) fixed 64-bit incompatibility Tue, 10 Jul 2012 11:02:51 GMT Frantisek Princ [6f10638] * uspace/lib/ext4/libext4_extent.c (modified) Debugged version of extent tree growing Tue, 10 Jul 2012 10:49:18 GMT Frantisek Princ [292c843] * uspace/lib/ext4/libext4_balloc.c (modified) Very hidden bug in block allocator fixed Tue, 10 Jul 2012 09:46:53 GMT Frantisek Princ [9aa82e6] * uspace/lib/ext4/libext4_balloc.c (modified) simplified function header - redundant param removed Sun, 08 Jul 2012 21:50:26 GMT Frantisek Princ [5d3d75a5] * uspace/lib/ext4/libext4_extent.c (modified) removed dead (commented) code from previous revisions, now appending ... Fri, 06 Jul 2012 14:50:43 GMT Frantisek Princ [96606fe] * uspace/lib/ext4/libext4_extent.c (modified) completely recoded splitting function Sat, 23 Jun 2012 19:53:49 GMT Frantisek Princ [d510ac01] * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_extent.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) Fixed bug with different sizes in writing file on extents Thu, 21 Jun 2012 10:48:21 GMT Frantisek Princ [2616a75b] * uspace/lib/ext4/libext4_extent.c (modified) one bugfix + some debugging output Mon, 18 Jun 2012 11:09:34 GMT Frantisek Princ [06d85e5] * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_bitmap.c (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory_index.c (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_ialloc.c (modified) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) Most of comments modified by current coding style Mon, 18 Jun 2012 09:49:18 GMT Frantisek Princ [49c94a3] * uspace/lib/ext4/libext4_extent.c (modified) fixed bug in algorithm for delete big files Sun, 03 Jun 2012 15:08:33 GMT Frantisek Princ [840e227] * uspace/lib/ext4/libext4_filesystem.c (modified) added debug error messages and modified delete orphan function (will ... Sun, 03 Jun 2012 15:03:20 GMT Frantisek Princ [4059a28] * uspace/lib/ext4/libext4_types.h (modified) adjusted supported features Sun, 03 Jun 2012 15:02:50 GMT Frantisek Princ [da9f220d] * uspace/lib/ext4/libext4_inode.c (modified) missing comments added Sun, 03 Jun 2012 15:01:41 GMT Frantisek Princ [79b5bc9] * uspace/lib/ext4/libext4_extent.c (modified) very malicious bug in binary search algorithm Mon, 28 May 2012 09:56:44 GMT Frantisek Princ [fb04cd90] * uspace/lib/ext4/libext4_block_group.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.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/ext4fs_ops.c (modified) checks by mount operation Thu, 24 May 2012 16:00:54 GMT Frantisek Princ [d0c9b4b] * uspace/lib/ext4/libext4_extent.c (modified) fixed bug in releasing extents Tue, 15 May 2012 13:27:43 GMT Frantisek Princ [8060341a] * uspace/lib/ext4/libext4_filesystem.c (modified) filesystem code comments Thu, 10 May 2012 08:47:06 GMT Frantisek Princ [81a7858] * uspace/lib/ext4/libext4_block_group.c (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) more comments, now missing very small number of comments Tue, 08 May 2012 08:03:02 GMT Frantisek Princ [5b26747] * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_superblock.c (modified) More comments - mostly by filesystem operations Sun, 06 May 2012 08:56:08 GMT Frantisek Princ [3169f3b0] * uspace/lib/ext4/libext4_types.h (modified) syntax error fix Sun, 06 May 2012 08:15:01 GMT Frantisek Princ [2add9ec] * uspace/lib/ext4/libext4_inode.c (modified) some i-node comments Sat, 05 May 2012 15:39:58 GMT Frantisek Princ [2226cc3] * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ext4/libext4_types.h (modified) Superblock comments Thu, 03 May 2012 17:32:06 GMT Frantisek Princ [9fc72fb3] * uspace/lib/ext4/libext4_crc.c (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) added TODOs for comments and first part of superblock comments Fri, 27 Apr 2012 15:27:55 GMT Frantisek Princ [296ef5d6] * uspace/lib/ext4/libext4_inode.c (modified) Part of inode comments Wed, 25 Apr 2012 19:35:55 GMT Frantisek Princ [291af81] * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) missing getters and setters in superblock, many function missing yet Mon, 23 Apr 2012 16:01:14 GMT Frantisek Princ [ee3b6150] * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_hash.c (modified) * uspace/lib/ext4/libext4_ialloc.c (modified) I-node allocator comments, hash comments, part of the extent comments Sun, 22 Apr 2012 13:11:29 GMT Frantisek Princ [728d771] * uspace/lib/ext4/libext4_extent.c (modified) next part of comments on extent code Sat, 21 Apr 2012 20:54:37 GMT Frantisek Princ [cb7056a] * uspace/lib/ext4/libext4_extent.c (modified) comments on getters and setters used for extent structure Fri, 20 Apr 2012 09:51:44 GMT Frantisek Princ [bae2a79e] * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory.h (modified) * uspace/lib/ext4/libext4_types.h (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) Comments and some simple modifications of code for work with ... Fri, 20 Apr 2012 08:43:47 GMT Frantisek Princ [dfac604] * uspace/lib/ext4/libext4_directory_index.c (modified) completed comments for directory index Thu, 19 Apr 2012 08:57:01 GMT Frantisek Princ [e6f6260] * uspace/lib/ext4/libext4_directory_index.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) next part of directory index comments Wed, 18 Apr 2012 08:32:35 GMT Frantisek Princ [db8fb43] * uspace/lib/ext4/libext4_directory_index.c (modified) comments for getters and setters in dir index 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 Wed, 18 Apr 2012 07:41:45 GMT Frantisek Princ [5f67cd61] * uspace/lib/ext4/libext4_crc.c (modified) updated crc comments Wed, 18 Apr 2012 07:18:56 GMT Frantisek Princ [3d93289a] * uspace/lib/ext4/libext4_block_group.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) comments for block group functions Mon, 16 Apr 2012 09:39:43 GMT Frantisek Princ [7b16549] * uspace/lib/ext4/libext4_bitmap.c (modified) comments for bitmap functions Sat, 14 Apr 2012 17:48:10 GMT Frantisek Princ [4358513] * uspace/lib/ext4/libext4_balloc.c (modified) comments for block allocator Sat, 14 Apr 2012 16:29:09 GMT Frantisek Princ [b6d7b7c] * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) debugged block appending to extent + directory index initialization Thu, 12 Apr 2012 03:03:36 GMT Frantisek Princ [7eb033ce] * uspace/lib/ext4/libext4_directory.c (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_filesystem.c (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) not debugged version of dir index initialization Wed, 11 Apr 2012 18:48:28 GMT Frantisek Princ [81ee87cd] * uspace/lib/ext4/libext4_block_group.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) missing functions Tue, 10 Apr 2012 20:02:48 GMT Frantisek Princ [f2a3e57] * boot/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/generic/src/console/console.c (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/ext4/libext4_extent.c (modified) Merge with mainline Tue, 10 Apr 2012 20:01:46 GMT Frantisek Princ [82cb6768] * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_balloc.h (modified) * uspace/lib/ext4/libext4_extent.c (modified) debugged version of splitting root extent node Sun, 08 Apr 2012 14:01:49 GMT Frantisek Princ [b73530a] * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_balloc.h (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) appending fblock to existing extent - actually not solved situation, ... Sun, 08 Apr 2012 12:19:12 GMT Frantisek Princ [936132f] * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) extent file initialization and allocation Sun, 08 Apr 2012 09:23:37 GMT Frantisek Princ [847f2cb] * uspace/lib/ext4/libext4_ialloc.c (modified) ialloc: error handling TODOs done Sun, 08 Apr 2012 09:21:51 GMT Frantisek Princ [95947d24] * uspace/lib/ext4/libext4_balloc.c (modified) balloc: error handling TODOs done Sun, 08 Apr 2012 09:09:57 GMT Frantisek Princ [6f413125] * uspace/lib/ext4/libext4_extent.c (modified) error handling TODOs done Sun, 08 Apr 2012 09:02:16 GMT Frantisek Princ [1196df6] * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) extents: hotfix with writing to an existing empty file Sat, 07 Apr 2012 14:41:19 GMT Frantisek Princ [ce6de59] * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_extent.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) First part -> allocating first block to extent (not for extent with ... Sat, 07 Apr 2012 13:22:50 GMT Frantisek Princ [5b16912] * 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_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) Moved append block function because of more common usage in the next ... Sat, 07 Apr 2012 13:07:25 GMT Frantisek Princ [c6a44a3] * uspace/lib/ext4/libext4_balloc.c (modified) Missing variable declaration Thu, 05 Apr 2012 17:49:29 GMT Frantisek Princ [3e2952b] * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) more debugged version of releasing file/dir using extent Wed, 04 Apr 2012 19:17:05 GMT Frantisek Princ [5b0a3946] * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_extent.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) developement version of releasing more complex extent tree with ... Wed, 04 Apr 2012 18:53:45 GMT Frantisek Princ [e7ed26be] * uspace/lib/ext4/libext4_bitmap.c (modified) bugfix - when releasing less than 8 blocks, assertion fails Wed, 04 Apr 2012 18:05:46 GMT Frantisek Princ [662bd71] * 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) added support for releasing more blocks in one operation