[Devel] [PATCH RH9 00/10] xfs: Add notification about fs events like for ext4
Kirill Tkhai
ktkhai at virtuozzo.com
Tue Jan 25 15:22:42 MSK 2022
This patchset generalizes ext4's related code and introduced the same
uevent notifications for xfs.
https://jira.sw.ru/browse/PSBM-135476
---
Kirill Tkhai (10):
fs: Make ext4_event_type more generic
fs: Introduce fs_events_wq to use instead ext4's rsv_conversion_wq
fs: add kobj into fs_uevent
ext4: Kill ext4_uuid_valid()
ext4: Simplify UUID dereference in ext4_send_uevent_work()
fs: Move and make generic ext4_send_uevent_work()
fs: Move s_err_event_sent() and s_abrt_event_sent() to super_block
xfs: Zero uuid if it's not valid
xfs: Introduce xfs_send_uevent()
xfs: Notify userspace about events
fs/ext4/ext4.h | 13 -----
fs/ext4/super.c | 139 +++++-----------------------------------------------
fs/super.c | 99 +++++++++++++++++++++++++++++++++++++
fs/xfs/xfs_error.c | 11 ++++
fs/xfs/xfs_error.h | 3 +
fs/xfs/xfs_mount.c | 8 +++
fs/xfs/xfs_super.c | 9 +++
include/linux/fs.h | 26 ++++++++++
8 files changed, 169 insertions(+), 139 deletions(-)
--
Signed-off-by: Kirill Tkhai <ktkhai at virtuozzo.com>
More information about the Devel
mailing list