summaryrefslogtreecommitdiffstats
path: root/fs/stat.c
Commit message (Expand)AuthorAgeFilesLines
* fs: add generic helper for filling statx attribute flagsAmir Goldstein2021-08-171-0/+18
* fs: fix reporting supported extra file attributes for statx()Theodore Ts'o2021-04-171-0/+8
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+5
* stat: handle idmapped mountsChristian Brauner2021-01-241-6/+14
* fs: remove KSTAT_QUERY_FLAGSChristoph Hellwig2020-09-261-4/+4
* fs: remove vfs_stat_set_lookup_flagsChristoph Hellwig2020-09-261-21/+12
* fs: move vfs_fstatat out of lineChristoph Hellwig2020-09-261-2/+7
* fs: remove vfs_statx_fdChristoph Hellwig2020-09-261-15/+7
* Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-021-0/+3
|\
| * fs/stat: Define DAX statx attributeIra Weiny2020-05-041-0/+3
* | Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-15/+22
|\ \
| * | statx: hide interfaces no longer used by io_uringBijan Mottahedeh2020-05-261-2/+3
| * | statx: allow system call to be invoked from io_uringBijan Mottahedeh2020-05-261-13/+19
| |/
* | statx: add mount_rootMiklos Szeredi2020-05-141-0/+3
* | statx: add mount IDMiklos Szeredi2020-05-141-0/+4
* | statx: don't clear STATX_ATIME on SB_RDONLYMiklos Szeredi2020-05-141-1/+2
* | uapi: deprecate STATX_ALLMiklos Szeredi2020-05-141-1/+0
|/
* fs: make two stat prep helpers availableJens Axboe2020-01-201-12/+22
* fs: move generic stat response attr handling to vfs_getattr_nosecChristoph Hellwig2019-02-011-5/+7
* y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+3
* fs: add do_readlinkat() helper; remove internal call to sys_readlinkat()Dominik Brodowski2018-04-021-3/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* fs: Provide __inode_get_bytes()Jan Kara2017-08-171-1/+1
* ufs: restore maintaining ->i_blocksAl Viro2017-06-091-0/+1
* Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-021-0/+86
|\
| * stat: move compat syscalls from compat.cAl Viro2017-04-171-0/+86
* | statx: correct error handling of NULL pathnameMichael Kerrisk (man-pages)2017-04-271-2/+0
* | statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATHDavid Howells2017-04-261-7/+6
* | statx: Include a mask for stx_attributes in struct statxDavid Howells2017-04-031-0/+1
* | statx: Reserve the top bit of the mask for future struct expansionDavid Howells2017-04-031-0/+2
* | statx: optimize copy of struct statx to userspaceEric Biggers2017-04-031-42/+32
* | statx: remove incorrect part of vfs_statx() commentEric Biggers2017-04-031-3/+0
* | statx: reject unknown flags when using NULL pathEric Biggers2017-04-031-1/+5
|/
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-38/+176
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-38/+176
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
|/
* fs: add i_blocksize()Fabian Frederick2017-02-271-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi2016-12-091-3/+5
* fs/stat.c: drop the last new_valid_dev checkYaowei Bai2016-01-161-1/+1
* fs/stat.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-091-2/+0
* VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-151-2/+2
* switch security_inode_getattr() to struct path *Al Viro2015-04-111-1/+1
* vfs: split out vfs_getattr_nosecJ. Bruce Fields2013-11-091-6/+25
* quota: provide interface for readding allocated space into reserved spaceJan Kara2013-08-171-2/+9
* switch vfs_getattr() to struct pathAl Viro2013-02-261-7/+6
* vfs: fix readlinkat to retry on ESTALEJeff Layton2012-12-201-1/+7
* vfs: make fstatat retry on ESTALE errors from getattr callJeff Layton2012-12-201-2/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-5/+5
|\
| * switch simple cases of fget_light to fdgetAl Viro2012-09-261-5/+5