summaryrefslogtreecommitdiff
path: root/security/tomoyo/realpath.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
* vfs: remove unused i_op->renameMiklos Szeredi2016-09-27
* VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-15
* constify tomoyo_realpath_from_path()Al Viro2015-04-11
* tomoyo: Fix pathname calculation breakage.Tetsuo Handa2014-08-26
* get rid of pointless checks for NULL ->i_opAl Viro2014-04-01
* vfs: trim includes a bitAl Viro2012-01-03
* tomoyo: stop including hell knows whatAl Viro2012-01-03
* TOMOYO: Fix pathname handling of disconnected paths.Tetsuo Handa2011-12-08
* fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-06
* TOMOYO: Add socket operation restriction support.Tetsuo Handa2011-09-14
* TOMOYO: Update kernel-doc.Tetsuo Handa2011-07-14
* TOMOYO: Change pathname for non-rename()able filesystems.Tetsuo Handa2011-06-29
* fs: dcache scale d_unhashedNick Piggin2011-01-07
* fs: take dcache_lock inside __d_pathChristoph Hellwig2010-10-25
* TOMOYO: Remove alias keyword.Tetsuo Handa2010-08-02
* TOMOYO: Support longer pathname.Tetsuo Handa2010-08-02
* TOMOYO: Split files into some pieces.Tetsuo Handa2010-08-02
* TOMOYO: Add interactive enforcing mode.Tetsuo Handa2010-08-02
* TOMOYO: Use stack memory for pending entry.Tetsuo Handa2010-05-10
* TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa2010-05-06
* Merge branch 'master' into nextJames Morris2010-05-06
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.Tetsuo Handa2010-05-06
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-04
|\
| * get rid of ->mnt_parent in tomoyo/realpathAl Viro2010-03-03
| * get rid of insanity with namespace roots in tomoyoAl Viro2010-03-03
* | TOMOYO: Add garbage collector.Tetsuo Handa2010-02-15
* | TOMOYO: Merge headers.Tetsuo Handa2010-02-15
* | TOMOYO: Add refcounter on string data.Tetsuo Handa2010-02-15
* | TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa2010-01-27
* | TOMOYO: Remove memory pool for list elements.Tetsuo Handa2010-01-11
* | TOMOYO: Remove memory pool for string data.Tetsuo Handa2010-01-11
* | TOMOYO: Use RCU primitives for list operationTetsuo Handa2009-12-15
* | TOMOYO: Compare filesystem by magic number rather than by name.Tetsuo Handa2009-12-09
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-08
|\
| * security/tomoyo: Add a special case to handle accesses through the internal p...Eric W. Biederman2009-11-20
* | tomoyo: improve hash bucket dispersionStephen Hemminger2009-10-29
|/
* TOMOYO: Add description of lists and structures.Tetsuo Handa2009-06-09
* TOMOYO: Remove redundant markers.Tetsuo Handa2009-06-03
* Reduce path_lookup() abusesAl Viro2009-05-09
* tomoyo: version bump to 2.2.0.Tetsuo Handa2009-04-14
* Get rid of indirect include of fs_struct.hAl Viro2009-03-31
* TOMOYO: Do not call tomoyo_realpath_init unless registered.Tetsuo Handa2009-02-23
* Memory and pathname management functions.Kentaro Takeda2009-02-12