alistair23-linux/fs/isofs
Arnd Bergmann 34be4dbf87 isofs: fix timestamps beyond 2027
isofs uses a 'char' variable to load the number of years since
1900 for an inode timestamp. On architectures that use a signed
char type by default, this results in an invalid date for
anything beyond 2027.

This changes the function argument to a 'u8' array, which
is defined the same way on all architectures, and unambiguously
lets us use years until 2155.

This should be backported to all kernels that might still be
in use by that date.

Cc: stable@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jan Kara <jack@suse.cz>
2017-10-31 17:56:53 +01:00
..
compress.c block,fs: untangle fs.h and blk_types.h 2016-11-01 09:43:26 -06:00
dir.c isofs: switch to ->iterate_shared() 2016-05-09 12:53:03 -04:00
export.c
inode.c isofs: fix build regression 2017-09-18 12:24:26 +02:00
isofs.h isofs: fix timestamps beyond 2027 2017-10-31 17:56:53 +01:00
joliet.c
Kconfig
Makefile
namei.c get rid of 'parent' argument of ->d_compare() 2016-07-31 16:37:25 -04:00
rock.c isofs: add KERN_CONT to printing of ER records 2016-11-30 10:41:26 -08:00
rock.h isofs: fix timestamps beyond 2027 2017-10-31 17:56:53 +01:00
util.c isofs: fix timestamps beyond 2027 2017-10-31 17:56:53 +01:00
zisofs.h