NetBSD/sys/fs
hannken fff1c84c3d Msdosfs on-disk meta data is not sufficient to create or validate file handles.
Maintain a tree of file handles, create nodes from msdosfs_vptofh() and keep
them until either the file gets unlinked or the file system gets unmounted.

Fixes the msdosfs part of PR #43745 (fhopen of an unlinked file causes problems
on multiple file systems)
2011-04-04 19:16:58 +00:00
..
adosfs Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
cd9660 Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
efs Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
filecorefs Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
hfs simplify and avoid pointer gymnastics 2011-02-24 23:49:26 +00:00
msdosfs Msdosfs on-disk meta data is not sufficient to create or validate file handles. 2011-04-04 19:16:58 +00:00
nilfs Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
ntfs It makes no sense to call vget() with LK_RETRY. 2010-07-25 09:54:37 +00:00
ptyfs Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
puffs puffs_msg_wait: check PARKFLAG_HASERROR before PARKFLAG_CALL. PR/44240. 2011-02-11 09:15:45 +00:00
smbfs Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
sysvbfs In sysvbfs_lookup(), deny last component write operation on a 2011-01-31 18:48:50 +00:00
tmpfs Fix file handle operations for tmpfs by removing a now bogus test and 2011-04-02 14:24:53 +00:00
udf A not rewritable disc can be pseudo-overwritable. A pseudo-overwritable disc 2011-01-22 18:02:18 +00:00
union Remove the special refcount behavior (adding an extra reference to the 2011-01-02 05:09:30 +00:00
unionfs merge the bouyer-quota2 branch. This adds a new on-disk format 2011-03-06 17:08:10 +00:00
Makefile
unicode.h