aboutsummaryrefslogtreecommitdiff
path: root/fs/stat.c
AgeCommit message (Expand)Author
2013-02-26switch vfs_getattr() to struct pathAl Viro
2012-12-20vfs: fix readlinkat to retry on ESTALEJeff Layton
2012-12-20vfs: make fstatat retry on ESTALE errors from getattr callJeff Layton
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-14vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds
2012-09-14fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64Catalin Marinas
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-21Merge branch 'vfs-cleanups' (random vfs cleanups)Linus Torvalds
2012-05-15userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman
2012-05-06vfs: don't force a big memset of stat data just to clear padding fieldsLinus Torvalds
2012-05-06vfs: de-crapify "cp_new_stat()" functionLinus Torvalds
2012-04-28VFS: make vfs_fstat() use f[get|put]_light()Linus Torvalds
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-20switch touch_atime to struct pathAl Viro
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker
2011-11-02readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft
2011-09-27vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds
2011-08-06vfs: optimize inode cache access patternsLinus Torvalds
2011-03-15readlinkat(), fchownat() and fstatat() with empty relative pathnamesAl Viro
2011-01-15Add an AT_NO_AUTOMOUNT flag to suppress terminal automountDavid Howells
2010-08-13Mark arguments to certain syscalls as being constDavid Howells
2009-12-23Add unlocked version of inode_add_bytes() functionDmitry Monakhov
2009-04-20kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig
2009-04-20Separate out common fstatat code into vfs_fstatatOleg Drokin
2009-01-14[CVE-2009-0029] System call wrappers part 30Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 16Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 11Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 10Heiko Carstens
2009-01-05inode->i_op is never NULLAl Viro
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek
2006-12-07[PATCH] vfs_getattr(): remove dead codeAndrew Morton
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-04-28[PATCH] powerpc: Wire up *at syscallsAndreas Schwab
2006-02-11[PATCH] fstatat64 supportUlrich Drepper
2006-01-18[PATCH] vfs: *at functions: coreUlrich Drepper
2005-04-16Linux-2.6.12-rc2Linus Torvalds