Commit Graph

174 Commits (8b9e74eb8af808807192d16b76565c27154ae7ed)

Author SHA1 Message Date
Miklos Szeredi 532490f0a5 vfs: remove unused MNT_STRICTATIME 15 years ago
Miklos Szeredi f7ad3c6be9 vfs: add helpers to get root and pwd 15 years ago
Al Viro 7a4dec5389 Fix sget() race with failing mount 15 years ago
Andreas Gruenbacher ca9c726eea fsnotify: Infrastructure for per-mount watches 15 years ago
Andreas Gruenbacher 2504c5d63b fsnotify/vfsmount: add fsnotify fields to struct vfsmount 15 years ago
Al Viro d83c49f3e3 Fix the regression created by "set S_DEAD on unlink()..." commit 15 years ago
Eric Paris 91a9420f58 security: remove dead hook sb_post_pivotroot 15 years ago
Eric Paris 3db2910177 security: remove dead hook sb_post_addmount 15 years ago
Eric Paris 82dab10453 security: remove dead hook sb_post_remount 15 years ago
Eric Paris 4b61d12c84 security: remove dead hook sb_umount_busy 15 years ago
Eric Paris 231923bd0e security: remove dead hook sb_umount_close 15 years ago
Eric Paris 353633100d security: remove sb_check_sb hooks 15 years ago
Miklos Szeredi db1f05bb85 vfs: add NOFOLLOW flag to umount(2) 15 years ago
Al Viro 8089352a13 Mirror MS_KERNMOUNT in ->mnt_flags 15 years ago
Al Viro d498b25a4f get rid of useless vfsmount_lock use in put_mnt_ns() 15 years ago
Al Viro 9f5596af44 take check for new events in namespace (guts of mounts_poll()) to namespace.c 15 years ago
Al Viro 1f707137b5 new helper: iterate_mounts() 15 years ago
Valerie Aurora 495d6c9c65 VFS: Clean up shared mount flag propagation 15 years ago
Al Viro 796a6b521d Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source() 15 years ago
Al Viro 27d55f1f4c do_add_mount() should sanitize mnt_flags 15 years ago
Al Viro 7b43a79f32 mnt_flags fixes in do_remount() 15 years ago
Al Viro df1a1ad297 attach_recursive_mnt() needs to hold vfsmount_lock over set_mnt_shared() 15 years ago
Al Viro 8ad08d8a0c may_umount() needs namespace_sem 15 years ago
Linus Torvalds a2770d86b3 Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)" 15 years ago
Al Viro e9496ff46a fix mismerge with Trond's stuff (create_mnt_ns() export is gone now) 15 years ago
Tetsuo Handa a27ab9f26b LSM: Pass original mount flags to security_sb_mount(). 16 years ago
Vegard Nossum eca6f534e6 fs: fix overflow in sys_mount() for in-kernel calls 16 years ago
OGAWA Hirofumi 2d8dd38a5a vfs: mnt_want_write_file(): fix special file handling 16 years ago
Alexey Dobriyan b43f3cbd21 headers: mnt_namespace.h redux 16 years ago
Al Viro f21f62208a ... and the same for vfsmount id/mount group id 16 years ago
Trond Myklebust 3b22edc573 VFS: Switch init_mount_tree() to use the new create_mnt_ns() helper 16 years ago
Trond Myklebust cf8d2c11cb VFS: Add VFS helper functions for setting up private namespaces 16 years ago
Trond Myklebust 616511d039 VFS: Uninline the function put_mnt_ns() 16 years ago
Al Viro 4aa98cf768 Push BKL down into do_remount_sb() 16 years ago
Al Viro 7f78d4cd4c Push BKL down beyond VFS-only parts of do_mount() 16 years ago
Al Viro 6fac98dd21 Push BKL into do_mount() 16 years ago
Alexey Dobriyan f3da392e9f dcache: extrace and use d_unlinked() 16 years ago
npiggin@suse.de 96029c4e09 fs: introduce mnt_clone_write 16 years ago
npiggin@suse.de d3ef3d7351 fs: mnt_want_write speedup 16 years ago
Al Viro 1c755af4df switch lookup_mnt() 16 years ago
Al Viro 9393bd07cf switch follow_down() 16 years ago
Al Viro 589ff870ed Switch collect_mounts() to struct path 16 years ago
Al Viro dd5cae6e97 Don't bother with check_mnt() in do_add_mount() on shrinkable ones 16 years ago
Al Viro 2a32cebd6c Fix races around the access to ->s_options 16 years ago
Alessio Igor Bogani 67e55205ec vfs: umount_begin BKL pushdown 16 years ago
Al Viro e5d67f0715 Touch all affected namespaces on propagation of mount 16 years ago
Andi Kleen 613cbe3d48 Don't set relatime when noatime is specified 16 years ago
Al Viro 5ad4e53bd5 Get rid of indirect include of fs_struct.h 16 years ago
Al Viro 3e93cd6718 Take fs_struct handling to new file (fs/fs_struct.c) 16 years ago
Al Viro f8ef3ed2be Get rid of bumping fs_struct refcount in pivot_root(2) 16 years ago