summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/bin.c
AgeCommit message (Expand)AuthorLines
2007-10-12sysfs: add copyrightsTejun Heo-1/+7
2007-10-12sysfs: make s_elem an anonymous unionTejun Heo-7/+7
2007-10-12sysfs: make bin attr open get active reference of parent tooTejun Heo-5/+5
2007-10-12sysfs: kill unnecessary sysfs_get() in open pathsTejun Heo-3/+1
2007-10-12sysfs: cleanup semaphore.hDave Young-1/+1
2007-08-22sysfs: don't warn on removal of a nonexistent binary fileAlan Stern-6/+1
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui-2/+2
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo-3/+3
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo-14/+5
2007-07-11sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo-33/+62
2007-07-11sysfs: implement bin_bufferTejun Heo-15/+49
2007-07-11sysfs: make sysfs_dirent->s_element a unionTejun Heo-7/+11
2007-07-11sysfs: fix error handling in binattr write()Tejun Heo-14/+9
2007-05-02sysfs: printk format warningRandy Dunlap-1/+1
2007-04-27sysfs: bin.c printk fixAndrew Morton-1/+1
2007-02-07sysfs: kobject_put cleanupMariusz Kozlowski-3/+2
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum-0/+1
2006-12-08[PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek-7/+7
2006-09-25sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap-5/+8
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven-1/+1
2005-06-20[PATCH] sysfs: if show/store is missing return -EIODmitry Torokhov-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+204