summaryrefslogtreecommitdiff
path: root/fs/sysfs/symlink.c
AgeCommit message (Expand)Author
2013-12-11kernfs: s/sysfs/kernfs/ in constantsTejun Heo
2013-12-11kernfs: drop s_ prefix from kernfs_node membersTejun Heo
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo
2013-11-29sysfs, kernfs: implement kernfs_ns_enabled()Tejun Heo
2013-11-29sysfs, kernfs: introduce sysfs_root_sdTejun Heo
2013-11-29sysfs, kernfs: move symlink core code to fs/kernfs/symlink.cTejun Heo
2013-11-29sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo
2013-11-29sysfs, kernfs: remove sysfs_add_one()Tejun Heo
2013-11-29sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ...Tejun Heo
2013-11-27sysfs, kernfs: introduce kernfs_rename[_ns]()Tejun Heo
2013-11-27sysfs, kernfs: introduce kernfs_create_link()Tejun Heo
2013-11-27sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()Tejun Heo
2013-11-27sysfs: drop kobj_ns_type handling, take #2Tejun Heo
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds
2013-11-01sysfs: rename sysfs_assoc_lock and explain what it's aboutTejun Heo
2013-10-03sysfs: remove sysfs_addrm_cxt->parent_sdTejun Heo
2013-09-26sysfs: @name comes before @nsTejun Heo
2013-09-26sysfs: clean up sysfs_get_dirent()Tejun Heo
2013-09-26sysfs: drop kobj_ns_type handlingTejun Heo
2013-09-26sysfs: remove ktype->namespace() invocations in symlink codeTejun Heo
2013-08-21sysfs: fix up 80 column coding style issuesGreg Kroah-Hartman
2013-08-21sysfs: fix up space coding style issuesGreg Kroah-Hartman
2013-08-21sysfs: remove trailing whitespaceGreg Kroah-Hartman
2013-08-21sysfs: fix placement of EXPORT_SYMBOL()Greg Kroah-Hartman
2013-01-25sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki
2012-09-04sysfs: Fix comment typo "sysf_create_link".Robert P. J. Day
2010-07-26sysfs: allow creating symlinks from untagged to tagged directoriesEric W. Biederman
2010-07-26sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Eric W. Biederman
2010-07-26sysfs: Don't allow the creation of symlinks we can't removeEric W. Biederman
2010-05-21sysfs: Implement sysfs_delete_linkEric W. Biederman
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman
2010-05-15bridge: update sysfs link names if port device names have changedSimon Arlott
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07sysfs: Implement sysfs_rename_linkEric W. Biederman
2009-12-11sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman
2009-12-11sysfs: Nicely indent sysfs_symlink_inode_operationsEric W. Biederman
2009-09-10sysfs: Add labeling support for sysfsDavid P. Quigley
2009-06-15Sysfs: fix possible memleak in sysfs_follow_linkArmin Kuster
2008-07-21driver core: Suppress sysfs warnings for device_rename().Cornelia Huck
2008-04-18sysfs: Allow removal of symlinks in the sysfs rootMark Fasheh
2008-01-24sysfs: create optimal relative symlink targetsKay Sievers
2007-10-12sysfs: add copyrightsTejun Heo
2007-10-12sysfs: make s_elem an anonymous unionTejun Heo
2007-10-12sysfs: Make sysfs_mount staticEric W. Biederman
2007-10-12sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo
2007-10-12sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo
2007-10-12sysfs: cleanup semaphore.hDave Young
2007-07-18sysfs: cosmetic clean up on node creation failure pathsTejun Heo
2007-07-18sysfs: kill an extra put in sysfs_create_link() failure pathTejun Heo
2007-07-11sysfs: restructure add/remove paths and fix inode updateTejun Heo