summaryrefslogtreecommitdiffstats
path: root/fs/statfs.c
Commit message (Expand)AuthorAgeFilesLines
* s390,alpha: switch to 64-bit ino_tHeiko Carstens2021-02-131-1/+4
* block: remove i_bdevChristoph Hellwig2020-12-011-1/+1
* Add a "nosymfollow" mount option.Mattias Nissler2020-08-271-0/+2
* vfs: Fix EOVERFLOW testing in put_compat_statfs64Eric Sandeen2019-10-031-13/+4
* vfs: add vfs_get_fsid() helperAmir Goldstein2019-02-071-0/+14
* kernel: add kcompat_sys_{f,}statfs64()Mark Rutland2018-07-121-2/+12
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-3/+3
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-1/+1
|\
| * make vfs_ustat() staticAl Viro2017-10-141-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-07-081-0/+2
|\
| * Make statfs properly return read-only state after emergency remountCarlos Maiolino2017-06-291-0/+2
* | compat statfs: switch to copy_to_user()Al Viro2017-06-041-28/+30
|/
* statfs: move compat syscalls from compat.cAl Viro2017-04-171-0/+140
* vfs: misc struct path constificationAl Viro2016-12-051-1/+1
* 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