NetBSD/sys/fs/msdosfs
christos 0da0aa0234 Add newly created vnodes to the namei cache. The rest of the filesystems
already did that (or they don't support writing). Discussed in tech-kern.
2019-09-18 17:59:14 +00:00
..
Makefile
TODO
bootsect.h u_int8_t -> uint8_t 2016-01-22 22:48:18 +00:00
bpb.h u_int{8,16,32}_t -> uint{8,16,32}_t, also u_int -> unsigned and 2016-01-22 22:53:36 +00:00
denode.h Be explicit about how we're placing part of the on-disk name into 2017-01-14 17:17:53 +00:00
direntry.h We can't depend on dp->d_namlen existing for the parts that are used in 2016-02-01 02:59:33 +00:00
fat.h
files.msdosfs Split case folding table into separate source file and add full 2016-02-06 10:40:58 +00:00
msdosfs_conv.c Fix false positives when comparing long file names that have the 2016-06-30 09:34:01 +00:00
msdosfs_denode.c add a genfs method to allow a file system to limit the range of pages 2018-05-28 21:04:37 +00:00
msdosfs_fat.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
msdosfs_lookup.c Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory 2016-01-30 09:59:27 +00:00
msdosfs_unicode.c Toolify. 2016-02-06 14:11:58 +00:00
msdosfs_vfsops.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
msdosfs_vnops.c Add newly created vnodes to the namei cache. The rest of the filesystems 2019-09-18 17:59:14 +00:00
msdosfsmount.h Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory 2016-01-30 09:59:27 +00:00