git: sbin/fsck_msdosfs: Bring in freebsd/freebsd@f7ba4b24 (assertion)

2019-09-15 Thread Tomohiro Kusumi
commit 5ba9daa8f3437d45f5f1673345998efd1d24ea7e Author: Tomohiro Kusumi Date: Sun Sep 15 06:16:04 2019 +0900 sbin/fsck_msdosfs: Bring in freebsd/freebsd@f7ba4b24 (assertion) Summary of changes: sbin/fsck_msdosfs/dir.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) http

git: sbin/fsck_msdosfs: Bring in freebsd/freebsd@39c1449b (fix prompts)

2019-09-15 Thread Tomohiro Kusumi
commit b47b3e8df043f00c363efee6dcffd582df451f94 Author: Tomohiro Kusumi Date: Sun Sep 15 05:21:37 2019 +0900 sbin/fsck_msdosfs: Bring in freebsd/freebsd@39c1449b (fix prompts) Summary of changes: sbin/fsck_msdosfs/boot.c | 4 ++-- sbin/fsck_msdosfs/fat.c | 6 +++--- 2 files changed, 5

git: sbin/fsck_msdosfs: Minor fixes/sync with FreeBSD

2019-09-15 Thread Tomohiro Kusumi
commit 7c3df5493c8a6fcc1919b38af077b2f70d5bd0a2 Author: Tomohiro Kusumi Date: Sun Sep 15 05:32:31 2019 +0900 sbin/fsck_msdosfs: Minor fixes/sync with FreeBSD Summary of changes: sbin/fsck_msdosfs/boot.c | 2 +- sbin/fsck_msdosfs/dir.c | 13 ++--- sbin/fsck_msdosfs/ext.h | 4

git: sbin/fsck_msdosfs: Bring in freebsd/freebsd@53d879fa (mix of unrelated changes...)

2019-09-15 Thread Tomohiro Kusumi
commit 49c5675930c974ee2333c88a4b47c400e547360b Author: Tomohiro Kusumi Date: Sun Sep 15 04:59:49 2019 +0900 sbin/fsck_msdosfs: Bring in freebsd/freebsd@53d879fa (mix of unrelated changes...) Summary of changes: sbin/fsck_msdosfs/boot.c | 23 ++- sbin/fsck_msdosfs

git: sbin/fsck_msdosfs: Bring in freebsd/freebsd@ce102225 (respect FSFIXFAT)

2019-09-15 Thread Tomohiro Kusumi
commit 6160dc9f88945ba49664b27288f3c717f4e2acba Author: Tomohiro Kusumi Date: Sun Sep 15 05:24:18 2019 +0900 sbin/fsck_msdosfs: Bring in freebsd/freebsd@ce102225 (respect FSFIXFAT) Summary of changes: sbin/fsck_msdosfs/check.c | 2 +- sbin/fsck_msdosfs/ext.h | 6 +++--- 2 files

git: sbin/fsck_msdosfs: Bring in freebsd/freebsd@3bf7697a (prevent OOB access when corrupted)

2019-09-15 Thread Tomohiro Kusumi
commit 57f0a23042749c93741ec5d4c8a08e00c48a8dad Author: Tomohiro Kusumi Date: Sun Sep 15 06:58:37 2019 +0900 sbin/fsck_msdosfs: Bring in freebsd/freebsd@3bf7697a (prevent OOB access when corrupted) Summary of changes: sbin/fsck_msdosfs/dir.c | 2 +- 1 file changed, 1 insertion(+), 1

git: sbin/fsck_msdosfs: Bring in freebsd/freebsd@915380d5 (preen flag)

2019-09-15 Thread Tomohiro Kusumi
commit 62b6997986236e26cbdc018d406ccd2983125d5c Author: Tomohiro Kusumi Date: Sun Sep 15 07:12:00 2019 +0900 sbin/fsck_msdosfs: Bring in freebsd/freebsd@915380d5 (preen flag) Summary of changes: sbin/fsck_msdosfs/main.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) http

git: sbin/fsck_msdosfs: Bring in freebsd/freebsd@7a3e0d6f (fix readboot() check)

2019-09-15 Thread Tomohiro Kusumi
commit d14f0b18afe2e77418215c78cbeaa845018f6c8e Author: Tomohiro Kusumi Date: Sun Sep 15 06:56:07 2019 +0900 sbin/fsck_msdosfs: Bring in freebsd/freebsd@7a3e0d6f (fix readboot() check) Summary of changes: sbin/fsck_msdosfs/check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

git: sys/vfs/msdosfs: u_int*_t -> uint*_t

2019-09-07 Thread Tomohiro Kusumi
commit 149331c9d6e49e4b7b6e2aa2eb260e37b8bea336 Author: Tomohiro Kusumi Date: Sat Sep 7 02:27:05 2019 +0900 sys/vfs/msdosfs: u_int*_t -> uint*_t Summary of changes: sbin/newfs_msdos/mkfs_msdos.c| 102 sys/vfs/msdosfs/bootsect.h | 24 +++--- sys/

git: sys/vfs/hammer2: Cleanup freemap index calculation

2019-09-17 Thread Tomohiro Kusumi
commit cef11e5a699b5d500d12a5716b8337beed0d9f86 Author: Tomohiro Kusumi Date: Mon Sep 16 22:02:13 2019 +0900 sys/vfs/hammer2: Cleanup freemap index calculation Freemap bitmaps (64KB x 5levels x 8rotations) exist in the first 4MB area of every 1GB, so bitmap offset mask

git: sys/vfs/hammer2: hammer2_chain_t is unneeded for dummy blockref

2019-09-17 Thread Tomohiro Kusumi
commit 15ec687d7fb4078bff0a279d56c5569d62a284a9 Author: Tomohiro Kusumi Date: Tue Sep 17 01:34:11 2019 +0900 sys/vfs/hammer2: hammer2_chain_t is unneeded for dummy blockref hammer2_chain_create_indirect() only needs hammer2_blockref_t part of chain as a local variable. Do

git: sbin/hammer2: Add assertion for freemap index in "show"

2019-09-17 Thread Tomohiro Kusumi
commit ae49546648da4d895a009ce3c4f2f73edb25ce79 Author: Tomohiro Kusumi Date: Mon Sep 16 21:58:31 2019 +0900 sbin/hammer2: Add assertion for freemap index in "show" Test lower end of index. Summary of changes: sbin/hammer2/cmd_debug.c | 2 ++ 1 file changed, 2

git: sys/vfs/msdosfs: Drop redundant msdosfsmount::pm_fatsize

2019-09-06 Thread Tomohiro Kusumi
commit 6dfcd452e952bb9c9acc7074015425112d6c75ca Author: Tomohiro Kusumi Date: Sat Sep 7 00:05:13 2019 +0900 sys/vfs/msdosfs: Drop redundant msdosfsmount::pm_fatsize No need to keep incore FAT byte size in ulong. Summary of changes: sys/vfs/msdosfs/msdosfs_vfsops.c | 6

git: sbin/newfs_msdos: Bring in FreeBSD/Git 902f77041b477be4d9d99608b463be01ac7611ea

2019-09-08 Thread Tomohiro Kusumi
commit bb3df752b77b3c244ba50cd807043536b863164a Author: Tomohiro Kusumi Date: Mon Sep 9 03:08:08 2019 +0900 sbin/newfs_msdos: Bring in FreeBSD/Git 902f77041b477be4d9d99608b463be01ac7611ea Invalidate FSI_Nxt_Free hint in FSInfo for FAT32. Summary of changes: sbin/newfs_msdos

git: sys/vfs/msdosfs: Sync with FreeBSD (non functional diffs)

2019-09-08 Thread Tomohiro Kusumi
commit 8b2578454d6b1896b41203d8736ffdd19b8a8559 Author: Tomohiro Kusumi Date: Sun Sep 8 02:33:01 2019 +0900 sys/vfs/msdosfs: Sync with FreeBSD (non functional diffs) Summary of changes: sys/vfs/msdosfs/bootsect.h | 37 ++ sys/vfs/msdosfs/bpb.h| 31

git: sys/vfs/msdosfs: Cleanups

2019-09-07 Thread Tomohiro Kusumi
commit 4f82ba8cb0d1e2b5beb7035284b9dbd382f1df0c Author: Tomohiro Kusumi Date: Sat Sep 7 16:52:31 2019 +0900 sys/vfs/msdosfs: Cleanups Summary of changes: sys/vfs/msdosfs/msdosfs_denode.c | 4 ++-- sys/vfs/msdosfs/msdosfs_lookup.c | 13 - sys/vfs/msdosfs/msdosfs_vfsops.c

git: sbin/hammer2: Introduce HAMMER2_SHOW_TAB for "show"

2019-07-30 Thread Tomohiro Kusumi
commit 8ca87c4ce70436a39ce3cfe9ea648d35e9a28086 Author: Tomohiro Kusumi Date: Sun Jul 28 05:26:36 2019 +0900 sbin/hammer2: Introduce HAMMER2_SHOW_TAB for "show" The default stays 2, but now tunable via HAMMER2_SHOW_TAB. Summary of changes: sbin/hammer2/cmd_de

git: sys/vfs/hammer2: Drop obsolete comments on chain

2019-08-05 Thread Tomohiro Kusumi
commit 628176c9ca8c629bc475fa2c9608347f04ca4977 Author: Tomohiro Kusumi Date: Mon Aug 5 01:29:16 2019 +0900 sys/vfs/hammer2: Drop obsolete comments on chain "dbtree", "dbq", "core_entry", "domodify" are all removed in around 201

git: sys/vfs/hammer2: Drop redundant ; in H2XOPDESCRIPTOR()

2019-08-06 Thread Tomohiro Kusumi
commit 7a6ccfa3bc543e55699e5fd9cbaffbe7a33ec5af Author: Tomohiro Kusumi Date: Mon Aug 5 13:24:26 2019 +0900 sys/vfs/hammer2: Drop redundant ; in H2XOPDESCRIPTOR() Summary of changes: sys/vfs/hammer2/hammer2_admin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http

git: sys/vfs/hammer2: Drop unused hammer2_chain::flush_node

2019-08-01 Thread Tomohiro Kusumi
commit 24cc3c35850183abb21b7611b5bba0ab239afdad Author: Tomohiro Kusumi Date: Fri Aug 2 01:03:30 2019 +0900 sys/vfs/hammer2: Drop unused hammer2_chain::flush_node No longer used since ecfe89b8868b30c9ddfa9c86cb4b0a20365a248d. Summary of changes: sys/vfs/hammer2/hammer2.h | 1

git: sys/vfs/hammer2: Use HAMMER2_BREF_TYPE_EMPTY for blockref type 0

2019-08-01 Thread Tomohiro Kusumi
commit 0024608f62046d690f70ea178aac44078b38e0c8 Author: Tomohiro Kusumi Date: Fri Aug 2 00:12:38 2019 +0900 sys/vfs/hammer2: Use HAMMER2_BREF_TYPE_EMPTY for blockref type 0 Summary of changes: sys/vfs/hammer2/hammer2_chain.c | 21 +++-- 1 file changed, 11 insertions

git: sys/vfs/hammer2: Update ascii-art/comments in hammer2_disk.h

2019-07-27 Thread Tomohiro Kusumi
commit 0d8a4f331be521e2d5423111c89e77b39fe6ded1 Author: Tomohiro Kusumi Date: Fri Jul 26 05:43:22 2019 +0900 sys/vfs/hammer2: Update ascii-art/comments in hammer2_disk.h Update old comments written when ondisk layout wasn't stable. Summary of changes: sys/vfs/hammer2

git: sys/vfs/hammer2: Minor cleanup

2019-07-20 Thread Tomohiro Kusumi
commit 327e22b3bcc685952e2c932c6e998f8c120fa535 Author: Tomohiro Kusumi Date: Sat Jul 20 00:52:18 2019 +0900 sys/vfs/hammer2: Minor cleanup H2 code always uses typedef'd if exists. Summary of changes: sys/vfs/hammer2/hammer2_disk.h | 2 +- 1 file changed, 1 insertion(+), 1

git: sbin/hammer2: Minor fix

2019-07-23 Thread Tomohiro Kusumi
commit 95d182dacb43ac64f114b9966ed5e75f2e68aa5d Author: Tomohiro Kusumi Date: Tue Jul 23 01:34:55 2019 +0900 sbin/hammer2: Minor fix Summary of changes: sbin/hammer2/cmd_debug.c | 3 +-- sbin/hammer2/cmd_info.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) http

git: usr.sbin/fstyp: Add -l option support for HAMMER2

2019-07-23 Thread Tomohiro Kusumi
commit 26cca7e2494be4c21e15bf173003c2556a712cea Author: Tomohiro Kusumi Date: Tue Jul 23 01:38:30 2019 +0900 usr.sbin/fstyp: Add -l option support for HAMMER2 Summary of changes: usr.sbin/fstyp/hammer2.c | 75 1 file changed, 70

git: sbin/hammer2: Update printinode

2019-07-23 Thread Tomohiro Kusumi
commit 4685ca1cc305dbcd40d614ecc70f60a6a71ba453 Author: Tomohiro Kusumi Date: Tue Jul 23 05:42:58 2019 +0900 sbin/hammer2: Update printinode Hasn't been updated since 2015. Summary of changes: sbin/hammer2/hammer2.h | 2 +- sbin/hammer2/print_inode.c | 143

git: usr.sbin/fstyp: Minor fix for HAMMER2

2019-07-24 Thread Tomohiro Kusumi
commit 9ed43ec3612d8a4b89ae401403868e7e96fb Author: Tomohiro Kusumi Date: Thu Jul 25 00:43:42 2019 +0900 usr.sbin/fstyp: Minor fix for HAMMER2 Summary of changes: usr.sbin/fstyp/hammer2.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) http://gitweb.dragonflybsd.org

git: sbin/hammer2: Add missing inode fields (0x0084-) for printinode

2019-07-24 Thread Tomohiro Kusumi
commit 378b013cba4cbd6220e88f24063e0f40a39aa059 Author: Tomohiro Kusumi Date: Thu Jul 25 00:31:16 2019 +0900 sbin/hammer2: Add missing inode fields (0x0084-) for printinode Summary of changes: sbin/hammer2/print_inode.c | 36 +++- 1 file changed, 27

git: sbin/mount_hammer2: Fix perror(3) message

2019-07-25 Thread Tomohiro Kusumi
commit 907d94caf6a439944b1c76249cf9a473795b48a6 Author: Tomohiro Kusumi Date: Thu Jul 25 23:16:17 2019 +0900 sbin/mount_hammer2: Fix perror(3) message ": " is added by perror(3) itself. Summary of changes: sbin/mount_hammer2/mount_hammer2.c | 2 +- 1 file changed, 1

git: sbin/hammer2: Add missing info for "show"

2019-07-25 Thread Tomohiro Kusumi
commit 12404a28eff1a8c30273f0dd2e73d9028b760443 Author: Tomohiro Kusumi Date: Thu Jul 25 21:08:45 2019 +0900 sbin/hammer2: Add missing info for "show" Add missing inode fields. Also add blockref count for indirect blocks (i.e. not necessarily 4). Summary of chan

git: sys/vfs/hammer2: Fix comments on HAMMER2_FREEMAP_LEVEL*_RADIX

2019-07-21 Thread Tomohiro Kusumi
commit 18a3521ff6cecc0129eef3968fb5d6493347a158 Author: Tomohiro Kusumi Date: Mon Jul 22 04:53:34 2019 +0900 sys/vfs/hammer2: Fix comments on HAMMER2_FREEMAP_LEVEL*_RADIX Also see 5cebbe36266c384e5bb3f6a9a2364cdd7d750fe1. Summary of changes: sys/vfs/hammer2/hammer2_freemap.c

git: sbin/newfs_hammer2: Drop obsolete comment on inode

2019-07-21 Thread Tomohiro Kusumi
commit 79ae60172c375fd40d9de9ddf63123e1a32028ab Author: Tomohiro Kusumi Date: Mon Jul 22 04:54:16 2019 +0900 sbin/newfs_hammer2: Drop obsolete comment on inode Drop comment from 2012. Inode is 1024 bytes now. Summary of changes: sbin/newfs_hammer2/newfs_hammer2.c | 5 - 1

git: sys/vfs/hammer2: Add XXX for obsolete comments on hardlink

2019-07-22 Thread Tomohiro Kusumi
commit d2741729c8ef284dec6132b1fb317d0713c106ea Author: Tomohiro Kusumi Date: Mon Jul 22 11:11:08 2019 +0900 sys/vfs/hammer2: Add XXX for obsolete comments on hardlink Summary of changes: sys/vfs/hammer2/hammer2_disk.h | 4 1 file changed, 4 insertions(+) http

git: sbin/hammer2: Use SEEK_SET

2019-09-21 Thread Tomohiro Kusumi
commit 047d51c87798404d4a32756c1490fd4681b616ce Author: Tomohiro Kusumi Date: Fri Sep 20 01:27:57 2019 +0900 sbin/hammer2: Use SEEK_SET Summary of changes: sbin/hammer2/cmd_debug.c | 13 + sbin/hammer2/cmd_info.c | 4 ++-- 2 files changed, 7 insertions(+), 10 deletions

git: sbin/hammer2: Don't show 0 freemap stats in quiet mode

2019-09-19 Thread Tomohiro Kusumi
commit db2a354acc5ee1552e517849a5a6171d7fd019fd Author: Tomohiro Kusumi Date: Thu Sep 19 06:35:34 2019 +0900 sbin/hammer2: Don't show 0 freemap stats in quiet mode Quiet mode has been ignoring freemap stats, so separate freemap stats from data. Summary of changes: sbin

git: sbin/hammer2: Use appropriate macros and typedefs in CountFreeBlocks()

2019-09-19 Thread Tomohiro Kusumi
commit 22f08f8122f04c6e10fbbb302e5b9a4994f053c3 Author: Tomohiro Kusumi Date: Thu Sep 19 01:33:52 2019 +0900 sbin/hammer2: Use appropriate macros and typedefs in CountFreeBlocks() Summary of changes: sbin/hammer2/cmd_debug.c | 29 +++-- 1 file changed, 15

git: sbin/hammer2: Show freemap stats for all bitmap states

2019-09-19 Thread Tomohiro Kusumi
commit ce5507452b39e1ff97103f1dd716ddc76833db25 Author: Tomohiro Kusumi Date: Thu Sep 19 02:01:46 2019 +0900 sbin/hammer2: Show freemap stats for all bitmap states Add "Total possibly free storage" and "Total allocated storage" stats which correspond

git: lib/libdmsg: Use libkern instead of lib/libdmsg/icrc.c

2019-09-28 Thread Tomohiro Kusumi
commit 5114cf22cc364223c17a52e0cc3565d942d44a1a Author: Tomohiro Kusumi Date: Sat Sep 28 04:16:49 2019 +0900 lib/libdmsg: Use libkern instead of lib/libdmsg/icrc.c Remove yet another copy of icrc file in lib/libdmsg, with only difference in function names which start

git: usr.sbin/autofs: Change autounmountd(8) to use time_t for duration instead of double

2019-09-25 Thread Tomohiro Kusumi
commit ea3b1a4203742c0467c46b1ce4dee1b5c9355a85 Author: Tomohiro Kusumi Date: Thu Sep 26 20:50:01 2019 +0900 usr.sbin/autofs: Change autounmountd(8) to use time_t for duration instead of double freebsd/freebsd@d1115235daf2a6a2f3bcdb3c840722fbc548d2ee Summary of changes

git: usr.sbin/autofs: Fix segfault that could occur on "automount -LL"

2019-09-25 Thread Tomohiro Kusumi
commit ff8a5afd1122c8bda0579b1a2827e1ffb0f97cf4 Author: Tomohiro Kusumi Date: Thu Sep 26 20:33:22 2019 +0900 usr.sbin/autofs: Fix segfault that could occur on "automount -LL" freebsd/freebsd@6481c0f9038450666abe90d235d2a8454b12a7cb Summary of changes: usr.sbin/autof

git: usr.sbin/autofs: Add DOLLAR

2019-09-25 Thread Tomohiro Kusumi
commit 3d33658b431177271ffc5bac839ba25e8d96fe65 Author: Tomohiro Kusumi Date: Thu Sep 26 20:30:09 2019 +0900 usr.sbin/autofs: Add DOLLAR freebsd/freebsd@abc2058c6033886873a3c02254eb3e9cb8d4e489 Summary of changes: usr.sbin/autofs/auto_master.5 | 4 +++- usr.sbin/autofs

git: sbin/hammer2: Sync checksum format in "show"/"freemap" with aa2131f062

2019-09-28 Thread Tomohiro Kusumi
commit 1cc98c43b92dea37978e8efca2c3f38921604837 Author: Tomohiro Kusumi Date: Sun Sep 29 05:20:52 2019 +0900 sbin/hammer2: Sync checksum format in "show"/"freemap" with aa2131f062 HAMMER2_CHECK_XXHASH64, HAMMER2_CHECK_SHA192, HAMMER2_CHECK_FREEMAP were

git: sbin/hammer2: Minor adjustments for "volhdr"

2019-09-28 Thread Tomohiro Kusumi
commit 5cf632c7c23f929b5fed19f394927404ef0711ca Author: Tomohiro Kusumi Date: Sun Sep 29 06:01:58 2019 +0900 sbin/hammer2: Minor adjustments for "volhdr" * Fix argument name in prototype. * volhdr is which=2 out of (0,1,2). * Align volhdr line with othe

git: sys/vfs/hammer2: Use correct typedef for uint64_t for inode#

2019-10-01 Thread Tomohiro Kusumi
commit 98892f6b48b0d31f1aad10fb736c3a9e3e5ff21c Author: Tomohiro Kusumi Date: Wed Oct 2 00:06:07 2019 +0900 sys/vfs/hammer2: Use correct typedef for uint64_t for inode# Summary of changes: sys/vfs/hammer2/hammer2_disk.h | 2 +- sys/vfs/hammer2/hammer2_ioctl.c | 2 +- 2 files changed

git: sys/vfs/msdosfs: Extend fatcache size for extend write performance

2019-10-01 Thread Tomohiro Kusumi
commit 7f886c1b2e67614feea109d4dda1ce4bb221e646 Author: Tomohiro Kusumi Date: Wed Oct 2 00:57:48 2019 +0900 sys/vfs/msdosfs: Extend fatcache size for extend write performance freebsd/freebsd@317819a5f62502c2daad8b2f578f62e1cd7f4017 freebsd/freebsd

git: sys/vfs/msdosfs: Fix wrong memcpy(3) usage

2019-10-01 Thread Tomohiro Kusumi
commit 50a8bf312304f716a486ac43f3bcf8b9559e13e4 Author: Tomohiro Kusumi Date: Wed Oct 2 01:54:44 2019 +0900 sys/vfs/msdosfs: Fix wrong memcpy(3) usage * Fix 65c1174772fa185d24d1d0978367da3f4b6582f3. * Pick up missing memset(3) conversion from freebsd/freebsd

git: sys/vfs/msdosfs: Whitespace fixes (minimize diff noises against FreeBSD)

2019-09-26 Thread Tomohiro Kusumi
commit 2169c0c1b778d7a41de5c05bea2b72b5460d6477 Author: Tomohiro Kusumi Date: Fri Sep 27 05:55:17 2019 +0900 sys/vfs/msdosfs: Whitespace fixes (minimize diff noises against FreeBSD) Summary of changes: sys/vfs/msdosfs/denode.h | 2 +- sys/vfs/msdosfs/msdosfs_conv.c | 6

git: sys/vfs/msdosfs: Reduce size of struct defid

2019-09-26 Thread Tomohiro Kusumi
commit 4f6d15bfe782de7c3deadc52c9e3db83e6504c50 Author: Tomohiro Kusumi Date: Fri Sep 27 06:11:56 2019 +0900 sys/vfs/msdosfs: Reduce size of struct defid freebsd/freebsd@149e5a04f74fb1cfc857fa0f9ef9b70cd86520f5 Summary of changes: sys/vfs/msdosfs/denode.h | 6 +++--- 1 file

git: sbin/fsck_hammer2: Make blockref error message more verbose

2019-09-23 Thread Tomohiro Kusumi
commit 25434dd18dfeb1c099926061b515f5b5634f4784 Author: Tomohiro Kusumi Date: Tue Sep 24 01:30:03 2019 +0900 sbin/fsck_hammer2: Make blockref error message more verbose Keep a copy of blockref in blockref_msg, and print type and key/keybits in addition to offset and message

git: sbin/fsck_hammer2: Add initial fsck support for HAMMER2

2019-09-22 Thread Tomohiro Kusumi
commit 5554cc8b81fbfcfd347f50be3f3b1b9a54b871b9 Author: Tomohiro Kusumi Date: Sun Sep 22 20:30:10 2019 +0900 sbin/fsck_hammer2: Add initial fsck support for HAMMER2 Add initial fsck support for HAMMER2, although CoW fs doesn't require fsck as a concept. Currently

git: sys/vfs/msdosfs: Minimize diff vs FreeBSD

2019-09-24 Thread Tomohiro Kusumi
commit bd7c8050d787fa70b29904fc9c2481a843a38d87 Author: Tomohiro Kusumi Date: Wed Sep 25 00:30:10 2019 +0900 sys/vfs/msdosfs: Minimize diff vs FreeBSD Just move some functions around within a same file. Summary of changes: sys/vfs/msdosfs/msdosfs_conv.c | 588

git: sbin/hammer2: Use old "show"/"freemap" format for -q

2019-10-02 Thread Tomohiro Kusumi
commit e3bf7c89bed5fb3221099510ac927afc59701b6e Author: Tomohiro Kusumi Date: Wed Oct 2 08:23:57 2019 +0900 sbin/hammer2: Use old "show"/"freemap" format for -q which existed until aa2131f062. The original format had better readability and grep-abil

git: sbin/hammer2: Assert bytes > 0 for inode/indirect in "show"/"freemap"

2019-10-02 Thread Tomohiro Kusumi
commit ae2f457fb47e33bfdf443f4c317476ee6a47bf48 Author: Tomohiro Kusumi Date: Wed Oct 2 07:50:37 2019 +0900 sbin/hammer2: Assert bytes > 0 for inode/indirect in "show"/"freemap" `bytes` must not be 0 for blockref types which refer to data. Summary of

git: sbin/fsck_hammer2: Print blockref stats once if -q

2019-10-02 Thread Tomohiro Kusumi
commit 36932a0128972267bbe03f715cd5b383b383a8c6 Author: Tomohiro Kusumi Date: Thu Oct 3 01:50:25 2019 +0900 sbin/fsck_hammer2: Print blockref stats once if -q Better with this when redirecting output. Summary of changes: sbin/fsck_hammer2/fsck_hammer2.8 | 4 ++-- sbin

git: sbin/fsck_hammer2: Fix return value on -f

2019-10-02 Thread Tomohiro Kusumi
commit 39c831e86d8d11dd9722d84818a489c73801d3d1 Author: Tomohiro Kusumi Date: Thu Oct 3 01:49:54 2019 +0900 sbin/fsck_hammer2: Fix return value on -f Summary of changes: sbin/fsck_hammer2/test.c | 40 +++- 1 file changed, 19 insertions(+), 21

git: sbin/fsck_hammer2: Add -p and -l option for per PFS scan

2019-10-02 Thread Tomohiro Kusumi
commit e8135320daf215149675b85549d1074624a3ba51 Author: Tomohiro Kusumi Date: Wed Oct 2 06:48:40 2019 +0900 sbin/fsck_hammer2: Add -p and -l option for per PFS scan Summary of changes: sbin/fsck_hammer2/fsck_hammer2.8 | 10 +- sbin/fsck_hammer2/fsck_hammer2.c | 13 +- sbin

git: sbin/fsck_hammer2: Refactor verify_blockref()

2019-10-02 Thread Tomohiro Kusumi
commit ce623fb6f2d97593b148be8d6840b8e86d9fc8c5 Author: Tomohiro Kusumi Date: Thu Oct 3 01:50:56 2019 +0900 sbin/fsck_hammer2: Refactor verify_blockref() Not interested in blockref with no data once counter is incremented, so just return if !bytes. Summary of changes: sbin

git: sys/vfs/msdosfs: Remove unused global statistic about fat cache usage

2019-10-02 Thread Tomohiro Kusumi
commit 3501e3e1f184688ae3693ac0e5f562f6f3485dbf Author: Tomohiro Kusumi Date: Thu Oct 3 00:14:03 2019 +0900 sys/vfs/msdosfs: Remove unused global statistic about fat cache usage freebsd/freebsd@9be56bb3cbf4a01715415777c05d15ed42ba4c63 Summary of changes: sys/vfs/msdosfs

git: sys/vfs/msdosfs: Assert mount is not read-only when FAT modifications requested

2019-10-02 Thread Tomohiro Kusumi
commit 33b97ce2aadf6cbe8e9d8d10a93eb253843ae33d Author: Tomohiro Kusumi Date: Thu Oct 3 01:05:19 2019 +0900 sys/vfs/msdosfs: Assert mount is not read-only when FAT modifications requested freebsd/freebsd@95e51995786685d7cceb893fae4a6c359ce7aee9 Summary of changes: sys/vfs

git: sys/vfs/msdosfs: Remove unused find_lcode()

2019-10-02 Thread Tomohiro Kusumi
commit f5929559c848c1f12b3c3cf64f742bd414414a1c Author: Tomohiro Kusumi Date: Thu Oct 3 00:02:05 2019 +0900 sys/vfs/msdosfs: Remove unused find_lcode() Summary of changes: sys/vfs/msdosfs/msdosfs_conv.c | 11 --- 1 file changed, 11 deletions(-) http://gitweb.dragonflybsd.org

git: sys/vfs/msdosfs: Add assertions for FAT bitmap state

2019-10-02 Thread Tomohiro Kusumi
commit c91717f46b4e37fa354b71d80b4850560542d52e Author: Tomohiro Kusumi Date: Thu Oct 3 01:04:40 2019 +0900 sys/vfs/msdosfs: Add assertions for FAT bitmap state freebsd/freebsd@452113665587ed27ad543c49c84d142ef8bd5481 Summary of changes: sys/vfs/msdosfs/msdosfs_fat.c | 7

git: sys/vfs/msdosfs: Fix build break on LINT64 by 411df81600

2019-10-02 Thread Tomohiro Kusumi
commit d814d32c18550f269431f73c6f36b9c5025f3612 Author: Tomohiro Kusumi Date: Thu Oct 3 04:17:17 2019 +0900 sys/vfs/msdosfs: Fix build break on LINT64 by 411df81600 Summary of changes: sys/vfs/msdosfs/msdosfs_iconv/msdosfs_iconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

git: sys/vfs/msdosfs: Fix loading msdos_iconv.ko

2019-10-02 Thread Tomohiro Kusumi
commit 220523c05556ddcf7c5b648abfffb9685fa94bc9 Author: Tomohiro Kusumi Date: Thu Oct 3 04:50:58 2019 +0900 sys/vfs/msdosfs: Fix loading msdos_iconv.ko Temporary fix. Will eventually be fully synced with FreeBSD. Summary of changes: sys/vfs/msdosfs/msdosfs_conv.c

git: sbin/hammer2: Add sbin/hammer2/hammer2_subs.h

2019-09-29 Thread Tomohiro Kusumi
commit a860700207674c889204cb3d9052b74feb9fd62d Author: Tomohiro Kusumi Date: Mon Sep 30 01:14:41 2019 +0900 sbin/hammer2: Add sbin/hammer2/hammer2_subs.h Separate a header for subs.c from . This lets other HAMMER2 binaries drop unneeded dependencies required to use

git: sbin/hammer2: Align usage output for "emergency-mode-disable"

2019-09-29 Thread Tomohiro Kusumi
commit 1e790cd2c2c8c61436cf659e63b45989600549ba Author: Tomohiro Kusumi Date: Mon Sep 30 03:15:46 2019 +0900 sbin/hammer2: Align usage output for "emergency-mode-disable" Summary of changes: sbin/hammer2/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio

git: sbin/hammer2: Use hammer2_uuid_to_str()

2019-09-29 Thread Tomohiro Kusumi
commit 371b3d4a3c2040004ef0d0acff565d7f7048f549 Author: Tomohiro Kusumi Date: Mon Sep 30 03:18:36 2019 +0900 sbin/hammer2: Use hammer2_uuid_to_str() Summary of changes: sbin/hammer2/cmd_debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org

git: sys/vfs/msdosfs: msdos_iconv -> msdosfs_iconv (minimize diff noises)

2019-09-30 Thread Tomohiro Kusumi
commit 411df816005434afc53a7ed2fd86018809cb0151 Author: Tomohiro Kusumi Date: Tue Oct 1 00:10:05 2019 +0900 sys/vfs/msdosfs: msdos_iconv -> msdosfs_iconv (minimize diff noises) and also fix/sync some typos/etc with FreeBSD. Summary of changes: sys/vfs/msdosfs/msdosfs_con

git: sys/vfs/msdosfs: b*() -> mem*() (sync with FreeBSD mostly)

2019-09-24 Thread Tomohiro Kusumi
commit 65c1174772fa185d24d1d0978367da3f4b6582f3 Author: Tomohiro Kusumi Date: Wed Sep 25 03:03:48 2019 +0900 sys/vfs/msdosfs: b*() -> mem*() (sync with FreeBSD mostly) Summary of changes: sys/vfs/msdosfs/msdosfs_conv.c | 10 +- sys/vfs/msdosfs/msdosfs_denode.c | 2 +-

git: sbin/fsck_hammer2: Fix read(2) retvals to use ssize_t

2019-09-22 Thread Tomohiro Kusumi
commit 26962a8f7b56345a318f489c08d11be9f35eb178 Author: Tomohiro Kusumi Date: Mon Sep 23 02:23:08 2019 +0900 sbin/fsck_hammer2: Fix read(2) retvals to use ssize_t Summary of changes: sbin/fsck_hammer2/test.c | 24 1 file changed, 12 insertions(+), 12 deletions

git: sys/vfs/msdosfs: Mount msdosfs with longnames support by default

2019-10-01 Thread Tomohiro Kusumi
commit 53b15d0a39932d12da6b5baf3a7fd4aaa84d211a Author: Tomohiro Kusumi Date: Wed Oct 2 03:27:35 2019 +0900 sys/vfs/msdosfs: Mount msdosfs with longnames support by default The old behavior depended on the FAT version and on what files were in the root directory

git: sbin/hammer2: Test /dev/mampper for "info"/"mountall" targets

2019-11-02 Thread Tomohiro Kusumi
commit 54d6bacabe7a3282dad299ac602f75499507fe37 Author: Tomohiro Kusumi Date: Sat Nov 2 01:36:34 2019 +0900 sbin/hammer2: Test /dev/mampper for "info"/"mountall" targets Try dirents under /dev/mapper in addition to /dev/serno. Also ignore ".

git: sbin/hammer2: Add /dev/ad* and /dev/vn* to "info"/"mountall" targets

2019-11-03 Thread Tomohiro Kusumi
commit 1bb6d1be89098014ffd4bfcd6a3018deffef68b2 Author: Tomohiro Kusumi Date: Sun Nov 3 18:12:05 2019 +0900 sbin/hammer2: Add /dev/ad* and /dev/vn* to "info"/"mountall" targets Summary of changes: sbin/hammer2/cmd_info.c | 33 +

git: sys/vfs/msdosfs: Need to explicitly set bp to NULL

2019-11-10 Thread Tomohiro Kusumi
commit 45e5fee391d8282ba9d0802649692fa730ffea86 Author: Tomohiro Kusumi Date: Mon Nov 11 01:27:06 2019 +0900 sys/vfs/msdosfs: Need to explicitly set bp to NULL for several vnops. Summary of changes: sys/vfs/msdosfs/msdosfs_vnops.c | 8 1 file changed, 4 insertions

git: sys/vfs/msdosfs: Fix typo

2019-11-08 Thread Tomohiro Kusumi
commit 19f05ca8df042392fbab2f15c546727aff721459 Author: Tomohiro Kusumi Date: Sat Nov 9 04:01:18 2019 +0900 sys/vfs/msdosfs: Fix typo Summary of changes: sys/vfs/msdosfs/msdosfs_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonflybsd.org/dragonfly.git

git: sys/vfs/msdosfs: Fix comments on corrupted fs

2019-11-08 Thread Tomohiro Kusumi
commit f92cc5077db1ea81a4eb88490961375ef7c282b5 Author: Tomohiro Kusumi Date: Sat Nov 9 04:41:29 2019 +0900 sys/vfs/msdosfs: Fix comments on corrupted fs from freebsd/freebsd@54e5c67329366d24de694633c94a8d2640534095 Summary of changes: sys/vfs/msdosfs/msdosfs_vnops.c | 8

git: sys/vfs/msdosfs: Fix regression from cleanup commit 20241ea208

2019-11-09 Thread Tomohiro Kusumi
commit b19f987c728860fda67a384ec6cf427fcce052c5 Author: Tomohiro Kusumi Date: Sun Nov 10 00:17:06 2019 +0900 sys/vfs/msdosfs: Fix regression from cleanup commit 20241ea208 rablock needs to be a cluster#. Summary of changes: sys/vfs/msdosfs/msdosfs_vnops.c | 2 +- 1 file

git: sys/vfs/msdosfs: Remove BPB_TotSec16 test for FAT32 on mount(2)

2019-11-09 Thread Tomohiro Kusumi
commit 75ff67093946812866c8900c977c3a03e286d156 Author: Tomohiro Kusumi Date: Sat Nov 9 05:44:52 2019 +0900 sys/vfs/msdosfs: Remove BPB_TotSec16 test for FAT32 on mount(2) from freebsd/freebsd@ad92b9afc4f7ec122f9438ac64b58c2926a6a6a4 Looks like BSD implementation of FAT

git: sys/vfs/msdosfs: Cleanup before implementing vfs clustering

2019-11-09 Thread Tomohiro Kusumi
commit cb33f13a75373c4ce9b1cf3669418c362ad87a70 Author: Tomohiro Kusumi Date: Sun Nov 10 00:17:20 2019 +0900 sys/vfs/msdosfs: Cleanup before implementing vfs clustering from freebsd/freebsd@b2bdcce9e10d5055a3afbfebf98e0e05fcd67113 Sync with a cleanup commit before

git: sys/vfs/msdosfs: Improve fsync(2) behavior

2019-11-07 Thread Tomohiro Kusumi
commit 8480e7bcdf9ffa9f44f80f9362c6f62424ada748 Author: Tomohiro Kusumi Date: Fri Nov 8 00:21:06 2019 +0900 sys/vfs/msdosfs: Improve fsync(2) behavior from freebsd/freebsd@3bbdcb77fd843ff34a0054bea92392cee78dd0ec Do sloppy sync of metadata by syncing the entire FAT

git: sbin/fsck_hammer2: Remove redundant hammer2_blockref_t in delta stats

2019-10-31 Thread Tomohiro Kusumi
commit b9b19e40527c666341214e65cf7466fda77b1af8 Author: Tomohiro Kusumi Date: Fri Nov 1 00:14:08 2019 +0900 sbin/fsck_hammer2: Remove redundant hammer2_blockref_t in delta stats Summary of changes: sbin/fsck_hammer2/test.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions

git: usr.sbin/fstyp: Fix warning on Linux distros

2019-10-31 Thread Tomohiro Kusumi
commit 4a4aa420b3788e9feb3cf3fa5c2d0c6c62d35102 Author: Tomohiro Kusumi Date: Fri Nov 1 08:47:02 2019 +0900 usr.sbin/fstyp: Fix warning on Linux distros hammer2.c:134: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness /usr/include/string.h:143

git: sbin/fsck_hammer2: Add -c to cache subtree blockref stats for speed

2019-10-30 Thread Tomohiro Kusumi
commit 958de67287616dba143fd3ee1fd2e649e89138ab Author: Tomohiro Kusumi Date: Wed Oct 30 02:30:31 2019 +0900 sbin/fsck_hammer2: Add -c to cache subtree blockref stats for speed If blockref scan succeeds and subtree blockref count exceeds a -c value, cache subtree blockref

git: sys/vfs/msdosfs: Don't use MSDOSFSMNT_WAITONFAT

2019-11-13 Thread Tomohiro Kusumi
commit ab67bc4ea436b000b99ed4f1d322c9d1b112722b Author: Tomohiro Kusumi Date: Thu Nov 14 01:51:52 2019 +0900 sys/vfs/msdosfs: Don't use MSDOSFSMNT_WAITONFAT from freebsd/freebsd@5e07d49c626dea51d672ea9d9bd1499e0ae8eb29 Summary of changes: sys/vfs/msdosfs/msdosfs_fat.c | 4

git: sys/vfs/msdosfs: Assume up to 8192 bytes sector for BPB

2019-11-13 Thread Tomohiro Kusumi
commit da589ccf1cecec52d8c4e08233e0397706b93a23 Author: Tomohiro Kusumi Date: Fri Nov 15 04:09:07 2019 +0900 sys/vfs/msdosfs: Assume up to 8192 bytes sector for BPB from freebsd/freebsd@dba17f21d375effcf89349e1d86b34b2f408ad0b Summary of changes: sys/vfs/msdosfs

git: sys/vfs/msdosfs: Include FAT headers via

2019-11-13 Thread Tomohiro Kusumi
commit 32ef298610be36e21f17b60ef044a7c5161a9f10 Author: Tomohiro Kusumi Date: Thu Nov 14 00:33:13 2019 +0900 sys/vfs/msdosfs: Include FAT headers via Sync order with FreeBSD. Summary of changes: sys/vfs/msdosfs/msdosfs_conv.c | 6 +++--- sys/vfs/msdosfs/msdosfs_denode.c

git: sys/vfs/msdosfs: Sync minor styles with FreeBSD

2019-11-13 Thread Tomohiro Kusumi
commit f66b17ff62ffddef108fb95cb7be6c6704d7989a Author: Tomohiro Kusumi Date: Fri Nov 15 01:10:04 2019 +0900 sys/vfs/msdosfs: Sync minor styles with FreeBSD Summary of changes: sys/vfs/msdosfs/direntry.h | 29 +++-- sys/vfs/msdosfs/msdosfs_denode.c | 3

git: sys/vfs/msdosfs: Return EBUSY on lookup on delete/rename of MSDOSFSROOT_OFS

2019-11-13 Thread Tomohiro Kusumi
commit 7677b6ff496c6b1e6b270d13979693368f9214ff Author: Tomohiro Kusumi Date: Fri Nov 15 02:04:13 2019 +0900 sys/vfs/msdosfs: Return EBUSY on lookup on delete/rename of MSDOSFSROOT_OFS from freebsd/freebsd@e672feb26e335afc5801c618b8d3e24ee7d29414 Summary of changes: sys/vfs

git: sys/vfs/msdosfs: Allow B_CLUSTEROK in deupdat()

2019-11-13 Thread Tomohiro Kusumi
commit 54838d57cd624e6ba59fb362ba3169f0b04a245b Author: Tomohiro Kusumi Date: Thu Nov 14 02:19:16 2019 +0900 sys/vfs/msdosfs: Allow B_CLUSTEROK in deupdat() Since now that VFS clustering is supported, apply remaining bits from freebsd/freebsd

git: sys/vfs/msdosfs: Fix comment on locking on rename(2)

2019-11-15 Thread Tomohiro Kusumi
commit 6ffa693c818f1622ea217b762b721ce780238f9c Author: Tomohiro Kusumi Date: Sun Nov 17 03:53:11 2019 +0900 sys/vfs/msdosfs: Fix comment on locking on rename(2) fdvp is locked too. Summary of changes: sys/vfs/msdosfs/msdosfs_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1

git: sys/vfs/msdosfs: Sync VFS lock assertion with FreeBSD

2019-11-15 Thread Tomohiro Kusumi
commit bc5f11664ee5bd4a7c8cb390cd79a3dc312161d5 Author: Tomohiro Kusumi Date: Sun Nov 17 00:43:06 2019 +0900 sys/vfs/msdosfs: Sync VFS lock assertion with FreeBSD Same locking applies to DragonFly VFS for these. Summary of changes: sys/vfs/msdosfs/msdosfs_fat.c | 5 + sys

git: sys/vfs/msdosfs: Fix ->de_fndcnt calculation on lookup

2019-11-17 Thread Tomohiro Kusumi
commit 4192c956d608cef056cfed70e937988a3a3db69c Author: Tomohiro Kusumi Date: Mon Nov 18 00:39:09 2019 +0900 sys/vfs/msdosfs: Fix ->de_fndcnt calculation on lookup from freebsd/freebsd@eba490783823f36f4f8ec62014ac22c7deae8fbd Summary of changes: sys/vfs/msdo

git: sys/gnu/vfs/ext2fs: Use IO_SEQSHIFT

2019-11-12 Thread Tomohiro Kusumi
commit 1e7d860e605c3c70fc56c0986fdd036aca7d4a1c Author: Tomohiro Kusumi Date: Wed Nov 13 03:34:55 2019 +0900 sys/gnu/vfs/ext2fs: Use IO_SEQSHIFT 0d540a44319db497468b7c5b37893f5328ce7d5e was missing ext2. Summary of changes: sys/gnu/vfs/ext2fs/ext2_readwrite.c | 6 +++--- 1

git: sys/vfs/msdosfs: Support vfs clustering

2019-11-12 Thread Tomohiro Kusumi
commit 17b24363717ff76af83e5024b373e711a857cfc0 Author: Tomohiro Kusumi Date: Tue Nov 12 05:57:40 2019 +0900 sys/vfs/msdosfs: Support vfs clustering from freebsd/freebsd@8fdd1a79d0f77863b38e6de503ef08f19bef2e89 fio shows random read/write throughput improvement by 10

git: sys/vfs: Use IO_SEQSHIFT

2019-11-12 Thread Tomohiro Kusumi
commit 0d540a44319db497468b7c5b37893f5328ce7d5e Author: Tomohiro Kusumi Date: Wed Nov 13 03:02:39 2019 +0900 sys/vfs: Use IO_SEQSHIFT Summary of changes: sys/vfs/hammer/hammer_vnops.c | 4 ++-- sys/vfs/hammer2/hammer2_vnops.c | 4 ++-- sys/vfs/isofs/cd9660/cd9660_vnops.c | 4

git: sys/vfs/msdosfs: Fix va_fileid casts

2019-11-12 Thread Tomohiro Kusumi
commit 6147089f48468ce611259ca2f4373501faf6b37a Author: Tomohiro Kusumi Date: Wed Nov 13 01:05:59 2019 +0900 sys/vfs/msdosfs: Fix va_fileid casts bits from freebsd/freebsd@ab16560f3305829961b71dbe71233abcd50f0aba Summary of changes: sys/vfs/msdosfs/msdosfs_vnops.c | 10

git: sys/vfs/msdosfs: Save/restore fatchain cache in VOP_BMAP()

2019-11-12 Thread Tomohiro Kusumi
commit f3796bcf8e2d7a71c22aaa3a6c637469bf0806ab Author: Tomohiro Kusumi Date: Wed Nov 13 00:09:05 2019 +0900 sys/vfs/msdosfs: Save/restore fatchain cache in VOP_BMAP() from freebsd/freebsd@651827134bd3a0e50aa76f83e6b83d6976b010a6 Prevent VOP_BMAP() from updating

git: sys/vfs/fuse: Add note to sys/vfs/fuse/fuse_abi.h

2019-11-15 Thread Tomohiro Kusumi
commit b01be66082442f61f29ee1869f4714bf1b73d766 Author: Tomohiro Kusumi Date: Sat Nov 16 14:04:17 2019 +0900 sys/vfs/fuse: Add note to sys/vfs/fuse/fuse_abi.h Summary of changes: sys/vfs/fuse/fuse_abi.h | 3 +++ 1 file changed, 3 insertions(+) http://gitweb.dragonflybsd.org

git: autofs: Change email address (sync with FUSE and others)

2019-11-15 Thread Tomohiro Kusumi
commit 49837aef746c624b1028f61bae002d4446504b52 Author: Tomohiro Kusumi Date: Sat Nov 16 11:06:02 2019 +0900 autofs: Change email address (sync with FUSE and others) Summary of changes: share/man/man5/autofs.5| 2 +- sys/vfs/autofs/autofs.c| 2 +- sys/vfs/autofs

git: sys/vfs/msdosfs: Remove seemingly unneeded unlock/relock of dvp

2019-11-06 Thread Tomohiro Kusumi
commit a6f290528ba2261b6d8daea7e2ce64487c544f36 Author: Tomohiro Kusumi Date: Thu Nov 7 01:35:02 2019 +0900 sys/vfs/msdosfs: Remove seemingly unneeded unlock/relock of dvp from freebsd/freebsd@21f579c3fb6b782ee610255d7f5bbb22e326b66c Summary of changes: sys/vfs/msdosfs

git: sys/vfs/msdosfs: Remove unrelated comment on rmdir

2019-11-06 Thread Tomohiro Kusumi
commit 5c27e3c812f2d154aeb1c18f14c62ceaa0622dd6 Author: Tomohiro Kusumi Date: Wed Nov 6 22:34:04 2019 +0900 sys/vfs/msdosfs: Remove unrelated comment on rmdir FreeBSD explicitly calls cache_purge() here. Summary of changes: sys/vfs/msdosfs/msdosfs_vnops.c | 5 - 1 file

<    7   8   9   10   11   12   13   14   15   16   >