CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-03-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Mar 5 18:54:48 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: t_getquota.sh Log Message: Also check that repquota doesn't report any overquota user To generate a diff of this commit: cvs rdiff -u -r1.1.2.8

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-02-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Feb 13 20:58:28 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: h_quota2_tests.c t_miscquota.sh Log Message: Add a test checking that an unlinked file cleaned by the log replay keeps quotas up to date. To

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-02-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Feb 12 21:49:08 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: h_quota2_tests.c t_miscquota.sh Log Message: Add some quota+snapshot tests. To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-02-11 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Feb 11 16:54:03 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: Makefile t_getquota.sh Added Files: src/tests/fs/ffs [bouyer-quota2]: t_miscquota.sh Log Message: Add a test which cause the kernel to walk a

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-02-11 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Feb 11 17:28:30 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: t_miscquota.sh Log Message: This test requires root To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-02-07 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Feb 7 16:22:50 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: h_quota2_server.c h_quota2_tests.c quotas_common.sh t_getquota.sh t_quotalimit.sh t_setquota.sh Log Message: Add an option to mount the

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-02-07 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Feb 7 20:31:46 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: Makefile Added Files: src/tests/fs/ffs [bouyer-quota2]: t_clearquota.sh Log Message: Test clearing of quota entries To generate a diff of

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-02-02 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Feb 2 19:17:09 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: Makefile quotas_common.sh t_getquota.sh t_setquota.sh src/tests/fs/ffs/clients [bouyer-quota2]: Makefile Added Files:

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-02-02 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Feb 2 21:01:09 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: t_quotalimit.sh Log Message: Check that a new id properly get limits from the defaults. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-01-31 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Jan 31 22:04:26 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: quotas_common.sh t_getquota.sh t_setquota.sh Log Message: Extract code to shut down the rump server and check the filesystem image to a

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-01-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 30 11:33:33 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: t_getquota.sh Log Message: Remove unused function To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/tests/fs/ffs/t_getquota.sh

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-01-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 30 12:37:34 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: Makefile quotas_common.sh Added Files: src/tests/fs/ffs [bouyer-quota2]: t_setquota.sh Log Message: Add tests cases for quotactl(set) To

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-01-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 30 13:15:14 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: h_quota2_server.c Log Message: Add a command-line flag to toggle foreground/background To generate a diff of this commit: cvs rdiff -u -r1.1.2.1

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-01-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 30 13:23:27 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: quotas_common.sh t_getquota.sh t_setquota.sh Log Message: Ask the rump server to background itself, to avoid a race at startup where a

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-01-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 30 14:28:34 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: t_quota2_1.c Log Message: Use 8 for gid offset instead of 6, just in case ... To generate a diff of this commit: cvs rdiff -u -r1.1.2.1

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-01-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 30 19:49:48 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: t_getquota.sh t_setquota.sh Log Message: Remove rump.halt race workaround now that it's fixed in rump Ajust for new quota tools output To generate a

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-01-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 30 23:04:52 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: t_setquota.sh Log Message: Also set and check the grace time in edquota tests. To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4

CVS commit: [bouyer-quota2] src/tests/fs/ffs/clients

2011-01-29 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 30 00:27:56 UTC 2011 Modified Files: src/tests/fs/ffs/clients [bouyer-quota2]: Makefile Log Message: Add a edquota rump client To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-01-28 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Jan 28 18:38:08 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: Makefile Added Files: src/tests/fs/ffs [bouyer-quota2]: quotas_common.sh t_getquota.sh src/tests/fs/ffs/clients [bouyer-quota2]: