aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/realpath.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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