git: pktgen: Clear ip.ip_sum before calling in_cksum_hdr()

2012-12-13 Thread Sepherosa Ziehau
commit 2640b9e5de9ecb7ec95ab7839141ef3ba9c792c0 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Fri Dec 14 09:45:51 2012 +0800 pktgen: Clear ip.ip_sum before calling in_cksum_hdr() Summary of changes: tools/tools/netrate/pktgen/pktgen.c |1 + 1 files changed, 1 insertions(+), 0

git: DragonFly_RELEASE_3_2 kernel - Fix issues where tmpfs loses file data

2012-12-13 Thread Matthew Dillon
commit 86340e059ccde828c4146f19c52723140ae4aa13 Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Dec 7 14:20:31 2012 -0800 kernel - Fix issues where tmpfs loses file data * For TMPFS, UIO_NOCOPY writes must use bawrite() or bwrite() and must NEVER used buwrite()

git: DragonFly_RELEASE_3_2 kernel - Change allocvnode() to not recursively block freeing vnodes

2012-12-13 Thread Matthew Dillon
commit 3dc54cbd317ca29e0cd0e5b0ed07668ca3307280 Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Dec 7 18:52:30 2012 -0800 kernel - Change allocvnode() to not recursively block freeing vnodes allocvnode() has caused many deadlock issues over the years, including

git: DragonFly_RELEASE_3_2 kernel - Adjust NFS server for new allocvnode() code

2012-12-13 Thread Matthew Dillon
commit 9106bf2234026fe6086d343402bec0fb5a896be5 Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Dec 7 21:21:55 2012 -0800 kernel - Adjust NFS server for new allocvnode() code * Adjust the NFS server to check for LWP_MP_VNLRU garbage collection requests and act

git: DragonFly_RELEASE_3_2 kernel - Fix improper assertion panic in vinvalbuf()

2012-12-13 Thread Matthew Dillon
commit 629765a30fdc4c483e1abc83e528ff3a53dea66c Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Dec 8 14:22:15 2012 -0800 kernel - Fix improper assertion panic in vinvalbuf() * Related to the removal of vhold/vdrop from buffer cache buffers, the state of a vnode

git: DragonFly_RELEASE_3_2 kernel - Fix bug (not reached in normal operation) in vm_map_set_wired_quick()

2012-12-13 Thread Matthew Dillon
commit 901cb1d606ad263fc76177af4950aa60ff73fd85 Author: Matthew Dillon dil...@apollo.backplane.com Date: Mon Dec 10 14:37:28 2012 -0800 kernel - Fix bug (not reached in normal operation) in vm_map_set_wired_quick() * Fix a bug where vm_map_set_wired_quick() only operated on the

git: DragonFly_RELEASE_3_2 kernel - Fix softupdates panic with UFS

2012-12-13 Thread Matthew Dillon
commit 47abd9f81a11b87d5f2a581a832527a2662c6093 Author: Matthew Dillon dil...@apollo.backplane.com Date: Mon Dec 10 15:02:01 2012 -0800 kernel - Fix softupdates panic with UFS * If getdirtybuf() was unable to lookup a dirty buffer from the flush_pagedep_deps path, we need to

git: DragonFly_RELEASE_3_2 kernel - Reduce the size of the callout wheel

2012-12-13 Thread Matthew Dillon
commit 4e9492a2de2db3eb2c3ba2c331d664c7f9829132 Author: Matthew Dillon dil...@apollo.backplane.com Date: Mon Dec 10 15:11:46 2012 -0800 kernel - Reduce the size of the callout wheel * The callout wheel is per-cpu but ncallout is calculated based on memory. A system with many

git: DragonFly_RELEASE_3_2 kernel - Fix missing B_ORDERED inheritance

2012-12-13 Thread Matthew Dillon
commit 53eb9485da0917577f61c30f95cbf470b75cc6dc Author: Matthew Dillon dil...@apollo.backplane.com Date: Wed Dec 12 20:09:45 2012 -0800 kernel - Fix missing B_ORDERED inheritance * The cluster code was not inheriting B_ORDERED on buffers when constructing the rollup buffer

git: DragonFly_RELEASE_3_2 kernel - Fix sync() system call

2012-12-13 Thread Matthew Dillon
commit a2785819453b7ea4386432aded4281c91f2ed193 Author: Matthew Dillon dil...@apollo.backplane.com Date: Wed Dec 12 23:19:43 2012 -0800 kernel - Fix sync() system call * The sync() system call was syncing the filesystems MNT_NOWAIT | MNT_LAZY. We need the MNT_NOWAIT to avoid

git: hammer2 - small stabilization performance pass

2012-12-13 Thread Matthew Dillon
commit 9bab8c221b9f9c56799baf5eac2175e228cdb399 Author: Matthew Dillon dil...@apollo.backplane.com Date: Thu Dec 13 19:18:33 2012 -0800 hammer2 - small stabilization performance pass * Change a few bawrite()'s to bdwrite()'s to the bufdaemon can cluster the meta-data. This