NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55268 CVS commit: src/sys/fs/tmpfs



The following reply was made to PR kern/55268; it has been noted by GNATS.

From: "Andrew Doran" <ad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55268 CVS commit: src/sys/fs/tmpfs
Date: Sun, 17 May 2020 19:39:15 +0000

 Module Name:	src
 Committed By:	ad
 Date:		Sun May 17 19:39:15 UTC 2020
 
 Modified Files:
 	src/sys/fs/tmpfs: tmpfs.h tmpfs_subr.c tmpfs_vnops.c
 
 Log Message:
 PR kern/55268: tmpfs is slow
 
 tmpfs_getpages(): handle the PGO_LOCKED case and implement lazy update of
 atime/mtime.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.55 -r1.56 src/sys/fs/tmpfs/tmpfs.h
 cvs rdiff -u -r1.111 -r1.112 src/sys/fs/tmpfs/tmpfs_subr.c
 cvs rdiff -u -r1.138 -r1.139 src/sys/fs/tmpfs/tmpfs_vnops.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index