summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman2009-03-251-0/+17
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-3/+0Star
* sysfs: Disallow truncation of files in sysfsBen Hutchings2008-05-011-0/+2
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-1/+1
* mm: bdi init hooksPeter Zijlstra2007-10-171-0/+5
* implement simple fs aopsNick Piggin2007-10-161-2/+2
* 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/+0Star
* sysfs: make s_elem an anonymous unionTejun Heo2007-10-121-1/+1
* sysfs: Remove sysfs_instantiateEric W. Biederman2007-10-121-17/+0Star
* 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/+4Star
* sysfs: Remove first pass at shadow directory supportEric W. Biederman2007-10-121-10/+0Star
* sysfs: cleanup semaphore.hDave Young2007-10-121-1/+0Star
* sysfs: make sysfs_init_inode() staticTejun Heo2007-07-191-1/+1
* sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo2007-07-121-56/+0Star
* sysfs: restructure add/remove paths and fix inode updateTejun Heo2007-07-121-38/+8Star
* sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo2007-07-121-8/+3Star
* sysfs: consolidate sysfs spinlocksTejun Heo2007-07-121-8/+8
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-121-5/+6
* sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo2007-07-121-0/+1
* sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo2007-07-121-4/+4
* sysfs: make sysfs_drop_dentry() access inodes using ilookup()Tejun Heo2007-07-121-35/+28Star
* sysfs: Fix oops in sysfs_drop_dentry on x86_64Rafael J. Wysocki2007-07-121-1/+2
* sysfs: use singly-linked list for sysfs_dirent treeTejun Heo2007-07-121-5/+7
* sysfs: use iget_locked() instead of new_inode()Tejun Heo2007-07-121-9/+15
* sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo2007-07-121-51/+57
* sysfs: reimplement sysfs_drop_dentry()Tejun Heo2007-07-121-21/+61
* sysfs: separate out sysfs_attach_dentry()Tejun Heo2007-07-121-2/+2
* sysfs: kill attribute file orphaningTejun Heo2007-07-121-25/+0Star
* sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo2007-07-121-2/+6
* sysfs: make sysfs_dirent->s_element a unionTejun Heo2007-07-121-1/+1
* sysfs: add sysfs_dirent->s_nameTejun Heo2007-07-121-32/+1Star
* sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo2007-06-131-1/+17
* sysfs: fix condition check in sysfs_drop_dentry()Tejun Heo2007-06-131-1/+1
* sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen2007-06-131-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-071-4/+1Star
* [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/+0Star
* sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap2006-09-261-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/+1Star