index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
stat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
y2038: Remove newstat family from default syscall set
Arnd Bergmann
2018-08-29
1
-0
/
+3
*
fs: add do_readlinkat() helper; remove internal call to sys_readlinkat()
Dominik Brodowski
2018-04-02
1
-3
/
+9
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
fs: Provide __inode_get_bytes()
Jan Kara
2017-08-17
1
-1
/
+1
*
ufs: restore maintaining ->i_blocks
Al Viro
2017-06-09
1
-0
/
+1
*
Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-05-02
1
-0
/
+86
|
\
|
*
stat: move compat syscalls from compat.c
Al Viro
2017-04-17
1
-0
/
+86
*
|
statx: correct error handling of NULL pathname
Michael Kerrisk (man-pages)
2017-04-27
1
-2
/
+0
*
|
statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATH
David Howells
2017-04-26
1
-7
/
+6
*
|
statx: Include a mask for stx_attributes in struct statx
David Howells
2017-04-03
1
-0
/
+1
*
|
statx: Reserve the top bit of the mask for future struct expansion
David Howells
2017-04-03
1
-0
/
+2
*
|
statx: optimize copy of struct statx to userspace
Eric Biggers
2017-04-03
1
-42
/
+32
*
|
statx: remove incorrect part of vfs_statx() comment
Eric Biggers
2017-04-03
1
-3
/
+0
*
|
statx: reject unknown flags when using NULL path
Eric Biggers
2017-04-03
1
-1
/
+5
|
/
*
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-03-03
1
-38
/
+176
|
\
|
*
statx: Add a system call to make enhanced file info available
David Howells
2017-03-02
1
-38
/
+176
*
|
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
2017-03-02
1
-0
/
+1
|
/
*
fs: add i_blocksize()
Fabian Frederick
2017-02-27
1
-1
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
vfs: replace calling i_op->readlink with vfs_readlink()
Miklos Szeredi
2016-12-09
1
-3
/
+5
*
fs/stat.c: drop the last new_valid_dev check
Yaowei Bai
2016-01-16
1
-1
/
+1
*
fs/stat.c: remove unnecessary new_valid_dev() check
Yaowei Bai
2015-11-09
1
-2
/
+0
*
VFS: assorted d_backing_inode() annotations
David Howells
2015-04-15
1
-2
/
+2
*
switch security_inode_getattr() to struct path *
Al Viro
2015-04-11
1
-1
/
+1
*
vfs: split out vfs_getattr_nosec
J. Bruce Fields
2013-11-09
1
-6
/
+25
*
quota: provide interface for readding allocated space into reserved space
Jan Kara
2013-08-17
1
-2
/
+9
*
switch vfs_getattr() to struct path
Al Viro
2013-02-26
1
-7
/
+6
*
vfs: fix readlinkat to retry on ESTALE
Jeff Layton
2012-12-20
1
-1
/
+7
*
vfs: make fstatat retry on ESTALE errors from getattr call
Jeff Layton
2012-12-20
1
-2
/
+6
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-10-02
1
-5
/
+5
|
\
|
*
switch simple cases of fget_light to fdget
Al Viro
2012-09-26
1
-5
/
+5
*
|
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-10-01
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64
Catalin Marinas
2012-09-14
1
-2
/
+2
*
|
vfs: make O_PATH file descriptors usable for 'fstat()'
Linus Torvalds
2012-09-14
1
-1
/
+1
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2012-05-23
1
-6
/
+6
|
\
|
*
userns: Convert stat to return values mapped from kuids and kgids
Eric W. Biederman
2012-05-15
1
-6
/
+6
*
|
Merge branch 'vfs-cleanups' (random vfs cleanups)
Linus Torvalds
2012-05-21
1
-2
/
+3
|
\
\
|
*
|
VFS: make vfs_fstat() use f[get|put]_light()
Linus Torvalds
2012-04-28
1
-2
/
+3
|
|
/
*
|
vfs: don't force a big memset of stat data just to clear padding fields
Linus Torvalds
2012-05-06
1
-2
/
+10
*
|
vfs: de-crapify "cp_new_stat()" function
Linus Torvalds
2012-05-06
1
-18
/
+14
|
/
*
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2012-03-24
1
-1
/
+1
|
\
|
*
fs: reduce the use of module.h wherever possible
Paul Gortmaker
2012-02-28
1
-1
/
+1
*
|
switch touch_atime to struct path
Al Viro
2012-03-20
1
-1
/
+1
|
/
*
readlinkat: ensure we return ENOENT for the empty pathname for normal lookups
Andy Whitcroft
2011-11-02
1
-2
/
+3
*
vfs: remove LOOKUP_NO_AUTOMOUNT flag
Linus Torvalds
2011-09-27
1
-2
/
+0
*
vfs: optimize inode cache access patterns
Linus Torvalds
2011-08-06
1
-2
/
+2
*
readlinkat(), fchownat() and fstatat() with empty relative pathnames
Al Viro
2011-03-15
1
-2
/
+5
*
Add an AT_NO_AUTOMOUNT flag to suppress terminal automount
David Howells
2011-01-15
1
-1
/
+3
*
Mark arguments to certain syscalls as being const
David Howells
2010-08-13
1
-11
/
+18
*
Add unlocked version of inode_add_bytes() function
Dmitry Monakhov
2009-12-23
1
-2
/
+8
[next]