Commit Graph

232 Commits (c099aacd48ee73bd2de7da029e536ed005d72a43)

Author SHA1 Message Date
Tejun Heo 990e53f880 sysfs: make sysfs_addrm_finish() return void 18 years ago
Tejun Heo 23dc279950 sysfs: make sysfs_add_one() automatically check for duplicate entry 18 years ago
Tejun Heo 41fc1c2745 sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictly 18 years ago
Tejun Heo ff869de7bf sysfs: simplify sysfs_rename_dir() 18 years ago
Tejun Heo a7a0475497 sysfs: cosmetic changes in sysfs_lookup() 18 years ago
Eric W. Biederman 90bc61359d sysfs: Remove first pass at shadow directory support 18 years ago
Dave Young 869512ab5a sysfs: cleanup semaphore.h 18 years ago
Dave Young 52e8c209d6 sysfs/file.c - use mutex instead of semaphore 18 years ago
Greg Kroah-Hartman 19c38de88a kobjects: fix up improper use of the kobject name field 18 years ago
Alan Stern 5f1835da79 sysfs: don't warn on removal of a nonexistent binary file 18 years ago
Tejun Heo 6cb52147b2 sysfs: fix locking in sysfs_lookup() and sysfs_rename_dir() 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
Tejun Heo 967e35dcc9 sysfs: cosmetic clean up on node creation failure paths 18 years ago
Tejun Heo a1da4dfe35 sysfs: kill an extra put in sysfs_create_link() failure path 18 years ago
Tejun Heo bc37e28303 sysfs: make sysfs_init_inode() static 18 years ago
Tejun Heo e080e436f6 sysfs: fix sysfs root inode nlink accounting 18 years ago
Akinobu Mita 01da2425f3 sysfs: avoid kmem_cache_free(NULL) 18 years ago
Zhang Rui 91a6902958 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes 18 years ago
Tejun Heo 51225039f3 sysfs: make directory dentries and inodes reclaimable 18 years ago
Tejun Heo 53e0ae9269 sysfs: implement sysfs_get_dentry() 18 years ago
Tejun Heo a0edd7c848 sysfs: move sysfs_drop_dentry() to dir.c and make it static 18 years ago
Tejun Heo fb6896da37 sysfs: restructure add/remove paths and fix inode update 18 years ago
Tejun Heo 3007e997de sysfs: use sysfs_mutex to protect the sysfs_dirent tree 18 years ago
Tejun Heo 5f9953237f sysfs: consolidate sysfs spinlocks 18 years ago
Tejun Heo 608e266a2d sysfs: make kobj point to sysfs_dirent instead of dentry 18 years ago
Tejun Heo f0b0af4792 sysfs: implement sysfs_find_dirent() and sysfs_get_dirent() 18 years ago
Tejun Heo 380e6fbb72 sysfs: implement SYSFS_FLAG_REMOVED flag 18 years ago
Tejun Heo b402d72cf7 sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags 18 years ago
Tejun Heo d0bcb5689a sysfs: make sysfs_drop_dentry() access inodes using ilookup() 18 years ago
Rafael J. Wysocki 9d9307dabb sysfs: Fix oops in sysfs_drop_dentry on x86_64 18 years ago
Tejun Heo 0c73f18b7d sysfs: use singly-linked list for sysfs_dirent tree 18 years ago
Tejun Heo 8619f97989 sysfs: slim down sysfs_dirent->s_active 18 years ago
Tejun Heo b6b4a4399c sysfs: move s_active functions to fs/sysfs/dir.c 18 years ago
Tejun Heo 0b8ead82f5 sysfs: fix root sysfs_dirent -> root dentry association 18 years ago
Tejun Heo 8312a8d7c1 sysfs: use iget_locked() instead of new_inode() 18 years ago
Tejun Heo fc9f54b998 sysfs: reorganize sysfs_new_indoe() and sysfs_create() 18 years ago
Tejun Heo 7f7cfffe60 sysfs: fix parent refcounting during rename and move 18 years ago
Tejun Heo 42b37df6ab sysfs: make sysfs_alloc_ino() static 18 years ago
Tejun Heo 7b595756ec sysfs: kill unnecessary attribute->owner 18 years ago
Tejun Heo dbde0fcf9f sysfs: reimplement sysfs_drop_dentry() 18 years ago
Tejun Heo 198a2a8470 sysfs: separate out sysfs_attach_dentry() 18 years ago
Tejun Heo 73107cb3ad sysfs: kill attribute file orphaning 18 years ago
Tejun Heo 0ab66088c8 sysfs: implement sysfs_dirent active reference and immediate disconnect 18 years ago
Tejun Heo eb36165353 sysfs: implement bin_buffer 18 years ago
Tejun Heo 2b29ac252a sysfs: reimplement symlink using sysfs_dirent tree 18 years ago
Tejun Heo aecdcedaab sysfs: implement kobj_sysfs_assoc_lock 18 years ago
Tejun Heo 3e5190380e sysfs: make sysfs_dirent->s_element a union 18 years ago
Tejun Heo 0c096b507f sysfs: add sysfs_dirent->s_name 18 years ago
Tejun Heo 13b3086d2e sysfs: add sysfs_dirent->s_parent 18 years ago
Tejun Heo a26cd7226c sysfs: consolidate sysfs_dirent creation functions 18 years ago