]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs/fuse/mockfs.hh
MFHead @345353
[FreeBSD/FreeBSD.git] / tests / sys / fs / fuse / mockfs.hh
2019-03-20 asomersMFHead @345353
2019-03-20 asomersgoogletest: backport GTEST_SKIP to googletest 1.8.1
2019-03-18 asomersMFHead@r345275
2019-03-18 asomersfuse(4): add tests for some mount options.
2019-03-15 asomersfuse(4): add some miscellaneous test cases that I had...
2019-03-14 asomersfuse(4): add tests for extended attributes
2019-03-14 asomersfuse(4): add tests for FUSE_INTERRUPT
2019-03-13 asomersfuse(4): add tests for POSIX file locking operations
2019-03-13 asomersfues(4): add tests for FUSE_RELEASEDIR
2019-03-12 asomersfuse(4): add tests for opendir and readdir
2019-03-11 asomersfuse(4): add tests for FUSE_OPENDIR, FUSE_FSYNC, and...
2019-03-11 asomersUpdate copyright info in fuse tests
2019-03-11 asomersfuse(4): add tests for FUSE_READ
2019-03-08 asomersfuse(4): Add some tests for FUSE_FLUSH
2019-03-08 asomersfuse(4): add tests for FUSE_WRITE and FUSE_RELEASE
2019-03-06 asomersfuse(4): add tests for unlink, rmdir, and statfs
2019-03-05 asomersfuse(4): add test cases for FUSE_LINK and FUSE_RENAME
2019-03-05 asomersfuse(4): add tests for FUSE_MKDIR and FUSE_ACCESS
2019-03-05 asomersfuse(4): combine some common code in the tests
2019-03-05 asomersfuse(4): add tests related to FUSE_MKNOD
2019-03-04 asomersfuse(4): add tests for CREATE, OPEN, READLINK, SETATTR...
2019-03-02 asomersAdd some fuse(4) tests for FUSE_SETATTR
2019-03-01 asomersBegin a fuse(4) test suite