Commit Graph

129 Commits (b96d31a62f714566fa6420851b3bb3615c796322)

Author SHA1 Message Date
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
Sukadev Bhattiprolu a3ec947c85 vfs: simple_set_mnt() should return void 16 years ago
Matthew Garrett 0a1c01c947 Make relatime default 16 years ago
Matthew Garrett d0adde574b Add a strictatime mount option 16 years ago
Al Viro 1a88b5364b Fix incomplete __mntput locking 16 years ago
Heiko Carstens 3480b25743 [CVE-2009-0029] System call wrappers part 14 16 years ago
Heiko Carstens bdc480e3be [CVE-2009-0029] System call wrappers part 10 16 years ago
Julia Lawall 5cc4a0341a fs/namespace.c: drop code after return 16 years ago
David Howells da9592edeb CRED: Wrap task credential accesses in the filesystem subsystem 16 years ago
Eric W. Biederman afef80b3d8 vfs: fix shrink_submounts 16 years ago
Dan Williams 0e55a7cca4 [RFC PATCH] touch_mnt_namespace when the mount flags change 17 years ago
Al Viro 0a0d8a4675 [PATCH] no need for noinline stuff in fs/namespace.c anymore 17 years ago
Al Viro 2d92ab3c62 [PATCH] finally get rid of nameidata in namespace.c 17 years ago
Al Viro 8d66bf5481 [PATCH] pass struct path * to do_add_mount() 17 years ago
Al Viro 2d8f30380a [PATCH] sanitize __user_walk_fd() et.al. 17 years ago
Li Zefan 88b387824f [PATCH] vfs: use kstrdup() and check failing allocation 17 years ago
Al Viro 7f2da1e7d0 [PATCH] kill altroot 17 years ago
Arjan van de Ven 5c752ad9f3 Use WARN() in fs/ 17 years ago
Eric Paris 2069f45784 LSM/SELinux: show LSM mount options in /proc/mounts 17 years ago
Harvey Harrison 8e24eea728 fs: replace remaining __FUNCTION__ occurrences 17 years ago
Jan Blunck 7ec02ef159 vfs: remove lives_below_in_same_fs() 17 years ago
Jan Kara 8794b5b246 quota: remove superfluous DQUOT_OFF() in fs/namespace.c 17 years ago
Al Viro 42faad9965 [PATCH] restore sane ->umount_begin() API 17 years ago
Miklos Szeredi 97e7e0f71d [patch 7/7] vfs: mountinfo: show dominating group id 17 years ago
Ram Pai 2d4d4864ac [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo 17 years ago
Miklos Szeredi a1a2c409b6 [patch 5/7] vfs: mountinfo: allow using process root 17 years ago
Miklos Szeredi 719f5d7f0b [patch 4/7] vfs: mountinfo: add mount peer group ID 17 years ago
Miklos Szeredi 73cd49ecdd [patch 3/7] vfs: mountinfo: add mount ID 17 years ago
Al Viro 8c3ee42e80 [PATCH] get rid of more nameidata passing in namespace.c 17 years ago
Al Viro b5266eb4c8 [PATCH] switch a bunch of LSM hooks from nameidata to path 17 years ago
Al Viro 1a60a28077 [PATCH] lock exclusively in collect_mounts() and drop_collected_mounts() 17 years ago
Dave Hansen 2e4b7fcd92 [PATCH] r/o bind mounts: honor mount writer counts at remount 17 years ago
Dave Hansen 3d733633a6 [PATCH] r/o bind mounts: track numbers of writers to mounts 17 years ago
Dave Hansen 8366025eb8 [PATCH] r/o bind mounts: stub functions 17 years ago
Al Viro 6758f953d0 [PATCH] mnt_expire is protected by namespace_sem, no need for vfsmount_lock 17 years ago
Al Viro c35038beca [PATCH] do shrink_submounts() for all fs types 17 years ago
Al Viro bcc5c7d2b6 [PATCH] sanitize locking in mark_mounts_for_expiry() and shrink_submounts() 17 years ago
Al Viro 7c4b93d826 [PATCH] count ghost references to vfsmounts 17 years ago
Al Viro 1a39068954 [PATCH] reduce stack footprint in namespace.c 17 years ago
Jan Blunck c32c2f63a9 d_path: Make seq_path() use a struct path argument 17 years ago
Jan Blunck ac748a09fc Make set_fs_{root,pwd} take a struct path 17 years ago
Jan Blunck 6ac08c39a1 Use struct path in fs_struct 17 years ago
Jan Blunck 1d957f9bf8 Introduce path_put() 17 years ago
Jan Blunck 4ac9137858 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} 17 years ago