index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
kobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()
Tejun Heo
2014-02-08
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-01-31
1
-0
/
+1
|
\
|
*
kobject: export kobj_sysfs_ops
Jeff Mahoney
2014-01-28
1
-0
/
+1
*
|
kobject: Fix source code comment spelling
Bart Van Assche
2014-01-09
1
-1
/
+1
*
|
Revert "kobject: introduce kobj_completion"
Greg Kroah-Hartman
2014-01-05
1
-50
/
+0
*
|
kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly
Tejun Heo
2013-12-12
1
-1
/
+1
*
|
kobject: fix memory leak in kobject_set_name_vargs
Maurizio Lombardi
2013-12-09
1
-1
/
+3
*
|
kobject: remove kset from sysfs immediately in kset_unregister()
Bjorn Helgaas
2013-12-08
1
-0
/
+1
*
|
kobject: delay kobject release for random time
Bjorn Helgaas
2013-12-08
1
-3
/
+6
*
|
sysfs, kernfs: introduce kernfs_create_dir[_ns]()
Tejun Heo
2013-11-30
1
-1
/
+1
*
|
sysfs: drop kobj_ns_type handling, take #2
Tejun Heo
2013-11-27
1
-5
/
+22
|
/
*
Revert "sysfs: drop kobj_ns_type handling"
Linus Torvalds
2013-11-07
1
-4
/
+1
*
kobject: show debug info on delayed kobject release
Fengguang Wu
2013-10-12
1
-1
/
+1
*
kobject: grab an extra reference on kobject->sd to allow duplicate deletes
Tejun Heo
2013-10-04
1
-0
/
+12
*
Merge 3.12-rc3 into driver-core-next
Greg Kroah-Hartman
2013-09-30
1
-4
/
+1
|
\
|
*
sysfs: Allow mounting without CONFIG_NET
Eric W. Biederman
2013-09-27
1
-4
/
+1
*
|
kobject: introduce kobj_completion
Jeff Mahoney
2013-09-27
1
-0
/
+50
*
|
sysfs: drop kobj_ns_type handling
Tejun Heo
2013-09-27
1
-1
/
+4
*
|
sysfs: remove ktype->namespace() invocations in directory code
Tejun Heo
2013-09-27
1
-4
/
+24
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2013-09-07
1
-0
/
+15
|
\
|
*
sysfs: Restrict mounting sysfs
Eric W. Biederman
2013-08-29
1
-0
/
+15
*
|
kobject: delayed kobject release: help find buggy drivers
Russell King
2013-07-26
1
-3
/
+19
|
/
*
kobject: sanitize argument for format string
Kees Cook
2013-06-08
1
-1
/
+1
*
kref: minor cleanup
Anatol Pomozov
2013-05-08
1
-1
/
+1
*
kobject: fix kset_find_obj() race with concurrent last kobject_put()
Linus Torvalds
2013-04-14
1
-1
/
+8
*
kobject: fix the uncorrect comment
Zhi Yong Wu
2012-05-08
1
-1
/
+1
*
Merge 3.4-rc5 into driver-core-next
Greg Kroah-Hartman
2012-05-02
1
-7
/
+7
|
\
|
*
kobject: provide more diagnostic info for kobject_add_internal() failures
Dan Williams
2012-04-10
1
-7
/
+7
*
|
lib/kobject.c : Remove redundant check in create_dir
yan
2012-04-23
1
-7
/
+5
|
/
*
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2012-03-07
1
-1
/
+1
*
kobject: remove kset_find_obj_hinted()
Kay Sievers
2011-12-22
1
-37
/
+0
*
Delay struct net freeing while there's a sysfs instance refering to it
Al Viro
2011-06-12
1
-17
/
+9
*
kobject: Introduce kset_find_obj_hinted.
Robin Holt
2010-10-22
1
-0
/
+39
*
sysfs: Comment sysfs directory tagging logic
Serge E. Hallyn
2010-05-21
1
-0
/
+11
*
sysfs: Implement sysfs tagged directory support.
Eric W. Biederman
2010-05-21
1
-0
/
+1
*
kobj: Add basic infrastructure for dealing with namespaces.
Eric W. Biederman
2010-05-21
1
-0
/
+103
*
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
2010-03-08
1
-1
/
+1
*
kobject: Constify struct kset_uevent_ops
Emese Revfy
2010-03-08
1
-2
/
+2
*
kobject: make kset_create check kobject_set_name return value
Dave Young
2009-06-16
1
-1
/
+6
*
driver: dont update dev_name via device_add path
Kay Sievers
2009-04-20
1
-0
/
+3
*
driver core: get rid of struct device's bus_id string array
Kay Sievers
2009-03-25
1
-1
/
+1
*
kobject: Cleanup kobject_rename and !CONFIG_SYSFS
Eric W. Biederman
2008-10-16
1
-2
/
+15
*
kobject: Fix kobject_rename and !CONFIG_SYSFS
Eric W. Biederman
2008-10-16
1
-13
/
+5
*
kobject: Replace ALL occurrences of '/' with '!' instead of only the first one.
Ingo Oeser
2008-08-21
1
-2
/
+1
*
Example use of WARN()
Arjan van de Ven
2008-07-25
1
-6
/
+3
*
kobject: replace '/' with '!' in name
Kay Sievers
2008-07-22
1
-2
/
+8
*
PCI: ACPI PCI slot detection driver
Alex Chiang
2008-06-10
1
-0
/
+1
*
kobject: do not copy vargs, just pass them around
Kay Sievers
2008-05-01
1
-20
/
+8
*
lib: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-30
1
-8
/
+8
*
Kobject: Replace list_for_each() with list_for_each_entry().
Robert P. J. Day
2008-04-20
1
-8
/
+2
[next]