mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-10-26 18:05:04 +03:00
This patch tracks dnode usage for each user/group in the DMU_USER/GROUPUSED_OBJECT ZAPs. ZAP entries dedicated to dnode accounting have the key prefixed with "obj-" followed by the UID/GID in string format (as done for the block accounting). A new SPA feature has been added for dnode accounting as well as a new ZPL version. The SPA feature must be enabled in the pool before upgrading the zfs filesystem. During the zfs version upgrade, a "quotacheck" will be executed by marking all dnode as dirty. ZoL-bug-id: https://github.com/zfsonlinux/zfs/issues/3500 Signed-off-by: Jinshan Xiong <jinshan.xiong@intel.com> Signed-off-by: Johann Lombardi <johann.lombardi@intel.com> |
||
|---|---|---|
| .. | ||
| Makefile.in | ||
| zfs_comutil.c | ||
| zfs_deleg.c | ||
| zfs_fletcher_avx512.c | ||
| zfs_fletcher_intel.c | ||
| zfs_fletcher_sse.c | ||
| zfs_fletcher.c | ||
| zfs_namecheck.c | ||
| zfs_prop.c | ||
| zfs_uio.c | ||
| zpool_prop.c | ||
| zprop_common.c | ||