forked from libfuse/libfuse
-
Notifications
You must be signed in to change notification settings - Fork 0
Pull requests: ShukantPal/libfuse
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: enforce permission checks for allow_other mounts
#11
opened Mar 11, 2026 by
ShukantPal
Loading…
fix: add LRU fd cache to prevent fd exhaustion on large trees (issue #1131)
#10
opened Mar 11, 2026 by
ShukantPal
Loading…
fix: document ioctl() arg parameter semantics (issue #361)
#9
opened Mar 11, 2026 by
ShukantPal
Loading…
fix: replace assert() with error reply in hello_ll xattr handlers (issue #836)
#8
opened Mar 11, 2026 by
ShukantPal
Loading…
fix: use telldir() for portable readdir offset tracking (issue #401)
#7
opened Mar 11, 2026 by
ShukantPal
Loading…
fix: clean up bind mounts during auto_unmount (issue #889)
#6
opened Mar 11, 2026 by
ShukantPal
Loading…
fix: add bounds checks to prevent integer overflow in memfs_ll.cc (issue #1339)
#5
opened Mar 11, 2026 by
ShukantPal
Loading…
fix: split io_uring_submit_and_wait to prevent SQ ring race (issue #1443)
#4
opened Mar 11, 2026 by
ShukantPal
Loading…
fix: replace assert with warning in unlink_node for nlookup <= 1 (issue #589)
#3
opened Mar 11, 2026 by
ShukantPal
Loading…
fix: check get_path_nullok return value in fuse_lib_flush (issue #1188)
#2
opened Mar 11, 2026 by
ShukantPal
Loading…
fix: invalidate kernel inode cache on file size change in open_auto_cache (issue #945)
#1
opened Mar 11, 2026 by
ShukantPal
Loading…
ProTip!
Exclude everything labeled
bug with -label:bug.