y2038
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [Y2038] [PATCH 0/5] System call table generation support
Firoz Khan
[Y2038] [PATCH v2 1/4] sh: dreamcast: rtc: push down rtc class ops into driver
Arnd Bergmann
[Y2038] [PATCH v2 2/4] sh: sh03: rtc: push down rtc class ops into driver
Arnd Bergmann
[Y2038] [PATCH v2 4/4] sh: remove board_time_init() callback
Arnd Bergmann
[Y2038] [PATCH v2 3/4] sh: remove unused rtc_sh_get/set_time infrastructure
Arnd Bergmann
[Y2038] [PATCH 1/3] [RESEND] ufs: use ktime_get_real_seconds for sb and cg timestamps
Arnd Bergmann
[Y2038] [PATCH 2/3] [RESEND] ntfs: use timespec64 directly for timestamp conversion
Arnd Bergmann
[Y2038] [PATCH 3/3] [RESEND] hpfs: extend gmt_to_local() conversion to 64-bit times
Arnd Bergmann
[Y2038] [PATCH v2 00/17] y2038: system calls, part 3
Arnd Bergmann
[Y2038] [PATCH v2 06/17] y2038: Change sys_utimensat() to use __kernel_timespec
Arnd Bergmann
Re: [Y2038] [PATCH v2 06/17] y2038: Change sys_utimensat() to use __kernel_timespec
Christoph Hellwig
Re: [Y2038] [PATCH v2 06/17] y2038: Change sys_utimensat() to use __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH v2 05/17] asm-generic: Remove empty asm/unistd.h
Arnd Bergmann
Re: [Y2038] [PATCH v2 05/17] asm-generic: Remove empty asm/unistd.h
Christoph Hellwig
[Y2038] [PATCH v2 11/17] y2038: Prepare sched_rr_get_interval for __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH v2 03/17] y2038: Remove stat64 family from default syscall set
Arnd Bergmann
[Y2038] [PATCH v2 17/17] y2038: signal: Add compat_sys_rt_sigtimedwait_time64
Arnd Bergmann
[Y2038] [PATCH v2 07/17] y2038: Compile utimes()/futimesat() conditionally
Arnd Bergmann
[Y2038] [PATCH v2 16/17] y2038: Make compat_sys_rt_sigtimedwait usable on 32-bit
Arnd Bergmann
[Y2038] [PATCH v2 04/17] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
Arnd Bergmann
Re: [Y2038] [PATCH v2 04/17] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
Christoph Hellwig
[Y2038] [PATCH v2 12/17] y2038: aio: Prepare sys_io_{p, }getevents for __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH v2 01/17] y2038: compat: Move common compat types to asm-generic/compat.h
Arnd Bergmann
Re: [Y2038] [PATCH v2 01/17] y2038: compat: Move common compat types to asm-generic/compat.h
Christoph Hellwig
[Y2038] [PATCH v2 15/17] y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH v2 10/17] y2038: futex: Add support for __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH v2 08/17] y2038: utimes: Rework #ifdef guards for compat syscalls
Arnd Bergmann
[Y2038] [PATCH v2 02/17] y2038: Remove newstat family from default syscall set
Arnd Bergmann
Re: [Y2038] [PATCH v2 02/17] y2038: Remove newstat family from default syscall set
Christoph Hellwig
Re: [Y2038] [PATCH v2 02/17] y2038: Remove newstat family from default syscall set
Arnd Bergmann
Re: [Y2038] [PATCH v2 02/17] y2038: Remove newstat family from default syscall set
Joseph Myers
Re: [Y2038] [PATCH v2 02/17] y2038: Remove newstat family from default syscall set
Arnd Bergmann
[Y2038] [PATCH v2 13/17] y2038: socket: Convert recvmmsg to __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH v2 09/17] y2038: futex: Move compat implementation into futex.c
Arnd Bergmann
[Y2038] [PATCH v2 14/17] y2038: socket: Add compat_sys_recvmmsg_time64
Arnd Bergmann
[Y2038] [PATCH 0/6] System call table generation support
Firoz Khan
[Y2038] [PATCH 2/6] alpha: Add CONFIG_OSF4_COMPAT for compat syscall support
Firoz Khan
[Y2038] [PATCH 1/6] alpha: Move __IGNORE* entries to non uapi header
Firoz Khan
Re: [Y2038] [PATCH 1/6] alpha: Move __IGNORE* entries to non uapi header
Al Viro
Re: [Y2038] [PATCH 1/6] alpha: Move __IGNORE* entries to non uapi header
Michael Cree
Re: [Y2038] [PATCH 1/6] alpha: Move __IGNORE* entries to non uapi header
Arnd Bergmann
[Y2038] [PATCH 4/6] alpha: Replace NR_SYSCALLS macro from asm/unistd.h
Firoz Khan
[Y2038] [PATCH 3/6] alpha: Unify the not-implemented system call entry name
Firoz Khan
Re: [Y2038] [PATCH 3/6] alpha: Unify the not-implemented system call entry name
Al Viro
Re: [Y2038] [PATCH 3/6] alpha: Unify the not-implemented system call entry name
Richard Henderson
Re: [Y2038] [PATCH 3/6] alpha: Unify the not-implemented system call entry name
Al Viro
Re: [Y2038] [PATCH 3/6] alpha: Unify the not-implemented system call entry name
Richard Henderson
Re: [Y2038] [PATCH 3/6] alpha: Unify the not-implemented system call entry name
Al Viro
Re: [Y2038] [PATCH 3/6] alpha: Unify the not-implemented system call entry name
Richard Henderson
[Y2038] [PATCH 5/6] alpha: Add system call table generation support
Firoz Khan
[Y2038] [PATCH 6/6] alpha: uapi header and system call table file generation
Firoz Khan
Re: [Y2038] [PATCH 6/6] alpha: uapi header and system call table file generation
kbuild test robot
Re: [Y2038] [PATCH 0/6] System call table generation support
Arnd Bergmann
[Y2038] [PATCH] [RESEND] sysvfs: use ktime_get_real_seconds() for superblock stamp
Arnd Bergmann
[Y2038] [PATCH 1/2] [RESEND] jffs2: use 64-bit intermediate timestamps
Arnd Bergmann
[Y2038] [PATCH 2/2] [RESEND] jffs2: use unsigned 32-bit timstamps consistently
Arnd Bergmann
Re: [Y2038] [PATCH 1/2] [RESEND] jffs2: use 64-bit intermediate timestamps
Richard Weinberger
Re: [Y2038] [PATCH 1/2] [RESEND] jffs2: use 64-bit intermediate timestamps
Boris Brezillon
Re: [Y2038] [PATCH 1/2] [RESEND] jffs2: use 64-bit intermediate timestamps
Boris Brezillon
[Y2038] [PATCH 1/2] [PATCHES] jffs2: use 64-bit intermediate timestamps
Arnd Bergmann
[Y2038] [PATCH] [RESEND] f2fs: use timespec64 for inode timestamps
Arnd Bergmann
Re: [Y2038] [PATCH] [RESEND] f2fs: use timespec64 for inode timestamps
Jaegeuk Kim
Re: [Y2038] [PATCH] [RESEND] f2fs: use timespec64 for inode timestamps
Arnd Bergmann
[Y2038] [PATCH] [RESEND] fuse: convert last timespec use to timespec64
Arnd Bergmann
Re: [Y2038] [PATCH] [RESEND] fuse: convert last timespec use to timespec64
Miklos Szeredi
[Y2038] [PATCH 1/2] [RESEND] ubifs: use timespec64 for inode timestamps
Arnd Bergmann
[Y2038] [PATCH 2/2] [RESEND] ubifs: tnc: use monotonic znode timestamp
Arnd Bergmann
[Y2038] [PATCH] [RFC] y2038: globally rename compat_time to old_time32
Arnd Bergmann
Re: [Y2038] [PATCH] [RFC] y2038: globally rename compat_time to old_time32
Deepa Dinamani
Re: [Y2038] [PATCH] [RFC] y2038: globally rename compat_time to old_time32
Arnd Bergmann
Re: [Y2038] [PATCH] [RFC] y2038: globally rename compat_time to old_time32
Christoph Hellwig
Re: [Y2038] [PATCH] [RFC] y2038: globally rename compat_time to old_time32
Arnd Bergmann
[Y2038] [PATCH] [RESEND] powerpc: xmon: use ktime_get_coarse_boottime64
Arnd Bergmann
Re: [Y2038] [PATCH] [RESEND] powerpc: xmon: use ktime_get_coarse_boottime64
Michael Ellerman
[Y2038] [PATCH] [RESEND] firewire: ohci: stop using get_seconds() for BUS_TIME
Arnd Bergmann
Re: [Y2038] [PATCH] [RESEND] firewire: ohci: stop using get_seconds() for BUS_TIME
Stefan Richter
[Y2038] [PATCH] [RESEND] rtc: use ktime_get_real_ts64() instead of getnstimeofday64()
Arnd Bergmann
Re: [Y2038] [PATCH] [RESEND] rtc: use ktime_get_real_ts64() instead of getnstimeofday64()
Alexandre Belloni
[Y2038] [PATCH] [RESEND] firewire: use 64-bit time_t based interfaces
Arnd Bergmann
[Y2038] [PATCH v2 1/6] ext4: sysfs: print ext4_super_block fields as little-endian
Arnd Bergmann
[Y2038] [PATCH v2 3/6] ext4: use ktime_get_real_seconds for i_dtime
Arnd Bergmann
Re: [Y2038] [PATCH v2 3/6] ext4: use ktime_get_real_seconds for i_dtime
Theodore Y. Ts'o
[Y2038] [PATCH v2 2/6] ext4: use 64-bit timestamps for mmp_time
Arnd Bergmann
Re: [Y2038] [PATCH v2 2/6] ext4: use 64-bit timestamps for mmp_time
Theodore Y. Ts'o
[Y2038] [PATCH v2 4/6] ext4: use timespec64 for all inode times
Arnd Bergmann
Re: [Y2038] [PATCH v2 4/6] ext4: use timespec64 for all inode times
Theodore Y. Ts'o
[Y2038] [PATCH v2 6/6] ext4: super: extend timestamps to 40 bits
Arnd Bergmann
Re: [Y2038] [PATCH v2 6/6] ext4: super: extend timestamps to 40 bits
Theodore Y. Ts'o
[Y2038] [PATCH v2 5/6] jbd2: replace current_kernel_time64 with ktime equivalent
Arnd Bergmann
Re: [Y2038] [PATCH v2 5/6] jbd2: replace current_kernel_time64 with ktime equivalent
Theodore Y. Ts'o
Re: [Y2038] [PATCH v2 1/6] ext4: sysfs: print ext4_super_block fields as little-endian
Theodore Y. Ts'o
[Y2038] [PATCH 1/2] [v2] hfs/hfsplus: follow MacOS time behavior
Arnd Bergmann
[Y2038] [PATCH 2/2] [v2] hfs/hfsplus: stop using timespec based interfaces
Arnd Bergmann
Re: [Y2038] [PATCH 1/2] [v2] hfs/hfsplus: follow MacOS time behavior
Ernesto A . Fernández
Re: [Y2038] [PATCH 1/2] [v2] hfs/hfsplus: follow MacOS time behavior
Arnd Bergmann
[Y2038] [PATCH v3 0/7] Introduce struct __kernel_timex
Deepa Dinamani
[Y2038] [PATCH v3 1/7] arm64: Make basic compat_* types always available
Deepa Dinamani
Re: [Y2038] [PATCH v3 1/7] arm64: Make basic compat_* types always available
Christoph Hellwig
[Y2038] [PATCH v3 4/7] timex: prepare compat helpers for y2038 changes
Deepa Dinamani
[Y2038] [PATCH v3 3/7] riscv: Delete asm/compat.h
Deepa Dinamani
Re: [Y2038] [PATCH v3 3/7] riscv: Delete asm/compat.h
Christoph Hellwig
Re: [Y2038] [PATCH v3 3/7] riscv: Delete asm/compat.h
Palmer Dabbelt
Re: [Y2038] [PATCH v3 3/7] riscv: Delete asm/compat.h
Christoph Hellwig
Re: [Y2038] [PATCH v3 3/7] riscv: Delete asm/compat.h
Arnd Bergmann
[Y2038] [PATCH v3 2/7] sparc: Make thread_info.h available directly
Deepa Dinamani
[Y2038] [PATCH v3 5/7] time: Add struct __kernel_timex
Deepa Dinamani
Re: [Y2038] [PATCH v3 5/7] time: Add struct __kernel_timex
Arnd Bergmann
Re: [Y2038] [PATCH v3 5/7] time: Add struct __kernel_timex
Christoph Hellwig
Re: [Y2038] [PATCH v3 5/7] time: Add struct __kernel_timex
Arnd Bergmann
[Y2038] [PATCH v3 7/7] timex: change syscalls to use struct __kernel_timex
Deepa Dinamani
Re: [Y2038] [PATCH v3 7/7] timex: change syscalls to use struct __kernel_timex
Christoph Hellwig
Re: [Y2038] [PATCH v3 7/7] timex: change syscalls to use struct __kernel_timex
Arnd Bergmann
[Y2038] [PATCH v3 6/7] timex: use __kernel_timex internally
Deepa Dinamani
Re: [Y2038] [PATCH v3 6/7] timex: use __kernel_timex internally
Richard Henderson
Re: [Y2038] [PATCH v3 6/7] timex: use __kernel_timex internally
Christoph Hellwig
[Y2038] [PATCH v2 0/7] Introduce struct __kernel_timex
Deepa Dinamani
[Y2038] [PATCH v2 2/7] sparc: Make thread_info.h available directly
Deepa Dinamani
[Y2038] [PATCH v2 1/7] arm64: Make basic compat_* types always available
Deepa Dinamani
[Y2038] [PATCH v2 3/7] riscv: Include asm-generic/compat.h
Deepa Dinamani
Re: [Y2038] [PATCH v2 3/7] riscv: Include asm-generic/compat.h
Christoph Hellwig
Re: [Y2038] [PATCH v2 3/7] riscv: Include asm-generic/compat.h
Deepa Dinamani
Re: [Y2038] [PATCH v2 3/7] riscv: Include asm-generic/compat.h
Arnd Bergmann
Re: [Y2038] [PATCH v2 3/7] riscv: Include asm-generic/compat.h
Deepa Dinamani
Re: [Y2038] [PATCH v2 3/7] riscv: Include asm-generic/compat.h
Christoph Hellwig
Re: [Y2038] [PATCH v2 3/7] riscv: Include asm-generic/compat.h
Arnd Bergmann
Re: [Y2038] [PATCH v2 3/7] riscv: Include asm-generic/compat.h
Geert Uytterhoeven
Re: [Y2038] [PATCH v2 3/7] riscv: Include asm-generic/compat.h
Arnd Bergmann
[Y2038] [PATCH v2 4/7] timex: prepare compat helpers for y2038 changes
Deepa Dinamani
[Y2038] [PATCH v2 5/7] time: Add struct __kernel_timex
Deepa Dinamani
[Y2038] [PATCH v2 6/7] timex: use __kernel_timex internally
Deepa Dinamani
[Y2038] [PATCH v2 7/7] timex: change syscalls to use struct __kernel_timex
Deepa Dinamani
[Y2038] [PATCH 0/6] Introduce struct __kernel_timex
Deepa Dinamani
[Y2038] [PATCH 2/6] sparc: Make thread_info.h available directly
Deepa Dinamani
Re: [Y2038] [PATCH 2/6] sparc: Make thread_info.h available directly
David Miller
[Y2038] [PATCH 3/6] timex: prepare compat helpers for y2038 changes
Deepa Dinamani
Re: [Y2038] [PATCH 3/6] timex: prepare compat helpers for y2038 changes
kbuild test robot
Re: [Y2038] [PATCH 3/6] timex: prepare compat helpers for y2038 changes
Deepa Dinamani
Re: [Y2038] [PATCH 3/6] timex: prepare compat helpers for y2038 changes
Thomas Gleixner
Re: [Y2038] [PATCH 3/6] timex: prepare compat helpers for y2038 changes
Deepa Dinamani
Re: [Y2038] [kbuild-all] [PATCH 3/6] timex: prepare compat helpers for y2038 changes
Philip Li
[Y2038] [PATCH 1/6] arm64: Make basic compat_* types always available
Deepa Dinamani
[Y2038] [PATCH 6/6] timex: change syscalls to use struct __kernel_timex
Deepa Dinamani
[Y2038] [PATCH 4/6] time: Add struct __kernel_timex
Deepa Dinamani
[Y2038] [PATCH 5/6] timex: use __kernel_timex internally
Deepa Dinamani
[Y2038] Managed Service Providers (MSPs)
diana . wayne
[Y2038] [PATCH] Documentation: document ktime_get_*() APIs
Arnd Bergmann
Re: [Y2038] [PATCH] Documentation: document ktime_get_*() APIs
Randy Dunlap
Re: [Y2038] [PATCH] Documentation: document ktime_get_*() APIs
Arnd Bergmann
[Y2038] [merged] sysinfo-remove-get_monotonic_boottime.patch removed from -mm tree
akpm
[Y2038] [PATCH] hfs/hfsplus: use documented official timestamp range
Arnd Bergmann
Re: [Y2038] [PATCH] hfs/hfsplus: use documented official timestamp range
Ernesto A . Fernández
Re: [Y2038] [PATCH] hfs/hfsplus: use documented official timestamp range
Arnd Bergmann
[Y2038] [PATCH] [v2] bcache: stop using the deprecated get_seconds()
Arnd Bergmann
Re: [Y2038] [PATCH] [v2] bcache: stop using the deprecated get_seconds()
Coly Li
Re: [Y2038] [PATCH] [v2] bcache: stop using the deprecated get_seconds()
Arnd Bergmann
Re: [Y2038] [PATCH] [v2] bcache: stop using the deprecated get_seconds()
Coly Li
Re: [Y2038] [PATCH] [v2] bcache: stop using the deprecated get_seconds()
Arnd Bergmann
Re: [Y2038] [PATCH] [v2] bcache: stop using the deprecated get_seconds()
Jens Axboe
[Y2038] [PATCH] [v3] reiserfs: change j_timestamp type to time64_t
Arnd Bergmann
[Y2038] [PATCH v2 4/5] ceph: use timespec64 for r_mtime
Arnd Bergmann
[Y2038] [PATCH 1/5] ceph: use timespec64 in for keepalive
Arnd Bergmann
[Y2038] [PATCH 2/5] ceph: stop using current_kernel_time()
Arnd Bergmann
Re: [Y2038] [PATCH 2/5] ceph: stop using current_kernel_time()
Yan, Zheng
Re: [Y2038] [PATCH 2/5] ceph: stop using current_kernel_time()
Arnd Bergmann
[Y2038] [PATCH 3/5] ceph: use timespec64 for inode timestamp
Arnd Bergmann
[Y2038] [PATCH 4/5] ceph: use timespec64 for r_mtime
Arnd Bergmann
Re: [Y2038] [PATCH 4/5] ceph: use timespec64 for r_mtime
Yan, Zheng
Re: [Y2038] [PATCH 4/5] ceph: use timespec64 for r_mtime
Arnd Bergmann
[Y2038] [PATCH 5/5] ceph: use 64-bit timespec for r_stamp
Arnd Bergmann
[Y2038] [PATCH 1/5] ceph: use timespec64 in for keepalive
Arnd Bergmann
[Y2038] [PATCH 2/5] ceph: stop using current_kernel_time()
Arnd Bergmann
Re: [Y2038] [PATCH 2/5] ceph: stop using current_kernel_time()
Yan, Zheng
[Y2038] [PATCH 3/5] ceph: use timespec64 for inode timestamp
Arnd Bergmann
[Y2038] [PATCH 4/5] ceph: use timespec64 for r_mtime
Arnd Bergmann
[Y2038] [PATCH 5/5] ceph: use 64-bit timespec for r_stamp
Arnd Bergmann
[Y2038] [PATCH 1/6] ext4: sysfs: print ext4_super_block fields as little-endian
Arnd Bergmann
[Y2038] [PATCH 2/6] ext4: use 64-bit timestamps for mmp_time
Arnd Bergmann
Re: [Y2038] [PATCH 2/6] ext4: use 64-bit timestamps for mmp_time
Jan Kara
[Y2038] [PATCH 4/6] ext4: use timespec64 for all inode times
Arnd Bergmann
Re: [Y2038] [PATCH 4/6] ext4: use timespec64 for all inode times
Jan Kara
Re: [Y2038] [PATCH 4/6] ext4: use timespec64 for all inode times
Arnd Bergmann
[Y2038] [PATCH 3/6] ext4: use ktime_get_real_seconds for i_dtime
Arnd Bergmann
Re: [Y2038] [PATCH 3/6] ext4: use ktime_get_real_seconds for i_dtime
Arnd Bergmann
[Y2038] [PATCH 5/6] jbd2: replace current_kernel_time64 with ktime equivalent
Arnd Bergmann
Re: [Y2038] [PATCH 5/6] jbd2: replace current_kernel_time64 with ktime equivalent
Jan Kara
[Y2038] [PATCH 6/6] [RFC] ext4: super: extend timestamps to 40 bits
Arnd Bergmann
Re: [Y2038] [PATCH 6/6] [RFC] ext4: super: extend timestamps to 40 bits
Arnd Bergmann
Re: [Y2038] [PATCH 1/6] ext4: sysfs: print ext4_super_block fields as little-endian
Arnd Bergmann
[Y2038] [PATCH] vfs: replace current_kernel_time64 with ktime equivalent
Arnd Bergmann
Re: [Y2038] [PATCH] vfs: replace current_kernel_time64 with ktime equivalent
Andi Kleen
Re: [Y2038] [PATCH] vfs: replace current_kernel_time64 with ktime equivalent
Arnd Bergmann
Re: [Y2038] [PATCH] vfs: replace current_kernel_time64 with ktime equivalent
Andi Kleen
Re: [Y2038] [PATCH] vfs: replace current_kernel_time64 with ktime equivalent
Arnd Bergmann
Re: [Y2038] [PATCH] vfs: replace current_kernel_time64 with ktime equivalent
Arnd Bergmann
Re: [Y2038] [PATCH] vfs: replace current_kernel_time64 with ktime equivalent
Dave Chinner
Re: [Y2038] [PATCH] vfs: replace current_kernel_time64 with ktime equivalent
Arnd Bergmann
Re: [Y2038] [PATCH] vfs: replace current_kernel_time64 with ktime equivalent
Dave Chinner
Re: [Y2038] [PATCH] vfs: replace current_kernel_time64 with ktime equivalent
Arnd Bergmann
[Y2038] [PATCH] vfs: replace current_kernel_time64 with ktime equivalent
Arnd Bergmann
[Y2038] [PATCH 1/3] btrfs: use monotonic time for transaction handling
Arnd Bergmann
Earlier messages
Later messages