summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/symlink.c
Commit message (Expand)AuthorAgeFilesLines
* kernfs: s/sysfs/kernfs/ in constantsTejun Heo2013-12-111-1/+1
* kernfs: drop s_ prefix from kernfs_node membersTejun Heo2013-12-111-3/+3
* kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo2013-12-111-36/+36
* sysfs, kernfs: implement kernfs_ns_enabled()Tejun Heo2013-11-291-1/+1
* sysfs, kernfs: introduce sysfs_root_sdTejun Heo2013-11-291-3/+3
* sysfs, kernfs: move symlink core code to fs/kernfs/symlink.cTejun Heo2013-11-291-137/+0
* sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo2013-11-291-7/+9
* sysfs, kernfs: remove sysfs_add_one()Tejun Heo2013-11-291-1/+1
* sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ...Tejun Heo2013-11-291-1/+1
* sysfs, kernfs: introduce kernfs_rename[_ns]()Tejun Heo2013-11-271-1/+1
* sysfs, kernfs: introduce kernfs_create_link()Tejun Heo2013-11-271-30/+46
* sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()Tejun Heo2013-11-271-2/+2
* sysfs: drop kobj_ns_type handling, take #2Tejun Heo2013-11-271-20/+6
* Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds2013-11-071-6/+21
* sysfs: rename sysfs_assoc_lock and explain what it's aboutTejun Heo2013-11-011-6/+14
* sysfs: remove sysfs_addrm_cxt->parent_sdTejun Heo2013-10-031-3/+3
* sysfs: @name comes before @nsTejun Heo2013-09-261-3/+3
* sysfs: clean up sysfs_get_dirent()Tejun Heo2013-09-261-1/+1
* sysfs: drop kobj_ns_type handlingTejun Heo2013-09-261-21/+6
* sysfs: remove ktype->namespace() invocations in symlink codeTejun Heo2013-09-261-9/+7
* sysfs: fix up 80 column coding style issuesGreg Kroah-Hartman2013-08-211-1/+2
* sysfs: fix up space coding style issuesGreg Kroah-Hartman2013-08-211-2/+2
* sysfs: remove trailing whitespaceGreg Kroah-Hartman2013-08-211-1/+1
* sysfs: fix placement of EXPORT_SYMBOL()Greg Kroah-Hartman2013-08-211-6/+3
* sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki2013-01-251-13/+32
* sysfs: Fix comment typo "sysf_create_link".Robert P. J. Day2012-09-041-1/+1
* sysfs: allow creating symlinks from untagged to tagged directoriesEric W. Biederman2010-07-261-1/+2
* sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Eric W. Biederman2010-07-261-1/+1
* sysfs: Don't allow the creation of symlinks we can't removeEric W. Biederman2010-07-261-5/+18
* sysfs: Implement sysfs_delete_linkEric W. Biederman2010-05-211-0/+20
* sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-211-3/+12
* bridge: update sysfs link names if port device names have changedSimon Arlott2010-05-151-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sysfs: Implement sysfs_rename_linkEric W. Biederman2010-03-071-0/+38
* sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman2009-12-111-0/+3
* sysfs: Nicely indent sysfs_symlink_inode_operationsEric W. Biederman2009-12-111-4/+4
* sysfs: Add labeling support for sysfsDavid P. Quigley2009-09-101-0/+2
* Sysfs: fix possible memleak in sysfs_follow_linkArmin Kuster2009-06-151-1/+4
* driver core: Suppress sysfs warnings for device_rename().Cornelia Huck2008-07-211-8/+33
* sysfs: Allow removal of symlinks in the sysfs rootMark Fasheh2008-04-181-1/+8
* sysfs: create optimal relative symlink targetsKay Sievers2008-01-241-46/+42
* sysfs: add copyrightsTejun Heo2007-10-121-1/+9
* sysfs: make s_elem an anonymous unionTejun Heo2007-10-121-2/+2
* sysfs: Make sysfs_mount staticEric W. Biederman2007-10-121-4/+3
* sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo2007-10-121-6/+3
* sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo2007-10-121-3/+1
* sysfs: cleanup semaphore.hDave Young2007-10-121-1/+1
* sysfs: cosmetic clean up on node creation failure pathsTejun Heo2007-07-181-4/+6
* sysfs: kill an extra put in sysfs_create_link() failure pathTejun Heo2007-07-181-0/+2
* sysfs: restructure add/remove paths and fix inode updateTejun Heo2007-07-111-9/+11
OpenPOWER on IntegriCloud