svn commit: r329883 - stable/10/sbin/fsck_ffs

2018-02-23 Thread Kirk McKusick
Author: mckusick Date: Fri Feb 23 23:07:41 2018 New Revision: 329883 URL: https://svnweb.freebsd.org/changeset/base/329883 Log: MFC of 329749. Fix a read past the end of a buffer in fsck. Modified: stable/10/sbin/fsck_ffs/inode.c Directory Properties: stable/10/ (props changed)

svn commit: r328997 - stable/10/sys/kern

2018-02-07 Thread Kirk McKusick
Author: mckusick Date: Wed Feb 7 22:50:10 2018 New Revision: 328997 URL: https://svnweb.freebsd.org/changeset/base/328997 Log: Adjust MFC in r328946 to stable/10. This is a direct commit to the branch. Modified: stable/10/sys/kern/vfs_subr.c Modified: stable/10/sys/kern/vfs_subr.c

svn commit: r328948 - stable/10/sys/geom/journal

2018-02-06 Thread Kirk McKusick
Author: mckusick Date: Tue Feb 6 19:17:40 2018 New Revision: 328948 URL: https://svnweb.freebsd.org/changeset/base/328948 Log: MFC of 328647. avoid segment fault in g_journal Modified: stable/10/sys/geom/journal/g_journal.c Directory Properties: stable/10/ (props changed)

svn commit: r328946 - stable/10/sys/kern

2018-02-06 Thread Kirk McKusick
Author: mckusick Date: Tue Feb 6 19:14:53 2018 New Revision: 328946 URL: https://svnweb.freebsd.org/changeset/base/328946 Log: MFC of 328643. fix vn_printf listing of its union Modified: stable/10/sys/kern/vfs_subr.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r328943 - in stable/10/lib/libc: gen sys

2018-02-06 Thread Kirk McKusick
Author: mckusick Date: Tue Feb 6 19:09:49 2018 New Revision: 328943 URL: https://svnweb.freebsd.org/changeset/base/328943 Log: MFC of 328304 and 328382. Do not dedup egid (group entry 0) Modified: stable/10/lib/libc/gen/getgrent.c stable/10/lib/libc/sys/setgroups.2 Directory

svn commit: r328765 - stable/10/sys/kern

2018-02-01 Thread Kirk McKusick
Author: mckusick Date: Fri Feb 2 01:28:14 2018 New Revision: 328765 URL: https://svnweb.freebsd.org/changeset/base/328765 Log: MFC of 328444. Eliminate "fsync: giving up on dirty" messages. Modified: stable/10/sys/kern/vfs_default.c Directory Properties: stable/10/ (props changed)

svn commit: r324675 - stable/10/sbin/fsck_ffs

2017-10-16 Thread Kirk McKusick
Author: mckusick Date: Mon Oct 16 21:55:31 2017 New Revision: 324675 URL: https://svnweb.freebsd.org/changeset/base/324675 Log: MFC of 324456. Do not report filesystem as modified if only timestamp updated in superblock. Modified: stable/10/sbin/fsck_ffs/main.c Directory Properties:

svn commit: r322861 - stable/10

2017-08-24 Thread Kirk McKusick
Author: mckusick Date: Thu Aug 24 21:49:44 2017 New Revision: 322861 URL: https://svnweb.freebsd.org/changeset/base/322861 Log: Note change brought on by 322860 MFC. Discussed with: kib, imp Differential Revision: https://reviews.freebsd.org/D11589 Approved by: re (kib) Modified:

svn commit: r322860 - in stable/10: sbin/fsck_ffs sbin/fsirand sbin/newfs sbin/newfs_msdos share/man/man4 sys/geom sys/sys sys/ufs/ffs

2017-08-24 Thread Kirk McKusick
Author: mckusick Date: Thu Aug 24 21:44:23 2017 New Revision: 322860 URL: https://svnweb.freebsd.org/changeset/base/322860 Log: MFC of 276737, 322200, 322201, 322271, and 322297 276737: Remove old ioctl use and support 322200: Remove (broken) search for alternate superblocks 322201:

svn commit: r322793 - stable/10/sys/geom/journal

2017-08-22 Thread Kirk McKusick
Author: mckusick Date: Tue Aug 22 15:26:47 2017 New Revision: 322793 URL: https://svnweb.freebsd.org/changeset/base/322793 Log: MFC of 269692, 322179, 322463, and 322464: 269692: cswitch is unsigned, so don't compare it < 0 322179: Correct ordering of bio's in gjournal queue 322463:

svn commit: r322513 - stable/10/sys/geom/journal

2017-08-14 Thread Kirk McKusick
Author: mckusick Date: Mon Aug 14 19:12:51 2017 New Revision: 322513 URL: https://svnweb.freebsd.org/changeset/base/322513 Log: MFC of 322178: Bug 198500 reports bad sysctl values for gjournal cache limit. PR: 198500 Submitted by: Dr. Andreas Longwitz Reported

svn commit: r322132 - stable/10/sys/ufs/ffs

2017-08-06 Thread Kirk McKusick
Author: mckusick Date: Mon Aug 7 02:29:09 2017 New Revision: 322132 URL: https://svnweb.freebsd.org/changeset/base/322132 Log: MFC r321816: Avoid reading a snapshot block when it is already in the cache. Modified: stable/10/sys/ufs/ffs/ffs_snapshot.c Directory Properties: stable/10/

svn commit: r320366 - stable/10/sbin/newfs

2017-06-26 Thread Kirk McKusick
Author: mckusick Date: Mon Jun 26 17:33:33 2017 New Revision: 320366 URL: https://svnweb.freebsd.org/changeset/base/320366 Log: MFC of 320176: Allow '_' in labels when specifying -L to newfs. PR: 220163 Reported by: Keve Nagy Reviewed by: kib Modified:

svn commit: r309173 - stable/10/sys/ufs/ffs

2016-11-25 Thread Kirk McKusick
Author: mckusick Date: Sat Nov 26 00:56:03 2016 New Revision: 309173 URL: https://svnweb.freebsd.org/changeset/base/309173 Log: MFC r308064: Avoid possible overflow when calclating malloc size for auxillary data structure sizes when mounting and reloading UFS/FFS filesystems. Modified:

svn commit: r308946 - stable/10/sys/ufs/ufs

2016-11-21 Thread Kirk McKusick
Author: mckusick Date: Tue Nov 22 00:27:19 2016 New Revision: 308946 URL: https://svnweb.freebsd.org/changeset/base/308946 Log: MFC r307978: Bug 180894 reports that rm -rf on a directory causes kernel panic and reboot. Return EINVAL rather than panic for low directory link count. PR:

svn commit: r307536 - stable/10/sbin/fsck_ffs

2016-10-17 Thread Kirk McKusick
Author: mckusick Date: Mon Oct 17 22:34:41 2016 New Revision: 307536 URL: https://svnweb.freebsd.org/changeset/base/307536 Log: MFC 304438: Fsck_ufs was using an int rather than a ufs2_daddr_t to store the alternate superblock location when given in the -b option. Modified:

svn commit: r307534 - in stable/10: share/man/man3 sys/sys sys/ufs/ffs

2016-10-17 Thread Kirk McKusick
Author: mckusick Date: Mon Oct 17 21:49:54 2016 New Revision: 307534 URL: https://svnweb.freebsd.org/changeset/base/307534 Log: MFC r304230: Add two new macros, SLIST_CONCAT and LIST_CONCAT. MFC r304239: Bug 211013 reports that a write error to a UFS filesystem running with

svn commit: r292895 - in stable/10/sys: fs/nfs fs/nfsclient kern ufs/ffs

2015-12-29 Thread Kirk McKusick
Author: mckusick Date: Wed Dec 30 00:04:33 2015 New Revision: 292895 URL: https://svnweb.freebsd.org/changeset/base/292895 Log: MFC of 291244, 291380, 291459, 291460, 291671, and 291743: This MFC includes changes to better manage the vnode freelist and to streamline the allocation

Re: svn commit: r288079 - in stable/10/sys: kern sys

2015-09-23 Thread Kirk McKusick
. But I forgot to copy the updated file out of the virtual machine back to my base machine before doing the subversion checkin. Again my apologies. Kirk McKusick ___ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo

svn commit: r288079 - in stable/10/sys: kern sys

2015-09-21 Thread Kirk McKusick
Author: mckusick Date: Tue Sep 22 00:43:05 2015 New Revision: 288079 URL: https://svnweb.freebsd.org/changeset/base/288079 Log: MFC of 281677: More accurately collect name-cache statistics in sysctl functions sysctl_debug_hashstat_nchash() and sysctl_debug_hashstat_rawnchash(). These