index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
tomoyo
/
realpath.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
proc: proc_pid_ns takes super_block as an argument
Alexey Gladkov
2020-05-19
1
-1
/
+1
*
Use proc_pid_ns() to get pid_namespace from the proc superblock
Alexey Gladkov
2020-04-24
1
-1
/
+3
*
tomoyo: Don't use nifty names on sockets.
Tetsuo Handa
2019-12-11
1
-31
/
+1
*
tomoyo: Change pathname calculation for read-only filesystems.
Tetsuo Handa
2019-05-10
1
-1
/
+2
*
tomoyo: Coding style fix.
Tetsuo Handa
2019-01-24
1
-3
/
+15
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
2016-09-27
1
-2
/
+2
*
vfs: remove unused i_op->rename
Miklos Szeredi
2016-09-27
1
-2
/
+2
*
VFS: security/: d_backing_inode() annotations
David Howells
2015-04-15
1
-5
/
+5
*
constify tomoyo_realpath_from_path()
Al Viro
2015-04-11
1
-3
/
+3
*
tomoyo: Fix pathname calculation breakage.
Tetsuo Handa
2014-08-26
1
-2
/
+3
*
get rid of pointless checks for NULL ->i_op
Al Viro
2014-04-01
1
-2
/
+2
*
vfs: trim includes a bit
Al Viro
2012-01-03
1
-0
/
+1
*
tomoyo: stop including hell knows what
Al Viro
2012-01-03
1
-8
/
+0
*
TOMOYO: Fix pathname handling of disconnected paths.
Tetsuo Handa
2011-12-08
1
-1
/
+9
*
fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API
Al Viro
2011-12-06
1
-2
/
+1
*
TOMOYO: Add socket operation restriction support.
Tetsuo Handa
2011-09-14
1
-7
/
+25
*
TOMOYO: Update kernel-doc.
Tetsuo Handa
2011-07-14
1
-3
/
+1
*
TOMOYO: Change pathname for non-rename()able filesystems.
Tetsuo Handa
2011-06-29
1
-45
/
+177
*
fs: dcache scale d_unhashed
Nick Piggin
2011-01-07
1
-0
/
+1
*
fs: take dcache_lock inside __d_path
Christoph Hellwig
2010-10-25
1
-2
/
+0
*
TOMOYO: Remove alias keyword.
Tetsuo Handa
2010-08-02
1
-19
/
+0
*
TOMOYO: Support longer pathname.
Tetsuo Handa
2010-08-02
1
-101
/
+113
*
TOMOYO: Split files into some pieces.
Tetsuo Handa
2010-08-02
1
-210
/
+4
*
TOMOYO: Add interactive enforcing mode.
Tetsuo Handa
2010-08-02
1
-2
/
+17
*
TOMOYO: Use stack memory for pending entry.
Tetsuo Handa
2010-05-10
1
-0
/
+19
*
TOMOYO: Use mutex_lock_interruptible.
Tetsuo Handa
2010-05-06
1
-4
/
+3
*
Merge branch 'master' into next
James Morris
2010-05-06
1
-0
/
+1
|
\
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
|
TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.
Tetsuo Handa
2010-05-06
1
-2
/
+2
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-03-04
1
-19
/
+4
|
\
|
*
get rid of ->mnt_parent in tomoyo/realpath
Al Viro
2010-03-03
1
-1
/
+1
|
*
get rid of insanity with namespace roots in tomoyo
Al Viro
2010-03-03
1
-19
/
+4
*
|
TOMOYO: Add garbage collector.
Tetsuo Handa
2010-02-15
1
-46
/
+40
*
|
TOMOYO: Merge headers.
Tetsuo Handa
2010-02-15
1
-10
/
+0
*
|
TOMOYO: Add refcounter on string data.
Tetsuo Handa
2010-02-15
1
-21
/
+9
*
|
TOMOYO: Remove usage counter for temporary memory.
Tetsuo Handa
2010-01-27
1
-41
/
+4
*
|
TOMOYO: Remove memory pool for list elements.
Tetsuo Handa
2010-01-11
1
-45
/
+20
*
|
TOMOYO: Remove memory pool for string data.
Tetsuo Handa
2010-01-11
1
-50
/
+10
*
|
TOMOYO: Use RCU primitives for list operation
Tetsuo Handa
2009-12-15
1
-3
/
+5
*
|
TOMOYO: Compare filesystem by magic number rather than by name.
Tetsuo Handa
2009-12-09
1
-1
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
Linus Torvalds
2009-12-08
1
-0
/
+9
|
\
|
*
security/tomoyo: Add a special case to handle accesses through the internal p...
Eric W. Biederman
2009-11-20
1
-0
/
+9
*
|
tomoyo: improve hash bucket dispersion
Stephen Hemminger
2009-10-29
1
-4
/
+9
|
/
*
TOMOYO: Add description of lists and structures.
Tetsuo Handa
2009-06-09
1
-5
/
+14
*
TOMOYO: Remove redundant markers.
Tetsuo Handa
2009-06-03
1
-4
/
+0
*
Reduce path_lookup() abuses
Al Viro
2009-05-09
1
-8
/
+8
*
tomoyo: version bump to 2.2.0.
Tetsuo Handa
2009-04-14
1
-1
/
+1
*
Get rid of indirect include of fs_struct.h
Al Viro
2009-03-31
1
-0
/
+1
*
TOMOYO: Do not call tomoyo_realpath_init unless registered.
Tetsuo Handa
2009-02-23
1
-6
/
+1
[next]