public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fuse: Increase FUSE_NAME_MAX limit
@ 2024-12-12 21:50 Bernd Schubert
  2024-12-12 21:50 ` [PATCH 1/2] fuse: Allocate only namelen buf memory in fuse_notify_ Bernd Schubert
  2024-12-12 21:50 ` [PATCH 2/2] fuse: Increase FUSE_NAME_MAX to PATH_MAX Bernd Schubert
  0 siblings, 2 replies; 7+ messages in thread
From: Bernd Schubert @ 2024-12-12 21:50 UTC (permalink / raw)
  To: Miklos Szeredi; +Cc: linux-fsdevel, Bernd Schubert

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,
-- 
Bernd Schubert <bschubert@ddn.com>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-12-13 10:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 21:50 [PATCH 0/2] fuse: Increase FUSE_NAME_MAX limit Bernd Schubert
2024-12-12 21:50 ` [PATCH 1/2] fuse: Allocate only namelen buf memory in fuse_notify_ Bernd Schubert
2024-12-13  1:51   ` Jingbo Xu
2024-12-12 21:50 ` [PATCH 2/2] fuse: Increase FUSE_NAME_MAX to PATH_MAX Bernd Schubert
2024-12-13  1:53   ` Jingbo Xu
2024-12-13  9:17   ` Shachar Sharon
2024-12-13 10:34     ` Bernd Schubert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox