summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2013-10-12vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds1-1/+1
2012-12-20vfs: fix user_statfs to retry once on ESTALE errorsJeff Layton1-1/+8
2012-09-27switch simple cases of fget_light to fdgetAl Viro44-763/+633
2012-05-30switch statfs to fget_light/fput_lightAl Viro1-2/+3
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker32-32/+30
2012-01-04vfs: new helper - vfs_ustat()Al Viro5-26/+17
2011-11-05VFS: fix statfs() automounter semantics regressionDan McGee1-1/+1
2011-03-14clean statfs-like syscalls upAl Viro5-204/+123
2010-08-09add f_flags to struct statfs(64)Christoph Hellwig5-13/+89
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig11-46/+67
2010-05-21Take statfs variants to fs/statfs.cAl Viro4-192/+197