aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/symlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2019-01-07sysfs: convert BUG_ON to WARN_ONGreg Kroah-Hartman1-1/+2
2018-03-19sysfs: symlink: export sysfs_create_link_nowarn()Grygorii Strashko1-0/+1
2018-01-23sysfs: use SPDX identifiersGreg Kroah-Hartman1-2/+1
2013-12-11kernfs: s/sysfs/kernfs/ in constantsTejun Heo1-1/+1
2013-12-11kernfs: drop s_ prefix from kernfs_node membersTejun Heo1-3/+3
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-36/+36
2013-11-29sysfs, kernfs: implement kernfs_ns_enabled()Tejun Heo1-1/+1
2013-11-29sysfs, kernfs: introduce sysfs_root_sdTejun Heo1-3/+3
2013-11-29sysfs, kernfs: move symlink core code to fs/kernfs/symlink.cTejun Heo1-137/+0
2013-11-29sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo1-7/+9
2013-11-29sysfs, kernfs: remove sysfs_add_one()Tejun Heo1-1/+1
2013-11-29sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ->privTejun Heo1-1/+1
2013-11-27sysfs, kernfs: introduce kernfs_rename[_ns]()Tejun Heo1-1/+1
2013-11-27sysfs, kernfs: introduce kernfs_create_link()Tejun Heo1-30/+46
2013-11-27sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()Tejun Heo1-2/+2
2013-11-27sysfs: drop kobj_ns_type handling, take #2Tejun Heo1-20/+6
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds1-6/+21
2013-11-01sysfs: rename sysfs_assoc_lock and explain what it's aboutTejun Heo1-6/+14
2013-10-03sysfs: remove sysfs_addrm_cxt->parent_sdTejun Heo1-3/+3
2013-09-26sysfs: @name comes before @nsTejun Heo1-3/+3
2013-09-26sysfs: clean up sysfs_get_dirent()Tejun Heo1-1/+1
2013-09-26sysfs: drop kobj_ns_type handlingTejun Heo1-21/+6
2013-09-26sysfs: remove ktype->namespace() invocations in symlink codeTejun Heo1-9/+7
2013-08-21sysfs: fix up 80 column coding style issuesGreg Kroah-Hartman1-1/+2
2013-08-21sysfs: fix up space coding style issuesGreg Kroah-Hartman1-2/+2
2013-08-21sysfs: remove trailing whitespaceGreg Kroah-Hartman1-1/+1
2013-08-21sysfs: fix placement of EXPORT_SYMBOL()Greg Kroah-Hartman1-6/+3
2013-01-25sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki1-13/+32
2012-09-04sysfs: Fix comment typo "sysf_create_link".Robert P. J. Day1-1/+1
2010-07-26sysfs: allow creating symlinks from untagged to tagged directoriesEric W. Biederman1-1/+2
2010-07-26sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Eric W. Biederman1-1/+1
2010-07-26sysfs: Don't allow the creation of symlinks we can't removeEric W. Biederman1-5/+18
2010-05-21sysfs: Implement sysfs_delete_linkEric W. Biederman1-0/+20
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman1-3/+12
2010-05-15bridge: update sysfs link names if port device names have changedSimon Arlott1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07sysfs: Implement sysfs_rename_linkEric W. Biederman1-0/+38
2009-12-11sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman1-0/+3
2009-12-11sysfs: Nicely indent sysfs_symlink_inode_operationsEric W. Biederman1-4/+4
2009-09-10sysfs: Add labeling support for sysfsDavid P. Quigley1-0/+2
2009-06-15Sysfs: fix possible memleak in sysfs_follow_linkArmin Kuster1-1/+4
2008-07-21driver core: Suppress sysfs warnings for device_rename().Cornelia Huck1-8/+33
2008-04-18sysfs: Allow removal of symlinks in the sysfs rootMark Fasheh1-1/+8
2008-01-24sysfs: create optimal relative symlink targetsKay Sievers1-46/+42
2007-10-12sysfs: add copyrightsTejun Heo1-1/+9
2007-10-12sysfs: make s_elem an anonymous unionTejun Heo1-2/+2
2007-10-12sysfs: Make sysfs_mount staticEric W. Biederman1-4/+3
2007-10-12sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo1-6/+3
2007-10-12sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo1-3/+1