index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
stat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-09
vfs: split out vfs_getattr_nosec
J. Bruce Fields
1
-6
/
+25
2013-08-17
quota: provide interface for readding allocated space into reserved space
Jan Kara
1
-2
/
+9
2013-02-26
switch vfs_getattr() to struct path
Al Viro
1
-7
/
+6
2012-12-20
vfs: fix readlinkat to retry on ESTALE
Jeff Layton
1
-1
/
+7
2012-12-20
vfs: make fstatat retry on ESTALE errors from getattr call
Jeff Layton
1
-2
/
+6
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-5
/
+5
2012-10-01
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
1
-5
/
+5
2012-09-14
vfs: make O_PATH file descriptors usable for 'fstat()'
Linus Torvalds
1
-1
/
+1
2012-09-14
fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64
Catalin Marinas
1
-2
/
+2
2012-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-6
/
+6
2012-05-21
Merge branch 'vfs-cleanups' (random vfs cleanups)
Linus Torvalds
1
-2
/
+3
2012-05-15
userns: Convert stat to return values mapped from kuids and kgids
Eric W. Biederman
1
-6
/
+6
2012-05-06
vfs: don't force a big memset of stat data just to clear padding fields
Linus Torvalds
1
-2
/
+10
2012-05-06
vfs: de-crapify "cp_new_stat()" function
Linus Torvalds
1
-18
/
+14
2012-04-28
VFS: make vfs_fstat() use f[get|put]_light()
Linus Torvalds
1
-2
/
+3
2012-03-24
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2012-03-20
switch touch_atime to struct path
Al Viro
1
-1
/
+1
2012-02-28
fs: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2011-11-02
readlinkat: ensure we return ENOENT for the empty pathname for normal lookups
Andy Whitcroft
1
-2
/
+3
2011-09-27
vfs: remove LOOKUP_NO_AUTOMOUNT flag
Linus Torvalds
1
-2
/
+0
2011-08-06
vfs: optimize inode cache access patterns
Linus Torvalds
1
-2
/
+2
2011-03-15
readlinkat(), fchownat() and fstatat() with empty relative pathnames
Al Viro
1
-2
/
+5
2011-01-15
Add an AT_NO_AUTOMOUNT flag to suppress terminal automount
David Howells
1
-1
/
+3
2010-08-13
Mark arguments to certain syscalls as being const
David Howells
1
-11
/
+18
2009-12-23
Add unlocked version of inode_add_bytes() function
Dmitry Monakhov
1
-2
/
+8
2009-04-20
kill vfs_stat_fd / vfs_lstat_fd
Christoph Hellwig
1
-63
/
+42
2009-04-20
Separate out common fstatat code into vfs_fstatat
Oleg Drokin
1
-28
/
+28
2009-01-14
[CVE-2009-0029] System call wrappers part 30
Heiko Carstens
1
-6
/
+6
2009-01-14
[CVE-2009-0029] System call wrappers part 16
Heiko Carstens
1
-2
/
+2
2009-01-14
[CVE-2009-0029] System call wrappers part 11
Heiko Carstens
1
-8
/
+12
2009-01-14
[CVE-2009-0029] System call wrappers part 10
Heiko Carstens
1
-1
/
+1
2009-01-05
inode->i_op is never NULL
Al Viro
1
-1
/
+1
2008-07-26
[PATCH] sanitize __user_walk_fd() et.al.
Al Viro
1
-16
/
+16
2008-02-14
Introduce path_put()
Jan Blunck
1
-3
/
+3
2008-02-14
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
1
-6
/
+7
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2006-12-08
[PATCH] VFS: change struct file to use struct path
Josef "Jeff" Sipek
1
-1
/
+1
2006-12-07
[PATCH] vfs_getattr(): remove dead code
Andrew Morton
1
-7
/
+0
2006-10-03
[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers
David Howells
1
-0
/
+6
2006-09-27
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
1
-1
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-04-28
[PATCH] powerpc: Wire up *at syscalls
Andreas Schwab
1
-1
/
+1
2006-02-11
[PATCH] fstatat64 support
Ulrich Drepper
1
-0
/
+22
2006-01-18
[PATCH] vfs: *at functions: core
Ulrich Drepper
1
-13
/
+53
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+410