summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/file.c
AgeCommit message (Expand)AuthorLines
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-04-22[SCSI] sysfs: make group is_valid return a mode_tJames Bottomley-4/+10
2008-04-19sysfs: refill attribute buffer when reading from offset 0Dan Williams-3/+2
2008-04-19SYSFS: Explicitly include required header file slab.h.Robert P. J. Day-0/+1
2008-03-24driver core: debug for bad dev_attr_show() return value.Andrew Morton-1/+7
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-2/+9
2008-01-24Driver Core: kill subsys_attribute and default sysfs opsKay Sievers-53/+10
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman-3/+1
2008-01-24sysfs: remove SPIN_LOCK_UNLOCKEDJiri Slaby-1/+1
2008-01-23[SCSI] sysfs: fix the sysfs_add_file_to_group interfacesJames Bottomley-2/+9
2007-11-28sysfs: fix off-by-one error in fill_read_buffer()Miao Xie-1/+5
2007-10-20sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistakeChris Malley-1/+1
2007-10-12sysfs: add copyrightsTejun Heo-1/+9
2007-10-12sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo-6/+19
2007-10-12sysfs: implement sysfs_open_direntTejun Heo-1/+108
2007-10-12sysfs: make s_elem an anonymous unionTejun Heo-7/+7
2007-10-12sysfs: kill unnecessary NULL pointer check in sysfs_release()Tejun Heo-5/+4
2007-10-12sysfs: kill unnecessary sysfs_get() in open pathsTejun Heo-5/+1
2007-10-12sysfs: kill sysfs_update_file()Tejun Heo-40/+0
2007-10-12sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode tooTejun Heo-0/+9
2007-10-12sysfs: Introduce sysfs_rename_mutexEric W. Biederman-0/+4
2007-10-12sysfs: Fix typos in fs/sysfs/file.cRolf Eike Beer-1/+1
2007-10-12sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo-7/+5
2007-10-12sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo-3/+1
2007-10-12sysfs/file.c - use mutex instead of semaphoreDave Young-7/+7
2007-07-18sysfs: cosmetic clean up on node creation failure pathsTejun Heo-4/+5
2007-07-11sysfs: make directory dentries and inodes reclaimableTejun Heo-75/+59
2007-07-11sysfs: restructure add/remove paths and fix inode updateTejun Heo-9/+8
2007-07-11sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo-16/+15
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo-23/+24
2007-07-11sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo-1/+1
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo-16/+5
2007-07-11sysfs: kill attribute file orphaningTejun Heo-52/+13
2007-07-11sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo-54/+76
2007-07-11sysfs: make sysfs_dirent->s_element a unionTejun Heo-9/+10
2007-07-11sysfs: add sysfs_dirent->s_nameTejun Heo-1/+1
2007-07-11sysfs: consolidate sysfs_dirent creation functionsTejun Heo-5/+16
2007-05-09use simple_read_from_buffer() in fs/Akinobu Mita-31/+2
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman-6/+5
2007-04-27device_schedule_callback() needs a module referenceAlan Stern-3/+11
2007-03-15[PATCH] sysfs: reinstate exclusion between method calls and attribute unregis...Alan Stern-5/+5
2007-03-15[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern-0/+54
2007-02-23sysfs: allow attributes to be added to groupsAlan Stern-0/+44
2007-02-16PCI/sysfs/kobject kernel-doc fixesRandy Dunlap-1/+1
2007-02-07sysfs: error handling in sysfs, fill_read_buffer()Oliver Neukum-4/+6
2007-02-07sysfs: kobject_put cleanupMariusz Kozlowski-3/+2
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum-17/+50
2006-12-08[PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek-8/+8
2006-12-01sysfs: sysfs_write_file() writes zero terminated dataThomas Maier-0/+3
2006-10-18sysfs: update obsolete comment in sysfs_update_fileHidetoshi Seto-1/+1