summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes9-27/+40
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27vfs: remove unused i_op->renameMiklos Szeredi7-31/+10
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds126-2131/+7281
2016-06-11vfs: make the string hashes salt the hashLinus Torvalds38-89/+99
2016-06-06security: tomoyo: simplify the gc kthread creationMike Danese1-7/+2
2016-03-28constify security_sb_pivotroot()Al Viro4-6/+6
2016-03-28constify security_path_chroot()Al Viro4-5/+5
2016-03-28constify security_path_{link,rename}Al Viro5-18/+18
2016-03-28constify security_path_{mkdir,mknod,symlink}Al Viro7-20/+20
2016-03-28constify security_path_{unlink,rmdir}Al Viro5-12/+12
2016-03-28constify chmod_common/security_path_chmodAl Viro6-7/+7
2016-03-28constify security_sb_mount()Al Viro5-6/+6
2016-03-28constify chown_common/security_path_chownAl Viro6-7/+7
2016-03-28tomoyo: constify assorted struct path *Al Viro3-13/+13
2016-03-28constify security_path_truncate()Al Viro5-6/+6
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen11-27/+77
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro12-197/+71
2015-05-12LSM: Switch to lists of hooksCasey Schaufler13-387/+627
2015-05-12LSM: Add security module hook list headsCasey Schaufler6-402/+626
2015-05-12LSM: Split security.hCasey Schaufler9-312/+365
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds343-1867/+1877
2015-04-17tomoyo: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso1-5/+8
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells12-105/+105
2015-04-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds31-1156/+1953
2015-04-12switch security_inode_getattr() to struct path *Al Viro10-35/+24
2015-04-12constify tomoyo_realpath_from_path()Al Viro2-4/+4
2015-04-07tomoyo: Do not generate empty policy filesMichal Marek3-29/+5
2015-04-07tomoyo: Use if_changed when generating builtin-policy.hMichal Marek1-18/+11
2015-04-07tomoyo: Use bin2c to generate builtin-policy.hMichal Marek2-10/+11
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells1-3/+1
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar23-1/+34
2014-08-27tomoyo: Fix pathname calculation breakage.Tetsuo Handa1-2/+3
2014-06-12tomoyo: Use sensible time interfaceThomas Gleixner2-8/+4
2014-04-02get rid of pointless checks for NULL ->i_opAl Viro5-7/+5
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds385-14539/+7395
2013-04-29tomoyo_close_control: don't bother with return valueAl Viro3-8/+4
2013-03-18tomoyo: use DEFINE_SRCU() to define tomoyo_ssLai Jiangshan1-3/+2
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2012-10-12consitify do_mount() argumentsAl Viro10-26/+27
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov6-57/+19
2012-09-21userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman6-12/+14
2012-09-21userns: Convert tomoyo to use kuid and kgid where appropriateEric W. Biederman5-23/+31
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris33-350/+422
2012-05-15TOMOYO: Accept manager programs which do not start with / .Tetsuo Handa2-21/+6
2012-04-09SELinux: rename dentry_open to file_openEric Paris8-24/+21
2012-03-23usermodehelper: use UMH_WAIT_PROC consistentlyOleg Nesterov5-6/+6
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds71-250/+1034
2012-03-20tomoyo: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20TOMOYO: Return error if fails to delete a domainTetsuo Handa1-4/+5
[next]