summaryrefslogtreecommitdiff
path: root/fs/stat.c
Commit message (Expand)AuthorAge
* fs: add do_readlinkat() helper; remove internal call to sys_readlinkat()Dominik Brodowski2018-04-02
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* fs: Provide __inode_get_bytes()Jan Kara2017-08-17
* ufs: restore maintaining ->i_blocksAl Viro2017-06-09
* Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-02
|\
| * stat: move compat syscalls from compat.cAl Viro2017-04-17
* | statx: correct error handling of NULL pathnameMichael Kerrisk (man-pages)2017-04-27
* | statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATHDavid Howells2017-04-26
* | statx: Include a mask for stx_attributes in struct statxDavid Howells2017-04-03
* | statx: Reserve the top bit of the mask for future struct expansionDavid Howells2017-04-03
* | statx: optimize copy of struct statx to userspaceEric Biggers2017-04-03
* | statx: remove incorrect part of vfs_statx() commentEric Biggers2017-04-03
* | statx: reject unknown flags when using NULL pathEric Biggers2017-04-03
|/
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-03
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
|/
* fs: add i_blocksize()Fabian Frederick2017-02-27
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi2016-12-09
* fs/stat.c: drop the last new_valid_dev checkYaowei Bai2016-01-16
* fs/stat.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-09
* VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-15
* switch security_inode_getattr() to struct path *Al Viro2015-04-11
* vfs: split out vfs_getattr_nosecJ. Bruce Fields2013-11-09
* quota: provide interface for readding allocated space into reserved spaceJan Kara2013-08-17
* switch vfs_getattr() to struct pathAl Viro2013-02-26
* vfs: fix readlinkat to retry on ESTALEJeff Layton2012-12-20
* vfs: make fstatat retry on ESTALE errors from getattr callJeff Layton2012-12-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * switch simple cases of fget_light to fdgetAl Viro2012-09-26
* | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-01
|\ \ | |/ |/|
| * fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64Catalin Marinas2012-09-14
* | vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds2012-09-14
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-23
|\
| * userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman2012-05-15
* | Merge branch 'vfs-cleanups' (random vfs cleanups)Linus Torvalds2012-05-21
|\ \
| * | VFS: make vfs_fstat() use f[get|put]_light()Linus Torvalds2012-04-28
| |/
* | vfs: don't force a big memset of stat data just to clear padding fieldsLinus Torvalds2012-05-06
* | vfs: de-crapify "cp_new_stat()" functionLinus Torvalds2012-05-06
|/
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24
|\
| * fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-28
* | switch touch_atime to struct pathAl Viro2012-03-20
|/
* readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft2011-11-02
* vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds2011-09-27
* vfs: optimize inode cache access patternsLinus Torvalds2011-08-06
* readlinkat(), fchownat() and fstatat() with empty relative pathnamesAl Viro2011-03-15
* Add an AT_NO_AUTOMOUNT flag to suppress terminal automountDavid Howells2011-01-15
* Mark arguments to certain syscalls as being constDavid Howells2010-08-13
* Add unlocked version of inode_add_bytes() functionDmitry Monakhov2009-12-23
* kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig2009-04-20