Re: [PATCH v3 0/5] Rework mtime and ctime updates on mmaped writes

2013-09-04 Thread Andy Lutomirski
On Wed, Sep 4, 2013 at 8:08 AM, Jan Kara wrote: > On Thu 22-08-13 17:03:16, Andy Lutomirski wrote: >> Writes via mmap currently update mtime and ctime in ->page_mkwrite. >> This hurts both throughput and latency. In workloads that dirty a >> large number of mmapped pages, ->page_mkwrite can be ho

Re: [PATCH v3 0/5] Rework mtime and ctime updates on mmaped writes

2013-09-04 Thread Jan Kara
On Thu 22-08-13 17:03:16, Andy Lutomirski wrote: > Writes via mmap currently update mtime and ctime in ->page_mkwrite. > This hurts both throughput and latency. In workloads that dirty a > large number of mmapped pages, ->page_mkwrite can be hot and > file_update_time is slow and scales poorly. U

Re: [PATCH v3 0/5] Rework mtime and ctime updates on mmaped writes

2013-09-04 Thread Jan Kara
On Thu 22-08-13 17:03:16, Andy Lutomirski wrote: > Writes via mmap currently update mtime and ctime in ->page_mkwrite. > This hurts both throughput and latency. In workloads that dirty a > large number of mmapped pages, ->page_mkwrite can be hot and > file_update_time is slow and scales poorly. U

Re: [PATCH v3 0/5] Rework mtime and ctime updates on mmaped writes

2013-08-22 Thread Andy Lutomirski
On 08/22/2013 05:03 PM, Andy Lutomirski wrote: > Writes via mmap currently update mtime and ctime in ->page_mkwrite. The subject should be [PATCH v4 0.7]... Sorry for the cut-and-pasteo. --Andy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to