summaryrefslogtreecommitdiffstats
path: root/fs/statfs.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds2013-10-121-1/+1
* vfs: fix user_statfs to retry once on ESTALE errorsJeff Layton2012-12-201-1/+8
* switch simple cases of fget_light to fdgetAl Viro2012-09-261-5/+4
* switch statfs to fget_light/fput_lightAl Viro2012-05-291-2/+3
* fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-281-1/+1
* vfs: new helper - vfs_ustat()Al Viro2012-01-031-8/+13
* VFS: fix statfs() automounter semantics regressionDan McGee2011-11-041-1/+1
* clean statfs-like syscalls upAl Viro2011-03-141-95/+81
* add f_flags to struct statfs(64)Christoph Hellwig2010-08-091-1/+46
* pass a struct path to vfs_statfsChristoph Hellwig2010-08-091-24/+26
* Take statfs variants to fs/statfs.cAl Viro2010-05-211-0/+196