summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-31ANDROID: vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg10-64/+156
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds6-12/+9
2016-09-29securityfs: fix securityfs_create_dir commentLaurent Georget1-4/+3
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
2016-05-29securityfs: ->d_parent is never NULL or negativeAl Viro1-5/+6
2016-05-29drbd: ->d_parent is never NULL or negativeAl Viro2-8/+0
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds99-553/+784
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman11-65/+40
2015-06-23make simple_positive() publicAl Viro14-60/+25
2015-04-15VFS: security/: d_inode() annotationsDavid Howells4-12/+12
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells34-71/+71
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida11-17/+17
2012-01-10securityfs: fix object creation racesAl Viro1-141/+50
2012-01-04switch securityfs_create_file() to umode_tAl Viro4-10/+10
2012-01-04get rid of open-coded S_ISREG(), etc.Al Viro3-3/+3
2012-01-04vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro6-8/+8
2010-10-29convert get_sb_single() usersAl Viro25-139/+147
2010-10-26fs: do not assign default i_ino in new_inodeChristoph Hellwig31-2/+36
2010-10-15llseek: automatically add .llseek fopArnd Bergmann339-73/+538
2010-08-02securityfs: Drop dentry reference count when mknod failsTvrtko Ursulin1-1/+3
2010-04-22security: testing the wrong variable in create_by_name()Dan Carpenter1-2/+2
2010-01-27get rid of pointless checks after simple_pin_fs()Al Viro2-18/+4
2009-05-12securityfs: securityfs_remove should handle IS_ERR pointersEric Paris1-1/+1
2009-02-06Merge branch 'master' into nextJames Morris6489-206584/+846075
2009-02-03securityfs: fix long-broken securityfs_create_file commentSerge E. Hallyn1-4/+3
2009-01-05zero i_uid/i_gid on inode allocationAl Viro31-66/+2
2008-10-12integrity: special fs magicMimi Zohar4-7/+7
2008-08-20security: add/fix security kernel-docRandy Dunlap3-21/+21
2008-01-25Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman5-10/+9
2008-01-25kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman9-19/+18
2008-01-25kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman8-22/+39
2008-01-25kobject: convert securityfs to use kobject_createGreg Kroah-Hartman1-6/+5
2008-01-25kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman36-87/+84
2007-10-17security/ cleanupsAdrian Bunk11-143/+1
2007-05-03remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman46-292/+231
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven32-55/+55
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen37-75/+80
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o80-125/+21
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o36-90/+88
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2972-2976/+0
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1993-82755/+83660
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells83-431/+482
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust14-16/+17
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen113-573/+563
2005-07-09[PATCH] add securityfs for all LSMs to useGreg KH3-1/+353