mbox series

[0/2] fuse: Increase FUSE_NAME_MAX limit

Message ID 20241212-fuse_name_max-limit-6-13-v1-0-92be52f01eca@ddn.com (mailing list archive)
Headers show
Series fuse: Increase FUSE_NAME_MAX limit | expand

Message

Bernd Schubert Dec. 12, 2024, 9:50 p.m. UTC
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@ddn.com>
---
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,