Home | History | Annotate | Download | only in vfs
History log of /src/tests/fs/vfs/t_union.c
RevisionDateAuthorComments
 1.9  13-Jan-2017  christos Don't play with "../.." in includes for h_macros.h; deal with it centrally.
Minor fixes.
 1.8  07-Aug-2011  hannken branches: 1.8.24;
Change union rmdir semantics to fail directory removal for
non-empty directories like all other file systems do.

Change test accordingly.
 1.7  05-Aug-2011  hannken When union_lookup() creates a shadow directory and nameiop is not LOOKUP
it has to restart the lookup to get the componentname right.

Fixes PR #44383 (an endless stream of whiteout and opaque dir problems ...)
 1.6  03-Aug-2011  hannken Make whiteouts work on journaling ffs file system by adding the missing
UFS_WAPBL_BEGIN() / UFS_WAPBL_END() around CREATE and DELETE ops.

Fixes PR #44377 (union whiteouts don't work on ffs -o log)
 1.5  13-Jan-2011  pooka xfail PR kern/44383: whiteouts are generally speaking kaput
 1.4  13-Jan-2011  pooka Add a test case for a r/o lower layer which attempts to create some
whiteouts and opaque dirs in the upper layer. The sad news is this
simple test fails across the board. It's pretty hard to figure
out how unionfs should work in $fs given that even the simplest
things don't work with ffs.
 1.3  12-Jan-2011  pooka xfail for PR kern/44377
 1.2  12-Jan-2011  pooka Instead of hardcoding fs list just try to mount union and skip all
file systems which return EOPNOTSUPP.
 1.1  12-Jan-2011  pooka Move basic unionfs test from fs/union to fs/vfs and make it test
all whiteout-supporting file systems with the file system in question
as the upper layer. Also, add an unlink to the test to see if
whiteouts are really working.

ffslog_basic is the test case for PR kern/44377
 1.8.24.1  20-Mar-2017  pgoyette Sync with HEAD

RSS XML Feed