Aleksandr.Guzovskiy at Sun.COM
2006-Oct-31 15:25 UTC
[zfs-crypto-discuss] 6274965 ufs_pageio() should support ufs_quiesce() protocol when used for regular files
Author: aguzovsk Repository: /hg/zfs-crypto/gate Revision: 88bd38457efb7f3f9e9de77dcd3e486bd2740f23 Log message: 6274965 ufs_pageio() should support ufs_quiesce() protocol when used for regular files 6274969 ufs_pageio() should update access time for regular files case 6308356 segvn_fault() can change S_READ_NOCOW to S_READ a bit later to improve code clarity Files: update: usr/src/uts/common/fs/ufs/lufs.c update: usr/src/uts/common/fs/ufs/ufs_filio.c update: usr/src/uts/common/fs/ufs/ufs_lockfs.c update: usr/src/uts/common/fs/ufs/ufs_vfsops.c update: usr/src/uts/common/fs/ufs/ufs_vnops.c update: usr/src/uts/common/sys/fs/ufs_lockfs.h update: usr/src/uts/common/vm/seg_vn.c