Commit Graph

86 Commits (62832c039eab9d03cd28a66427ce8276988f28b0)

Author SHA1 Message Date
Dan Carpenter 57f9bdac25 sysfs: checking for NULL instead of ERR_PTR 15 years ago
Jean Delvare 49c19400f6 sysfs: sysfs_chmod_file's attr can be const 15 years ago
Eric W. Biederman 3ff195b011 sysfs: Implement sysfs tagged directory support. 15 years ago
Eric W. Biederman a2db684287 sysfs: Only take active references on attributes. 15 years ago
Eric W. Biederman e72ceb8cca sysfs: Remove sysfs_get/put_active_two 15 years ago
Emese Revfy 52cf25d0ab Driver core: Constify struct sysfs_ops in struct kobj_type 15 years ago
Andi Kleen 1c205ae18d sysfs: Add sysfs_add/remove_files utility functions 15 years ago
Eric W. Biederman 06fc0d66f7 sysfs: In sysfs_chmod_file lazily propagate the mode change. 15 years ago
Eric W. Biederman 4c6974f51a sysfs: Simplify sysfs_chmod_file semantics 15 years ago
Neil Brown 83db93f4de sysfs: Allow sysfs_notify_dirent to be called from interrupt context. 16 years ago
Andrew Morton 086a377edc sysfs: file.c: use create_singlethread_workqueue() 16 years ago
KOSAKI Motohiro 1af3557abd sysfs: sysfs poll keep the poll rule of regular file. 16 years ago
Alex Chiang d110271e1f sysfs: don't use global workqueue in sysfs_schedule_callback() 16 years ago
Alex Chiang 669420644c sysfs: only allow one scheduled removal callback per kobj 16 years ago
Trent Piepho 8c0e3998f5 sysfs: Make dir and name args to sysfs_notify() const 17 years ago
Neil Brown f1282c844e sysfs: Support sysfs_notify from atomic context with new sysfs_notify_dirent 17 years ago
Andrew Morton ae87221d3c sysfs: crash debugging 17 years ago
Arjan van de Ven 99fcd77d15 Use WARN() in fs/sysfs 17 years ago
Miklos Szeredi 93265d13ea sysfs: don't call notify_change 17 years ago
Harvey Harrison 8e24eea728 fs: replace remaining __FUNCTION__ occurrences 17 years ago
James Bottomley 0f4238958d [SCSI] sysfs: make group is_valid return a mode_t 17 years ago
Dan Williams 2424b5dd06 sysfs: refill attribute buffer when reading from offset 0 17 years ago
Robert P. J. Day c6f8773382 SYSFS: Explicitly include required header file slab.h. 17 years ago
Andrew Morton 815d2d50da driver core: debug for bad dev_attr_show() return value. 17 years ago
Kay Sievers 000f2a4d8c Driver Core: kill subsys_attribute and default sysfs ops 17 years ago
Greg Kroah-Hartman 3514faca19 kobject: remove struct kobj_type from struct kset 17 years ago
Jiri Slaby d7b3788965 sysfs: remove SPIN_LOCK_UNLOCKED 17 years ago
James Bottomley 11f24fbdf5 [SCSI] sysfs: fix the sysfs_add_file_to_group interfaces 17 years ago
Miao Xie 8118a859dc sysfs: fix off-by-one error in fill_read_buffer() 17 years ago
Chris Malley 3932bf6059 sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistake 18 years ago
Tejun Heo 6d66f5cd26 sysfs: add copyrights 18 years ago
Tejun Heo a4e8b91254 sysfs: move sysfs file poll implementation to sysfs_open_dirent 18 years ago
Tejun Heo 85a4ffad3d sysfs: implement sysfs_open_dirent 18 years ago
Tejun Heo b1fc3d6144 sysfs: make s_elem an anonymous union 18 years ago
Tejun Heo 50ab1a7286 sysfs: kill unnecessary NULL pointer check in sysfs_release() 18 years ago
Tejun Heo b05f0548da sysfs: kill unnecessary sysfs_get() in open paths 18 years ago
Tejun Heo 5a7ad7f044 sysfs: kill sysfs_update_file() 18 years ago
Tejun Heo f88123eaf9 sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode too 18 years ago
Eric W. Biederman 932ea2e374 sysfs: Introduce sysfs_rename_mutex 18 years ago
Rolf Eike Beer a93720eeb4 sysfs: Fix typos in fs/sysfs/file.c 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
Dave Young 52e8c209d6 sysfs/file.c - use mutex instead of semaphore 18 years ago
Tejun Heo 967e35dcc9 sysfs: cosmetic clean up on node creation failure paths 18 years ago
Tejun Heo 51225039f3 sysfs: make directory dentries and inodes reclaimable 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 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 7b595756ec sysfs: kill unnecessary attribute->owner 18 years ago