aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/sysfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-18sysfs: make sysfs_init_inode() staticTejun Heo1-1/+0
2007-07-11sysfs: make directory dentries and inodes reclaimableTejun Heo1-0/+1
2007-07-11sysfs: implement sysfs_get_dentry()Tejun Heo1-0/+1
2007-07-11sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo1-1/+0
2007-07-11sysfs: restructure add/remove paths and fix inode updateTejun Heo1-4/+16
2007-07-11sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo1-1/+1
2007-07-11sysfs: consolidate sysfs spinlocksTejun Heo1-2/+1
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo1-4/+6
2007-07-11sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo1-1/+4
2007-07-11sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo1-1/+6
2007-07-11sysfs: use singly-linked list for sysfs_dirent treeTejun Heo1-2/+2
2007-07-11sysfs: slim down sysfs_dirent->s_activeTejun Heo1-11/+2
2007-07-11sysfs: move s_active functions to fs/sysfs/dir.cTejun Heo1-88/+6
2007-07-11sysfs: use iget_locked() instead of new_inode()Tejun Heo1-1/+1
2007-07-11sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo1-3/+3
2007-07-11sysfs: reimplement sysfs_drop_dentry()Tejun Heo1-1/+1
2007-07-11sysfs: separate out sysfs_attach_dentry()Tejun Heo1-1/+2
2007-07-11sysfs: kill attribute file orphaningTejun Heo1-16/+0
2007-07-11sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo1-21/+102
2007-07-11sysfs: reimplement symlink using sysfs_dirent treeTejun Heo1-4/+5
2007-07-11sysfs: implement kobj_sysfs_assoc_lockTejun Heo1-0/+1
2007-07-11sysfs: make sysfs_dirent->s_element a unionTejun Heo1-25/+31
2007-07-11sysfs: add sysfs_dirent->s_nameTejun Heo1-4/+3
2007-07-11sysfs: add sysfs_dirent->s_parentTejun Heo1-0/+1
2007-07-11sysfs: consolidate sysfs_dirent creation functionsTejun Heo1-2/+5
2007-07-11sysfs: make sysfs_put() ignore NULL sdTejun Heo1-1/+1
2007-07-11sysfs: move release_sysfs_dirent() to dir.cTejun Heo1-12/+1
2007-06-12sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo1-0/+1
2007-06-12sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen1-0/+1
2007-02-23sysfs: move struct sysfs_dirent to private headerAdam J. Richter1-0/+11
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-2/+2
2007-02-07sysfs: Shadow directory supportEric W. Biederman1-0/+5
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum1-0/+16
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-09-25sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap1-1/+1
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown1-0/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-3/+3
2006-03-20[PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni1-0/+1
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig1-1/+0
2005-06-20[PATCH] sysfs-iattr: set inode attributesManeesh Soni1-1/+1
2005-06-20[PATCH] sysfs-iattr: add sysfs_setattrManeesh Soni1-0/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+95