summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/sysfs.h
AgeCommit message (Expand)AuthorLines
2008-04-22[SCSI] sysfs: make group is_valid return a mode_tJames Bottomley-0/+2
2007-10-30sysfs: make sysfs_{get,put}_active() staticAdrian Bunk-2/+0
2007-10-17mm: bdi init hooksPeter Zijlstra-0/+1
2007-10-12sysfs: add copyrightsTejun Heo-0/+10
2007-10-12sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo-1/+0
2007-10-12sysfs: implement sysfs_open_direntTejun Heo-0/+3
2007-10-12sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dirTejun Heo-1/+2
2007-10-12sysfs: make sysfs_root a regular directory direntTejun Heo-5/+4
2007-10-12sysfs: make s_elem an anonymous unionTejun Heo-5/+5
2007-10-12sysfs: reposition sysfs_dirent->s_mode.Tejun Heo-1/+1
2007-10-12sysfs: clean up header filesTejun Heo-56/+92
2007-10-12sysfs: Remove s_dentryEric W. Biederman-1/+0
2007-10-12sysfs: Introduce sysfs_rename_mutexEric W. Biederman-0/+1
2007-10-12sysfs: Make sysfs_mount staticEric W. Biederman-1/+0
2007-10-12sysfs: Remove sysfs_instantiateEric W. Biederman-1/+0
2007-10-12sysfs: make sysfs_addrm_finish() return voidTejun Heo-1/+1
2007-10-12sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo-1/+1
2007-10-12sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo-2/+0
2007-10-12sysfs: Remove first pass at shadow directory supportEric W. Biederman-6/+0
2007-07-18sysfs: make sysfs_init_inode() staticTejun Heo-1/+0
2007-07-11sysfs: make directory dentries and inodes reclaimableTejun Heo-0/+1
2007-07-11sysfs: implement sysfs_get_dentry()Tejun Heo-0/+1
2007-07-11sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo-1/+0
2007-07-11sysfs: restructure add/remove paths and fix inode updateTejun Heo-4/+16
2007-07-11sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo-1/+1
2007-07-11sysfs: consolidate sysfs spinlocksTejun Heo-2/+1
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo-4/+6
2007-07-11sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo-1/+4
2007-07-11sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo-1/+6
2007-07-11sysfs: use singly-linked list for sysfs_dirent treeTejun Heo-2/+2
2007-07-11sysfs: slim down sysfs_dirent->s_activeTejun Heo-11/+2
2007-07-11sysfs: move s_active functions to fs/sysfs/dir.cTejun Heo-88/+6
2007-07-11sysfs: use iget_locked() instead of new_inode()Tejun Heo-1/+1
2007-07-11sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo-3/+3
2007-07-11sysfs: reimplement sysfs_drop_dentry()Tejun Heo-1/+1
2007-07-11sysfs: separate out sysfs_attach_dentry()Tejun Heo-1/+2
2007-07-11sysfs: kill attribute file orphaningTejun Heo-16/+0
2007-07-11sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo-21/+102
2007-07-11sysfs: reimplement symlink using sysfs_dirent treeTejun Heo-4/+5
2007-07-11sysfs: implement kobj_sysfs_assoc_lockTejun Heo-0/+1
2007-07-11sysfs: make sysfs_dirent->s_element a unionTejun Heo-25/+31
2007-07-11sysfs: add sysfs_dirent->s_nameTejun Heo-4/+3
2007-07-11sysfs: add sysfs_dirent->s_parentTejun Heo-0/+1
2007-07-11sysfs: consolidate sysfs_dirent creation functionsTejun Heo-2/+5
2007-07-11sysfs: make sysfs_put() ignore NULL sdTejun Heo-1/+1
2007-07-11sysfs: move release_sysfs_dirent() to dir.cTejun Heo-12/+1
2007-06-12sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo-0/+1
2007-06-12sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen-0/+1
2007-02-23sysfs: move struct sysfs_dirent to private headerAdam J. Richter-0/+11
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven-2/+2