Lines Matching full:timestamps
4 Multigrain Timestamps
18 Coarse timestamps are therefore good from a performance standpoint, since they
23 They are particularly troublesome with NFSv3, where unchanging timestamps can
29 Multigrain timestamps aim to remedy this by selectively using fine-grained
30 timestamps when a file has had its timestamps queried recently, and the current
33 Inode Timestamps
35 There are currently 3 timestamps in the inode that are updated to the current
55 Multigrain timestamps are only tracked for the ctime and the mtime. atimes are
62 timestamps also serve an important purpose in applications like "make". These
63 programs measure timestamps in order to determine whether source files might be
83 of the realtime clock. If that occurs at an inopportune time, then timestamps
88 Multigrain timestamps are aimed at ensuring that changes to a single file are
91 atime will always use coarse-grained timestamps.
101 It's not sufficient to simply use fine or coarse-grained timestamps based on
116 Multigrain timestamps are intended for use by local filesystems that get
125 timestamps, or otherwise mimic its behavior.