Up to [cvs.NetBSD.org] / src / tests / fs / vfs
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Wed Nov 28 10:01:28 2018 UTC (3 years, 8 months ago) by hannken
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
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,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
HEAD
Changes since 1.15: +4 -6
lines
Diff to previous 1.15 (colored)
Redo the access check for setting va_flags in zfs_netbsd_setattr(). Use user flag UF_NODUMP instead of UF_IMMUTABLE for the test as it is the only user flag supported by all tested file systems. PR kern/47656 test zfs_flags.
Revision 1.15 / (download) - annotate - [select for diffs], Wed Nov 28 09:58:58 2018 UTC (3 years, 8 months ago) by hannken
Branch: MAIN
Changes since 1.14: +1 -3
lines
Diff to previous 1.14 (colored)
Add missing access check for REMOVE into zfs_netbsd_lookup(). PR kern/47656 test zfs_dirperms.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Nov 28 09:57:59 2018 UTC (3 years, 8 months ago) by hannken
Branch: MAIN
Changes since 1.13: +1 -3
lines
Diff to previous 1.13 (colored)
Add missing access check for setting va_Xtime into zfs_netbsd_setattr(). PR kern/47656 test zfs_times.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 13 21:30:40 2017 UTC (5 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-compat-base,
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,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
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,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi,
pgoyette-compat
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Don't play with "../.." in includes for h_macros.h; deal with it centrally. Minor fixes.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Apr 9 19:51:13 2015 UTC (7 years, 4 months ago) by riastradh
Branch: MAIN
CVS Tags: pgoyette-localcount-base,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.11: +1 -3
lines
Diff to previous 1.11 (colored)
Apparently I fixed t_unpriv:zfs_owner and didn't notice.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Aug 29 17:39:18 2014 UTC (7 years, 11 months ago) by gson
Branch: MAIN
Changes since 1.10: +23 -10
lines
Diff to previous 1.10 (colored)
Don't pass an uninitialized variable as the times[] argument of rump_sys_utimes(). Instead, pass combinations of values representing edge cases: the farthest possible past, the epoch, and the farthest possible future. Now the excessive runtime reported in PR bin/49144 occurs reliably, on multiple architectures, and not only with udf, but also with msdosfs.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 16 05:45:37 2013 UTC (9 years, 4 months ago) by jmmv
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
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-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,
agc-symver-base,
agc-symver
Changes since 1.9: +9 -1
lines
Diff to previous 1.9 (colored)
Mark a bunch of routinely-broken ZFS tests as expected failures. Point them at PR kern/47656.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 4 18:53:34 2012 UTC (10 years, 4 months ago) by njoly
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4
Branch point for: tls-maxphys
Changes since 1.8: +49 -1
lines
Diff to previous 1.8 (colored)
New testcase that check file flags with unprivileged credentials.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 26 15:13:20 2012 UTC (10 years, 4 months ago) by njoly
Branch: MAIN
Changes since 1.7: +3 -4
lines
Diff to previous 1.7 (colored)
Now that permissions for msdos have been fixed, kill times() special case which was wrong.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 23 09:58:23 2012 UTC (10 years, 4 months ago) by njoly
Branch: MAIN
Changes since 1.6: +14 -2
lines
Diff to previous 1.6 (colored)
Extend times testcase to check for non null time values too.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 15 12:57:27 2012 UTC (10 years, 5 months ago) by njoly
Branch: MAIN
Changes since 1.5: +34 -1
lines
Diff to previous 1.5 (colored)
Add another testcase that check setting file times with unprivileged credentials.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 9 18:31:03 2012 UTC (10 years, 6 months ago) by njoly
Branch: MAIN
CVS Tags: 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
Changes since 1.4: +46 -1
lines
Diff to previous 1.4 (colored)
Add a testcase which checks that directory permissions are honored for file creation/deletion with unprivileged credentials. releng ok.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 31 19:02:49 2012 UTC (10 years, 6 months ago) by njoly
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
owner testcase now succeed with rumpfs.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 27 21:53:50 2012 UTC (10 years, 6 months ago) by njoly
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
unpriv owner test now pass for sysvbfs.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 8 13:00:55 2011 UTC (10 years, 10 months ago) by njoly
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
USE_OWNER -> USES_OWNER for consistency with other macros.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jan 6 15:19:10 2011 UTC (11 years, 7 months ago) by njoly
Branch: MAIN
CVS Tags: cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Start unprivileged filesystem tests. For now, only chown/chmod owner checks.