summaryrefslogtreecommitdiff
path: root/fs/sysfs/symlink.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-19sysfs: kill an extra put in sysfs_create_link() failure pathTejun Heo1-0/+2
2007-07-12sysfs: restructure add/remove paths and fix inode updateTejun Heo1-9/+11
2007-07-12sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo1-25/+26
2007-07-12sysfs: consolidate sysfs spinlocksTejun Heo1-3/+3
2007-07-12sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo1-12/+10
2007-07-12sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo1-1/+1
2007-07-12sysfs: reimplement symlink using sysfs_dirent treeTejun Heo1-41/+47
2007-07-12sysfs: make sysfs_dirent->s_element a unionTejun Heo1-19/+4
2007-07-12sysfs: add sysfs_dirent->s_nameTejun Heo1-7/+1
2007-07-12sysfs: consolidate sysfs_dirent creation functionsTejun Heo1-3/+4
2007-07-12sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()Tejun Heo1-12/+15
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-1/+1
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum1-0/+1
2006-09-26SYSFS: allow sysfs_create_link to create symlinks in the root of sysfsGreg Kroah-Hartman1-2/+12
2006-03-21[PATCH] sysfs: fix a kobject leak in sysfs_add_link on the error pathGreg Kroah-Hartman1-0/+1
2006-03-21[PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni1-2/+3
2006-01-10[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-3/+2
2005-08-20Fix nasty ncpfs symlink handling bug.Linus Torvalds1-3/+3
2005-06-21[PATCH] sysfs_{create|remove}_link should take const char *Dmitry Torokhov1-4/+4
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+180