aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-22[PATCH] Missing mnt_namespace update in copy_namespace()Alexander Viro1-11/+13
2004-07-13[PATCH] small style fixups for the new automount codeChristoph Hellwig1-9/+4
2004-07-10[PATCH] intrinsic automount and mountpoint degradation supportDavid Howells1-19/+196
2004-06-29sparse: fix pointer/integer confusionLinus Torvalds1-1/+1
2004-05-22[PATCH] slab: consolidate panic codeAndrew Morton1-3/+1
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton1-0/+5
2004-05-14[PATCH] autofs4: may_umount_tree() cleanupAndrew Morton1-23/+12
2004-05-14[PATCH] autofs4: expiry refcount fixesAndrew Morton1-4/+74
2004-04-16[PATCH] remount: mount flags filteringAlexander Viro1-1/+1
2004-04-12[PATCH] Add CONFIG_SYSFSAndrew Morton1-0/+8
2004-03-26[PATCH] consolidate compat_sys_mountMatthew Wilcox1-1/+1
2004-03-18[PATCH] missing check in do_add_mount()Alexander Viro1-0/+4
2004-02-03[PATCH] copy_namespace ENOMEM fixAndrew Morton1-1/+5
2004-02-03[PATCH] Zero last byte of mount option page.Andrew Morton1-0/+3
2003-10-07o kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLsArnaldo Carvalho de Melo1-0/+10
2003-07-17[PATCH] unline most of put_namespace()Andrew Morton1-0/+10
2003-07-10[PATCH] separate locking for vfsmountsAndrew Morton1-27/+37
2003-07-03[PATCH] Pass 'nameidata' to ->permission()Trond Myklebust1-1/+1
2003-06-04[fs] Remove kobject support for filesystemsPatrick Mochel1-2/+2
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-4/+2
2003-05-25[PATCH] namespace.c fixAndries E. Brouwer1-0/+2
2003-05-20[PATCH] seq_path(), /proc/mounts and /proc/swapsAlexander Viro1-10/+1
2003-05-18[PATCH] fix oops in namespace.cAndries E. Brouwer1-0/+2
2003-05-18[PATCH] namespace fixAndries E. Brouwer1-20/+38
2003-05-07[PATCH] sysrq-S, sysrq-U cleanupsAndrew Morton1-3/+2
2003-04-19[PATCH] fix slab corruption in namespace.cAndries E. Brouwer1-3/+3
2003-04-16Annotate namespace system calls (mount, umount, pivot_root etc)Linus Torvalds1-6/+7
2003-03-04sysfs: Register filesystems with sysfs.Patrick Mochel1-2/+2
2003-03-03sysfs: initialize from fs/namespace.c::mnt_init().Patrick Mochel1-0/+2
2003-02-14[PATCH] dcache_rcu: revert fast_walk codeAndrew Morton1-4/+0
2003-02-04[PATCH] 2.5-bk trivial LSM cleanupChris Wright1-1/+1
2002-11-26LSM: change if statements into something more readable for the fs/* files.Greg Kroah-Hartman1-4/+8
2002-11-23MergeGreg Kroah-Hartman1-13/+10
2002-11-16[PATCH] move mount.h out of fs_struct.hChristoph Hellwig1-0/+48
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig1-1/+1
2002-11-10[PATCH] CLONE_NEWNS fixAlexander Viro1-1/+1
2002-10-17LSM: change all of the VFS related security calls to the new format.Greg Kroah-Hartman1-13/+9
2002-10-16LSM: add #include <linux/security.h> to a lot of files as they all have secur...Greg Kroah-Hartman1-0/+1
2002-09-17[PATCH] designated initializer patches for fs_Art Haas1-4/+4
2002-09-13[PATCH] hide-threads-2.5.34-C1Ingo Molnar1-6/+6
2002-07-21[PATCH] LSM: file related LSM hooksStephen D. Smalley1-0/+27
2002-06-20Fix up various odds and ends after big merges..Linus Torvalds1-5/+3
2002-06-19[PATCH] namespace.c - compiler warningRobert Kuebel1-0/+2
2002-05-27[PATCH] dirsyncAndrew Morton1-0/+1
2002-05-21[PATCH] split namei.h out of fs.hChristoph Hellwig1-0/+1
2002-03-11[PATCH] (2/2) fs/super.c cleanupsAlexander Viro1-2/+1
2002-03-01[PATCH] path_lookup()Alexander Viro1-32/+6
2002-03-01[PATCH] removal of LOOKUP_POSITIVEAlexander Viro1-6/+6
2002-02-11[PATCH] (2.5.4) death of ->i_zombieAlexander Viro1-6/+6
2002-02-06[PATCH] Fix mount hash tableAndi Kleen1-9/+3
2002-02-05v2.5.2.3 -> v2.5.2.4Linus Torvalds1-15/+10
2002-02-04v2.5.1.4 -> v2.5.1.5Linus Torvalds1-0/+1
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds1-0/+1
2002-02-04v2.5.1.2 -> v2.5.1.3Linus Torvalds1-1/+1
2002-02-04v2.5.1.1 -> v2.5.1.2Linus Torvalds1-108/+128
2002-02-04v2.5.1 -> v2.5.1.1Linus Torvalds1-3/+12
2002-02-04v2.5.0.11 -> v2.5.1v2.5.1Linus Torvalds1-2/+4
2002-02-04v2.5.0.6 -> v2.5.0.7Linus Torvalds1-98/+44
2002-02-04v2.5.0.4 -> v2.5.0.5Linus Torvalds1-0/+67
2002-02-04v2.5.0.1 -> v2.5.0.2Linus Torvalds1-47/+4
2002-02-04v2.4.14.2 -> v2.4.14.3Linus Torvalds1-143/+116
2002-02-04v2.4.12.3 -> v2.4.12.4Linus Torvalds1-1/+3
2002-02-04v2.4.11 -> v2.4.12Linus Torvalds1-6/+5
2002-02-04v2.4.10.4 -> v2.4.10.5Linus Torvalds1-59/+107
2002-02-04v2.4.10.3 -> v2.4.10.4Linus Torvalds1-0/+1076