commit | cb7a69e605908c34aad47644afeb26a765ade8d7 | [log] [tgz] |
---|---|---|
author | Deepa Dinamani <deepa.kernel@gmail.com> | Fri Mar 22 14:32:35 2019 -0700 |
committer | Deepa Dinamani <deepa.kernel@gmail.com> | Fri Aug 30 07:27:18 2019 -0700 |
tree | 617d189039847c1d7d8b3393641f3f8d6f50f591 | |
parent | 1fcb79c1b218018b64919de8af20e64340850716 [diff] |
fs: cifs: Initialize filesystem timestamp ranges Fill in the appropriate limits to avoid inconsistencies in the vfs cached inode times when timestamps are outside the permitted range. Also fixed cnvrtDosUnixTm calculations to avoid int overflow while computing maximum date. References: http://cifs.com/ https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-cifs/d416ff7c-c536-406e-a951-4f04b2fd1d2b Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> Acked-by: Jeff Layton <jlayton@kernel.org> Cc: sfrench@samba.org Cc: linux-cifs@vger.kernel.org