aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/realpath.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells1-5/+5
2015-04-11constify tomoyo_realpath_from_path()Al Viro1-3/+3
2014-08-26tomoyo: Fix pathname calculation breakage.Tetsuo Handa1-2/+3
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro1-2/+2
2012-01-03vfs: trim includes a bitAl Viro1-0/+1
2012-01-03tomoyo: stop including hell knows whatAl Viro1-8/+0
2011-12-08TOMOYO: Fix pathname handling of disconnected paths.Tetsuo Handa1-1/+9
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro1-2/+1
2011-09-14TOMOYO: Add socket operation restriction support.Tetsuo Handa1-7/+25
2011-07-14TOMOYO: Update kernel-doc.Tetsuo Handa1-3/+1
2011-06-29TOMOYO: Change pathname for non-rename()able filesystems.Tetsuo Handa1-45/+177
2011-01-07fs: dcache scale d_unhashedNick Piggin1-0/+1
2010-10-25fs: take dcache_lock inside __d_pathChristoph Hellwig1-2/+0
2010-08-02TOMOYO: Remove alias keyword.Tetsuo Handa1-19/+0
2010-08-02TOMOYO: Support longer pathname.Tetsuo Handa1-101/+113
2010-08-02TOMOYO: Split files into some pieces.Tetsuo Handa1-210/+4
2010-08-02TOMOYO: Add interactive enforcing mode.Tetsuo Handa1-2/+17
2010-05-10TOMOYO: Use stack memory for pending entry.Tetsuo Handa1-0/+19
2010-05-06TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa1-4/+3
2010-05-06Merge branch 'master' into nextJames Morris1-0/+1
2010-05-06TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.Tetsuo Handa1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-19/+4
2010-03-03get rid of ->mnt_parent in tomoyo/realpathAl Viro1-1/+1
2010-03-03get rid of insanity with namespace roots in tomoyoAl Viro1-19/+4
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa1-46/+40
2010-02-15TOMOYO: Merge headers.Tetsuo Handa1-10/+0
2010-02-15TOMOYO: Add refcounter on string data.Tetsuo Handa1-21/+9
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