aboutsummaryrefslogtreecommitdiff
path: root/fs/statfs.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+2
2017-06-29Make statfs properly return read-only state after emergency remountGravatar Carlos Maiolino 1-0/+2
2017-06-04compat statfs: switch to copy_to_user()Gravatar Al Viro 1-28/+30
2017-04-17statfs: move compat syscalls from compat.cGravatar Al Viro 1-0/+140
2016-12-05vfs: misc struct path constificationGravatar Al Viro 1-1/+1
2013-10-12vfs: allow O_PATH file descriptors for fstatfs()Gravatar Linus Torvalds 1-1/+1
2012-12-20vfs: fix user_statfs to retry once on ESTALE errorsGravatar Jeff Layton 1-1/+8
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-5/+4
2012-05-29switch statfs to fget_light/fput_lightGravatar Al Viro 1-2/+3
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2012-01-03vfs: new helper - vfs_ustat()Gravatar Al Viro 1-8/+13
2011-11-04VFS: fix statfs() automounter semantics regressionGravatar Dan McGee 1-1/+1
2011-03-14clean statfs-like syscalls upGravatar Al Viro 1-95/+81
2010-08-09add f_flags to struct statfs(64)Gravatar Christoph Hellwig 1-1/+46
2010-08-09pass a struct path to vfs_statfsGravatar Christoph Hellwig 1-24/+26
2010-05-21Take statfs variants to fs/statfs.cGravatar Al Viro 1-0/+196