summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/realpath.c
Commit message (Expand)AuthorAgeFilesLines
* VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-151-5/+5
* constify tomoyo_realpath_from_path()Al Viro2015-04-111-3/+3
* tomoyo: Fix pathname calculation breakage.Tetsuo Handa2014-08-261-2/+3
* get rid of pointless checks for NULL ->i_opAl Viro2014-04-011-2/+2
* vfs: trim includes a bitAl Viro2012-01-031-0/+1
* tomoyo: stop including hell knows whatAl Viro2012-01-031-8/+0
* TOMOYO: Fix pathname handling of disconnected paths.Tetsuo Handa2011-12-081-1/+9
* fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-061-2/+1
* TOMOYO: Add socket operation restriction support.Tetsuo Handa2011-09-141-7/+25
* TOMOYO: Update kernel-doc.Tetsuo Handa2011-07-141-3/+1
* TOMOYO: Change pathname for non-rename()able filesystems.Tetsuo Handa2011-06-291-45/+177
* 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