summaryrefslogtreecommitdiffstats
path: root/security/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-4/+3
|\ \ | |/ |/|
| * securityfs: fix securityfs_create_dir commentLaurent Georget2016-09-291-4/+3
* | securityfs: ->d_parent is never NULL or negativeAl Viro2016-05-291-5/+6
* | drbd: ->d_parent is never NULL or negativeAl Viro2016-05-291-4/+0
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-5/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-13/+6
|\
| * make simple_positive() publicAl Viro2015-06-231-13/+6
* | sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-6/+4
|/
* VFS: security/: d_inode() annotationsDavid Howells2015-04-151-9/+9
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
* Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-091-1/+1
* securityfs: fix object creation racesAl Viro2012-01-101-141/+50
* switch securityfs_create_file() to umode_tAl Viro2012-01-031-6/+6
* get rid of open-coded S_ISREG(), etc.Al Viro2012-01-031-1/+1
* vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro2012-01-031-1/+1
* convert get_sb_single() usersAl Viro2010-10-291-4/+4
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* securityfs: Drop dentry reference count when mknod failsTvrtko Ursulin2010-08-021-1/+3
* security: testing the wrong variable in create_by_name()Dan Carpenter2010-04-221-2/+2
* get rid of pointless checks after simple_pin_fs()Al Viro2010-01-261-9/+2
* securityfs: securityfs_remove should handle IS_ERR pointersEric Paris2009-05-121-1/+1
* Merge branch 'master' into nextJames Morris2009-02-061-3/+0
|\
| * zero i_uid/i_gid on inode allocationAl Viro2009-01-051-3/+0
* | securityfs: fix long-broken securityfs_create_file commentSerge E. Hallyn2009-02-031-4/+3
|/
* integrity: special fs magicMimi Zohar2008-10-131-2/+1
* security: add/fix security kernel-docRandy Dunlap2008-08-201-17/+16
* Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-1/+1
* kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman2008-01-241-1/+1
* kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman2008-01-241-1/+1
* kobject: convert securityfs to use kobject_createGreg Kroah-Hartman2008-01-241-6/+5
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-2/+2
* security/ cleanupsAdrian Bunk2007-10-171-8/+0
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-1/+1
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-121-2/+2
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-2/+2
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-4/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-241-4/+4
|\
| * [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-4/+4
* | VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust2006-06-091-1/+1
|/
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-4/+4
* [PATCH] add securityfs for all LSMs to useGreg KH2005-07-081-0/+347
OpenPOWER on IntegriCloud