aboutsummaryrefslogtreecommitdiff
path: root/fs/sysfs/inode.c
AgeCommit message (Expand)Author
2007-10-17mm: bdi init hooksPeter Zijlstra
2007-10-16implement simple fs aopsNick Piggin
2007-10-12sysfs: add copyrightsTejun Heo
2007-10-12sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dirTejun Heo
2007-10-12sysfs: make sysfs_root a regular directory direntTejun Heo
2007-10-12sysfs: make s_elem an anonymous unionTejun Heo
2007-10-12sysfs: Remove sysfs_instantiateEric W. Biederman
2007-10-12sysfs: Move all of inode initialization into sysfs_init_inodeEric W. Biederman
2007-10-12sysfs: make sysfs_addrm_finish() return voidTejun Heo
2007-10-12sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo
2007-10-12sysfs: Remove first pass at shadow directory supportEric W. Biederman
2007-10-12sysfs: cleanup semaphore.hDave Young
2007-07-18sysfs: make sysfs_init_inode() staticTejun Heo
2007-07-11sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo
2007-07-11sysfs: restructure add/remove paths and fix inode updateTejun Heo
2007-07-11sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo
2007-07-11sysfs: consolidate sysfs spinlocksTejun Heo
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo
2007-07-11sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo
2007-07-11sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo
2007-07-11sysfs: make sysfs_drop_dentry() access inodes using ilookup()Tejun Heo
2007-07-11sysfs: Fix oops in sysfs_drop_dentry on x86_64Rafael J. Wysocki
2007-07-11sysfs: use singly-linked list for sysfs_dirent treeTejun Heo
2007-07-11sysfs: use iget_locked() instead of new_inode()Tejun Heo
2007-07-11sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo
2007-07-11sysfs: reimplement sysfs_drop_dentry()Tejun Heo
2007-07-11sysfs: separate out sysfs_attach_dentry()Tejun Heo
2007-07-11sysfs: kill attribute file orphaningTejun Heo
2007-07-11sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo
2007-07-11sysfs: make sysfs_dirent->s_element a unionTejun Heo
2007-07-11sysfs: add sysfs_dirent->s_nameTejun Heo
2007-06-12sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo
2007-06-12sysfs: fix condition check in sysfs_drop_dentry()Tejun Heo
2007-06-12sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-03-15[PATCH] sysfs: reinstate exclusion between method calls and attribute unregis...Alan Stern
2007-03-06[PATCH] suspend regression: sysfs deadlockHugh Dickins
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven
2007-02-07sysfs: Shadow directory supportEric W. Biederman
2007-02-07sysfs: suppress lockdep warningsFrederik Deweerdt
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-09-25sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap
2006-07-12[PATCH] lockdep: annotate the sysfs i_mutex to be a separate classArjan van de Ven
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig
2006-04-01BUG_ON() Conversion in fs/sysfs/Eric Sesterhenn
2006-03-20[PATCH] sysfs: kzalloc conversionEric Sesterhenn
2006-03-20[PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentryGreg Kroah-Hartman
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen