summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/sysfs.h
Commit message (Expand)AuthorAgeFilesLines
...
* sysfs: consolidate sysfs spinlocksTejun Heo2007-07-121-2/+1Star
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-121-4/+6
* sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo2007-07-121-1/+4
* sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo2007-07-121-1/+6
* sysfs: use singly-linked list for sysfs_dirent treeTejun Heo2007-07-121-2/+2
* sysfs: slim down sysfs_dirent->s_activeTejun Heo2007-07-121-11/+2Star
* sysfs: move s_active functions to fs/sysfs/dir.cTejun Heo2007-07-121-88/+6Star
* sysfs: use iget_locked() instead of new_inode()Tejun Heo2007-07-121-1/+1
* sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo2007-07-121-3/+3
* sysfs: reimplement sysfs_drop_dentry()Tejun Heo2007-07-121-1/+1
* sysfs: separate out sysfs_attach_dentry()Tejun Heo2007-07-121-1/+2
* sysfs: kill attribute file orphaningTejun Heo2007-07-121-16/+0Star
* sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo2007-07-121-21/+102
* sysfs: reimplement symlink using sysfs_dirent treeTejun Heo2007-07-121-4/+5
* sysfs: implement kobj_sysfs_assoc_lockTejun Heo2007-07-121-0/+1
* sysfs: make sysfs_dirent->s_element a unionTejun Heo2007-07-121-25/+31
* sysfs: add sysfs_dirent->s_nameTejun Heo2007-07-121-4/+3Star
* sysfs: add sysfs_dirent->s_parentTejun Heo2007-07-121-0/+1
* sysfs: consolidate sysfs_dirent creation functionsTejun Heo2007-07-121-2/+5
* sysfs: make sysfs_put() ignore NULL sdTejun Heo2007-07-121-1/+1
* sysfs: move release_sysfs_dirent() to dir.cTejun Heo2007-07-121-12/+1Star
* sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo2007-06-131-0/+1
* sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen2007-06-131-0/+1
* sysfs: move struct sysfs_dirent to private headerAdam J. Richter2007-02-231-0/+11
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-2/+2
* sysfs: Shadow directory supportEric W. Biederman2007-02-071-0/+5
* Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum2007-02-071-0/+16
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap2006-09-261-1/+1
* [PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2006-04-141-0/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-3/+3
* [PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni2006-03-201-0/+1
* [PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig2005-06-231-1/+0Star
* [PATCH] sysfs-iattr: set inode attributesManeesh Soni2005-06-211-1/+1
* [PATCH] sysfs-iattr: add sysfs_setattrManeesh Soni2005-06-211-0/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+95