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