summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* sysfs: add copyrightsTejun Heo2007-10-121-2/+6
* sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dirTejun Heo2007-10-121-1/+1
* sysfs: make sysfs_root a regular directory direntTejun Heo2007-10-121-5/+0
* sysfs: make s_elem an anonymous unionTejun Heo2007-10-121-1/+1
* sysfs: Remove sysfs_instantiateEric W. Biederman2007-10-121-17/+0
* sysfs: Move all of inode initialization into sysfs_init_inodeEric W. Biederman2007-10-121-3/+45
* sysfs: make sysfs_addrm_finish() return voidTejun Heo2007-10-121-2/+5
* sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo2007-10-121-13/+4
* sysfs: Remove first pass at shadow directory supportEric W. Biederman2007-10-121-10/+0
* sysfs: cleanup semaphore.hDave Young2007-10-121-1/+0
* sysfs: make sysfs_init_inode() staticTejun Heo2007-07-181-1/+1
* sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo2007-07-111-56/+0
* sysfs: restructure add/remove paths and fix inode updateTejun Heo2007-07-111-38/+8
* sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo2007-07-111-8/+3
* sysfs: consolidate sysfs spinlocksTejun Heo2007-07-111-8/+8
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-111-5/+6
* sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo2007-07-111-0/+1
* sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo2007-07-111-4/+4
* sysfs: make sysfs_drop_dentry() access inodes using ilookup()Tejun Heo2007-07-111-35/+28
* sysfs: Fix oops in sysfs_drop_dentry on x86_64Rafael J. Wysocki2007-07-111-1/+2
* sysfs: use singly-linked list for sysfs_dirent treeTejun Heo2007-07-111-5/+7
* sysfs: use iget_locked() instead of new_inode()Tejun Heo2007-07-111-9/+15
* sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo2007-07-111-51/+57
* sysfs: reimplement sysfs_drop_dentry()Tejun Heo2007-07-111-21/+61
* sysfs: separate out sysfs_attach_dentry()Tejun Heo2007-07-111-2/+2
* sysfs: kill attribute file orphaningTejun Heo2007-07-111-25/+0
* sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo2007-07-111-2/+6
* sysfs: make sysfs_dirent->s_element a unionTejun Heo2007-07-111-1/+1
* sysfs: add sysfs_dirent->s_nameTejun Heo2007-07-111-32/+1
* sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo2007-06-121-1/+17
* sysfs: fix condition check in sysfs_drop_dentry()Tejun Heo2007-06-121-1/+1
* sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen2007-06-121-0/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* [PATCH] sysfs: reinstate exclusion between method calls and attribute unregis...Alan Stern2007-03-151-3/+7
* [PATCH] suspend regression: sysfs deadlockHugh Dickins2007-03-061-4/+1
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-1/+1
* sysfs: Shadow directory supportEric W. Biederman2007-02-071-0/+10
* sysfs: suppress lockdep warningsFrederik Deweerdt2007-02-071-2/+2
* Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum2007-02-071-0/+24
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap2006-09-251-3/+8
* [PATCH] lockdep: annotate the sysfs i_mutex to be a separate classArjan van de Ven2006-07-121-0/+12
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* BUG_ON() Conversion in fs/sysfs/Eric Sesterhenn2006-04-011-2/+1
* [PATCH] sysfs: kzalloc conversionEric Sesterhenn2006-03-201-2/+1
* [PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentryGreg Kroah-Hartman2006-03-201-1/+5
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-5/+3
* [PATCH] Fix oops in sysfs_hash_and_remove_file()James Bottomley2005-08-261-0/+4
* [PATCH] sysfs: fix sysfs_setattrManeesh Soni2005-07-291-1/+1
OpenPOWER on IntegriCloud