summaryrefslogtreecommitdiff
path: root/fs/stat.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-17fs: move the bdex_statx call to vfs_getattr_nosecChristoph Hellwig1-14/+18
2025-02-07fs/stat.c: avoid harmless garbage value problem in vfs_statx_path()Su Hui1-1/+3
2025-01-09fs: add STATX_DIO_READ_ALIGNChristoph Hellwig1-0/+1
2024-11-18Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-17/+7
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-24/+4
2024-11-13fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flagStefan Berger1-4/+1
2024-11-13fs/stat.c: switch to CLASS(fd_raw)Al Viro1-9/+4
2024-11-13kill getname_statx_lookup_flags()Al Viro1-4/+2
2024-10-19getname_maybe_null() - the third variant of pathname copy-inAl Viro1-24/+4
2024-10-10Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner1-2/+44
2024-10-10fs: tracepoints around multigrain timestamp eventsJeff Layton1-0/+3
2024-10-07fs: add infrastructure for multigrain timestampsJeff Layton1-2/+41
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-4/+4
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-7/+41
2024-06-27vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)Mateusz Guzik1-28/+83
2024-06-27stat: use vfs_empty_path() helperChristian Brauner1-10/+2
2024-06-20block: Add atomic write support for statxPrasad Singamsetty1-7/+9
2024-06-20fs: Add initial atomic write support info to statxPrasad Singamsetty1-0/+34
2024-06-05vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik1-3/+3
2024-06-05vfs: stop using user_path_at_empty in do_readlinkatMateusz Guzik1-19/+24
2024-03-26statx: stx_subvolKent Overstreet1-0/+1
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-2/+7
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2023-12-21fs: fix doc comment typo fs tree wideAlexander Mikhalitsyn1-1/+1
2023-11-18add unique mount IDMiklos Szeredi1-2/+7
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger1-1/+5
2023-10-18fs: convert core infrastructure to new timestamp accessorsJeff Layton1-2/+2
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner1-39/+2
2023-09-17stat: remove no-longer-used helper macrosLinus Torvalds1-6/+0
2023-09-07vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)'Linus Torvalds1-0/+17
2023-08-11fs: add infrastructure for multigrain timestampsJeff Layton1-2/+39
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-11/+13
2023-07-13fs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+12
2023-01-26vfs: plumb i_version handling into struct kstatJeff Layton1-2/+15
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-4/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-10/+12
2022-10-26fs: use type safe idmapping helpersChristian Brauner1-2/+5
2022-09-11vfs: support STATX_DIOALIGN on block devicesEric Biggers1-0/+12
2022-09-11statx: add direct I/O alignment informationEric Biggers1-0/+2
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-04-26fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren1-1/+1
2022-04-12stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka1-9/+10
2022-03-10io-uring: Make statx API stableStefan Roesch1-14/+35
2021-08-17fs: add generic helper for filling statx attribute flagsAmir Goldstein1-0/+18
2021-04-17fs: fix reporting supported extra file attributes for statx()Theodore Ts'o1-0/+8
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+5
2021-01-24stat: handle idmapped mountsChristian Brauner1-6/+14
2020-09-26fs: remove KSTAT_QUERY_FLAGSChristoph Hellwig1-4/+4
2020-09-26fs: remove vfs_stat_set_lookup_flagsChristoph Hellwig1-21/+12