login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
January
»
23
Re: [PATCH -v8 2/4] Update ctime and mtime for memory-mapped files
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
Anton Salikhmetov <salikhmetov@...>
To: Linus Torvalds <torvalds@...>
Cc: <linux-mm@...>, <jakob@...>, <linux-kernel@...>, <valdis.kletnieks@...>, <riel@...>, <ksm@...>, <staubach@...>, <jesper.juhl@...>, <a.p.zijlstra@...>, <akpm@...>, <protasnb@...>, <miklos@...>, <r.e.wolff@...>, <hidave.darkstar@...>, <hch@...>
Subject:
Re: [PATCH -v8 2/4] Update ctime and mtime for memory-mapped files
Date: Wednesday, January 23, 2008 - 7:14 pm
2008/1/23, Linus Torvalds <torvalds@linux-foundation.org>:
quoted text
> > > On Wed, 23 Jan 2008, Anton Salikhmetov wrote: > > > > Update ctime and mtime for memory-mapped files at a write access on > > a present, read-only PTE, as well as at a write on a non-present PTE. > > Ok, this one I'm applying. I agree that it leaves MS_ASYNC not updating > the file until the next sync actually happens, but I can't really bring > myself to care at least for an imminent 2.6.24 thing. The file times are > actually "correct" in the sense that they will now match when the IO is > done, and my man-page says that MS_ASYNC "schedules the io to be done". > > And I think this is better than we have now, and I don't think this part > is somethign that anybody really disagrees with. > > We can (and should) keep the MS_ASYNC issue open.
Thank you! I have closed the bug #2645, because this patch solves the issue originally reported.
quoted text
> > Linus >
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[PATCH -v8 0/4] Fixing the issue with memory-mapped file times
, Anton Salikhmetov
, (Tue Jan 22, 7:21 pm)
[PATCH -v8 4/4] The design document for memory-mapped file t...
, Anton Salikhmetov
, (Tue Jan 22, 7:21 pm)
Re: [PATCH -v8 4/4] The design document for memory-mapped fi...
, Randy Dunlap
, (Fri Jan 25, 12:27 pm)
Re: [PATCH -v8 4/4] The design document for memory-mapped fi...
, Anton Salikhmetov
, (Fri Jan 25, 12:40 pm)
Re: [PATCH -v8 4/4] The design document for memory-mapped fi...
, Miklos Szeredi
, (Wed Jan 23, 5:26 am)
Re: [PATCH -v8 4/4] The design document for memory-mapped fi...
, Anton Salikhmetov
, (Wed Jan 23, 6:37 am)
Re: [PATCH -v8 4/4] The design document for memory-mapped fi...
, Miklos Szeredi
, (Wed Jan 23, 6:53 am)
Re: [PATCH -v8 4/4] The design document for memory-mapped fi...
, Miklos Szeredi
, (Wed Jan 23, 7:16 am)
Re: [PATCH -v8 4/4] The design document for memory-mapped fi...
, Anton Salikhmetov
, (Wed Jan 23, 8:25 am)
Re: [PATCH -v8 4/4] The design document for memory-mapped fi...
, Miklos Szeredi
, (Wed Jan 23, 9:55 am)
[PATCH -v8 1/4] Massive code cleanup of sys_msync()
, Anton Salikhmetov
, (Tue Jan 22, 7:21 pm)
[PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys_msy...
, Anton Salikhmetov
, (Tue Jan 22, 7:21 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Linus Torvalds
, (Wed Jan 23, 1:05 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Nick Piggin
, (Wed Jan 23, 9:36 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Matt Mackall
, (Thu Jan 24, 2:56 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Peter Zijlstra
, (Wed Jan 23, 1:41 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Linus Torvalds
, (Wed Jan 23, 3:35 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Miklos Szeredi
, (Wed Jan 23, 3:55 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Linus Torvalds
, (Wed Jan 23, 5:00 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Miklos Szeredi
, (Wed Jan 23, 5:16 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Linus Torvalds
, (Wed Jan 23, 5:36 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Miklos Szeredi
, (Wed Jan 23, 8:05 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Linus Torvalds
, (Wed Jan 23, 8:11 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Hugh Dickins
, (Wed Jan 23, 6:29 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Linus Torvalds
, (Wed Jan 23, 6:41 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Hugh Dickins
, (Wed Jan 23, 8:03 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Anton Salikhmetov
, (Wed Jan 23, 1:26 pm)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Miklos Szeredi
, (Wed Jan 23, 5:41 am)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Peter Zijlstra
, (Wed Jan 23, 4:47 am)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Anton Salikhmetov
, (Wed Jan 23, 8:53 am)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Peter Zijlstra
, (Wed Jan 23, 4:51 am)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Miklos Szeredi
, (Wed Jan 23, 5:34 am)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Miklos Szeredi
, (Wed Jan 23, 5:51 am)
Re: [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys...
, Anton Salikhmetov
, (Wed Jan 23, 9:09 am)
[PATCH -v8 2/4] Update ctime and mtime for memory-mapped files
, Anton Salikhmetov
, (Tue Jan 22, 7:21 pm)
Re: [PATCH -v8 2/4] Update ctime and mtime for memory-mapped...
, Linus Torvalds
, (Wed Jan 23, 2:03 pm)
Re: [PATCH -v8 2/4] Update ctime and mtime for memory-mapped...
, Anton Salikhmetov
, (Wed Jan 23, 7:14 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Stephen Smalley
Re: [AppArmor 39/45] AppArmor: Profile loading and manipulation, pathname matching
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Robin Holt
Re: Linux 2.6.26-rc1
git
:
linux-activists
:
David Fenyes
sigsetmask()? (LINUX)
Theodore Ts'o
Re: SVGA-alphanum. modes
Rob Coleman
S3
Ian Kluft
2nd CFV and VOTE ACK: comp.os.linux reorganization
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
2 users
and
725 guests
online.
Online users
nybble
shoecrazy23
Syndicate