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