Commit Graph

204 Commits (1d92a08da23848a38eece4df7eaa4e8ec0e6c699)

Author SHA1 Message Date
Roman Borisov 7c6e984dfc fs/namespace.c: bound mount propagation fix 14 years ago
Linus Torvalds be85bccaa5 Revert "vfs: Export file system uuid via /proc/<pid>/mountinfo" 14 years ago
Mandeep Singh Baines 80cdc6dae7 fs: use appropriate printk priority levels 14 years ago
Al Viro b12cea9198 change the locking order for namespace_sem 14 years ago
Al Viro 27cb1572e3 fix deadlock in pivot_root() 14 years ago
Al Viro 9d412a43c3 vfs: split off vfsmount-related parts of vfs_kern_mount() 14 years ago
Al Viro 474a00ee13 kill simple_set_mnt() 14 years ago
Al Viro c7f404b40a vfs: new superblock methods to override /proc/*/mount{s,info} 14 years ago
Aneesh Kumar K.V 93f1c20bc8 vfs: Export file system uuid via /proc/<pid>/mountinfo 14 years ago
Eric Paris ff36fe2c84 LSM: Pass -o remount options to the LSM 14 years ago
J. R. Okajima bf9faa2aa3 Unlock vfsmount_lock in do_umount 14 years ago
Al Viro b1e75df45a tidy up around finish_automount() 14 years ago
Al Viro 15f9a3f3e1 don't drop newmnt on error in do_add_mount() 14 years ago
Al Viro 19a167af7c Take the completion of automount into new helper 14 years ago
Al Viro 7e3d0eb0b0 VFS: Fix UP compile error in fs/namespace.c 14 years ago
Al Viro f03c65993b sanitize vfsmount refcounting changes 14 years ago
Al Viro 7b8a53fd81 fix old umount_tree() breakage 14 years ago
David Howells ea5b778a8b Unexport do_add_mount() and add in follow_automount(), not ->d_automount() 14 years ago
David Howells cc53ce53c8 Add a dentry op to allow processes to be held during pathwalk transit 14 years ago
Nick Piggin b3e19d924b fs: scale mntget/mntput 14 years ago
Nick Piggin c6653a838b fs: rename vfsmount counter helpers 14 years ago
Nick Piggin 5f57cbcc02 fs: dcache remove d_mounted 14 years ago
Arnd Bergmann 451a3c24b0 BKL: remove extraneous #include <smp_lock.h> 14 years ago
Miklos Szeredi be1a16a0ae vfs: fix infinite loop caused by clone_mnt race 15 years ago
Jan Blunck 6841c05021 BKL: Remove BKL from do_new_mount() 15 years ago
Valerie Aurora 7a2e8a8faa VFS: Sanity check mount flags passed to change_mnt_propagation() 15 years ago
Nick Piggin 99b7db7b8f fs: brlock vfsmount_lock 15 years ago
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