Module Name: src Committed By: perseant Date: Fri Aug 2 00:16:55 UTC 2024
Modified Files: src/sys/fs/exfatfs [perseant-exfatfs]: TODO exfatfs.h exfatfs_balloc.c exfatfs_balloc.h exfatfs_extern.c exfatfs_extern.h exfatfs_vfsops.c exfatfs_vnops.c Log Message: Use a symbol for the size of the boot code. Deallocate bitmap entries more efficiently for unfragmented files Use TRIM if the disk driver supports it. Share code for locating a valid superblock. Share code for writing, and writing back, the superblock. Correct the sense of the archive bit (it was inverted). To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/fs/exfatfs/TODO \ src/sys/fs/exfatfs/exfatfs_balloc.c src/sys/fs/exfatfs/exfatfs_balloc.h \ src/sys/fs/exfatfs/exfatfs_extern.h cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/sys/fs/exfatfs/exfatfs.h \ src/sys/fs/exfatfs/exfatfs_vfsops.c cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/sys/fs/exfatfs/exfatfs_extern.c cvs rdiff -u -r1.1.2.8 -r1.1.2.9 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.