summaryrefslogtreecommitdiff
path: root/fs/stat.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-01fs: move generic stat response attr handling to vfs_getattr_nosecChristoph Hellwig1-5/+7
2018-08-29y2038: Remove newstat family from default syscall setArnd Bergmann1-0/+3
2018-04-02fs: add do_readlinkat() helper; remove internal call to sys_readlinkat()Dominik Brodowski1-3/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-17fs: Provide __inode_get_bytes()Jan Kara1-1/+1
2017-06-09ufs: restore maintaining ->i_blocksAl Viro1-0/+1
2017-05-02Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+86
2017-04-27statx: correct error handling of NULL pathnameMichael Kerrisk (man-pages)1-2/+0
2017-04-26statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATHDavid Howells1-7/+6
2017-04-17stat: move compat syscalls from compat.cAl Viro1-0/+86
2017-04-03statx: Include a mask for stx_attributes in struct statxDavid Howells1-0/+1
2017-04-03statx: Reserve the top bit of the mask for future struct expansionDavid Howells1-0/+2
2017-04-03statx: optimize copy of struct statx to userspaceEric Biggers1-42/+32
2017-04-03statx: remove incorrect part of vfs_statx() commentEric Biggers1-3/+0
2017-04-03statx: reject unknown flags when using NULL pathEric Biggers1-1/+5
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-38/+176
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-38/+176
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi1-3/+5
2016-01-16fs/stat.c: drop the last new_valid_dev checkYaowei Bai1-1/+1
2015-11-09fs/stat.c: remove unnecessary new_valid_dev() checkYaowei Bai1-2/+0
2015-04-15VFS: assorted d_backing_inode() annotationsDavid Howells1-2/+2
2015-04-11switch security_inode_getattr() to struct path *Al Viro1-1/+1
2013-11-09vfs: split out vfs_getattr_nosecJ. Bruce Fields1-6/+25
2013-08-17quota: provide interface for readding allocated space into reserved spaceJan Kara1-2/+9
2013-02-26switch vfs_getattr() to struct pathAl Viro1-7/+6
2012-12-20vfs: fix readlinkat to retry on ESTALEJeff Layton1-1/+7
2012-12-20vfs: make fstatat retry on ESTALE errors from getattr callJeff Layton1-2/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+5
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-5/+5
2012-09-14vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds1-1/+1
2012-09-14fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64Catalin Marinas1-2/+2
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-6/+6
2012-05-21Merge branch 'vfs-cleanups' (random vfs cleanups)Linus Torvalds1-2/+3
2012-05-15userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman1-6/+6
2012-05-06vfs: don't force a big memset of stat data just to clear padding fieldsLinus Torvalds1-2/+10
2012-05-06vfs: de-crapify "cp_new_stat()" functionLinus Torvalds1-18/+14
2012-04-28VFS: make vfs_fstat() use f[get|put]_light()Linus Torvalds1-2/+3
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2012-03-20switch touch_atime to struct pathAl Viro1-1/+1
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2011-11-02readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft1-2/+3
2011-09-27vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds1-2/+0
2011-08-06vfs: optimize inode cache access patternsLinus Torvalds1-2/+2
2011-03-15readlinkat(), fchownat() and fstatat() with empty relative pathnamesAl Viro1-2/+5
2011-01-15Add an AT_NO_AUTOMOUNT flag to suppress terminal automountDavid Howells1-1/+3
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-11/+18