aboutsummaryrefslogtreecommitdiff
path: root/fs/utimes.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-24utimes: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-1/+2
2020-07-31fs: expose utimes_commonGravatar Christoph Hellwig 1-3/+3
2020-07-31fs: move timespec validation into utimes_commonGravatar Christoph Hellwig 1-10/+9
2020-07-31fs: refactor do_utimesGravatar Christoph Hellwig 1-46/+54
2020-05-14utimensat: AT_EMPTY_PATH supportGravatar Miklos Szeredi 1-2/+4
2019-12-08utimes: Clamp the timestamps in notify_change()Gravatar Amir Goldstein 1-2/+2
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalGravatar Arnd Bergmann 1-4/+4
2019-08-30utimes: Clamp the timestamps before updateGravatar Deepa Dinamani 1-4/+2
2019-02-07y2038: syscalls: rename y2038 compat syscallsGravatar Arnd Bergmann 1-5/+5
2018-08-29y2038: utimes: Rework #ifdef guards for compat syscallsGravatar Arnd Bergmann 1-2/+6
2018-08-29y2038: Compile utimes()/futimesat() conditionallyGravatar Arnd Bergmann 1-29/+22
2018-08-29y2038: Change sys_utimensat() to use __kernel_timespecGravatar Arnd Bergmann 1-1/+1
2018-08-27y2038: globally rename compat_time to old_time32Gravatar Arnd Bergmann 1-6/+6
2018-04-02fs: add do_compat_futimesat() helper; remove in-kernel call to compat syscallGravatar Dominik Brodowski 1-2/+10
2018-04-02fs: add do_futimesat() helper; remove internal call to sys_futimesat()Gravatar Dominik Brodowski 1-3/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-03utimes: Make utimes y2038 safeGravatar Deepa Dinamani 1-11/+12
2017-04-17utimes: move compat syscalls from compat.cGravatar Al Viro 1-5/+61
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-05vfs: misc struct path constificationGravatar Al Viro 1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-2/+2
2016-09-16vfs: move permission checking into notify_change() for utimes(NULL)Gravatar Miklos Szeredi 1-16/+1
2016-08-07fs: return EPERM on immutable inodeGravatar Eryu Guan 1-1/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2013-11-09locks: break delegations on any attribute modificationGravatar J. Bruce Fields 1-1/+8
2012-12-20vfs: allow utimensat() calls to retry once on an ESTALE errorGravatar Jeff Layton 1-1/+5
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-6/+5
2012-05-29switch utimes() to fget_light/fput_lightGravatar Al Viro 1-2/+3
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableGravatar Serge E. Hallyn 1-1/+1
2010-08-13Mark arguments to certain syscalls as being constGravatar David Howells 1-3/+4
2009-01-14[CVE-2009-0029] System call wrappers part 30Gravatar Heiko Carstens 1-2/+4
2009-01-14[CVE-2009-0029] System call wrappers part 19Gravatar Heiko Carstens 1-2/+3
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Gravatar Al Viro 1-4/+4
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Gravatar Al Viro 1-1/+1
2008-07-26[patch 4/4] vfs: immutable inode checking cleanupGravatar Miklos Szeredi 1-4/+0
2008-07-26[patch 2/4] vfs: utimes cleanupGravatar Miklos Szeredi 1-49/+65
2008-07-26[patch 1/4] vfs: utimes: move owner check into inode_change_ok()Gravatar Miklos Szeredi 1-13/+4
2008-06-23[patch for 2.6.26 4/4] vfs: utimensat(): fix write access check for futimens()Gravatar Michael Kerrisk 1-8/+3
2008-06-23[patch for 2.6.26 3/4] vfs: utimensat(): fix error checking for {UTIME_NOW,UT...Gravatar Michael Kerrisk 1-15/+21
2008-06-23[patch for 2.6.26 1/4] vfs: utimensat(): ignore tv_sec if tv_nsec == UTIME_OM...Gravatar Michael Kerrisk 1-8/+0
2008-06-23[patch for 2.6.26 2/4] vfs: utimensat(): be consistent with utime() for immut...Gravatar Michael Kerrisk 1-0/+4
2008-05-01vfs: fix permission checking in sys_utimensatGravatar Miklos Szeredi 1-2/+15
2008-04-19[PATCH] r/o bind mounts: elevate write count for do_utimes()Gravatar Dave Hansen 1-6/+12
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-1/+1
2008-02-06fs/utimes.c should #include <linux/syscalls.h>Gravatar Adrian Bunk 1-0/+1
2007-10-17VFS: check nanoseconds in utimensatGravatar Miklos Szeredi 1-0/+13
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkGravatar Satyam Sharma 1-1/+1