| Commit message (Expand) | Author | Age |
* | vfs: trim includes a bit | Al Viro | 2012-01-03 |
* | tomoyo: stop including hell knows what | Al Viro | 2012-01-03 |
* | TOMOYO: Fix pathname handling of disconnected paths. | Tetsuo Handa | 2011-12-08 |
* | fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API | Al Viro | 2011-12-06 |
* | TOMOYO: Add socket operation restriction support. | Tetsuo Handa | 2011-09-13 |
* | TOMOYO: Update kernel-doc. | Tetsuo Handa | 2011-07-14 |
* | TOMOYO: Change pathname for non-rename()able filesystems. | Tetsuo Handa | 2011-06-28 |
* | fs: dcache scale d_unhashed | Nick Piggin | 2011-01-07 |
* | fs: take dcache_lock inside __d_path | Christoph Hellwig | 2010-10-25 |
* | TOMOYO: Remove alias keyword. | Tetsuo Handa | 2010-08-02 |
* | TOMOYO: Support longer pathname. | Tetsuo Handa | 2010-08-02 |
* | TOMOYO: Split files into some pieces. | Tetsuo Handa | 2010-08-02 |
* | TOMOYO: Add interactive enforcing mode. | Tetsuo Handa | 2010-08-02 |
* | TOMOYO: Use stack memory for pending entry. | Tetsuo Handa | 2010-05-10 |
* | TOMOYO: Use mutex_lock_interruptible. | Tetsuo Handa | 2010-05-05 |
* | Merge branch 'master' into next | James Morris | 2010-05-05 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
* | | TOMOYO: Use GFP_NOFS rather than GFP_KERNEL. | Tetsuo Handa | 2010-05-05 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-03-04 |
|\ |
|
| * | get rid of ->mnt_parent in tomoyo/realpath | Al Viro | 2010-03-03 |
| * | get rid of insanity with namespace roots in tomoyo | Al Viro | 2010-03-03 |
* | | TOMOYO: Add garbage collector. | Tetsuo Handa | 2010-02-14 |
* | | TOMOYO: Merge headers. | Tetsuo Handa | 2010-02-14 |
* | | TOMOYO: Add refcounter on string data. | Tetsuo Handa | 2010-02-14 |
* | | TOMOYO: Remove usage counter for temporary memory. | Tetsuo Handa | 2010-01-26 |
* | | TOMOYO: Remove memory pool for list elements. | Tetsuo Handa | 2010-01-10 |
* | | TOMOYO: Remove memory pool for string data. | Tetsuo Handa | 2010-01-10 |
* | | TOMOYO: Use RCU primitives for list operation | Tetsuo Handa | 2009-12-14 |
* | | TOMOYO: Compare filesystem by magic number rather than by name. | Tetsuo Handa | 2009-12-09 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 2009-12-08 |
|\ |
|
| * | security/tomoyo: Add a special case to handle accesses through the internal p... | Eric W. Biederman | 2009-11-20 |
* | | tomoyo: improve hash bucket dispersion | Stephen Hemminger | 2009-10-28 |
|/ |
|
* | TOMOYO: Add description of lists and structures. | Tetsuo Handa | 2009-06-08 |
* | TOMOYO: Remove redundant markers. | Tetsuo Handa | 2009-06-02 |
* | Reduce path_lookup() abuses | Al Viro | 2009-05-09 |
* | tomoyo: version bump to 2.2.0. | Tetsuo Handa | 2009-04-13 |
* | Get rid of indirect include of fs_struct.h | Al Viro | 2009-03-31 |
* | TOMOYO: Do not call tomoyo_realpath_init unless registered. | Tetsuo Handa | 2009-02-22 |
* | Memory and pathname management functions. | Kentaro Takeda | 2009-02-11 |