Eric W. Biederman
|
119dd52be3
sysfs: Remove sysfs_instantiate
|
18 年 前 |
Eric W. Biederman
|
372e88bd19
sysfs: Move all of inode initialization into sysfs_init_inode
|
18 年 前 |
Tejun Heo
|
253280267a
sysfs: fix i_mutex locking in sysfs_get_dentry()
|
18 年 前 |
Tejun Heo
|
990e53f880
sysfs: make sysfs_addrm_finish() return void
|
18 年 前 |
Tejun Heo
|
23dc279950
sysfs: make sysfs_add_one() automatically check for duplicate entry
|
18 年 前 |
Tejun Heo
|
41fc1c2745
sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictly
|
18 年 前 |
Tejun Heo
|
ff869de7bf
sysfs: simplify sysfs_rename_dir()
|
18 年 前 |
Tejun Heo
|
a7a0475497
sysfs: cosmetic changes in sysfs_lookup()
|
18 年 前 |
Eric W. Biederman
|
90bc61359d
sysfs: Remove first pass at shadow directory support
|
18 年 前 |
Dave Young
|
869512ab5a
sysfs: cleanup semaphore.h
|
18 年 前 |
Greg Kroah-Hartman
|
19c38de88a
kobjects: fix up improper use of the kobject name field
|
17 年 前 |
Tejun Heo
|
6cb52147b2
sysfs: fix locking in sysfs_lookup() and sysfs_rename_dir()
|
18 年 前 |
Tejun Heo
|
967e35dcc9
sysfs: cosmetic clean up on node creation failure paths
|
18 年 前 |
Akinobu Mita
|
01da2425f3
sysfs: avoid kmem_cache_free(NULL)
|
18 年 前 |
Tejun Heo
|
51225039f3
sysfs: make directory dentries and inodes reclaimable
|
18 年 前 |
Tejun Heo
|
53e0ae9269
sysfs: implement sysfs_get_dentry()
|
18 年 前 |
Tejun Heo
|
a0edd7c848
sysfs: move sysfs_drop_dentry() to dir.c and make it static
|
18 年 前 |
Tejun Heo
|
fb6896da37
sysfs: restructure add/remove paths and fix inode update
|
18 年 前 |
Tejun Heo
|
3007e997de
sysfs: use sysfs_mutex to protect the sysfs_dirent tree
|
18 年 前 |
Tejun Heo
|
5f9953237f
sysfs: consolidate sysfs spinlocks
|
18 年 前 |
Tejun Heo
|
608e266a2d
sysfs: make kobj point to sysfs_dirent instead of dentry
|
18 年 前 |
Tejun Heo
|
f0b0af4792
sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()
|
18 年 前 |
Tejun Heo
|
380e6fbb72
sysfs: implement SYSFS_FLAG_REMOVED flag
|
18 年 前 |
Tejun Heo
|
b402d72cf7
sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags
|
18 年 前 |
Tejun Heo
|
0c73f18b7d
sysfs: use singly-linked list for sysfs_dirent tree
|
18 年 前 |
Tejun Heo
|
8619f97989
sysfs: slim down sysfs_dirent->s_active
|
18 年 前 |
Tejun Heo
|
b6b4a4399c
sysfs: move s_active functions to fs/sysfs/dir.c
|
18 年 前 |
Tejun Heo
|
8312a8d7c1
sysfs: use iget_locked() instead of new_inode()
|
18 年 前 |
Tejun Heo
|
fc9f54b998
sysfs: reorganize sysfs_new_indoe() and sysfs_create()
|
18 年 前 |
Tejun Heo
|
7f7cfffe60
sysfs: fix parent refcounting during rename and move
|
18 年 前 |