Home | History | Annotate | Download | only in ffs
History log of /src/tests/fs/ffs/t_getquota.sh
RevisionDateAuthorComments
 1.4  18-Jan-2012  bouyer Make parts of the quota tests useable for more than quotas:
- rename h_quota2_server to h_ffs_server, there's nothing about quotas
in there.
- extract non-quota parts of quotas_common.sh to ffs_common.sh
 1.3  09-Mar-2011  bouyer branches: 1.3.4;
Use librumphijack for quota commands instead of rumpifed versions.
 1.2  06-Mar-2011  bouyer merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.
 1.1  28-Jan-2011  bouyer branches: 1.1.2;
file t_getquota.sh was initially added on branch bouyer-quota2.
 1.1.2.9  05-Mar-2011  bouyer Also check that repquota doesn't report any overquota user
 1.1.2.8  11-Feb-2011  bouyer Add a test which cause the kernel to walk a quota list where all entries
are not in the header disk block, and at last 2 of them are in the same
non-header disk block.
 1.1.2.7  07-Feb-2011  bouyer Add an option to mount the filesystem -o log to rump quota servers.
Add some quota tests on a WAPBL-enabled filesystem.
 1.1.2.6  02-Feb-2011  bouyer Check that the kernel enforces the quota limits and grace times.
 1.1.2.5  31-Jan-2011  bouyer Extract code to shut down the rump server and check the filesystem image
to a function.
 1.1.2.4  30-Jan-2011  bouyer Remove rump.halt race workaround now that it's fixed in rump
Ajust for new quota tools output
 1.1.2.3  30-Jan-2011  bouyer Ask the rump server to background itself, to avoid a race at startup where
a rump command could be run before the server is available.
Add a sleep after shutdown to workaround a race where the fsck would run
before the server is fully showdown (testing for the existence of the
socket seems to not be enough).
 1.1.2.2  30-Jan-2011  bouyer Remove unused function
 1.1.2.1  28-Jan-2011  bouyer Add rump versions of quota utilities, to be used by tests.
Add a test which figures if we can retrieve quota values from
the kernel.
 1.3.4.1  17-Apr-2012  yamt sync with head

RSS XML Feed