Up to [cvs.NetBSD.org] / src / tests / fs / puffs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Fri May 15 23:32:28 2020 UTC (3 years ago) by christos
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
HEAD
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
PR/55102: Kamil Rytarowski: Duplicate fifo_vnodeop_entries, fifo_vnodeop_opv_desc symbols. Many filesystems ffs, lfs, ulfs, chfs, ext2fs etc. use fifofs internally for their fifo vnops. NFS does too, but it also needs networking anyway. Unfortunately fifofs brings in a lot of the networking code so that the rumpkernel is not well partition. In addition the fifo code is rarely used. The existing hack depended on duplicating the above symbols and adding minimal functionality for the majority of the the tests (except the ffs and the puffs one). In these two cases both symbols were loaded and the symbol sizes clashed which broke the sanitizers. While this can be fixed with weak symbols and other kinds of indirection, it is more straight forward to select between the minimal and the full fifofs implementation by introducing a new shared library librumpvfs_nofifofs.
Revision 1.14.24.1 / (download) - annotate - [select for diffs], Wed Apr 8 14:09:07 2020 UTC (3 years, 1 month ago) by martin
Branch: phil-wifi
Changes since 1.14: +2 -3
lines
Diff to previous 1.14 (colored) next main 1.15 (colored)
Merge changes from current as of 20200406
Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 1 18:08:14 2020 UTC (3 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp
Changes since 1.14: +2 -3
lines
Diff to previous 1.14 (colored)
Centralize the base rump libraries into a variable used by all the other Makefiles so that we can make changes to it centrally as needed and have less mess. Fixes the sun2 build that needs rumpvfs after librump after the latest changes.
Revision 1.13.12.1 / (download) - annotate - [select for diffs], Wed Aug 20 00:04:47 2014 UTC (8 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored) next main 1.14 (colored)
Rebase to HEAD as of a few days ago.
Revision 1.13.22.1 / (download) - annotate - [select for diffs], Sun Aug 10 06:57:08 2014 UTC (8 years, 9 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored) next main 1.14 (colored)
Rebase.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Jun 10 04:28:39 2014 UTC (8 years, 11 months ago) by he
Branch: MAIN
CVS Tags: tls-maxphys-base,
tls-earlyentropy-base,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-9-base,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-8-base,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Fix static linking for the tests: -lrump is also used by -lrumpuser, so we also need -lrump after -lrumpuser. Fixes build for sun2.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Nov 12 17:35:34 2010 UTC (12 years, 6 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-pagecache-tag8,
yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys,
tls-earlyentropy
Changes since 1.12: +2 -3
lines
Diff to previous 1.12 (colored)
Remove accidentally committed part (which I need to run these tests for a -current rump kernel on NetBSD 5.1)
Revision 1.12 / (download) - annotate - [select for diffs], Fri Nov 12 17:33:28 2010 UTC (12 years, 6 months ago) by pooka
Branch: MAIN
Changes since 1.11: +4 -2
lines
Diff to previous 1.11 (colored)
Add test case for problem described by yamt in PR kern/44086. "large writes with PUFFS_KFLAG_NOCACHE_PAGE ends up with EIO"
Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 31 17:11:45 2010 UTC (12 years, 10 months ago) by pooka
Branch: MAIN
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Fuzztest puffs mount. There are n different levels of testing: each one pours more and more sane garbage into the args to that the mount progresses further and further. Level 8 (at least when writing this comment) should be the one where mounting actually succeeds. Our metric of success is crash / no crash.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 30 16:15:06 2010 UTC (12 years, 10 months ago) by pooka
Branch: MAIN
Changes since 1.9: +4 -1
lines
Diff to previous 1.9 (colored)
Fold the puffs private and vfs tests mount/unmount routines together. To achieve this, add a file system private parameter to the newfs method (which will obviously not be used by vfs tests). njoly ok
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 13 21:13:23 2010 UTC (12 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.8: +1 -2
lines
Diff to previous 1.8 (colored)
Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Jul 12 13:09:19 2010 UTC (12 years, 10 months ago) by pooka
Branch: MAIN
Changes since 1.7: +4 -2
lines
Diff to previous 1.7 (colored)
put stuff requiring -lpuffs behind -DPUFFSDUMP
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jul 11 12:33:38 2010 UTC (12 years, 10 months ago) by pooka
Branch: MAIN
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
WARNS=2
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jul 11 12:26:19 2010 UTC (12 years, 10 months ago) by pooka
Branch: MAIN
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Add some basic tests for inactive/reclaim. To make this possible, adjust the read/write shovel threads so, that we can tap into the operations between puffs(9) and the file server.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Jul 7 10:49:51 2010 UTC (12 years, 10 months ago) by pooka
Branch: MAIN
Changes since 1.4: +5 -2
lines
Diff to previous 1.4 (colored)
Add test cases for file servers which present the root node not as a directory but as a regular file, symbolic link (although that can't be unmounted without killing the server!), fifo or character device.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 6 14:44:30 2010 UTC (12 years, 10 months ago) by pooka
Branch: MAIN
Changes since 1.3: +11 -13
lines
Diff to previous 1.3 (colored)
Add the most basic test for puffs(dtfs): mount/unmount. There's still a lot of work to do here, but I want to get to testbuilding the tree ;) TODO examples: * integrate this with rump_syspuffs (and remove the stupid ``sys'' from there) * integrate with njoly's fs-independent tests * cleanup a lot * write more tests *sigh*, I wish we'd had testing tools like this 5 years ago when I was writing puffs. It would have made a lot of things a lot better and a lot easier.
Revision 1.3, Tue Jul 6 14:06:22 2010 UTC (12 years, 10 months ago) by pooka
Branch: MAIN
Changes since 1.2: +1 -1
lines
FILE REMOVED
Move tests psshfs from fs/puffs to fs/psshfs. The former is going to be populated by tests which actually test puffs soon. jmmv ok
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:59:07 2008 UTC (15 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.2.2.1: +18 -0
lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
sync with HEAD
Revision 1.2.2.1, Wed Dec 26 22:33:54 2007 UTC (15 years, 5 months ago) by matt
Branch: matt-armv6
Changes since 1.2: +0 -18
lines
FILE REMOVED
file Makefile was added on branch matt-armv6 on 2008-01-09 01:59:07 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 26 22:33:54 2007 UTC (15 years, 5 months ago) by jmmv
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-premerge-20091211,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base
Branch point for: matt-armv6
Changes since 1.1: +7 -1
lines
Diff to previous 1.1 (colored)
Install the data files.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 26 20:50:06 2007 UTC (15 years, 5 months ago) by jmmv
Branch: MAIN
Beleatedly add some regression tests for a couple of problems I found in psshfs and that pooka@ already fixed a while ago. These were rather tricky to get working.