aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/sysfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-04sysfs: Add lockdep annotations for the sysfs active referenceEric W. Biederman1-0/+15
2009-12-11sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dirEric W. Biederman1-0/+3
2009-12-11sysfs: Propagate renames to the vfs on demandEric W. Biederman1-1/+0
2009-12-11sysfs: Gut sysfs_addrm_start and sysfs_addrm_finishEric W. Biederman1-2/+0
2009-12-11sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman1-0/+2
2009-12-11sysfs: Fix locking and factor out sysfs_sd_setattrEric W. Biederman1-0/+1
2009-09-10sysfs: Add labeling support for sysfsDavid P. Quigley1-1/+11
2009-03-24sysfs: don't block indefinitely for unmapped files.Eric W. Biederman1-0/+2
2009-03-24sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman1-0/+1
2008-10-16sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown1-2/+4
2008-07-21driver core: Suppress sysfs warnings for device_rename().Cornelia Huck1-0/+1
2008-04-22[SCSI] sysfs: make group is_valid return a mode_tJames Bottomley1-0/+2
2007-10-30sysfs: make sysfs_{get,put}_active() staticAdrian Bunk1-2/+0
2007-10-17mm: bdi init hooksPeter Zijlstra1-0/+1
2007-10-12sysfs: add copyrightsTejun Heo1-0/+10
2007-10-12sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo1-1/+0
2007-10-12sysfs: implement sysfs_open_direntTejun Heo1-0/+3
2007-10-12sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dirTejun Heo1-1/+2
2007-10-12sysfs: make sysfs_root a regular directory direntTejun Heo1-5/+4
2007-10-12sysfs: make s_elem an anonymous unionTejun Heo1-5/+5
2007-10-12sysfs: reposition sysfs_dirent->s_mode.Tejun Heo1-1/+1
2007-10-12sysfs: clean up header filesTejun Heo1-56/+92
2007-10-12sysfs: Remove s_dentryEric W. Biederman1-1/+0
2007-10-12sysfs: Introduce sysfs_rename_mutexEric W. Biederman1-0/+1
2007-10-12sysfs: Make sysfs_mount staticEric W. Biederman1-1/+0
2007-10-12sysfs: Remove sysfs_instantiateEric W. Biederman1-1/+0
2007-10-12sysfs: make sysfs_addrm_finish() return voidTejun Heo1-1/+1
2007-10-12sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo1-1/+1
2007-10-12sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo1-2/+0
2007-10-12sysfs: Remove first pass at shadow directory supportEric W. Biederman1-6/+0
2007-07-18sysfs: make sysfs_init_inode() staticTejun Heo1-1/+0
2007-07-11sysfs: make directory dentries and inodes reclaimableTejun Heo1-0/+1
2007-07-11sysfs: implement sysfs_get_dentry()Tejun Heo1-0/+1
2007-07-11sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo1-1/+0
2007-07-11sysfs: restructure add/remove paths and fix inode updateTejun Heo1-4/+16
2007-07-11sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo1-1/+1
2007-07-11sysfs: consolidate sysfs spinlocksTejun Heo1-2/+1
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo1-4/+6
2007-07-11sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo1-1/+4
2007-07-11sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo1-1/+6
2007-07-11sysfs: use singly-linked list for sysfs_dirent treeTejun Heo1-2/+2
2007-07-11sysfs: slim down sysfs_dirent->s_activeTejun Heo1-11/+2
2007-07-11sysfs: move s_active functions to fs/sysfs/dir.cTejun Heo1-88/+6
2007-07-11sysfs: use iget_locked() instead of new_inode()Tejun Heo1-1/+1
2007-07-11sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo1-3/+3
2007-07-11sysfs: reimplement sysfs_drop_dentry()Tejun Heo1-1/+1
2007-07-11sysfs: separate out sysfs_attach_dentry()Tejun Heo1-1/+2
2007-07-11sysfs: kill attribute file orphaningTejun Heo1-16/+0
2007-07-11sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo1-21/+102
2007-07-11sysfs: reimplement symlink using sysfs_dirent treeTejun Heo1-4/+5