svn commit: r249788 - in stable/9/sbin: fsck_ffs fsdb

2013-04-22 Thread Kirk McKusick
Author: mckusick Date: Tue Apr 23 06:28:49 2013 New Revision: 249788 URL: http://svnweb.freebsd.org/changeset/base/249788 Log: Merge checked by: Glen Barber (gjb@) MFC of 247212: When running with the -d option, instrument fsck_ffs to track the number, data type, and running time of its

Re: svn commit: r249611 - in stable/9/sys/cam: ata scsi

2013-04-22 Thread Scott Long
What problem does this solve, other than to unintentionally break the MPT driver? This needs to be backed out of HEAD and stable/9 until a better analysis is done. Scott On Apr 18, 2013, at 3:44 AM, Alexander Motin wrote: > Author: mav > Date: Thu Apr 18 09:44:00 2013 > New Revision: 249611

Re: svn commit: r249785 - in stable/9/sbin: dumpfs newfs tunefs

2013-04-22 Thread Andrey Chernov
The bug eye-catched: On 23.04.2013 5:09, Kirk McKusick wrote: > + case 'k': > + found_arg = 1; > + name = "space to hold for metadata blocks"; > + kvalue = atoi(optarg); > + if (mvalue < 0)

svn commit: r249785 - in stable/9/sbin: dumpfs newfs tunefs

2013-04-22 Thread Kirk McKusick
Author: mckusick Date: Tue Apr 23 01:09:22 2013 New Revision: 249785 URL: http://svnweb.freebsd.org/changeset/base/249785 Log: MFC of 248623: The purpose of this change to the FFS layout policy is to reduce the running time for a full fsck. It also reduces the random access time for lar

svn commit: r249782 - stable/9/sys/ufs/ffs

2013-04-22 Thread Kirk McKusick
Author: mckusick Date: Mon Apr 22 23:59:00 2013 New Revision: 249782 URL: http://svnweb.freebsd.org/changeset/base/249782 Log: MFC of 242520: When a file is first being written, the dynamic block reallocation (implemented by ffs_reallocblks_ufs[12]) relocates the file's blocks so as to