aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/file.c
Commit message (Expand)AuthorAgeFilesLines
...
* sysfs: restructure add/remove paths and fix inode updateTejun Heo2007-07-111-9/+8
* sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo2007-07-111-16/+15
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-111-23/+24
* sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo2007-07-111-1/+1
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-16/+5
* sysfs: kill attribute file orphaningTejun Heo2007-07-111-52/+13
* sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo2007-07-111-54/+76
* sysfs: make sysfs_dirent->s_element a unionTejun Heo2007-07-111-9/+10
* sysfs: add sysfs_dirent->s_nameTejun Heo2007-07-111-1/+1
* sysfs: consolidate sysfs_dirent creation functionsTejun Heo2007-07-111-5/+16
* use simple_read_from_buffer() in fs/Akinobu Mita2007-05-091-31/+2
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-6/+5
* 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-231-0/+44
* PCI/sysfs/kobject kernel-doc fixesRandy Dunlap2007-02-161-1/+1
* sysfs: error handling in sysfs, fill_read_buffer()Oliver Neukum2007-02-071-4/+6
* sysfs: kobject_put cleanupMariusz Kozlowski2007-02-071-3/+2
* 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/+0
* [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/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-9/+8
* [PATCH] sysfs: fix sysfs_chmod_fileManeesh Soni2005-07-291-8/+10
* [PATCH] inotifyRobert Love2005-07-121-5/+2
* [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-201-1/+1
* [PATCH] sysfs: if show/store is missing return -EIODmitry Torokhov2005-06-201-2/+2
* [PATCH] DocBook: fix some descriptionsMartin Waitz2005-05-011-2/+2
* [PATCH] sysfs: add sysfs_chmod_file()Kay Sievers2005-04-181-0/+35
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+447