index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
stat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-31
fs: annotate inode timestamp accessors
Yu Peng
1
-1
/
+1
2026-01-16
statx: switch to CLASS(filename_maybe_null)
Al Viro
1
-13
/
+5
2026-01-16
do_readlinkat(): switch to CLASS(filename_flags)
Al Viro
1
-6
/
+2
2026-01-13
do_readlinkat(): import pathname only once
Al Viro
1
-3
/
+3
2025-09-15
constify path argument of vfs_statx_path()
Al Viro
1
-1
/
+1
2025-05-26
Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+5
2025-05-26
Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-15
/
+20
2025-05-07
fs: add atomic write unit max opt to statx
John Garry
1
-1
/
+5
2025-04-17
fs: move the bdex_statx call to vfs_getattr_nosec
Christoph Hellwig
1
-14
/
+18
2025-04-08
fs: sort out cosmetic differences between stat funcs and add predicts
Mateusz Guzik
1
-15
/
+20
2025-02-07
fs/stat.c: avoid harmless garbage value problem in vfs_statx_path()
Su Hui
1
-1
/
+3
2025-01-09
fs: add STATX_DIO_READ_ALIGN
Christoph Hellwig
1
-0
/
+1
2024-11-18
Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-17
/
+7
2024-11-18
Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-24
/
+4
2024-11-13
fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag
Stefan Berger
1
-4
/
+1
2024-11-13
fs/stat.c: switch to CLASS(fd_raw)
Al Viro
1
-9
/
+4
2024-11-13
kill getname_statx_lookup_flags()
Al Viro
1
-4
/
+2
2024-10-19
getname_maybe_null() - the third variant of pathname copy-in
Al Viro
1
-24
/
+4
2024-10-10
Merge patch series "timekeeping/fs: multigrain timestamp redux"
Christian Brauner
1
-2
/
+44
2024-10-10
fs: tracepoints around multigrain timestamp events
Jeff Layton
1
-0
/
+3
2024-10-07
fs: add infrastructure for multigrain timestamps
Jeff Layton
1
-2
/
+41
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-4
/
+4
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
1
-7
/
+41
2024-06-27
vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)
Mateusz Guzik
1
-28
/
+83
2024-06-27
stat: use vfs_empty_path() helper
Christian Brauner
1
-10
/
+2
2024-06-20
block: Add atomic write support for statx
Prasad Singamsetty
1
-7
/
+9
2024-06-20
fs: Add initial atomic write support info to statx
Prasad Singamsetty
1
-0
/
+34
2024-06-05
vfs: retire user_path_at_empty and drop empty arg from getname_flags
Mateusz Guzik
1
-3
/
+3
2024-06-05
vfs: stop using user_path_at_empty in do_readlinkat
Mateusz Guzik
1
-19
/
+24
2024-03-26
statx: stx_subvol
Kent Overstreet
1
-0
/
+1
2024-01-08
Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-2
/
+7
2024-01-08
Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2023-12-21
fs: fix doc comment typo fs tree wide
Alexander Mikhalitsyn
1
-1
/
+1
2023-11-18
add unique mount ID
Miklos Szeredi
1
-2
/
+7
2023-11-18
fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
Stefan Berger
1
-1
/
+5
2023-10-18
fs: convert core infrastructure to new timestamp accessors
Jeff Layton
1
-2
/
+2
2023-09-20
Revert "fs: add infrastructure for multigrain timestamps"
Christian Brauner
1
-39
/
+2
2023-09-17
stat: remove no-longer-used helper macros
Linus Torvalds
1
-6
/
+0
2023-09-07
vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)'
Linus Torvalds
1
-0
/
+17
2023-08-11
fs: add infrastructure for multigrain timestamps
Jeff Layton
1
-2
/
+39
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-11
/
+13
2023-07-13
fs: convert to ctime accessor functions
Jeff Layton
1
-1
/
+1
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-12
/
+12
2023-01-26
vfs: plumb i_version handling into struct kstat
Jeff Layton
1
-2
/
+15
2023-01-19
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
1
-4
/
+2
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-10
/
+12
2022-10-26
fs: use type safe idmapping helpers
Christian Brauner
1
-2
/
+5
2022-09-11
vfs: support STATX_DIOALIGN on block devices
Eric Biggers
1
-0
/
+12
2022-09-11
statx: add direct I/O alignment information
Eric Biggers
1
-0
/
+2
2022-05-31
Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
[next]