aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo/realpath.c
AgeCommit message (Expand)Author
2010-08-02TOMOYO: Remove alias keyword.Tetsuo Handa
2010-08-02TOMOYO: Support longer pathname.Tetsuo Handa
2010-08-02TOMOYO: Split files into some pieces.Tetsuo Handa
2010-08-02TOMOYO: Add interactive enforcing mode.Tetsuo Handa
2010-05-10TOMOYO: Use stack memory for pending entry.Tetsuo Handa
2010-05-06TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa
2010-05-06Merge branch 'master' into nextJames Morris
2010-05-06TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.Tetsuo Handa
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-03get rid of ->mnt_parent in tomoyo/realpathAl Viro
2010-03-03get rid of insanity with namespace roots in tomoyoAl Viro
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa
2010-02-15TOMOYO: Merge headers.Tetsuo Handa
2010-02-15TOMOYO: Add refcounter on string data.Tetsuo Handa
2010-01-27TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa
2010-01-11TOMOYO: Remove memory pool for list elements.Tetsuo Handa
2010-01-11TOMOYO: Remove memory pool for string data.Tetsuo Handa
2009-12-15TOMOYO: Use RCU primitives for list operationTetsuo Handa
2009-12-09TOMOYO: Compare filesystem by magic number rather than by name.Tetsuo Handa
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-11-20security/tomoyo: Add a special case to handle accesses through the internal p...Eric W. Biederman
2009-10-29tomoyo: improve hash bucket dispersionStephen Hemminger
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa
2009-06-03TOMOYO: Remove redundant markers.Tetsuo Handa
2009-05-09Reduce path_lookup() abusesAl Viro
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa
2009-03-31Get rid of indirect include of fs_struct.hAl Viro
2009-02-23TOMOYO: Do not call tomoyo_realpath_init unless registered.Tetsuo Handa
2009-02-12Memory and pathname management functions.Kentaro Takeda