NetBSD/sys/fs
hannken 618809e522 ntfs_loadntnode(): Use bread() when ntm_sysvn[NTFS_MFTINO] is NULL.
May happen when loading node 0 (MFT) during mount and some
attributes are stored in another ntnode.

PR kern/56160 (Mount ntfs usb disk)
2021-05-13 08:57:29 +00:00
..
adosfs Introduce genfs_pathconf() and use it for the default case in all filesystems. 2020-06-27 17:29:17 +00:00
autofs Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
cd9660 Introduce genfs_pathconf() and use it for the default case in all filesystems. 2020-06-27 17:29:17 +00:00
efs fix unaligned access 2020-09-07 00:11:47 +00:00
filecorefs s/occurence/occurrence/ 2020-09-29 02:58:51 +00:00
hfs Replace the */ I accidentally removed in the last commit 2020-07-24 05:26:37 +00:00
msdosfs Enable to mount Raspberry Pi Pico's USB mass storage partition 2021-02-11 00:15:55 +00:00
nfs Don't use legacy VM types. 2021-03-29 02:13:37 +00:00
nilfs Introduce genfs_pathconf() and use it for the default case in all filesystems. 2020-06-27 17:29:17 +00:00
ntfs ntfs_loadntnode(): Use bread() when ntm_sysvn[NTFS_MFTINO] is NULL. 2021-05-13 08:57:29 +00:00
ptyfs make the order of the arguments in the PTYFS_FILENO macro consistent with 2020-11-27 14:43:57 +00:00
puffs Put a copy of our existing data first in the non-error case (noticed by RVP). 2021-04-01 19:00:33 +00:00
sysvbfs Introduce genfs_pathconf() and use it for the default case in all filesystems. 2020-06-27 17:29:17 +00:00
tmpfs Disable use of UBC_FAULTBUSY in tmpfs_write() for now, 2020-12-13 19:22:02 +00:00
udf more GCC 10 fixes. 2021-04-13 06:25:48 +00:00
union Operation union_readdirhook() stores the lower directory as un_uppervp. 2020-08-18 09:44:07 +00:00
unionfs Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
v7fs Introduce genfs_pathconf() and use it for the default case in all filesystems. 2020-06-27 17:29:17 +00:00
Makefile remove SMBFS and nsmb(4) - kernel part 2020-04-04 15:43:21 +00:00
unicode.h