aboutsummaryrefslogtreecommitdiff
path: root/fs/stat.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-26fs: remove KSTAT_QUERY_FLAGSGravatar Christoph Hellwig 1-4/+4
2020-09-26fs: remove vfs_stat_set_lookup_flagsGravatar Christoph Hellwig 1-21/+12
2020-09-26fs: move vfs_fstatat out of lineGravatar Christoph Hellwig 1-2/+7
2020-09-26fs: remove vfs_statx_fdGravatar Christoph Hellwig 1-15/+7
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+3
2020-06-02Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-15/+22
2020-05-26statx: hide interfaces no longer used by io_uringGravatar Bijan Mottahedeh 1-2/+3
2020-05-26statx: allow system call to be invoked from io_uringGravatar Bijan Mottahedeh 1-13/+19
2020-05-14statx: add mount_rootGravatar Miklos Szeredi 1-0/+3
2020-05-14statx: add mount IDGravatar Miklos Szeredi 1-0/+4
2020-05-14statx: don't clear STATX_ATIME on SB_RDONLYGravatar Miklos Szeredi 1-1/+2
2020-05-14uapi: deprecate STATX_ALLGravatar Miklos Szeredi 1-1/+0
2020-05-04fs/stat: Define DAX statx attributeGravatar Ira Weiny 1-0/+3
2020-01-20fs: make two stat prep helpers availableGravatar Jens Axboe 1-12/+22
2019-02-01fs: move generic stat response attr handling to vfs_getattr_nosecGravatar Christoph Hellwig 1-5/+7
2018-08-29y2038: Remove newstat family from default syscall setGravatar Arnd Bergmann 1-0/+3
2018-04-02fs: add do_readlinkat() helper; remove internal call to sys_readlinkat()Gravatar Dominik Brodowski 1-3/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-17fs: Provide __inode_get_bytes()Gravatar Jan Kara 1-1/+1
2017-06-09ufs: restore maintaining ->i_blocksGravatar Al Viro 1-0/+1
2017-05-02Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+86
2017-04-27statx: correct error handling of NULL pathnameGravatar Michael Kerrisk (man-pages) 1-2/+0
2017-04-26statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATHGravatar David Howells 1-7/+6
2017-04-17stat: move compat syscalls from compat.cGravatar Al Viro 1-0/+86
2017-04-03statx: Include a mask for stx_attributes in struct statxGravatar David Howells 1-0/+1
2017-04-03statx: Reserve the top bit of the mask for future struct expansionGravatar David Howells 1-0/+2
2017-04-03statx: optimize copy of struct statx to userspaceGravatar Eric Biggers 1-42/+32
2017-04-03statx: remove incorrect part of vfs_statx() commentGravatar Eric Biggers 1-3/+0
2017-04-03statx: reject unknown flags when using NULL pathGravatar Eric Biggers 1-1/+5
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-38/+176
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-38/+176
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Gravatar Miklos Szeredi 1-3/+5
2016-01-16fs/stat.c: drop the last new_valid_dev checkGravatar Yaowei Bai 1-1/+1
2015-11-09fs/stat.c: remove unnecessary new_valid_dev() checkGravatar Yaowei Bai 1-2/+0
2015-04-15VFS: assorted d_backing_inode() annotationsGravatar David Howells 1-2/+2
2015-04-11switch security_inode_getattr() to struct path *Gravatar Al Viro 1-1/+1
2013-11-09vfs: split out vfs_getattr_nosecGravatar J. Bruce Fields 1-6/+25
2013-08-17quota: provide interface for readding allocated space into reserved spaceGravatar Jan Kara 1-2/+9
2013-02-26switch vfs_getattr() to struct pathGravatar Al Viro 1-7/+6
2012-12-20vfs: fix readlinkat to retry on ESTALEGravatar Jeff Layton 1-1/+7
2012-12-20vfs: make fstatat retry on ESTALE errors from getattr callGravatar Jeff Layton 1-2/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+5
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-5/+5
2012-09-14vfs: make O_PATH file descriptors usable for 'fstat()'Gravatar Linus Torvalds 1-1/+1
2012-09-14fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64Gravatar Catalin Marinas 1-2/+2
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-6/+6