NetBSD/sys/fs
manu d02097e5a9 Update file size after write without metadata flush
If we do not use metadata flush, we must make sure the size is updated
in the filesystem after a write, otherwise the next GETATTR will get us
a stale value and the file will be truncated.
2015-02-25 14:08:45 +00:00
..
adosfs We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
cd9660 Do not uselessly include <sys/malloc.h>. 2014-11-10 18:46:33 +00:00
efs Define filesystem attributes with vfs dependency. 2014-10-11 06:42:18 +00:00
filecorefs Define filesystem attributes with vfs dependency. 2014-10-11 06:42:18 +00:00
hfs Small cleanup: 2014-12-29 17:17:54 +00:00
msdosfs catch up with DPRINTF change 2015-01-23 03:33:58 +00:00
nfs invalidate input mbuf as soon as it is consumed by the mbuf chain 2015-02-07 12:50:25 +00:00
nilfs Revert previous, it was a false positive. 2015-02-07 10:40:57 +00:00
ntfs Cosmetic changes: 2015-02-20 17:08:13 +00:00
ptyfs Revert previous; it does not work with COMPAT_BSDPTY, screen(1) fails because 2014-10-21 16:05:01 +00:00
puffs Update file size after write without metadata flush 2015-02-25 14:08:45 +00:00
smbfs Replace old style open array with C99 variant - cosmetic only, but should 2015-01-02 09:48:01 +00:00
sysvbfs Add forgotten memset() to clear sysvbfs nodes before setting them up. 2015-01-02 16:51:02 +00:00
tmpfs Define filesystem attributes with vfs dependency. 2014-10-11 06:42:18 +00:00
udf fix udf_node leak. Reported by: 2015-02-07 04:18:03 +00:00
union A union node may be reactivated while it is being reclaimed so 2015-02-24 16:08:01 +00:00
unionfs Define filesystem attributes with vfs dependency. 2014-10-11 06:42:18 +00:00
v7fs Change v7fs to vcache. 2014-12-29 15:29:38 +00:00
Makefile
unicode.h Use size_t instead of int for character count to avoid sign compare issues. 2014-04-06 19:25:22 +00:00