NetBSD/sys/fs
reinoud 42866dd28d Cleanup VAT writout. To prevent issues with the sequential writing strategy
trying to write on blocks that are lost due to the synchronisation, don't just
bluntly do synchronize device caches, but split out on strategies.
2016-05-24 09:55:57 +00:00
..
adosfs Patch by hannken@ to fix a bug which has been introduced with 1.71. 2015-11-18 22:06:25 +00:00
cd9660 PR/50951: Unmess this up. 2016-03-12 02:36:25 +00:00
efs PR/50883: David Binderman: Remove redundant code. 2016-03-02 19:27:05 +00:00
filecorefs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
hfs KNF 2015-06-21 14:09:47 +00:00
msdosfs fix DEBUG build 2016-05-07 16:43:02 +00:00
nfs PR/50535: David Binderman: Fix nonsense strcmp 2015-12-13 18:31:09 +00:00
nilfs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
ntfs Remove the 'cred' argument from bread(). Remove a now unused var in 2015-03-28 19:24:04 +00:00
ptyfs No need to call spec_inactive() from ptyfs_incative(). 2015-06-23 10:41:06 +00:00
puffs PR/50573: Andreas Gustafsson: puffs can crash kernel for lack of argument 2015-12-20 01:34:00 +00:00
smbfs Replace old style open array with C99 variant - cosmetic only, but should 2015-01-02 09:48:01 +00:00
sysvbfs Fix bug in readdir loop condition. 2015-11-13 13:36:54 +00:00
tmpfs Backout previous - need coffee first 2016-03-12 12:21:37 +00:00
udf Cleanup VAT writout. To prevent issues with the sequential writing strategy 2016-05-24 09:55:57 +00:00
union union_unmount: use vfs_vnode_iterator to count attached vnodes. 2015-07-23 09:45:21 +00:00
unionfs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
v7fs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
Makefile 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8). 2011-06-27 11:52:22 +00:00
unicode.h Use size_t instead of int for character count to avoid sign compare issues. 2014-04-06 19:25:22 +00:00