summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/realpath.c
AgeCommit message (Expand)AuthorLines
2019-05-10tomoyo: Change pathname calculation for read-only filesystems.Tetsuo Handa-1/+2
2019-01-24tomoyo: Coding style fix.Tetsuo Handa-3/+15
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi-2/+2
2016-09-27vfs: remove unused i_op->renameMiklos Szeredi-2/+2
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells-5/+5
2015-04-11constify tomoyo_realpath_from_path()Al Viro-3/+3
2014-08-26tomoyo: Fix pathname calculation breakage.Tetsuo Handa-2/+3
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro-2/+2
2012-01-03vfs: trim includes a bitAl Viro-0/+1
2012-01-03tomoyo: stop including hell knows whatAl Viro-8/+0
2011-12-08TOMOYO: Fix pathname handling of disconnected paths.Tetsuo Handa-1/+9
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro-2/+1
2011-09-14TOMOYO: Add socket operation restriction support.Tetsuo Handa-7/+25
2011-07-14TOMOYO: Update kernel-doc.Tetsuo Handa-3/+1
2011-06-29TOMOYO: Change pathname for non-rename()able filesystems.Tetsuo Handa-45/+177
2011-01-07fs: dcache scale d_unhashedNick Piggin-0/+1
2010-10-25fs: take dcache_lock inside __d_pathChristoph Hellwig-2/+0
2010-08-02TOMOYO: Remove alias keyword.Tetsuo Handa-19/+0
2010-08-02TOMOYO: Support longer pathname.Tetsuo Handa-101/+113
2010-08-02TOMOYO: Split files into some pieces.Tetsuo Handa-210/+4
2010-08-02TOMOYO: Add interactive enforcing mode.Tetsuo Handa-2/+17
2010-05-10TOMOYO: Use stack memory for pending entry.Tetsuo Handa-0/+19
2010-05-06TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa-4/+3
2010-05-06Merge branch 'master' into nextJames Morris-0/+1
2010-05-06TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.Tetsuo Handa-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-19/+4
2010-03-03get rid of ->mnt_parent in tomoyo/realpathAl Viro-1/+1
2010-03-03get rid of insanity with namespace roots in tomoyoAl Viro-19/+4
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa-46/+40
2010-02-15TOMOYO: Merge headers.Tetsuo Handa-10/+0
2010-02-15TOMOYO: Add refcounter on string data.Tetsuo Handa-21/+9
2010-01-27TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa-41/+4
2010-01-11TOMOYO: Remove memory pool for list elements.Tetsuo Handa-45/+20
2010-01-11TOMOYO: Remove memory pool for string data.Tetsuo Handa-50/+10
2009-12-15TOMOYO: Use RCU primitives for list operationTetsuo Handa-3/+5
2009-12-09TOMOYO: Compare filesystem by magic number rather than by name.Tetsuo Handa-1/+2
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds-0/+9
2009-11-20security/tomoyo: Add a special case to handle accesses through the internal p...Eric W. Biederman-0/+9
2009-10-29tomoyo: improve hash bucket dispersionStephen Hemminger-4/+9
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa-5/+14
2009-06-03TOMOYO: Remove redundant markers.Tetsuo Handa-4/+0
2009-05-09Reduce path_lookup() abusesAl Viro-8/+8
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa-1/+1
2009-03-31Get rid of indirect include of fs_struct.hAl Viro-0/+1
2009-02-23TOMOYO: Do not call tomoyo_realpath_init unless registered.Tetsuo Handa-6/+1
2009-02-12Memory and pathname management functions.Kentaro Takeda-0/+487