NetBSD/sys
riastradh 057229a494 Use buffer cache, not page cache, to expand directories in ext2fs.
Candidate fix for PR kern/50607, PR port-evbmips/50059.

Formerly VOP_WRITE-->ext2fs_write would automatically dispatch to
this code path for writes to directories, but I broke that in
ext2fs_lookup.c rev. 1.78 when disentangling page-cached and
buffer-cached writes.

This was not a problem in ufs, and I didn't notice it in ext2fs,
because ufs consistently used buffercache(9) directly instead of
using VOP_WRITE sometimes as ext2fs did.
2016-01-12 21:29:29 +00:00
..
altq
arch moar register bits 2016-01-11 17:09:25 +00:00
coda More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
compat Avoid defining inline functions that are never used when certain options 2016-01-07 21:58:28 +00:00
conf WELCOME 2016! 2015-12-31 15:23:07 +00:00
crypto
ddb
dev Always take the bus lock (avoids collisions when drivers set I2C_F_POLL). 2016-01-11 18:24:56 +00:00
dist/pf
external more unconst 2016-01-09 22:15:24 +00:00
fs PR/50573: Andreas Gustafsson: puffs can crash kernel for lack of argument 2015-12-20 01:34:00 +00:00
gdbscripts
ipkdb
kern memset() -> explicit_memset() for sensitive data. 2016-01-11 14:55:52 +00:00
lib remove "@echo done" from 4 rules that don't need it and the random "done" 2015-10-29 00:18:55 +00:00
miscfs Fix a couple of checks for kernel vm_space, and convert the 'naked 2016-01-05 09:07:19 +00:00
modules Descend into new raid module, and update sets lists. 2015-12-26 01:00:01 +00:00
net eliminate ip_input.c and ip6_input.c dependency on gif(4) 2016-01-08 03:55:39 +00:00
net80211 More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
netatalk More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
netbt there is no longer a reason to have a separate hci_send function now 2015-12-22 11:40:07 +00:00
netinet eliminate ip_input.c and ip6_input.c dependency on gif(4) 2016-01-08 03:55:39 +00:00
netinet6 Add missing RTF_LOCAL; sync with arp_setgate 2016-01-08 08:50:07 +00:00
netipsec
netisdn More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
netkey
netmpls
netnatm initialize npcb; founds by brainy 2015-11-06 21:33:07 +00:00
netsmb
nfs Don't forget to call nfs_fini() when we're finished. Without this, 2015-11-02 09:57:43 +00:00
opencrypto fix the build 2015-11-28 03:40:43 +00:00
rump conform rump behavior to NetBSD kernel (in paticular net.inet.ip.gifttl sysctl) 2016-01-08 04:06:48 +00:00
secmodel secmodel_extensions_system_cb() is not mount-specific, even though 2015-12-12 14:57:52 +00:00
stand
sys Protect a few forward declarations for kernel only use, as suggested 2016-01-11 08:40:52 +00:00
ufs Use buffer cache, not page cache, to expand directories in ext2fs. 2016-01-12 21:29:29 +00:00
uvm Fix typo in comment. 2015-12-06 09:38:54 +00:00
Makefile