Module Name: src Committed By: dholland Date: Sun Jan 29 07:07:22 UTC 2012
Modified Files: src/sys/kern: vfs_quotactl.c src/sys/sys: quotactl.h src/sys/ufs/ufs: ufs_quota.c ufs_quota.h ufs_quota2.c Log Message: Call QUOTACTL_GETALL in a loop to get results 8 at a time. Make the QUOTACTL_GETALL interface less abusive. Note: this change requires a kernel version bump. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/kern/vfs_quotactl.c cvs rdiff -u -r1.23 -r1.24 src/sys/sys/quotactl.h cvs rdiff -u -r1.95 -r1.96 src/sys/ufs/ufs/ufs_quota.c cvs rdiff -u -r1.17 -r1.18 src/sys/ufs/ufs/ufs_quota.h cvs rdiff -u -r1.22 -r1.23 src/sys/ufs/ufs/ufs_quota2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.