summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/realpath.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-19/+4Star
|\
| * get rid of ->mnt_parent in tomoyo/realpathAl Viro2010-03-031-1/+1
| * get rid of insanity with namespace roots in tomoyoAl Viro2010-03-031-19/+4Star
* | TOMOYO: Add garbage collector.Tetsuo Handa2010-02-141-46/+40Star
* | TOMOYO: Merge headers.Tetsuo Handa2010-02-141-10/+0Star
* | TOMOYO: Add refcounter on string data.Tetsuo Handa2010-02-141-21/+9Star
* | TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa2010-01-261-41/+4Star
* | TOMOYO: Remove memory pool for list elements.Tetsuo Handa2010-01-101-45/+20Star
* | TOMOYO: Remove memory pool for string data.Tetsuo Handa2010-01-101-50/+10Star
* | TOMOYO: Use RCU primitives for list operationTetsuo Handa2009-12-151-3/+5
* | TOMOYO: Compare filesystem by magic number rather than by name.Tetsuo Handa2009-12-091-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-081-0/+9
|\
| * security/tomoyo: Add a special case to handle accesses through the internal p...Eric W. Biederman2009-11-201-0/+9
* | tomoyo: improve hash bucket dispersionStephen Hemminger2009-10-291-4/+9
|/
* TOMOYO: Add description of lists and structures.Tetsuo Handa2009-06-091-5/+14
* TOMOYO: Remove redundant markers.Tetsuo Handa2009-06-021-4/+0Star
* Reduce path_lookup() abusesAl Viro2009-05-091-8/+8
* tomoyo: version bump to 2.2.0.Tetsuo Handa2009-04-141-1/+1
* Get rid of indirect include of fs_struct.hAl Viro2009-04-011-0/+1
* TOMOYO: Do not call tomoyo_realpath_init unless registered.Tetsuo Handa2009-02-221-6/+1Star
* Memory and pathname management functions.Kentaro Takeda2009-02-121-0/+487