nfs: new subdir Documentation/filesystems/nfs
[safe/jmp/linux-2.6] / security / inode.c
2009-05-12 Eric Parissecurityfs: securityfs_remove should handle IS_ERR...
2009-02-06 James MorrisMerge branch 'master' into next
2009-02-03 Serge E. Hallynsecurityfs: fix long-broken securityfs_create_file...
2009-01-05 Al Virozero i_uid/i_gid on inode allocation
2008-10-12 Mimi Zoharintegrity: special fs magic
2008-08-20 Randy Dunlapsecurity: add/fix security kernel-doc
2008-01-25 Greg Kroah-HartmanKobject: convert remaining kobject_unregister() to...
2008-01-25 Greg Kroah-Hartmankobject: convert kernel_kset to be a kobject
2008-01-25 Greg Kroah-Hartmankset: convert kernel_subsys to use kset_create
2008-01-25 Greg Kroah-Hartmankobject: convert securityfs to use kobject_create
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
2007-10-17 Adrian Bunksecurity/ cleanups
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 9
2006-10-01 Dave Hansen[PATCH] r/o bind mount prepwork: inc_nlink() helper
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-09-27 Theodore Ts'o[PATCH] inode_diet: Replace inode.u.generic_ip with...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-24 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-06-09 Trond MyklebustVFS: Unexport do_kern_mount() and clean up simple_pin_fs()
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2005-07-09 Greg KH[PATCH] add securityfs for all LSMs to use