aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/realpath.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-19/+4
2010-03-03get rid of ->mnt_parent in tomoyo/realpathAl Viro1-1/+1
2010-03-03get rid of insanity with namespace roots in tomoyoAl Viro1-19/+4
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa1-46/+40
2010-02-15TOMOYO: Merge headers.Tetsuo Handa1-10/+0
2010-02-15TOMOYO: Add refcounter on string data.Tetsuo Handa1-21/+9
2010-01-27TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa1-41/+4
2010-01-11TOMOYO: Remove memory pool for list elements.Tetsuo Handa1-45/+20
2010-01-11TOMOYO: Remove memory pool for string data.Tetsuo Handa1-50/+10
2009-12-15TOMOYO: Use RCU primitives for list operationTetsuo Handa1-3/+5
2009-12-09TOMOYO: Compare filesystem by magic number rather than by name.Tetsuo Handa1-1/+2
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-0/+9
2009-11-20security/tomoyo: Add a special case to handle accesses through the internal proc mount.Eric W. Biederman1-0/+9
2009-10-29tomoyo: improve hash bucket dispersionStephen Hemminger1-4/+9
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa1-5/+14
2009-06-03TOMOYO: Remove redundant markers.Tetsuo Handa1-4/+0
2009-05-09Reduce path_lookup() abusesAl Viro1-8/+8
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa1-1/+1
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-02-23TOMOYO: Do not call tomoyo_realpath_init unless registered.Tetsuo Handa1-6/+1
2009-02-12Memory and pathname management functions.Kentaro Takeda1-0/+487