Files
kernel/include/linux
Christoph Hellwig fc33a7bb9c [PATCH] per-mountpoint noatime/nodiratime
Turn noatime and nodiratime into per-mount instead of per-sb flags.

After all the preparations this is a rather trivial patch.  The mount code
needs to treat the two options as per-mount instead of per-superblock, and
touch_atime needs to be changed to check the new MNT_ flags in addition to
the MS_ flags that are kept for filesystems that are always
noatime/nodiratime but not user settable anymore.  Besides that core code
only nfs needed an update because it's leaving atime updates to the server
and thus sets the S_NOATIME flag on every inode, but needs to know whether
it's a real noatime mount for an getattr optimization.

While we're at it I've killed the IS_NOATIME/IS_NODIRATIME macros that were
only used by touch_atime.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-10 08:01:34 -08:00
..
2006-01-08 20:14:02 -08:00
2006-01-06 14:58:39 -05:00
2005-11-13 18:14:17 -08:00
2006-01-03 13:11:06 -08:00
2006-01-08 20:14:02 -08:00
2006-01-08 20:14:02 -08:00
2006-01-08 20:14:02 -08:00
2006-01-08 20:14:02 -08:00
2006-01-08 20:13:58 -08:00
2006-01-10 00:09:36 +01:00
2006-01-08 20:13:49 -08:00
2005-11-13 18:14:10 -08:00
2006-01-10 08:01:34 -08:00
2005-11-10 02:26:41 +01:00
2005-11-22 19:39:30 -08:00
2006-01-06 08:33:54 -08:00
2005-11-08 17:14:08 +01:00
2005-11-08 09:40:47 -08:00
2006-01-06 13:24:54 -08:00
2006-01-06 13:24:29 -08:00
2006-01-06 08:33:53 -08:00
2006-01-06 08:33:59 -08:00
2006-01-10 08:01:25 -08:00
2006-01-08 20:13:46 -08:00
2006-01-09 15:59:19 -08:00
2006-01-06 08:33:20 -08:00
2006-01-03 13:11:15 -08:00
2006-01-06 08:33:29 -08:00
2005-11-13 18:14:12 -08:00
2005-11-07 07:53:39 -08:00
2006-01-08 20:13:45 -08:00
2005-11-07 07:53:46 -08:00
2006-01-06 08:33:27 -08:00
2006-01-08 20:14:02 -08:00
2005-11-07 07:53:41 -08:00
2005-11-07 07:53:37 -08:00
2006-01-08 20:13:45 -08:00
2005-12-12 08:57:42 -08:00
2006-01-08 20:14:05 -08:00
2006-01-09 15:32:31 -02:00
2005-11-07 07:53:41 -08:00
2006-01-08 20:12:40 -08:00