git: Build - for /rescue transition must make upgrade

2018-08-12 Thread Matthew Dillon
commit 3f2f08f6f86c30e468080a925341df6054afff41 Author: Matthew Dillon Date: Sun Aug 12 21:03:28 2018 -0700 Build - for /rescue transition must make upgrade * Must make upgrade before make rescue when transitioning to the new /rescue topology. * Must ensure

git: hammer2 - Shift inode xop functions into hammer2_xop.c

2018-08-12 Thread Matthew Dillon
commit ab8c8a18bc701ec390c7ba2a4d6f3e8ab461e91b Author: Matthew Dillon Date: Sun Jul 29 17:21:01 2018 -0700 hammer2 - Shift inode xop functions into hammer2_xop.c * Move the inode related xop functions from hammer2_inode.c to hammer2_xop.c. Leave the xop functions in

git: hammer2 - Remote xop implementation part 1

2018-08-12 Thread Matthew Dillon
commit c4421f075b17e1466981307d93b091b2f9171685 Author: Matthew Dillon Date: Sat Jul 28 19:03:29 2018 -0700 hammer2 - Remote xop implementation part 1 * Normalize naming conventions for XOP functions. * Change the XOP callback API to remove the hammer2_thread argument.

git: kernel - Clear bp->b_error prior to initiating write I/O

2018-08-12 Thread Matthew Dillon
commit fa2d20312f2214bb4b67464472bdde6b5d3711f1 Author: Matthew Dillon Date: Sat Jul 28 19:01:39 2018 -0700 kernel - Clear bp->b_error prior to initiating write I/O * Clear bp->b_error prior to initiating write I/O so a lingering b_error code from a retry that later

git: sys/vfs/autofs: Change u_xxx -> unsigned xxx

2018-08-12 Thread Tomohiro Kusumi
commit 0b1d8a0d5dcb276e6f33a848b8337f8acd0d60f5 Author: Tomohiro Kusumi Date: Sun Aug 12 04:26:59 2018 -0700 sys/vfs/autofs: Change u_xxx -> unsigned xxx (ap->a_cmd and refcount apis are of u_xxx) Summary of changes: sys/vfs/autofs/autofs.c | 2 +- sys/vfs/autofs/autofs.h | 2