Age | Commit message (Expand) | Author | Files | Lines |
2022-08-21 | tomoyo: struct path it might get from LSM callers won't have NULL dentry or mnt | Al Viro | 1 | -7/+2 |
2020-05-19 | proc: proc_pid_ns takes super_block as an argument | Alexey Gladkov | 1 | -1/+1 |
2020-04-25 | Use proc_pid_ns() to get pid_namespace from the proc superblock | Alexey Gladkov | 1 | -1/+3 |
2019-12-11 | tomoyo: Don't use nifty names on sockets. | Tetsuo Handa | 1 | -31/+1 |
2019-05-11 | tomoyo: Change pathname calculation for read-only filesystems. | Tetsuo Handa | 1 | -1/+2 |
2019-01-25 | tomoyo: Coding style fix. | Tetsuo Handa | 1 | -3/+15 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -2/+2 |
2016-09-27 | vfs: remove unused i_op->rename | Miklos Szeredi | 1 | -2/+2 |
2015-04-15 | VFS: security/: d_backing_inode() annotations | David Howells | 1 | -5/+5 |
2015-04-12 | constify tomoyo_realpath_from_path() | Al Viro | 1 | -3/+3 |
2014-08-27 | tomoyo: Fix pathname calculation breakage. | Tetsuo Handa | 1 | -2/+3 |
2014-04-02 | get rid of pointless checks for NULL ->i_op | Al Viro | 1 | -2/+2 |
2012-01-04 | vfs: trim includes a bit | Al Viro | 1 | -0/+1 |
2012-01-04 | tomoyo: stop including hell knows what | Al Viro | 1 | -8/+0 |
2011-12-09 | TOMOYO: Fix pathname handling of disconnected paths. | Tetsuo Handa | 1 | -1/+9 |
2011-12-07 | fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API | Al Viro | 1 | -2/+1 |
2011-09-14 | TOMOYO: Add socket operation restriction support. | Tetsuo Handa | 1 | -7/+25 |
2011-07-14 | TOMOYO: Update kernel-doc. | Tetsuo Handa | 1 | -3/+1 |
2011-06-29 | TOMOYO: Change pathname for non-rename()able filesystems. | Tetsuo Handa | 1 | -45/+177 |
2011-01-07 | fs: dcache scale d_unhashed | Nick Piggin | 1 | -0/+1 |
2010-10-26 | fs: take dcache_lock inside __d_path | Christoph Hellwig | 1 | -2/+0 |
2010-08-02 | TOMOYO: Remove alias keyword. | Tetsuo Handa | 1 | -19/+0 |
2010-08-02 | TOMOYO: Support longer pathname. | Tetsuo Handa | 1 | -101/+113 |
2010-08-02 | TOMOYO: Split files into some pieces. | Tetsuo Handa | 1 | -210/+4 |
2010-08-02 | TOMOYO: Add interactive enforcing mode. | Tetsuo Handa | 1 | -2/+17 |
2010-05-10 | TOMOYO: Use stack memory for pending entry. | Tetsuo Handa | 1 | -0/+19 |
2010-05-06 | TOMOYO: Use mutex_lock_interruptible. | Tetsuo Handa | 1 | -4/+3 |
2010-05-06 | Merge branch 'master' into next | James Morris | 1 | -0/+1 |
2010-05-05 | TOMOYO: Use GFP_NOFS rather than GFP_KERNEL. | Tetsuo Handa | 1 | -2/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -19/+4 |
2010-03-03 | get rid of ->mnt_parent in tomoyo/realpath | Al Viro | 1 | -1/+1 |
2010-03-03 | get rid of insanity with namespace roots in tomoyo | Al Viro | 1 | -19/+4 |
2010-02-15 | TOMOYO: Add garbage collector. | Tetsuo Handa | 1 | -46/+40 |
2010-02-15 | TOMOYO: Merge headers. | Tetsuo Handa | 1 | -10/+0 |
2010-02-15 | TOMOYO: Add refcounter on string data. | Tetsuo Handa | 1 | -21/+9 |
2010-01-27 | TOMOYO: Remove usage counter for temporary memory. | Tetsuo Handa | 1 | -41/+4 |
2010-01-11 | TOMOYO: Remove memory pool for list elements. | Tetsuo Handa | 1 | -45/+20 |
2010-01-11 | TOMOYO: Remove memory pool for string data. | Tetsuo Handa | 1 | -50/+10 |
2009-12-15 | TOMOYO: Use RCU primitives for list operation | Tetsuo Handa | 1 | -3/+5 |
2009-12-09 | TOMOYO: Compare filesystem by magic number rather than by name. | Tetsuo Handa | 1 | -1/+2 |
2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 1 | -0/+9 |
2009-11-20 | security/tomoyo: Add a special case to handle accesses through the internal p... | Eric W. Biederman | 1 | -0/+9 |
2009-10-29 | tomoyo: improve hash bucket dispersion | Stephen Hemminger | 1 | -4/+9 |
2009-06-09 | TOMOYO: Add description of lists and structures. | Tetsuo Handa | 1 | -5/+14 |
2009-06-03 | TOMOYO: Remove redundant markers. | Tetsuo Handa | 1 | -4/+0 |
2009-05-09 | Reduce path_lookup() abuses | Al Viro | 1 | -8/+8 |
2009-04-14 | tomoyo: version bump to 2.2.0. | Tetsuo Handa | 1 | -1/+1 |
2009-04-01 | Get rid of indirect include of fs_struct.h | Al Viro | 1 | -0/+1 |