summaryrefslogtreecommitdiff
path: root/security/inode.c
AgeCommit message (Expand)Author
2023-10-18security: convert to new timestamp accessorsJeff Layton
2023-07-24security: convert to ctime accessor functionsJeff Layton
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-04vfs: Convert securityfs to use the new mount APIDavid Howells
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-01securityfs: switch to ->free_inode()Al Viro
2019-04-10securityfs: fix use-after-free on symlink traversalAl Viro
2018-12-12security: fs: make inode explicitly non-modularPaul Gortmaker
2017-06-08securityfs: add the ability to support symlinksJohn Johansen
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers
2017-01-19LSM: Add /sys/kernel/security/lsmCasey Schaufler
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-09-29securityfs: fix securityfs_create_dir commentLaurent Georget
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-05-29securityfs: ->d_parent is never NULL or negativeAl Viro
2016-05-29drbd: ->d_parent is never NULL or negativeAl Viro
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman
2015-06-23make simple_positive() publicAl Viro
2015-04-15VFS: security/: d_inode() annotationsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida
2012-01-10securityfs: fix object creation racesAl Viro
2012-01-03switch securityfs_create_file() to umode_tAl Viro
2012-01-03get rid of open-coded S_ISREG(), etc.Al Viro
2012-01-03vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro
2010-10-29convert get_sb_single() usersAl Viro
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-02securityfs: Drop dentry reference count when mknod failsTvrtko Ursulin
2010-04-22security: testing the wrong variable in create_by_name()Dan Carpenter
2010-01-26get rid of pointless checks after simple_pin_fs()Al Viro
2009-05-12securityfs: securityfs_remove should handle IS_ERR pointersEric Paris
2009-02-06Merge branch 'master' into nextJames Morris
2009-02-03securityfs: fix long-broken securityfs_create_file commentSerge E. Hallyn
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2008-10-13integrity: special fs magicMimi Zohar
2008-08-20security: add/fix security kernel-docRandy Dunlap
2008-01-24Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman
2008-01-24kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman
2008-01-24kobject: convert securityfs to use kobject_createGreg Kroah-Hartman
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman
2007-10-17security/ cleanupsAdrian Bunk
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o