aboutsummaryrefslogtreecommitdiffstats
path: root/fs/stat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-20vfs: fix readlinkat to retry on ESTALEJeff Layton1-1/+7
2012-12-20vfs: make fstatat retry on ESTALE errors from getattr callJeff Layton1-2/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-2/+2
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-5/+5
2012-09-14vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds1-1/+1
2012-09-14fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64Catalin Marinas1-2/+2
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-6/+6
2012-05-21Merge branch 'vfs-cleanups' (random vfs cleanups)Linus Torvalds1-2/+3
2012-05-15userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman1-6/+6
2012-05-06vfs: don't force a big memset of stat data just to clear padding fieldsLinus Torvalds1-2/+10
2012-05-06vfs: de-crapify "cp_new_stat()" functionLinus Torvalds1-18/+14
2012-04-28VFS: make vfs_fstat() use f[get|put]_light()Linus Torvalds1-2/+3
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2012-03-20switch touch_atime to struct pathAl Viro1-1/+1
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2011-11-02readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft1-2/+3
2011-09-27vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds1-2/+0
2011-08-06vfs: optimize inode cache access patternsLinus Torvalds1-2/+2
2011-03-15readlinkat(), fchownat() and fstatat() with empty relative pathnamesAl Viro1-2/+5
2011-01-15Add an AT_NO_AUTOMOUNT flag to suppress terminal automountDavid Howells1-1/+3
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-11/+18
2009-12-23Add unlocked version of inode_add_bytes() functionDmitry Monakhov1-2/+8
2009-04-20kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig1-63/+42
2009-04-20Separate out common fstatat code into vfs_fstatatOleg Drokin1-28/+28
2009-01-14[CVE-2009-0029] System call wrappers part 30Heiko Carstens1-6/+6
2009-01-14[CVE-2009-0029] System call wrappers part 16Heiko Carstens1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 11Heiko Carstens1-8/+12
2009-01-14[CVE-2009-0029] System call wrappers part 10Heiko Carstens1-1/+1
2009-01-05inode->i_op is never NULLAl Viro1-1/+1
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro1-16/+16
2008-02-14Introduce path_put()Jan Blunck1-3/+3
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-6/+7
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-1/+1
2006-12-07[PATCH] vfs_getattr(): remove dead codeAndrew Morton1-7/+0
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-0/+6
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-28[PATCH] powerpc: Wire up *at syscallsAndreas Schwab1-1/+1
2006-02-11[PATCH] fstatat64 supportUlrich Drepper1-0/+22
2006-01-18[PATCH] vfs: *at functions: coreUlrich Drepper1-13/+53
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+410