summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-261-2/+9
|\
| * [SCSI] sysfs: fix the sysfs_add_file_to_group interfacesJames Bottomley2008-01-231-2/+9
* | Driver Core: kill subsys_attribute and default sysfs opsKay Sievers2008-01-251-53/+10Star
* | kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-251-3/+1Star
* | sysfs: remove SPIN_LOCK_UNLOCKEDJiri Slaby2008-01-251-1/+1
|/
* sysfs: fix off-by-one error in fill_read_buffer()Miao Xie2007-11-281-1/+5
* sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistakeChris Malley2007-10-201-1/+1
* sysfs: add copyrightsTejun Heo2007-10-121-1/+9
* sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo2007-10-121-6/+19
* sysfs: implement sysfs_open_direntTejun Heo2007-10-121-1/+108
* sysfs: make s_elem an anonymous unionTejun Heo2007-10-121-7/+7
* sysfs: kill unnecessary NULL pointer check in sysfs_release()Tejun Heo2007-10-121-5/+4Star
* sysfs: kill unnecessary sysfs_get() in open pathsTejun Heo2007-10-121-5/+1Star
* sysfs: kill sysfs_update_file()Tejun Heo2007-10-121-40/+0Star
* sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode tooTejun Heo2007-10-121-0/+9
* sysfs: Introduce sysfs_rename_mutexEric W. Biederman2007-10-121-0/+4
* sysfs: Fix typos in fs/sysfs/file.cRolf Eike Beer2007-10-121-1/+1
* sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo2007-10-121-7/+5Star
* sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo2007-10-121-3/+1Star
* sysfs/file.c - use mutex instead of semaphoreDave Young2007-10-121-7/+7
* sysfs: cosmetic clean up on node creation failure pathsTejun Heo2007-07-191-4/+5
* sysfs: make directory dentries and inodes reclaimableTejun Heo2007-07-121-75/+59Star
* sysfs: restructure add/remove paths and fix inode updateTejun Heo2007-07-121-9/+8Star
* sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo2007-07-121-16/+15Star
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-121-23/+24
* sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo2007-07-121-1/+1
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-121-16/+5Star
* sysfs: kill attribute file orphaningTejun Heo2007-07-121-52/+13Star
* sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo2007-07-121-54/+76
* 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