CVS commit: [tls-maxphys] src/sys/ufs/ufs

2017-10-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Oct 24 22:27:43 UTC 2017 Modified Files: src/sys/ufs/ufs [tls-maxphys]: ufs_vfsops.c Log Message: remove rebase merge artifacts To generate a diff of this commit: cvs rdiff -u -r1.51.2.3 -r1.51.2.4 src/sys/ufs/ufs/ufs_vfso

CVS commit: [tls-maxphys] src/sys/ufs/ufs

2012-10-14 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sun Oct 14 14:33:32 UTC 2012 Modified Files: src/sys/ufs/ufs [tls-maxphys]: ufs_readwrite.c Log Message: In the FFS writebehind code (ufs_readwrite.c:WRITE()), use division and multiplication instead of shifts, to accomodate devices

CVS commit: [tls-maxphys] src/sys/ufs/ufs

2012-10-09 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Oct 9 21:53:03 UTC 2012 Modified Files: src/sys/ufs/ufs [tls-maxphys]: ufs_bmap.c Log Message: Use mnt_maxphys not MAXPHYS to limit the size of I/O to disk. Now the read-ahead code does issue 512k requests to disk. To gener