Changelog for
libf2fs1-1.7.0-bp151.2.14.x86_64.rpm :
* Sun Aug 28 2016 jengelhAATTinai.de- Trim filelists, update descriptions, move symlink collection into their own subpackage.
* Sun Aug 28 2016 mpluskalAATTsuse.com- Update to version 1.7:
* mkfs: define DISCARD/SECDISCARD macro
* dump.f2fs: show inode->i_dir_level
* f2fs.fsck: fix endianess
* fsck.f2fs: correct variable type and name
* fsck.f2fs: fix typo
* fsck.f2fs: free nat entry cache
* f2fs-tools: update the format of output message
* fsck.f2fs: clean up duplicated code
* fsck: recover symlink with zero i_size
* f2fs-tools: release 1.7.0- Add f2fs-tools-1.4.0-bigendian.patch (from Fedora)- Use _service to fetch release from upstream git- Split lib packages and create devel package (as andoid tools need it)- Link binaries from /usr/sbin to /sbin, many tools expect fsck and friends to be in /sbin- Supplement f2fs filesystem
* Fri Jan 22 2016 jengelhAATTinai.de- Update to new upstream release 1.6.0
* Add a defrag utility
* Sat Mar 28 2015 jengelhAATTinai.de- Update to new upstream release 1.4.1
* fsck: remove corrupted data indices in direct node blocks
* fsck/mkfs: support large sector size
* parse.f2fs: add a tool to parse IO traces made by runtime f2fs
* fsck: show orphan inodes when fixing partition- Drop 0001-build-provide-definitions-for-byteswapping-on-big-en.patch (merged)
* Tue Sep 23 2014 jengelhAATTinai.de- Replace 0001-build-provide-definitions-for-byteswapping-on-big-en.patch with official upstream version.
* Fri Sep 19 2014 jengelhAATTinai.de- Update to new upstream release 1.4.0
* fsck: add the -a option (auto-fix errors) [bnc#856645]
* fsck: remove corrupted xattr blocks and corrupted orphan inodes; remove dentry if inode block is corrupted- Add 0001-build-provide-definitions-for-byteswapping-on-big-en.patch
* Fri Jul 18 2014 jengelhAATTinai.de- Update to new snapshot 1.3.0.g22
* add \"f2fstat\" program to print f2fs\'s status in sec
* mkfs: support large directories
* mkfs.f2fs, fsck.f2fs: large volume support
* Sun Nov 24 2013 jengelhAATTinai.de- Update to new upstream release 1.2.0
* f2fs-tools: add stat information into fibmap
* fibmap.f2fs: change fibmap to fibmap.f2fs
* fsck, lib: support inline xattr
* fsck: skip to check block addresses in device files
* fsck: fix to handle file types correctly
* fsck: fix checking orphan inodes
* Wed Aug 07 2013 jengelhAATTinai.de- Update to new snapshot v1.1.0-40-g6e8f2d5
* Correct endianess conversions for CRC calculations, checkpoint flags and in f2fs_update_nat_root.
* Fix the total_zones calculation in f2fs_prepare_super_block
* Add the fsck.f2fs and dump.f2fs utilities
* Mon Jun 10 2013 jengelhAATTinai.de- Update to new snapshot v1.1.0-24-gfef98eb
* mkfs: add option to disable trim at format
* mkfs: handle labels longer than 16 characters