Home
last modified time | relevance | path

Searched hist:"188 d20bcd1ebd8277d9b8a79525bd66b66d40a2a" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dtime64.hdiff 188d20bcd1ebd8277d9b8a79525bd66b66d40a2a Sun Jan 21 20:04:23 CST 2018 Deepa Dinamani <deepa.kernel@gmail.com> vfs: Add file timestamp range support

Add fields to the superblock to track the min and max
timestamps supported by filesystems.

Initially, when a superblock is allocated, initialize
it to the max and min values the fields can hold.
Individual filesystems override these to match their
actual limits.

Pseudo filesystems are assumed to always support the
min and max allowable values for the fields.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Acked-by: Jeff Layton <jlayton@kernel.org>
H A Dfs.hdiff 188d20bcd1ebd8277d9b8a79525bd66b66d40a2a Sun Jan 21 20:04:23 CST 2018 Deepa Dinamani <deepa.kernel@gmail.com> vfs: Add file timestamp range support

Add fields to the superblock to track the min and max
timestamps supported by filesystems.

Initially, when a superblock is allocated, initialize
it to the max and min values the fields can hold.
Individual filesystems override these to match their
actual limits.

Pseudo filesystems are assumed to always support the
min and max allowable values for the fields.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Acked-by: Jeff Layton <jlayton@kernel.org>
/openbmc/linux/fs/
H A Dsuper.cdiff 188d20bcd1ebd8277d9b8a79525bd66b66d40a2a Sun Jan 21 20:04:23 CST 2018 Deepa Dinamani <deepa.kernel@gmail.com> vfs: Add file timestamp range support

Add fields to the superblock to track the min and max
timestamps supported by filesystems.

Initially, when a superblock is allocated, initialize
it to the max and min values the fields can hold.
Individual filesystems override these to match their
actual limits.

Pseudo filesystems are assumed to always support the
min and max allowable values for the fields.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Acked-by: Jeff Layton <jlayton@kernel.org>