metadata.xml 1.2 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>naota@gentoo.org</email>
  6. </maintainer>
  7. <longdescription lang="en">
  8. NILFS is a new implementation of a log-structured file system for the
  9. Linux 2.6 operating system. Conventional features of a log-structured
  10. file systems (LFS) are high write performance and fast recovery time.
  11. In addition, LFS prevents data write operations from overwriting the
  12. disk blocks, thereby minimizing the damage to file data and system
  13. consistency on hardware failure. Furthermore, LFS writes data and
  14. meta-data in the correct order which helps ensuring consistency in the
  15. entire file system. LFS can instantaneously create file system
  16. snapshots and check the file system speedy. We implemented ``NILFS''
  17. using modern technology: For example, the file and inode blocks are
  18. managed by a B-tree structure, internal data are processed in 64 bit
  19. wide word size. The B-tree structure enables ``NILFS'' to create and
  20. store huge files.
  21. </longdescription>
  22. <upstream>
  23. <remote-id type="sourceforge">nilfs</remote-id>
  24. </upstream>
  25. </pkgmetadata>