summaryrefslogtreecommitdiffstats
path: root/fs/stat.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-081-2/+7
|\
| * add unique mount IDMiklos Szeredi2023-11-181-2/+7
* | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-081-1/+1
|\ \
| * | fs: fix doc comment typo fs tree wideAlexander Mikhalitsyn2023-12-211-1/+1
| |/
* / fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger2023-11-181-1/+5
|/
* fs: convert core infrastructure to new timestamp accessorsJeff Layton2023-10-181-2/+2
* Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner2023-09-201-39/+2
* stat: remove no-longer-used helper macrosLinus Torvalds2023-09-171-6/+0
* vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)'Linus Torvalds2023-09-071-0/+17
* fs: add infrastructure for multigrain timestampsJeff Layton2023-08-111-2/+39
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-11/+13
* fs: convert to ctime accessor functionsJeff Layton2023-07-131-1/+1
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-12/+12
|\
| * fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-4/+2
| * fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-10/+12
* | vfs: plumb i_version handling into struct kstatJeff Layton2023-01-261-2/+15
|/
* fs: use type safe idmapping helpersChristian Brauner2022-10-261-2/+5
* vfs: support STATX_DIOALIGN on block devicesEric Biggers2022-09-111-0/+12
* statx: add direct I/O alignment informationEric Biggers2022-09-111-0/+2
* Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-311-1/+1
|\
| * fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren2022-04-261-1/+1
* | stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka2022-04-121-9/+10
|/
* io-uring: Make statx API stableStefan Roesch2022-03-101-14/+35
* 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