summaryrefslogtreecommitdiffstats
path: root/fs/stat.c
Commit message (Expand)AuthorAgeFilesLines
* switch vfs_getattr() to struct pathAl Viro2013-02-261-7/+6
* vfs: fix readlinkat to retry on ESTALEJeff Layton2012-12-201-1/+7
* vfs: make fstatat retry on ESTALE errors from getattr callJeff Layton2012-12-201-2/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-5/+5
|\
| * switch simple cases of fget_light to fdgetAl Viro2012-09-261-5/+5
* | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-011-2/+2
|\ \ | |/ |/|
| * fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64Catalin Marinas2012-09-141-2/+2
* | vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds2012-09-141-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-6/+6
|\
| * userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman2012-05-151-6/+6
* | Merge branch 'vfs-cleanups' (random vfs cleanups)Linus Torvalds2012-05-211-2/+3
|\ \
| * | VFS: make vfs_fstat() use f[get|put]_light()Linus Torvalds2012-04-281-2/+3
| |/
* | vfs: don't force a big memset of stat data just to clear padding fieldsLinus Torvalds2012-05-061-2/+10
* | vfs: de-crapify "cp_new_stat()" functionLinus Torvalds2012-05-061-18/+14
|/
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+1
|\
| * fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-281-1/+1
* | switch touch_atime to struct pathAl Viro2012-03-201-1/+1
|/
* readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft2011-11-021-2/+3
* vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds2011-09-271-2/+0
* vfs: optimize inode cache access patternsLinus Torvalds2011-08-061-2/+2
* readlinkat(), fchownat() and fstatat() with empty relative pathnamesAl Viro2011-03-151-2/+5
* Add an AT_NO_AUTOMOUNT flag to suppress terminal automountDavid Howells2011-01-151-1/+3
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-11/+18
* Add unlocked version of inode_add_bytes() functionDmitry Monakhov2009-12-231-2/+8
* kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig2009-04-201-63/+42
* Separate out common fstatat code into vfs_fstatatOleg Drokin2009-04-201-28/+28
* [CVE-2009-0029] System call wrappers part 30Heiko Carstens2009-01-141-6/+6
* [CVE-2009-0029] System call wrappers part 16Heiko Carstens2009-01-141-2/+2
* [CVE-2009-0029] System call wrappers part 11Heiko Carstens2009-01-141-8/+12
* [CVE-2009-0029] System call wrappers part 10Heiko Carstens2009-01-141-1/+1
* inode->i_op is never NULLAl Viro2009-01-051-1/+1
* [PATCH] sanitize __user_walk_fd() et.al.Al Viro2008-07-261-16/+16
* Introduce path_put()Jan Blunck2008-02-141-3/+3
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-6/+7
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-1/+1
* [PATCH] vfs_getattr(): remove dead codeAndrew Morton2006-12-071-7/+0
* [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells2006-10-031-0/+6
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] powerpc: Wire up *at syscallsAndreas Schwab2006-04-281-1/+1
* [PATCH] fstatat64 supportUlrich Drepper2006-02-111-0/+22
* [PATCH] vfs: *at functions: coreUlrich Drepper2006-01-181-13/+53
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+410