Skip to content

Commit 769011d

Browse files
committed
more details in readme
1 parent 8ebc839 commit 769011d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LoggedFS-python is a FUSE-based filesystem which can log every operation that ha
2121
It is a pure Python re-implementation of `LoggedFS`_ by `Rémi Flament`_ maintaining CLI compatibility.
2222
The project is heavily inspired by `Stavros Korokithakis`_' 2013 blog post entitled
2323
"`Writing a FUSE filesystem in Python`_" (`source code repository`_).
24-
The filesystem is fully `POSIX`_ compliant, passing the `pjdfstest test-suite`_.
24+
The filesystem is fully `POSIX`_ compliant, passing the `pjdfstest test-suite`_, a descendant of FreeBSD's `fstest`_.
2525
It furthermore passes stress tests with fsx-linux based on the `fsx-flavor`_ released by the `Linux Test Project`_.
2626
It is intended to be suitable for production systems.
2727

@@ -32,6 +32,7 @@ It is intended to be suitable for production systems.
3232
.. _source code repository: https://github.com/skorokithakis/python-fuse-sample
3333
.. _POSIX: https://en.wikipedia.org/wiki/POSIX
3434
.. _pjdfstest test-suite: https://github.com/pjd/pjdfstest
35+
.. _fstest: https://github.com/zfsonlinux/fstest
3536
.. _fsx-flavor: http://codemonkey.org.uk/projects/fsx/
3637
.. _Linux Test Project: https://github.com/linux-test-project/ltp
3738

@@ -43,7 +44,7 @@ CAVEATS
4344
* A `CUSTOM BUG-FIXED VERSION OF FUSEPY`_ IS REQUIRED FOR FULL POSIX COMPLIANCE.
4445
IF THE LATEST OFFICIAL RELEASE OF FUSEPY IS USED INSTEAD, TIMESTAMPS WILL BE
4546
INACCURATE ON A NANOSECOND TO MICROSECOND SCALE AND UTIME_NOW AS WELL AS
46-
UTIME_OMIT WILL NOT BE HONORED. THERE IS A `PENDING PULL REQUEST`_.
47+
UTIME_OMIT WILL NOT BE HONORED. THERE WAS A `PULL REQUEST`_ TO FIX THIS.
4748
* THE FILESYSTEM IS CURRENTLY **ONLY** BEING DEVELOPED FOR AND TESTED ON **LINUX**.
4849
ANYONE INTERESTED IN ADDING MAC OS X AND/OR BSD SUPPORT?
4950

0 commit comments

Comments
 (0)