aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/bin.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-22new helper: file_inode(file)Al Viro1-3/+3
2012-07-31sysfs: Push file_update_time() into bin_page_mkwrite()Jan Kara1-0/+2
2010-10-22sysfs: only access bin file vm_ops with the active lockEric W. Biederman1-16/+26
2010-10-22sysfs: Fail bin file mmap if vma close is implemented.Eric W. Biederman1-18/+8
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-13/+11
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman1-1/+1
2010-03-07sysfs: Remove sysfs_get/put_active_twoEric W. Biederman1-25/+25
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody1-2/+4
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-2/+2
2009-07-08Free the memory allocated by memdup_user() in fs/sysfs/bin.cCatalin Marinas1-0/+1
2009-04-20sysfs: use memdup_user()Li Zefan1-10/+3
2009-04-01mm: page_mkwrite change prototype to match fault: fix sysfsHugh Dickins1-4/+4
2009-03-24sysfs: fix some bin_vm_ops errorsHugh Dickins1-10/+79
2009-03-24sysfs: don't block indefinitely for unmapped files.Eric W. Biederman1-13/+171
2009-01-20sysfs: fix problems with binary filesGreg Kroah-Hartman1-0/+6
2008-10-16sysfs: fix deadlockNick Piggin1-11/+31
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