mbox series

[0/3] writeback: Lazytime handling fix and cleanups

Message ID 20200601091202.31302-1-jack@suse.cz (mailing list archive)
Headers show
Series writeback: Lazytime handling fix and cleanups | expand

Message

Jan Kara June 1, 2020, 9:18 a.m. UTC
Hello,

this patch series fixes an issue with handling of lazy inode timestamp
writeback which could result in missed background writeback of an inode
or missed update of inode timestamps during sync(2). It also somewhat
simplifies the writeback code handling of lazy inode timestamp updates.
Review is welcome!

								Honza

Comments

Jan Kara June 10, 2020, 10:04 a.m. UTC | #1
On Mon 01-06-20 11:18:54, Jan Kara wrote:
> Hello,
> 
> this patch series fixes an issue with handling of lazy inode timestamp
> writeback which could result in missed background writeback of an inode
> or missed update of inode timestamps during sync(2). It also somewhat
> simplifies the writeback code handling of lazy inode timestamp updates.
> Review is welcome!

OK, nobody has replied to this and I have positive feedback from Martijn so
I guess I'll pickup the patches to my tree so that they get some testing in
linux-next and push them to Linus sometime next week.

								Honza