First patch switches fuse_notify_inval_entry and fuse_notify_delete to allocate name buffers to the actual file name size and not FUSE_NAME_MAX anymore. Second patch increases the FUSE_NAME_MAX limit. Signed-off-by: Bernd Schubert <bschubert@xxxxxxx> --- Bernd Schubert (2): fuse: Allocate only namelen buf memory in fuse_notify_ fuse: Increase FUSE_NAME_MAX to PATH_MAX fs/fuse/dev.c | 26 ++++++++++++++------------ fs/fuse/fuse_i.h | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) --- base-commit: f92f4749861b06fed908d336b4dee1326003291b change-id: 20241212-fuse_name_max-limit-6-13-18582bd39dd4 Best regards, -- Bernd Schubert <bschubert@xxxxxxx>