summaryrefslogtreecommitdiffstats
path: root/fs/utimes.c
AgeCommit message (Expand)AuthorLines
2024-11-03fdget(), more trivial conversionsAl Viro-8/+3
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-2/+2
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner-1/+1
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton-0/+1
2021-01-24utimes: handle idmapped mountsChristian Brauner-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner-1/+2
2020-07-31fs: expose utimes_commonChristoph Hellwig-3/+3
2020-07-31fs: move timespec validation into utimes_commonChristoph Hellwig-10/+9
2020-07-31fs: refactor do_utimesChristoph Hellwig-46/+54
2020-05-14utimensat: AT_EMPTY_PATH supportMiklos Szeredi-2/+4
2019-12-08utimes: Clamp the timestamps in notify_change()Amir Goldstein-2/+2
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann-4/+4
2019-08-30utimes: Clamp the timestamps before updateDeepa Dinamani-4/+2
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann-5/+5
2018-08-29y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann-2/+6
2018-08-29y2038: Compile utimes()/futimesat() conditionallyArnd Bergmann-29/+22
2018-08-29y2038: Change sys_utimensat() to use __kernel_timespecArnd Bergmann-1/+1
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann-6/+6
2018-04-02fs: add do_compat_futimesat() helper; remove in-kernel call to compat syscallDominik Brodowski-2/+10
2018-04-02fs: add do_futimesat() helper; remove internal call to sys_futimesat()Dominik Brodowski-3/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-03utimes: Make utimes y2038 safeDeepa Dinamani-11/+12
2017-04-17utimes: move compat syscalls from compat.cAl Viro-5/+61
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-05vfs: misc struct path constificationAl Viro-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara-2/+2
2016-09-16vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi-16/+1
2016-08-07fs: return EPERM on immutable inodeEryu Guan-1/+2
2016-01-22wrappers for ->i_mutex accessAl Viro-2/+2
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields-1/+8
2012-12-20vfs: allow utimensat() calls to retry once on an ESTALE errorJeff Layton-1/+5
2012-09-26switch simple cases of fget_light to fdgetAl Viro-6/+5
2012-05-29switch utimes() to fget_light/fput_lightAl Viro-2/+3
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn-1/+1
2010-08-13Mark arguments to certain syscalls as being constDavid Howells-3/+4
2009-01-14[CVE-2009-0029] System call wrappers part 30Heiko Carstens-2/+4
2009-01-14[CVE-2009-0029] System call wrappers part 19Heiko Carstens-2/+3
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro-4/+4
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro-1/+1
2008-07-26[patch 4/4] vfs: immutable inode checking cleanupMiklos Szeredi-4/+0
2008-07-26[patch 2/4] vfs: utimes cleanupMiklos Szeredi-49/+65
2008-07-26[patch 1/4] vfs: utimes: move owner check into inode_change_ok()Miklos Szeredi-13/+4
2008-06-23[patch for 2.6.26 4/4] vfs: utimensat(): fix write access check for futimens()Michael Kerrisk-8/+3
2008-06-23[patch for 2.6.26 3/4] vfs: utimensat(): fix error checking for {UTIME_NOW,UT...Michael Kerrisk-15/+21
2008-06-23[patch for 2.6.26 1/4] vfs: utimensat(): ignore tv_sec if tv_nsec == UTIME_OM...Michael Kerrisk-8/+0
2008-06-23[patch for 2.6.26 2/4] vfs: utimensat(): be consistent with utime() for immut...Michael Kerrisk-0/+4
2008-05-01vfs: fix permission checking in sys_utimensatMiklos Szeredi-2/+15
2008-04-19[PATCH] r/o bind mounts: elevate write count for do_utimes()Dave Hansen-6/+12