summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/bin.c
Commit message (Expand)AuthorAgeFilesLines
* sysfs: add copyrightsTejun Heo2007-10-121-1/+7
* sysfs: make s_elem an anonymous unionTejun Heo2007-10-121-7/+7
* sysfs: make bin attr open get active reference of parent tooTejun Heo2007-10-121-5/+5
* sysfs: kill unnecessary sysfs_get() in open pathsTejun Heo2007-10-121-3/+1Star
* sysfs: cleanup semaphore.hDave Young2007-10-121-1/+1
* sysfs: don't warn on removal of a nonexistent binary fileAlan Stern2007-08-221-6/+1Star
* sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-121-2/+2
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-121-3/+3
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-121-14/+5Star
* sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo2007-07-121-33/+62
* sysfs: implement bin_bufferTejun Heo2007-07-121-15/+49
* sysfs: make sysfs_dirent->s_element a unionTejun Heo2007-07-121-7/+11
* sysfs: fix error handling in binattr write()Tejun Heo2007-07-121-14/+9Star
* sysfs: printk format warningRandy Dunlap2007-05-031-1/+1
* sysfs: bin.c printk fixAndrew Morton2007-04-271-1/+1
* sysfs: kobject_put cleanupMariusz Kozlowski2007-02-071-3/+2Star
* Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum2007-02-071-0/+1
* [PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-7/+7
* sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap2006-09-261-5/+8
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] sysfs: if show/store is missing return -EIODmitry Torokhov2005-06-211-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+204