aboutsummaryrefslogtreecommitdiff
path: root/fs/stat.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-2/+7
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-1/+1
2023-12-21fs: fix doc comment typo fs tree wideGravatar Alexander Mikhalitsyn 1-1/+1
2023-11-18add unique mount IDGravatar Miklos Szeredi 1-2/+7
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionGravatar Stefan Berger 1-1/+5
2023-10-18fs: convert core infrastructure to new timestamp accessorsGravatar Jeff Layton 1-2/+2
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Gravatar Christian Brauner 1-39/+2
2023-09-17stat: remove no-longer-used helper macrosGravatar Linus Torvalds 1-6/+0
2023-09-07vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)'Gravatar Linus Torvalds 1-0/+17
2023-08-11fs: add infrastructure for multigrain timestampsGravatar Jeff Layton 1-2/+39
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-11/+13
2023-07-13fs: convert to ctime accessor functionsGravatar Jeff Layton 1-1/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-12/+12
2023-01-26vfs: plumb i_version handling into struct kstatGravatar Jeff Layton 1-2/+15
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapGravatar Christian Brauner 1-4/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-10/+12
2022-10-26fs: use type safe idmapping helpersGravatar Christian Brauner 1-2/+5
2022-09-11vfs: support STATX_DIOALIGN on block devicesGravatar Eric Biggers 1-0/+12
2022-09-11statx: add direct I/O alignment informationGravatar Eric Biggers 1-0/+2
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2022-04-26fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGravatar Guo Ren 1-1/+1
2022-04-12stat: fix inconsistency between struct stat and struct compat_statGravatar Mikulas Patocka 1-9/+10
2022-03-10io-uring: Make statx API stableGravatar Stefan Roesch 1-14/+35
2021-08-17fs: add generic helper for filling statx attribute flagsGravatar Amir Goldstein 1-0/+18
2021-04-17fs: fix reporting supported extra file attributes for statx()Gravatar Theodore Ts'o 1-0/+8
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-3/+5
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-6/+14
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