summaryrefslogtreecommitdiff
path: root/tests/fs/vfs
AgeCommit message (Expand)Author
2014-01-09Operation sysvbfs_remove() destructs inodes attached to active vnodes.hannken
2013-10-19fix unused variable warningschristos
2013-08-04tests for i/o-after-unlinkpooka
2013-07-28Check that rename(2) with NULL arguments fail with EFAULT.njoly
2013-07-10Update test cases for UDF now udf_rename() uses the genfs_rename frameworkreinoud
2013-07-08Cover the last failing UDF test cases with a reference to PR kern/47986, i.e.reinoud
2013-06-28Add the rumpfs_udf to the LDADD variablereinoud
2013-06-12Fix the test for rumpfs on amd64 by adding a creation mode to open().pooka
2013-03-17Fix the t_renamerace:lfs_renamerace_dirs test on fast machines.jmmv
2013-03-16Mark a bunch of routinely-broken ZFS tests as expected failures. Pointjmmv
2012-08-31Hook ZFS tests to MKZFS instead of a homegrown variable.pooka
2012-08-20Add a vfstest zfs attachment. This is a compile-time option,pooka
2012-05-09Adjust t_renamerace now that ext2fs and ffs have good rename.riastradh
2012-04-04New testcase that check file flags with unprivileged credentials.njoly
2012-03-26Now that permissions for msdos have been fixed, kill times() specialnjoly
2012-03-23Extend times testcase to check for non null time values too.njoly
2012-03-20Remove unneeded atf_tc_expect_pass calls.njoly
2012-03-20Remove xfail.jruoho
2012-03-19Finish removing the block of commented-out code from rev 1.31pgoyette
2012-03-18annotate fixed failures as comments.christos
2012-03-15Add another testcase that check setting file times with unprivilegednjoly
2012-02-16Pass t_renamerace and t_rmdirrace tests.perseant
2012-02-09Add a testcase which checks that directory permissions are honored fornjoly
2012-01-31owner testcase now succeed with rumpfs.njoly
2012-01-27unpriv owner test now pass for sysvbfs.njoly
2011-12-12Start making fs read(2) fail with EISDIR if the implementation doesnjoly
2011-10-08Slightly adjust skipped messages, makes output more consistent.njoly
2011-10-08USE_OWNER -> USES_OWNER for consistency with other macros.njoly
2011-08-19Add test for `ln -s / foo && cd foo'.riastradh
2011-08-11add ATF tests for v7fs. patch by njoly@. thank you.uch
2011-08-07Change union rmdir semantics to fail directory removal forhannken
2011-08-05When union_lookup() creates a shadow directory and nameiop is not LOOKUPhannken
2011-08-03Make whiteouts work on journaling ffs file system by adding the missinghannken
2011-07-23Don't assume that "first lock that blocks" is a lock with the lowestalnsn
2011-07-20Even though msdosfs never truncates file names it advertises _PC_NO_TRUNChannken
2011-07-18ffs and ffslog are no longer xfail.dholland
2011-05-30Remove "expected failure" for tmpfs PRs that are now fixed.martin
2011-04-04Msdosfs on-disk meta data is not sufficient to create or validate file handles.hannken
2011-04-02Fix file handle operations for tmpfs by removing a now bogus test andhannken
2011-04-01Make zero length symlinks work on tmpfs.hannken
2011-03-19Remove a vnode reference leak from msdosfs_rename. Release tdvp if eitherhannken
2011-03-17Remove hack introduced in revision 1.6 to workaround a bug in atf-run thatjmmv
2011-03-14Apparently this way of triggering the msdosfs rename vnode leakpooka
2011-03-06Add a race catcher for p2k_ffs renamerace -- it seems like thepooka
2011-03-06Add a kludge to prevent a test run from completely hanging.pooka
2011-03-03The re-enabled renamerace test also triggers the recent msdosfspooka
2011-03-03Apparently my last commit to msdosfs_vnops.c fixed the (harmless?)pooka
2011-03-01msdosfs xfail for PR kern/44661pooka
2011-03-01xfail dir_rmdirdotdot for tmpfs (PR kern/44657)pooka
2011-03-01Rmdir the dir you're in and its parent and try to cd ..pooka