summaryrefslogtreecommitdiffstats
path: root/fs/stat.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Provide __inode_get_bytes()Jan Kara2017-08-171-1/+1
* ufs: restore maintaining ->i_blocksAl Viro2017-06-091-0/+1
* Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-021-0/+86
|\
| * stat: move compat syscalls from compat.cAl Viro2017-04-171-0/+86
* | statx: correct error handling of NULL pathnameMichael Kerrisk (man-pages)2017-04-271-2/+0
* | statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATHDavid Howells2017-04-261-7/+6
* | statx: Include a mask for stx_attributes in struct statxDavid Howells2017-04-031-0/+1
* | statx: Reserve the top bit of the mask for future struct expansionDavid Howells2017-04-031-0/+2
* | statx: optimize copy of struct statx to userspaceEric Biggers2017-04-031-42/+32
* | statx: remove incorrect part of vfs_statx() commentEric Biggers2017-04-031-3/+0
* | statx: reject unknown flags when using NULL pathEric Biggers2017-04-031-1/+5
|/
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-38/+176
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-38/+176
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
|/
* fs: add i_blocksize()Fabian Frederick2017-02-271-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi2016-12-091-3/+5
* fs/stat.c: drop the last new_valid_dev checkYaowei Bai2016-01-161-1/+1
* fs/stat.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-091-2/+0
* VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-151-2/+2
* switch security_inode_getattr() to struct path *Al Viro2015-04-111-1/+1
* vfs: split out vfs_getattr_nosecJ. Bruce Fields2013-11-091-6/+25
* quota: provide interface for readding allocated space into reserved spaceJan Kara2013-08-171-2/+9
* 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
OpenPOWER on IntegriCloud