aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/sysfs.h
Commit message (Expand)AuthorAgeFilesLines
* Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-121-1/+1
* headers: kobject.h reduxAlexey Dobriyan2011-01-101-0/+1
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-1/+1
* switch sysfs to ->evict_inode()Al Viro2010-08-091-1/+1
* sysfs: Comment sysfs directory tagging logicSerge E. Hallyn2010-05-211-1/+12
* sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-211-4/+16
* sysfs: Basic support for multiple super blocksEric W. Biederman2010-05-211-0/+3
* sysfs: Kill unused sysfs_sb variable.Eric W. Biederman2010-03-071-1/+0
* sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman2010-03-071-1/+1
* sysfs: Pack sysfs_dirent more tightly.Eric W. Biederman2010-03-071-1/+1
* sysfs: Use one lockdep class per sysfs attribute.Eric W. Biederman2010-03-071-2/+5
* sysfs: Only take active references on attributes.Eric W. Biederman2010-03-071-0/+1
* sysfs: Remove sysfs_get/put_active_twoEric W. Biederman2010-03-071-2/+2
* sysfs: Add lockdep annotations for the sysfs active referenceEric W. Biederman2010-01-041-0/+15
* sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dirEric W. Biederman2009-12-111-0/+3
* sysfs: Propagate renames to the vfs on demandEric W. Biederman2009-12-111-1/+0
* sysfs: Gut sysfs_addrm_start and sysfs_addrm_finishEric W. Biederman2009-12-111-2/+0
* sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman2009-12-111-0/+2
* sysfs: Fix locking and factor out sysfs_sd_setattrEric W. Biederman2009-12-111-0/+1
* sysfs: Add labeling support for sysfsDavid P. Quigley2009-09-101-1/+11
* sysfs: don't block indefinitely for unmapped files.Eric W. Biederman2009-03-241-0/+2
* sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman2009-03-241-0/+1
* sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown2008-10-161-2/+4
* driver core: Suppress sysfs warnings for device_rename().Cornelia Huck2008-07-211-0/+1
* [SCSI] sysfs: make group is_valid return a mode_tJames Bottomley2008-04-221-0/+2
* sysfs: make sysfs_{get,put}_active() staticAdrian Bunk2007-10-301-2/+0
* mm: bdi init hooksPeter Zijlstra2007-10-171-0/+1
* sysfs: add copyrightsTejun Heo2007-10-121-0/+10
* sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo2007-10-121-1/+0
* sysfs: implement sysfs_open_direntTejun Heo2007-10-121-0/+3
* sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dirTejun Heo2007-10-121-1/+2
* sysfs: make sysfs_root a regular directory direntTejun Heo2007-10-121-5/+4
* sysfs: make s_elem an anonymous unionTejun Heo2007-10-121-5/+5
* sysfs: reposition sysfs_dirent->s_mode.Tejun Heo2007-10-121-1/+1
* sysfs: clean up header filesTejun Heo2007-10-121-56/+92
* sysfs: Remove s_dentryEric W. Biederman2007-10-121-1/+0
* sysfs: Introduce sysfs_rename_mutexEric W. Biederman2007-10-121-0/+1
* sysfs: Make sysfs_mount staticEric W. Biederman2007-10-121-1/+0
* sysfs: Remove sysfs_instantiateEric W. Biederman2007-10-121-1/+0
* sysfs: make sysfs_addrm_finish() return voidTejun Heo2007-10-121-1/+1
* sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo2007-10-121-1/+1
* sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo2007-10-121-2/+0
* sysfs: Remove first pass at shadow directory supportEric W. Biederman2007-10-121-6/+0
* sysfs: make sysfs_init_inode() staticTejun Heo2007-07-181-1/+0
* sysfs: make directory dentries and inodes reclaimableTejun Heo2007-07-111-0/+1
* sysfs: implement sysfs_get_dentry()Tejun Heo2007-07-111-0/+1
* sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo2007-07-111-1/+0
* sysfs: restructure add/remove paths and fix inode updateTejun Heo2007-07-111-4/+16
* sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo2007-07-111-1/+1
* sysfs: consolidate sysfs spinlocksTejun Heo2007-07-111-2/+1