git: sys/vfs/hammer: Cleanup sanity checks

2015-04-21 Thread Tomohiro Kusumi
commit 4fa5fb92edf94e3ddbbeecd94be13d3faf834b74 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Apr 21 21:01:00 2015 +0900 sys/vfs/hammer: Cleanup sanity checks - Move sanity checks to the beginning of the function. - Check 'free_level HAMMER_BIGBLOCK_SIZE'.

git: sbin/hammer: Print big block size on reblock

2015-04-21 Thread Tomohiro Kusumi
commit f02dcec099ec5f57b8feaa11a75374ff3f6a8e88 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Apr 21 23:20:04 2015 +0900 sbin/hammer: Print big block size on reblock - Print free_level/big_block_size when reblock starts instead of just free_level. -

git: sys/vfs/hammer: Cleanup cursor initialization code on reblock

2015-04-21 Thread Tomohiro Kusumi
commit 6540d157adb11e5bd59986ef07276232cbe3d0c1 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Apr 21 21:08:56 2015 +0900 sys/vfs/hammer: Cleanup cursor initialization code on reblock - Just make things a bit more clear. - The rule is the ioctl caller sets

git: sys/vfs/hammer: Make hammer_blockmap_getfree() clear *curp on error case

2015-04-21 Thread Tomohiro Kusumi
commit ebadcc6a03cf84c75af34707d38dda1ea847418d Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Apr 21 21:04:38 2015 +0900 sys/vfs/hammer: Make hammer_blockmap_getfree() clear *curp on error case - Set *curp to either 0 or 1 regardless of *errorp. The previous

git: sbin/hammer: Print key_end.lo instead of key_beg.lo on reblock

2015-04-21 Thread Tomohiro Kusumi
commit d58869bda15ddc5e96c1c053196fcd3e56e340c6 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Wed Apr 22 00:15:21 2015 +0900 sbin/hammer: Print key_end.lo instead of key_beg.lo on reblock - Print reblock.key_end.localization when reblock starts instead of

git: sys/vfs/hammer: Fix comment

2015-04-21 Thread Tomohiro Kusumi
commit 558a44e2ea853e87cd77f5260c550f647b9b6326 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Apr 21 21:02:47 2015 +0900 sys/vfs/hammer: Fix comment - Sync a comment with what's written in reblock_usage(). Summary of changes: sys/vfs/hammer/hammer_reblock.c | 4