aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/realpath.c
Commit message (Expand)AuthorAgeFilesLines
* first round of updates to the security codeWolfgang Wiedmeyer2015-10-231-57/+209
* fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-211-3/+6
* fs: dcache scale d_unhashedNick Piggin2011-01-071-0/+1
* fs: take dcache_lock inside __d_pathChristoph Hellwig2010-10-251-2/+0
* TOMOYO: Remove alias keyword.Tetsuo Handa2010-08-021-19/+0
* TOMOYO: Support longer pathname.Tetsuo Handa2010-08-021-101/+113
* TOMOYO: Split files into some pieces.Tetsuo Handa2010-08-021-210/+4
* TOMOYO: Add interactive enforcing mode.Tetsuo Handa2010-08-021-2/+17
* TOMOYO: Use stack memory for pending entry.Tetsuo Handa2010-05-101-0/+19
* TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa2010-05-061-4/+3
* Merge branch 'master' into nextJames Morris2010-05-061-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.Tetsuo Handa2010-05-061-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-19/+4
|\
| * 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/+4
* | TOMOYO: Add garbage collector.Tetsuo Handa2010-02-151-46/+40
* | TOMOYO: Merge headers.Tetsuo Handa2010-02-151-10/+0
* | TOMOYO: Add refcounter on string data.Tetsuo Handa2010-02-151-21/+9
* | TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa2010-01-271-41/+4
* | TOMOYO: Remove memory pool for list elements.Tetsuo Handa2010-01-111-45/+20
* | TOMOYO: Remove memory pool for string data.Tetsuo Handa2010-01-111-50/+10
* | 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-031-4/+0
* 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-03-311-0/+1
* TOMOYO: Do not call tomoyo_realpath_init unless registered.Tetsuo Handa2009-02-231-6/+1
* Memory and pathname management functions.Kentaro Takeda2009-02-121-0/+487