summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/file.c
Commit message (Expand)AuthorAgeFilesLines
...
* sysfs: make sysfs_dirent->s_element a unionTejun Heo2007-07-121-9/+10
* sysfs: add sysfs_dirent->s_nameTejun Heo2007-07-121-1/+1
* sysfs: consolidate sysfs_dirent creation functionsTejun Heo2007-07-121-5/+16
* use simple_read_from_buffer() in fs/Akinobu Mita2007-05-091-31/+2Star
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-031-6/+5Star
* device_schedule_callback() needs a module referenceAlan Stern2007-04-271-3/+11
* [PATCH] sysfs: reinstate exclusion between method calls and attribute unregis...Alan Stern2007-03-151-5/+5
* [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern2007-03-151-0/+54
* sysfs: allow attributes to be added to groupsAlan Stern2007-02-241-0/+44
* PCI/sysfs/kobject kernel-doc fixesRandy Dunlap2007-02-171-1/+1
* sysfs: error handling in sysfs, fill_read_buffer()Oliver Neukum2007-02-071-4/+6
* 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-17/+50
* [PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-8/+8
* sysfs: sysfs_write_file() writes zero terminated dataThomas Maier2006-12-011-0/+3
* sysfs: update obsolete comment in sysfs_update_fileHidetoshi Seto2006-10-181-1/+1
* sysfs: remove duplicated dput in sysfs_update_fileHidetoshi Seto2006-10-181-5/+0Star
* [PATCH] pr_debug: sysfs: use size_t length modifier in pr_debug format argumentsZach Brown2006-10-031-2/+2
* [PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2006-04-141-0/+76
* [PATCH] sysfs: zero terminate sysfs write buffersGreg Kroah-Hartman2006-04-021-1/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni2006-03-201-2/+4
* [PATCH] sysfs: kzalloc conversionEric Sesterhenn2006-03-201-2/+1Star
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-101-9/+8Star
* [PATCH] sysfs: fix sysfs_chmod_fileManeesh Soni2005-07-291-8/+10
* [PATCH] inotifyRobert Love2005-07-131-5/+2Star
* [PATCH] DocBook: update commentsMartin Waitz2005-06-241-2/+3
* [PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig2005-06-231-2/+3
* [PATCH] SYSFS: fix PAGE_SIZE checkJon Smirl2005-06-211-1/+1
* [PATCH] sysfs: if show/store is missing return -EIODmitry Torokhov2005-06-211-2/+2
* [PATCH] DocBook: fix some descriptionsMartin Waitz2005-05-011-2/+2
* [PATCH] sysfs: add sysfs_chmod_file()Kay Sievers2005-04-191-0/+35
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+447