[Devel] [PATCH RH9 0/4] xfs: Add balloon support
Kirill Tkhai
ktkhai at virtuozzo.com
Fri Oct 22 19:40:21 MSK 2021
https://jira.sw.ru/browse/PSBM-133811
---
Kirill Tkhai (4):
xfs: Teach the fs where the balloon inode is
xfs: Never show balloon in readdir results
xfs: Don't show the active balloon to user
xfs: Provide a balloon nipple for management
fs/xfs/libxfs/xfs_da_btree.h | 1 +
fs/xfs/libxfs/xfs_dir2_priv.h | 1 +
fs/xfs/libxfs/xfs_fs.h | 1 +
fs/xfs/xfs_dir2_readdir.c | 23 +++++++++++-
fs/xfs/xfs_file.c | 2 +
fs/xfs/xfs_inode.c | 4 ++
fs/xfs/xfs_ioctl.c | 63 +++++++++++++++++++++++++++++++++
fs/xfs/xfs_iops.c | 4 ++
fs/xfs/xfs_mount.h | 2 +
fs/xfs/xfs_super.c | 79 +++++++++++++++++++++++++++++++++++++++++
fs/xfs/xfs_super.h | 2 +
11 files changed, 180 insertions(+), 2 deletions(-)
--
Signed-off-by: Kirill Tkhai <ktkhai at virtuozzo.com>
More information about the Devel
mailing list