aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kobject.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes1-8/+22
2015-10-04kobject: move EXPORT_SYMBOL() macros next to corresponding definitionsGabriel Somlo1-7/+5
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss1-2/+3
2015-06-30Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2015-06-25lib/kobject.c: use strreplace()Rasmus Villemoes1-8/+5
2015-06-19lib: export symbol kobject_move()Anand Jain1-0/+1
2015-03-25kobject: WARN as tip when call kobject_get() to a kobject not initializedEthan Zhao1-1/+6
2014-11-07kobject: fix NULL pointer derefernce in kobj_child_ns_opsPankaj Dubey1-1/+1
2014-02-07sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()Tejun Heo1-1/+1
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2014-01-28kobject: export kobj_sysfs_opsJeff Mahoney1-0/+1
2014-01-08kobject: Fix source code comment spellingBart Van Assche1-1/+1
2014-01-04Revert "kobject: introduce kobj_completion"Greg Kroah-Hartman1-50/+0
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-1/+1
2013-12-08kobject: fix memory leak in kobject_set_name_vargsMaurizio Lombardi1-1/+3
2013-12-07kobject: remove kset from sysfs immediately in kset_unregister()Bjorn Helgaas1-0/+1
2013-12-07kobject: delay kobject release for random timeBjorn Helgaas1-3/+6
2013-11-29sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo1-1/+1
2013-11-27sysfs: drop kobj_ns_type handling, take #2Tejun Heo1-5/+22
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds1-4/+1
2013-10-11kobject: show debug info on delayed kobject releaseFengguang Wu1-1/+1
2013-10-03kobject: grab an extra reference on kobject->sd to allow duplicate deletesTejun Heo1-0/+12
2013-09-29Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman1-4/+1
2013-09-27sysfs: Allow mounting without CONFIG_NETEric W. Biederman1-4/+1
2013-09-26kobject: introduce kobj_completionJeff Mahoney1-0/+50
2013-09-26sysfs: drop kobj_ns_type handlingTejun Heo1-1/+4
2013-09-26sysfs: remove ktype->namespace() invocations in directory codeTejun Heo1-4/+24
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+15
2013-08-28sysfs: Restrict mounting sysfsEric W. Biederman1-0/+15
2013-07-25kobject: delayed kobject release: help find buggy driversRussell King1-3/+19
2013-06-07kobject: sanitize argument for format stringKees Cook1-1/+1
2013-05-07kref: minor cleanupAnatol Pomozov1-1/+1
2013-04-13kobject: fix kset_find_obj() race with concurrent last kobject_put()Linus Torvalds1-1/+8
2012-05-07kobject: fix the uncorrect commentZhi Yong Wu1-1/+1
2012-05-02Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman1-7/+7
2012-04-23lib/kobject.c : Remove redundant check in create_diryan1-7/+5
2012-04-10kobject: provide more diagnostic info for kobject_add_internal() failuresDan Williams1-7/+7
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2011-12-21kobject: remove kset_find_obj_hinted()Kay Sievers1-37/+0
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro1-17/+9
2010-10-22kobject: Introduce kset_find_obj_hinted.Robin Holt1-0/+39
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn1-0/+11
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman1-0/+1
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman1-0/+103
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy1-2/+2
2009-06-15kobject: make kset_create check kobject_set_name return valueDave Young1-1/+6
2009-04-20driver: dont update dev_name via device_add pathKay Sievers1-0/+3
2009-03-24driver core: get rid of struct device's bus_id string arrayKay Sievers1-1/+1
2008-10-16kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman1-2/+15