Make it possible to mount a fuse filesystem (in this case
squashfuse) from a Linux binary.
Depends on https://reviews.freebsd.org/D26974.
Paths
| Differential D26959 Authored by trasz on Oct 26 2020, 1:32 PM.
Details
Summary Make it possible to mount a fuse filesystem (in this case Depends on https://reviews.freebsd.org/D26974.
Diff Detail
Event TimelineHerald added a subscriber: imp. · View Herald TranscriptOct 26 2020, 1:32 PM2020-10-26 13:32:18 (UTC+0) Harbormaster completed remote builds in B34399: Diff 78774.Oct 26 2020, 1:32 PM2020-10-26 13:32:36 (UTC+0) trasz accepted this revision. Harbormaster completed remote builds in B34401: Diff 78779.Oct 26 2020, 3:35 PM2020-10-26 15:35:39 (UTC+0) trasz edited the summary of this revision. (Show Details)Oct 28 2020, 9:33 PM2020-10-28 21:33:57 (UTC+0) Harbormaster completed remote builds in B34470: Diff 78894.Oct 29 2020, 1:38 PM2020-10-29 13:38:33 (UTC+0) trasz retitled this revision from WIP: linuxulator fusefs support to Linuxulator fusefs support.Oct 29 2020, 2:52 PM2020-10-29 14:52:53 (UTC+0) Harbormaster completed remote builds in B34474: Diff 78902.Oct 29 2020, 2:54 PM2020-10-29 14:54:33 (UTC+0) xtouqh_icloud.com added a subscriber: xtouqh_icloud.com.Oct 31 2020, 10:36 PM2020-10-31 22:36:15 (UTC+0) xtouqh_icloud.com added inline comments. Harbormaster completed remote builds in B34598: Diff 79130.Nov 3 2020, 2:54 PM2020-11-03 14:54:01 (UTC+0) This revision is now accepted and ready to land.Nov 8 2020, 8:26 PM2020-11-08 20:26:40 (UTC+0) Closed by commit rS367517: Make it possible to mount a fuse filesystem, such as squashfuse, (authored by trasz). · Explain WhyNov 9 2020, 8:53 AM2020-11-09 08:53:37 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 79343 head/sys/compat/linux/linux_file.c
head/sys/fs/fuse/fuse_device.c
head/sys/fs/fuse/fuse_ipc.h
head/sys/fs/fuse/fuse_vfsops.c
|