From owner-freebsd-current@freebsd.org Fri Aug 9 02:21:31 2019 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A6ED4B9D43 for ; Fri, 9 Aug 2019 02:21:31 +0000 (UTC) (envelope-from clay.daniels.jr@gmail.com) Received: from mail-vs1-xe44.google.com (mail-vs1-xe44.google.com [IPv6:2607:f8b0:4864:20::e44]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 464TWb3vz6z3wdg; Fri, 9 Aug 2019 02:21:31 +0000 (UTC) (envelope-from clay.daniels.jr@gmail.com) Received: by mail-vs1-xe44.google.com with SMTP id m23so64483927vso.1; Thu, 08 Aug 2019 19:21:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=OuF+Z//a9KpjZVy1dH4ASARtn6zB38E7g68qGM3E0aE=; b=TEmsUQri89wOb8lWZ8p+bxUKQE5IpKCrFBhBqUzDTa0nA2XktjDXNguI7YXKDwOu2d LrRN4UtnMg1CnE2KFUNfiFGR8KbyFdStHH47RDzGUstqUhRokg9zisH2rDBoOBFNWybf 5QknhYV3Md9x2ONorjG/xh+wH2XiAtxfgm8bScDlxbY3Rau7Kc3jZ9bHPYxxKAPuK08c golIzOJBlLEUIyn/TORLbcMKmgcomeD/l9OHtKQd8+ic8dSwkCAqSjxALwZJyvZEMSjR XpEdL7PdpMKfSk9HIipGdmVtZwOsjVg1UF5LQCIKnbBzjhsGd6RU5JUYhzVFZvJMHVn0 Y3Hw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OuF+Z//a9KpjZVy1dH4ASARtn6zB38E7g68qGM3E0aE=; b=ZBgXeK0AyERBL83I/B/sZwCbRdeszrd45DGhRdbLMoqgV/CTSRoL52gmhPMupO0rrS bOU6tORiK6fhF3qJKJ6swQ8gH/9A5C6gV1ph26y4i8YlPbKbMvAeoeM6aprRrsyJtT3x jjkHkL0C/LW+hDjy+oAgJuwtDqyeYJGRc/UUQTmo09cufrjbJXfK299F4YFM7LUkMmmj mxjtPNn/1FsDjwdXXfIt+yesPz6XBplmWJ83emvq8vwpq34nLY0rtitKjt+U0HRrcaCz qqp13ADmXcfyGzjlpyCFRAr792J+gSD4lVS+GCR68vnpBIBkfPfKyapo1PwenZljm8ea nEQg== X-Gm-Message-State: APjAAAV+Fu+BY8cL9CS3iTZ1RP+krZ0nEmYq+zYFK1X62hJwPPOeSDVF znVGsR33+SFRQ2LXhO/qIEy20NMSurtwRE5Bath+8X8= X-Google-Smtp-Source: APXvYqwiQvpJIgkbET769u1hUtIM0gfXkMsfEE2qdcUb74mB77mZL0Fjg1VbQN7eDInN2QtQCS7SDIqbGbAio8z3XZs= X-Received: by 2002:a67:a209:: with SMTP id l9mr12191887vse.125.1565317288792; Thu, 08 Aug 2019 19:21:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Clay Daniels Jr." Date: Thu, 8 Aug 2019 21:21:16 -0500 Message-ID: Subject: Re: FUSE Call for Testing To: Alan Somers Cc: FreeBSD CURRENT X-Rspamd-Queue-Id: 464TWb3vz6z3wdg X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.989,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Aug 2019 02:21:31 -0000 Alan, I'm pretty much into 13.0 Current and most weeks install the newest snapshot build. I don't know if I use FUSE or not, if you must know the truth. I do some hobby coding, lurk here on the email lists and Forum, and try to learn all I can. So do you have any specific suggestions for programs to install and test FUSE? I kind of like the no-x console & the Xterminal window too, and dabble with clang cc (strictly C, no C++) and Python too. Let me know. Clay Daniels On Thu, Aug 8, 2019 at 1:36 PM Alan Somers wrote: > The new FUSE driver has just landed in current. It raises the protocol > level from 7.8 to 7.23, fixes many bugs, adds a test suite for the > driver, and adds many new features. New features include: > * Optional kernel-side permissions checks (-o default_permissions) > * Implement VOP_MKNOD, VOP_BMAP, and VOP_ADVLOCK > * Allow interrupting FUSE operations > * Support named pipes and unix-domain sockets in fusefs file systems > * Forward UTIME_NOW during utimensat(2) to the daemon > * kqueue support for /dev/fuse > * Allow updating mounts with "mount -u" > * Allow exporting fusefs file systems over NFS > * Server-initiated invalidation of the name cache or data cache > * Respect RLIMIT_FSIZE > * Try to support servers as old as protocol 7.4 > > Performance enhancements include: > > * Implement FUSE's FOPEN_KEEP_CACHE and FUSE_ASYNC_READ flags > * Cache file attributes > * Cache lookup entries, both positive and negative > * Server-selectable cache modes: writethrough, writeback, or uncached > * Write clustering > * Readahead > * Use counter(9) for statistical reporting > > Now would be a good time for the community to test it. If you are > BCCed to this email, it's because you maintain a FUSE-related port. > Please test your port on the latest FreeBSD CURRENT image and let me > know if you have any problems or find any bugs. > > Even if you don't maintain a FUSE port, you can still help. If you > use current and commonly use any FUSE file systems, please try them > out after upgrading to the latest image. > > Additionally, the following FUSE-related ports don't have maintainers. > If you use one of them, or know somebody who does, please test them on > current, and consider adopting the port: > deskutils/kdeconnect-kde > devel/gvfs > devel/py-fusefs > sysutils/fusefs-afuse > sysutils/fusefs-chironfs > sysutils/fusefs-cryptofs > sysutils/fusefs-funionfs > sysutils/fusefs-fusepak > sysutils/fusefs-httpfs > sysutils/fusefs-s3backer > sysutils/fusefs-sqlfs > sysutils/fusefs-zip > sysutils/p5-Brackup > sysutils/p5-Fuse > > VM images: > http://ftp0.nyi.freebsd.org/pub/FreeBSD/snapshots/VM-IMAGES/13.0-CURRENT/amd64/20190808/ > ISOs: http://ftp0.nyi.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/13.0/ > > Thanks for any feedback you can give! > -Alan > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >