Re: [PATCH][RESEND] fs: always set I_DIRTY_TIME to fsync correctly on lazytime

2017-03-16 Thread Naohiro Aota
Hello, all What is the status of this patch? Can this be picked up for some tree? Regards, Naohiro 2016-11-01 7:46 GMT+09:00 Jan Kara : > On Tue 01-11-16 04:02:45, Naohiro Aota wrote: >> While lazytime states that "The on-disk timestamps are updated only >> when: ... - the application employs fs

Re: [PATCH][RESEND] fs: always set I_DIRTY_TIME to fsync correctly on lazytime

2016-10-31 Thread Jan Kara
On Tue 01-11-16 04:02:45, Naohiro Aota wrote: > While lazytime states that "The on-disk timestamps are updated only > when: ... - the application employs fsync(2), syncfs(2), or sync(2)" > [1], it does not write a timestamp update on fsync(). > > [1] http://manpages.ubuntu.com/manpages/xenial/man8

[PATCH][RESEND] fs: always set I_DIRTY_TIME to fsync correctly on lazytime

2016-10-31 Thread Naohiro Aota
While lazytime states that "The on-disk timestamps are updated only when: ... - the application employs fsync(2), syncfs(2), or sync(2)" [1], it does not write a timestamp update on fsync(). [1] http://manpages.ubuntu.com/manpages/xenial/man8/mount.8.html The following commands will reproduce the