index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
stat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-03
statx: Include a mask for stx_attributes in struct statx
David Howells
1
-0
/
+1
2017-04-03
statx: Reserve the top bit of the mask for future struct expansion
David Howells
1
-0
/
+2
2017-04-03
statx: optimize copy of struct statx to userspace
Eric Biggers
1
-42
/
+32
2017-04-03
statx: remove incorrect part of vfs_statx() comment
Eric Biggers
1
-3
/
+0
2017-04-03
statx: reject unknown flags when using NULL path
Eric Biggers
1
-1
/
+5
2017-03-03
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-38
/
+176
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
1
-38
/
+176
2017-03-02
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
1
-0
/
+1
2017-02-27
fs: add i_blocksize()
Fabian Frederick
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-09
vfs: replace calling i_op->readlink with vfs_readlink()
Miklos Szeredi
1
-3
/
+5
2016-01-16
fs/stat.c: drop the last new_valid_dev check
Yaowei Bai
1
-1
/
+1
2015-11-09
fs/stat.c: remove unnecessary new_valid_dev() check
Yaowei Bai
1
-2
/
+0
2015-04-15
VFS: assorted d_backing_inode() annotations
David Howells
1
-2
/
+2
2015-04-11
switch security_inode_getattr() to struct path *
Al Viro
1
-1
/
+1
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
[next]