Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-13s390,alpha: switch to 64-bit ino_tHeiko Carstens
2020-12-02block: remove i_bdevChristoph Hellwig
2020-08-27Add a "nosymfollow" mount option.Mattias Nissler
2019-10-04vfs: Fix EOVERFLOW testing in put_compat_statfs64Eric Sandeen
2019-02-07vfs: add vfs_get_fsid() helperAmir Goldstein
2018-07-12kernel: add kcompat_sys_{f,}statfs64()Mark Rutland
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-15make vfs_ustat() staticAl Viro
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-30Make statfs properly return read-only state after emergency remountCarlos Maiolino
2017-06-04compat statfs: switch to copy_to_user()Al Viro
2017-04-17statfs: move compat syscalls from compat.cAl Viro
2016-12-06vfs: misc struct path constificationAl Viro
2013-10-13vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds
2012-12-21vfs: fix user_statfs to retry once on ESTALE errorsJeff Layton
2012-09-27switch simple cases of fget_light to fdgetAl Viro
2012-05-30switch statfs to fget_light/fput_lightAl Viro
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker
2012-01-04vfs: new helper - vfs_ustat()Al Viro
2011-11-05VFS: fix statfs() automounter semantics regressionDan McGee
2011-03-14clean statfs-like syscalls upAl Viro
2010-08-10add f_flags to struct statfs(64)Christoph Hellwig
2010-08-10pass a struct path to vfs_statfsChristoph Hellwig
2010-05-22Take statfs variants to fs/statfs.cAl Viro