aboutsummaryrefslogtreecommitdiff
path: root/fs/stat.c
AgeCommit message (Expand)Author
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2020-09-26fs: remove KSTAT_QUERY_FLAGSChristoph Hellwig
2020-09-26fs: remove vfs_stat_set_lookup_flagsChristoph Hellwig
2020-09-26fs: move vfs_fstatat out of lineChristoph Hellwig
2020-09-26fs: remove vfs_statx_fdChristoph Hellwig
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-26statx: hide interfaces no longer used by io_uringBijan Mottahedeh
2020-05-26statx: allow system call to be invoked from io_uringBijan Mottahedeh
2020-05-14statx: add mount_rootMiklos Szeredi
2020-05-14statx: add mount IDMiklos Szeredi
2020-05-14statx: don't clear STATX_ATIME on SB_RDONLYMiklos Szeredi
2020-05-14uapi: deprecate STATX_ALLMiklos Szeredi
2020-05-04fs/stat: Define DAX statx attributeIra Weiny
2020-01-20fs: make two stat prep helpers availableJens Axboe
2019-02-01fs: move generic stat response attr handling to vfs_getattr_nosecChristoph Hellwig
2018-08-29y2038: Remove newstat family from default syscall setArnd Bergmann
2018-04-02fs: add do_readlinkat() helper; remove internal call to sys_readlinkat()Dominik Brodowski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-17fs: Provide __inode_get_bytes()Jan Kara
2017-06-09ufs: restore maintaining ->i_blocksAl Viro
2017-05-02Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-04-27statx: correct error handling of NULL pathnameMichael Kerrisk (man-pages)
2017-04-26statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATHDavid Howells
2017-04-17stat: move compat syscalls from compat.cAl Viro
2017-04-03statx: Include a mask for stx_attributes in struct statxDavid Howells
2017-04-03statx: Reserve the top bit of the mask for future struct expansionDavid Howells
2017-04-03statx: optimize copy of struct statx to userspaceEric Biggers
2017-04-03statx: remove incorrect part of vfs_statx() commentEric Biggers
2017-04-03statx: reject unknown flags when using NULL pathEric Biggers
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-02-27fs: add i_blocksize()Fabian Frederick
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi
2016-01-16fs/stat.c: drop the last new_valid_dev checkYaowei Bai
2015-11-09fs/stat.c: remove unnecessary new_valid_dev() checkYaowei Bai
2015-04-15VFS: assorted d_backing_inode() annotationsDavid Howells
2015-04-11switch security_inode_getattr() to struct path *Al Viro
2013-11-09vfs: split out vfs_getattr_nosecJ. Bruce Fields
2013-08-17quota: provide interface for readding allocated space into reserved spaceJan Kara
2013-02-26switch vfs_getattr() to struct pathAl Viro
2012-12-20vfs: fix readlinkat to retry on ESTALEJeff Layton
2012-12-20vfs: make fstatat retry on ESTALE errors from getattr callJeff Layton
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-14vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds