aboutsummaryrefslogtreecommitdiff
path: root/fs/sysfs/symlink.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-26sysfs: allow creating symlinks from untagged to tagged directoriesGravatar Eric W. Biederman 1-1/+2
2010-07-26sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Gravatar Eric W. Biederman 1-1/+1
2010-07-26sysfs: Don't allow the creation of symlinks we can't removeGravatar Eric W. Biederman 1-5/+18
2010-05-21sysfs: Implement sysfs_delete_linkGravatar Eric W. Biederman 1-0/+20
2010-05-21sysfs: Implement sysfs tagged directory support.Gravatar Eric W. Biederman 1-3/+12
2010-05-15bridge: update sysfs link names if port device names have changedGravatar Simon Arlott 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-07sysfs: Implement sysfs_rename_linkGravatar Eric W. Biederman 1-0/+38
2009-12-11sysfs: Implement sysfs_getattr & sysfs_permissionGravatar Eric W. Biederman 1-0/+3
2009-12-11sysfs: Nicely indent sysfs_symlink_inode_operationsGravatar Eric W. Biederman 1-4/+4
2009-09-10sysfs: Add labeling support for sysfsGravatar David P. Quigley 1-0/+2
2009-06-15Sysfs: fix possible memleak in sysfs_follow_linkGravatar Armin Kuster 1-1/+4
2008-07-21driver core: Suppress sysfs warnings for device_rename().Gravatar Cornelia Huck 1-8/+33
2008-04-18sysfs: Allow removal of symlinks in the sysfs rootGravatar Mark Fasheh 1-1/+8
2008-01-24sysfs: create optimal relative symlink targetsGravatar Kay Sievers 1-46/+42
2007-10-12sysfs: add copyrightsGravatar Tejun Heo 1-1/+9
2007-10-12sysfs: make s_elem an anonymous unionGravatar Tejun Heo 1-2/+2
2007-10-12sysfs: Make sysfs_mount staticGravatar Eric W. Biederman 1-4/+3
2007-10-12sysfs: make sysfs_add_one() automatically check for duplicate entryGravatar Tejun Heo 1-6/+3
2007-10-12sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyGravatar Tejun Heo 1-3/+1
2007-10-12sysfs: cleanup semaphore.hGravatar Dave Young 1-1/+1
2007-07-18sysfs: cosmetic clean up on node creation failure pathsGravatar Tejun Heo 1-4/+6
2007-07-18sysfs: kill an extra put in sysfs_create_link() failure pathGravatar Tejun Heo 1-0/+2
2007-07-11sysfs: restructure add/remove paths and fix inode updateGravatar Tejun Heo 1-9/+11
2007-07-11sysfs: use sysfs_mutex to protect the sysfs_dirent treeGravatar Tejun Heo 1-25/+26
2007-07-11sysfs: consolidate sysfs spinlocksGravatar Tejun Heo 1-3/+3
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryGravatar Tejun Heo 1-12/+10
2007-07-11sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Gravatar Tejun Heo 1-1/+1
2007-07-11sysfs: reimplement symlink using sysfs_dirent treeGravatar Tejun Heo 1-41/+47
2007-07-11sysfs: make sysfs_dirent->s_element a unionGravatar Tejun Heo 1-19/+4
2007-07-11sysfs: add sysfs_dirent->s_nameGravatar Tejun Heo 1-7/+1
2007-07-11sysfs: consolidate sysfs_dirent creation functionsGravatar Tejun Heo 1-3/+4
2007-07-11sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()Gravatar Tejun Heo 1-12/+15
2007-02-12[PATCH] mark struct inode_operations const 3Gravatar Arjan van de Ven 1-1/+1
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Gravatar Oliver Neukum 1-0/+1
2006-09-25SYSFS: allow sysfs_create_link to create symlinks in the root of sysfsGravatar Greg Kroah-Hartman 1-2/+12
2006-03-20[PATCH] sysfs: fix a kobject leak in sysfs_add_link on the error pathGravatar Greg Kroah-Hartman 1-0/+1
2006-03-20[PATCH] sysfs: fix problem with duplicate sysfs directories and filesGravatar Maneesh Soni 1-2/+3
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-3/+2
2005-08-19Fix nasty ncpfs symlink handling bug.Gravatar Linus Torvalds 1-3/+3
2005-06-20[PATCH] sysfs_{create|remove}_link should take const char *Gravatar Dmitry Torokhov 1-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+180