opnsense-src/sys/fs/msdosfs
Mateusz Guzik 5b5b7e2ca2 vfs: always retain path buffer after lookup
This removes some of the complexity needed to maintain HASBUF and
allows for removing injecting SAVENAME by filesystems.

Reviewed by:	kib (previous version)
Differential Revision:	https://reviews.freebsd.org/D36542
2022-09-17 09:10:38 +00:00
..
bootsect.h msdosfs: use C99 types 2017-05-19 18:13:41 +00:00
bpb.h msdosfs: use C99 types 2017-05-19 18:13:41 +00:00
denode.h msdosfs: drop now unused DE_RENAME 2021-08-27 18:39:45 +03:00
direntry.h Revert msdosfs MAKEFS #ifdef changes from r319870 2018-07-24 21:10:17 +00:00
fat.h msdosfs: clusterfree() is used only in error handling cases 2022-01-08 05:41:44 +02:00
msdosfs_conv.c fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00
msdosfs_denode.c msdosfs(5): Remove a double word in a source code comment 2022-09-04 17:34:52 +02:00
msdosfs_fat.c msdosfs: on integrity error, fire a task to remount filesystem to ro 2022-01-08 06:20:48 +02:00
msdosfs_iconv.c sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
msdosfs_lookup.c vfs: always retain path buffer after lookup 2022-09-17 09:10:38 +00:00
msdosfs_vfsops.c vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd) 2022-03-24 10:20:51 +00:00
msdosfs_vnops.c vfs: always retain path buffer after lookup 2022-09-17 09:10:38 +00:00
msdosfsmount.h msdosfs: use mntfs vnode for pm_devvp 2022-01-08 06:21:58 +02:00