aboutsummaryrefslogtreecommitdiff
path: root/lib/kobject.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-07sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()Gravatar Tejun Heo 1-1/+1
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+1
2014-01-28kobject: export kobj_sysfs_opsGravatar Jeff Mahoney 1-0/+1
2014-01-08kobject: Fix source code comment spellingGravatar Bart Van Assche 1-1/+1
2014-01-04Revert "kobject: introduce kobj_completion"Gravatar Greg Kroah-Hartman 1-50/+0
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyGravatar Tejun Heo 1-1/+1
2013-12-08kobject: fix memory leak in kobject_set_name_vargsGravatar Maurizio Lombardi 1-1/+3
2013-12-07kobject: remove kset from sysfs immediately in kset_unregister()Gravatar Bjorn Helgaas 1-0/+1
2013-12-07kobject: delay kobject release for random timeGravatar Bjorn Helgaas 1-3/+6
2013-11-29sysfs, kernfs: introduce kernfs_create_dir[_ns]()Gravatar Tejun Heo 1-1/+1
2013-11-27sysfs: drop kobj_ns_type handling, take #2Gravatar Tejun Heo 1-5/+22
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Gravatar Linus Torvalds 1-4/+1
2013-10-11kobject: show debug info on delayed kobject releaseGravatar Fengguang Wu 1-1/+1
2013-10-03kobject: grab an extra reference on kobject->sd to allow duplicate deletesGravatar Tejun Heo 1-0/+12
2013-09-29Merge 3.12-rc3 into driver-core-nextGravatar Greg Kroah-Hartman 1-4/+1
2013-09-27sysfs: Allow mounting without CONFIG_NETGravatar Eric W. Biederman 1-4/+1
2013-09-26kobject: introduce kobj_completionGravatar Jeff Mahoney 1-0/+50
2013-09-26sysfs: drop kobj_ns_type handlingGravatar Tejun Heo 1-1/+4
2013-09-26sysfs: remove ktype->namespace() invocations in directory codeGravatar Tejun Heo 1-4/+24
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+15
2013-08-28sysfs: Restrict mounting sysfsGravatar Eric W. Biederman 1-0/+15
2013-07-25kobject: delayed kobject release: help find buggy driversGravatar Russell King 1-3/+19
2013-06-07kobject: sanitize argument for format stringGravatar Kees Cook 1-1/+1
2013-05-07kref: minor cleanupGravatar Anatol Pomozov 1-1/+1
2013-04-13kobject: fix kset_find_obj() race with concurrent last kobject_put()Gravatar Linus Torvalds 1-1/+8
2012-05-07kobject: fix the uncorrect commentGravatar Zhi Yong Wu 1-1/+1
2012-05-02Merge 3.4-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-7/+7
2012-04-23lib/kobject.c : Remove redundant check in create_dirGravatar yan 1-7/+5
2012-04-10kobject: provide more diagnostic info for kobject_add_internal() failuresGravatar Dan Williams 1-7/+7
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2011-12-21kobject: remove kset_find_obj_hinted()Gravatar Kay Sievers 1-37/+0
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itGravatar Al Viro 1-17/+9
2010-10-22kobject: Introduce kset_find_obj_hinted.Gravatar Robin Holt 1-0/+39
2010-05-21sysfs: Comment sysfs directory tagging logicGravatar Serge E. Hallyn 1-0/+11
2010-05-21sysfs: Implement sysfs tagged directory support.Gravatar Eric W. Biederman 1-0/+1
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Gravatar Eric W. Biederman 1-0/+103
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsGravatar Emese Revfy 1-2/+2
2009-06-15kobject: make kset_create check kobject_set_name return valueGravatar Dave Young 1-1/+6
2009-04-20driver: dont update dev_name via device_add pathGravatar Kay Sievers 1-0/+3
2009-03-24driver core: get rid of struct device's bus_id string arrayGravatar Kay Sievers 1-1/+1
2008-10-16kobject: Cleanup kobject_rename and !CONFIG_SYSFSGravatar Eric W. Biederman 1-2/+15
2008-10-16kobject: Fix kobject_rename and !CONFIG_SYSFSGravatar Eric W. Biederman 1-13/+5
2008-08-21kobject: Replace ALL occurrences of '/' with '!' instead of only the first one.Gravatar Ingo Oeser 1-2/+1
2008-07-25Example use of WARN()Gravatar Arjan van de Ven 1-6/+3
2008-07-21kobject: replace '/' with '!' in nameGravatar Kay Sievers 1-2/+8
2008-06-10PCI: ACPI PCI slot detection driverGravatar Alex Chiang 1-0/+1
2008-04-30kobject: do not copy vargs, just pass them aroundGravatar Kay Sievers 1-20/+8
2008-04-30lib: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-8/+8
2008-04-19Kobject: Replace list_for_each() with list_for_each_entry().Gravatar Robert P. J. Day 1-8/+2