Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [perseant-exfatfs] src/sys/fs/exfatfs
Module Name: src
Committed By: perseant
Date: Wed Jul 24 00:38:27 UTC 2024
Modified Files:
src/sys/fs/exfatfs [perseant-exfatfs]: exfatfs_extern.c
exfatfs_extern.h exfatfs_tables.c exfatfs_tables.h exfatfs_vfsops.c
exfatfs_vnops.c
Log Message:
Actually use the upcase table when determining whether a file exists.
Forbid certain filenames that, while not listed in the exFAT spec,
nevertheless cause severe interoperability problems.
Mark the filesystem dirty when mounted read/write, and clean again
when the filesystem is unmounted.
Correctly terminate the FAT chain when a file is converted to FAT.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/sys/fs/exfatfs/exfatfs_extern.c
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/fs/exfatfs/exfatfs_extern.h \
src/sys/fs/exfatfs/exfatfs_tables.c src/sys/fs/exfatfs/exfatfs_tables.h
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/fs/exfatfs/exfatfs_vfsops.c
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/sys/fs/exfatfs/exfatfs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index