On Thu, Apr 12, 2018 at 07:09:14AM -0400, Jeff Layton wrote: > When there is a writeback error, what should be done with the dirty > page(s)? Right now, we usually just mark them clean and carry on. Is > that the right thing to do? There isn't a right thing. Whatever we do will be wrong for someone. > One possibility would be to invalidate the range that failed to be > written (or the whole file) and force the pages to be faulted in again > on the next access. It could be surprising for some applications to not > see the results of their writes on a subsequent read after such an > event. Not to mention a POSIX IO ordering violation. Seeing stale data after a "successful" write is simply not allowed. > Maybe that's ok in the face of a writeback error though? IDK. No matter what we do for async writeback error handling, it will be slightly different from filesystem to filesystem, not to mention OS to OS. The is no magic bullet here, so I'm not sure we should worry too much. There's direct IO for anyone who cares that need to know about the completion status of every single write IO.... Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx