aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/file.c
Commit message (Expand)AuthorAge
* driver core: debug for bad dev_attr_show() return value.Andrew Morton2008-03-25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-25
|\
| * [SCSI] sysfs: fix the sysfs_add_file_to_group interfacesJames Bottomley2008-01-23
* | Driver Core: kill subsys_attribute and default sysfs opsKay Sievers2008-01-24
* | kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-24
* | sysfs: remove SPIN_LOCK_UNLOCKEDJiri Slaby2008-01-24
|/
* sysfs: fix off-by-one error in fill_read_buffer()Miao Xie2007-11-28
* sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistakeChris Malley2007-10-19
* sysfs: add copyrightsTejun Heo2007-10-12
* sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo2007-10-12
* sysfs: implement sysfs_open_direntTejun Heo2007-10-12
* sysfs: make s_elem an anonymous unionTejun Heo2007-10-12
* sysfs: kill unnecessary NULL pointer check in sysfs_release()Tejun Heo2007-10-12
* sysfs: kill unnecessary sysfs_get() in open pathsTejun Heo2007-10-12
* sysfs: kill sysfs_update_file()Tejun Heo2007-10-12
* sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode tooTejun Heo2007-10-12
* sysfs: Introduce sysfs_rename_mutexEric W. Biederman2007-10-12
* sysfs: Fix typos in fs/sysfs/file.cRolf Eike Beer2007-10-12
* sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo2007-10-12
* sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo2007-10-12
* sysfs/file.c - use mutex instead of semaphoreDave Young2007-10-12
* sysfs: cosmetic clean up on node creation failure pathsTejun Heo2007-07-18
* sysfs: make directory dentries and inodes reclaimableTejun Heo2007-07-11
* sysfs: restructure add/remove paths and fix inode updateTejun Heo2007-07-11
* sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo2007-07-11
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-11
* sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo2007-07-11
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-11
* sysfs: kill attribute file orphaningTejun Heo2007-07-11
* sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo2007-07-11
* sysfs: make sysfs_dirent->s_element a unionTejun Heo2007-07-11
* sysfs: add sysfs_dirent->s_nameTejun Heo2007-07-11
* sysfs: consolidate sysfs_dirent creation functionsTejun Heo2007-07-11
* use simple_read_from_buffer() in fs/Akinobu Mita2007-05-09
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-02
* device_schedule_callback() needs a module referenceAlan Stern2007-04-27
* [PATCH] sysfs: reinstate exclusion between method calls and attribute unregis...Alan Stern2007-03-15
* [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern2007-03-15
* sysfs: allow attributes to be added to groupsAlan Stern2007-02-23
* PCI/sysfs/kobject kernel-doc fixesRandy Dunlap2007-02-16
* sysfs: error handling in sysfs, fill_read_buffer()Oliver Neukum2007-02-07
* sysfs: kobject_put cleanupMariusz Kozlowski2007-02-07
* Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum2007-02-07
* [PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-08
* sysfs: sysfs_write_file() writes zero terminated dataThomas Maier2006-12-01
* sysfs: update obsolete comment in sysfs_update_fileHidetoshi Seto2006-10-18
* sysfs: remove duplicated dput in sysfs_update_fileHidetoshi Seto2006-10-18
* [PATCH] pr_debug: sysfs: use size_t length modifier in pr_debug format argumentsZach Brown2006-10-03
* [PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2006-04-14
* [PATCH] sysfs: zero terminate sysfs write buffersGreg Kroah-Hartman2006-04-02