| Commit message (Expand) | Author | Age | Files | Lines |
* | securityfs: fix object creation races | Al Viro | 2012-01-10 | 1 | -141/+50 |
* | switch securityfs_create_file() to umode_t | Al Viro | 2012-01-04 | 1 | -6/+6 |
* | get rid of open-coded S_ISREG(), etc. | Al Viro | 2012-01-04 | 1 | -1/+1 |
* | vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root | Al Viro | 2012-01-04 | 1 | -1/+1 |
* | convert get_sb_single() users | Al Viro | 2010-10-29 | 1 | -4/+4 |
* | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 2010-10-26 | 1 | -0/+1 |
* | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | securityfs: Drop dentry reference count when mknod fails | Tvrtko Ursulin | 2010-08-02 | 1 | -1/+3 |
* | security: testing the wrong variable in create_by_name() | Dan Carpenter | 2010-04-22 | 1 | -2/+2 |
* | get rid of pointless checks after simple_pin_fs() | Al Viro | 2010-01-27 | 1 | -9/+2 |
* | securityfs: securityfs_remove should handle IS_ERR pointers | Eric Paris | 2009-05-12 | 1 | -1/+1 |
* | Merge branch 'master' into next | James Morris | 2009-02-06 | 1 | -3/+0 |
|\ |
|
| * | zero i_uid/i_gid on inode allocation | Al Viro | 2009-01-05 | 1 | -3/+0 |
* | | securityfs: fix long-broken securityfs_create_file comment | Serge E. Hallyn | 2009-02-03 | 1 | -4/+3 |
|/ |
|
* | integrity: special fs magic | Mimi Zohar | 2008-10-13 | 1 | -2/+1 |
* | security: add/fix security kernel-doc | Randy Dunlap | 2008-08-20 | 1 | -17/+16 |
* | Kobject: convert remaining kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 2008-01-25 | 1 | -1/+1 |
* | kobject: convert kernel_kset to be a kobject | Greg Kroah-Hartman | 2008-01-25 | 1 | -1/+1 |
* | kset: convert kernel_subsys to use kset_create | Greg Kroah-Hartman | 2008-01-25 | 1 | -1/+1 |
* | kobject: convert securityfs to use kobject_create | Greg Kroah-Hartman | 2008-01-25 | 1 | -6/+5 |
* | kobject: remove struct kobj_type from struct kset | Greg Kroah-Hartman | 2008-01-25 | 1 | -2/+2 |
* | security/ cleanups | Adrian Bunk | 2007-10-17 | 1 | -8/+0 |
* | remove "struct subsystem" as it is no longer needed | Greg Kroah-Hartman | 2007-05-03 | 1 | -1/+1 |
* | [PATCH] mark struct file_operations const 9 | Arjan van de Ven | 2007-02-12 | 1 | -2/+2 |
* | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 2006-10-01 | 1 | -2/+2 |
* | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 2006-09-27 | 1 | -1/+0 |
* | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private | Theodore Ts'o | 2006-09-27 | 1 | -4/+4 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 2006-06-24 | 1 | -4/+4 |
|\ |
|
| * | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 2006-06-23 | 1 | -4/+4 |
* | | VFS: Unexport do_kern_mount() and clean up simple_pin_fs() | Trond Myklebust | 2006-06-09 | 1 | -1/+1 |
|/ |
|
* | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 2006-01-10 | 1 | -4/+4 |
* | [PATCH] add securityfs for all LSMs to use | Greg KH | 2005-07-09 | 1 | -0/+347 |