aboutsummaryrefslogtreecommitdiff
path: root/fs/statfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17statfs: enforce statfs[64] structure initializationGravatar Ilya Leoshkevich 1-2/+2
2021-02-13s390,alpha: switch to 64-bit ino_tGravatar Heiko Carstens 1-1/+4
2020-12-01block: remove i_bdevGravatar Christoph Hellwig 1-1/+1
2020-08-27Add a "nosymfollow" mount option.Gravatar Mattias Nissler 1-0/+2
2019-10-03vfs: Fix EOVERFLOW testing in put_compat_statfs64Gravatar Eric Sandeen 1-13/+4
2019-02-07vfs: add vfs_get_fsid() helperGravatar Amir Goldstein 1-0/+14
2018-07-12kernel: add kcompat_sys_{f,}statfs64()Gravatar Mark Rutland 1-2/+12
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-3/+3
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-14make vfs_ustat() staticGravatar Al Viro 1-1/+1
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