aboutsummaryrefslogtreecommitdiff
path: root/fs/sysfs/bin.c
AgeCommit message (Expand)Author
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman
2010-03-07sysfs: Remove sysfs_get/put_active_twoEric W. Biederman
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-07-08Free the memory allocated by memdup_user() in fs/sysfs/bin.cCatalin Marinas
2009-04-20sysfs: use memdup_user()Li Zefan
2009-04-01mm: page_mkwrite change prototype to match fault: fix sysfsHugh Dickins
2009-03-24sysfs: fix some bin_vm_ops errorsHugh Dickins
2009-03-24sysfs: don't block indefinitely for unmapped files.Eric W. Biederman
2009-01-20sysfs: fix problems with binary filesGreg Kroah-Hartman
2008-10-16sysfs: fix deadlockNick Piggin
2007-10-12sysfs: add copyrightsTejun Heo
2007-10-12sysfs: make s_elem an anonymous unionTejun Heo
2007-10-12sysfs: make bin attr open get active reference of parent tooTejun Heo
2007-10-12sysfs: kill unnecessary sysfs_get() in open pathsTejun Heo
2007-10-12sysfs: cleanup semaphore.hDave Young
2007-08-22sysfs: don't warn on removal of a nonexistent binary fileAlan Stern
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo
2007-07-11sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo
2007-07-11sysfs: implement bin_bufferTejun Heo
2007-07-11sysfs: make sysfs_dirent->s_element a unionTejun Heo
2007-07-11sysfs: fix error handling in binattr write()Tejun Heo
2007-05-02sysfs: printk format warningRandy Dunlap
2007-04-27sysfs: bin.c printk fixAndrew Morton
2007-02-07sysfs: kobject_put cleanupMariusz Kozlowski
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum
2006-12-08[PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-09-25sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2005-06-20[PATCH] sysfs: if show/store is missing return -EIODmitry Torokhov
2005-04-16Linux-2.6.12-rc2Linus Torvalds