~wip-kernel/ubuntu-wip-kernel/+git/exfat-utils:master

Last commit made on 2021-10-09
Get this branch:
git clone -b master https://git.launchpad.net/~wip-kernel/ubuntu-wip-kernel/+git/exfat-utils

Branch merges

Branch information

Recent commits

24d08ea... by relan <email address hidden>

Make error handling in find_slot() more robust.

check_slot() can potentially return any value besides 0, -EIO and
-EINVAL.

4737891... by relan <email address hidden>

CI: switch to Debian 11 with GCC 11

Also enable warnings as errors and GCC's static analyzer.

ab19b44... by relan <email address hidden>

Duplicate debug messages into syslog.

May be helpful when running detached from tty.

e53fa1b... by relan <email address hidden>

Make exfat_debug() elimination a bit safer.

c1132b5... by Dave Vasilevsky

Properly get disk size on NetBSD.

cfb6da6... by "Iouri V. Ivliev" <email address hidden>

Add "automounted" to passthrough options list for FreeBSD.

d8237de... by relan <email address hidden>

CI: use Cirrus.

Run on Debian 10, macOS Big Sur and FreeBSD 13.0 for now.

e2efee2... by relan <email address hidden>

CI: drop Travis.

There are much better ways to spend $69/month.

7899317... by relan <email address hidden>

Pass through some options to FUSE.

Allow users to specify the "nonempty" mount option.

02b793c... by relan <email address hidden>

Move match_option() to libexfat/utils.c.

To be used in a later patch.