An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In the Linux kernel, kernfs is a set of functions that contain the functionality required for creating the pseudo file systems used internally by various kernel subsystems so that they may use virtual files. For example, sysfs provides a set of virtual files by exporting information about hardware devices and associated device drivers from the kernel's device model to user space. One of the primary users of kernfs is the pseudo file system used internally by cgroups, whose redesign continued into version 3.15 of the Linux kernel.

Property Value
dbo:abstract
  • En el kernel Linux , kernfs es un conjunto de funciones que brindan la funcionalidad requerida para crear pseudo sistemas de archivo para ser utilizados internamente por varios subsistemas del kernel. La creación de kernfs resultó de separar y sacar parte de la lógica interna utilizada por sysfs, que proporciona un conjunto de archivos virtuales para exportar la información de dispositivos de hardware y conductores de dispositivo asociados del dispositivo del modelo de kernel a espacio de usuario, con una funcionalidad independiente y reutilizable y así, otros subsistemas del kernel pueden implementar su propios pseudo sistemas de archivo de forma más fácil y consistente.​​​ El patchset asociado, con Tejun Heo como su autor principal, se fusionó al Linux kernel mainline en kernel versión 3.14, liberado el 30 de marzo de 2014.​​ Uno de los usuarios primarios de kernfs es el pseudo sistema de archivo utilizado internamente por cgroups, cuyo rediseño continuó en la versión 3.15 del Linux kernel.​ (es)
  • In the Linux kernel, kernfs is a set of functions that contain the functionality required for creating the pseudo file systems used internally by various kernel subsystems so that they may use virtual files. For example, sysfs provides a set of virtual files by exporting information about hardware devices and associated device drivers from the kernel's device model to user space. The creation of kernfs resulted from splitting off part of the internal logic used by sysfs. The associated patchset, with Tejun Heo as its main author, was merged into the Linux kernel mainline in kernel version 3.14, which was released on March 30, 2014.Kernfs took the independent and reusable functionality of sysfs so other kernel subsystems can implement their own pseudo file systems more easily and consistently. One of the primary users of kernfs is the pseudo file system used internally by cgroups, whose redesign continued into version 3.15 of the Linux kernel. (en)
  • 리눅스 커널에서 kernfs는 내부적으로 다양한 커널 서브시스템에서 사용되는 가상 파일 시스템을 생성하기 위해 요청되는 기능들을 포함하는 함수들의 집합이다. Kernfs의 생성은 sysfs에 의해 사용되는 내부 로직의 한 부분에 의한 것으로서, 하드웨어 장치들과 커널의 디바이스 모델에서부터 사용자 공간까지 관련된 장치 드라이버들에 대한 정보를 독립적이고 재사용 가능한 기능에 익스포팅함으로써 가상 파일들의 집합을 제공한다. 그럼으로써 다른 커널 서브시스템들이 자신의 가상 파일 시스템을 더 쉽고 일관적으로 구현할 수 있다. 관련된 패치는 리눅스 커널 버전 3.14에서 합병되었다. Kernfs의 주요 사용자 중 하나는 cgroups에 의해 내부적으로 사용되는 가상 파일 시스템으로서 이것의 재설계는 리눅스 커널 버전 3.15에서 계속되었다. (ko)
  • 在Linux内核中, kernfs是一组函数,其中包含创建各种内核子系统内部使用的伪文件系统所需的功能,以便它们可以利用虚拟文件。例如,sysfs 通过提供一组虚拟文件将有关硬件设备和相关驱动程序的信息从内核导出到使用者空間。 由于拆分了sysfs使用的部分内部逻辑,kernfs 項目被创建。2014年3月30日发布的内核版本 3.14 中,以 Tejun Heo 为主要作者的相关修補程式并入了Linux 内核主线。Kernfs 采用了 sysfs 的独立且可重用的功能,因此其他内核子系统可以更轻松、更一致地实现自己的伪文件系统。 kernfs 的主要用户之一是cgroups内部使用的伪文件系统,其重新设计一直持续到 Linux 内核的 3.15 版。 (zh)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 43385937 (xsd:integer)
dbo:wikiPageLength
  • 3303 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1105294790 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdfs:comment
  • 리눅스 커널에서 kernfs는 내부적으로 다양한 커널 서브시스템에서 사용되는 가상 파일 시스템을 생성하기 위해 요청되는 기능들을 포함하는 함수들의 집합이다. Kernfs의 생성은 sysfs에 의해 사용되는 내부 로직의 한 부분에 의한 것으로서, 하드웨어 장치들과 커널의 디바이스 모델에서부터 사용자 공간까지 관련된 장치 드라이버들에 대한 정보를 독립적이고 재사용 가능한 기능에 익스포팅함으로써 가상 파일들의 집합을 제공한다. 그럼으로써 다른 커널 서브시스템들이 자신의 가상 파일 시스템을 더 쉽고 일관적으로 구현할 수 있다. 관련된 패치는 리눅스 커널 버전 3.14에서 합병되었다. Kernfs의 주요 사용자 중 하나는 cgroups에 의해 내부적으로 사용되는 가상 파일 시스템으로서 이것의 재설계는 리눅스 커널 버전 3.15에서 계속되었다. (ko)
  • 在Linux内核中, kernfs是一组函数,其中包含创建各种内核子系统内部使用的伪文件系统所需的功能,以便它们可以利用虚拟文件。例如,sysfs 通过提供一组虚拟文件将有关硬件设备和相关驱动程序的信息从内核导出到使用者空間。 由于拆分了sysfs使用的部分内部逻辑,kernfs 項目被创建。2014年3月30日发布的内核版本 3.14 中,以 Tejun Heo 为主要作者的相关修補程式并入了Linux 内核主线。Kernfs 采用了 sysfs 的独立且可重用的功能,因此其他内核子系统可以更轻松、更一致地实现自己的伪文件系统。 kernfs 的主要用户之一是cgroups内部使用的伪文件系统,其重新设计一直持续到 Linux 内核的 3.15 版。 (zh)
  • En el kernel Linux , kernfs es un conjunto de funciones que brindan la funcionalidad requerida para crear pseudo sistemas de archivo para ser utilizados internamente por varios subsistemas del kernel. La creación de kernfs resultó de separar y sacar parte de la lógica interna utilizada por sysfs, que proporciona un conjunto de archivos virtuales para exportar la información de dispositivos de hardware y conductores de dispositivo asociados del dispositivo del modelo de kernel a espacio de usuario, con una funcionalidad independiente y reutilizable y así, otros subsistemas del kernel pueden implementar su propios pseudo sistemas de archivo de forma más fácil y consistente.​​​ (es)
  • In the Linux kernel, kernfs is a set of functions that contain the functionality required for creating the pseudo file systems used internally by various kernel subsystems so that they may use virtual files. For example, sysfs provides a set of virtual files by exporting information about hardware devices and associated device drivers from the kernel's device model to user space. One of the primary users of kernfs is the pseudo file system used internally by cgroups, whose redesign continued into version 3.15 of the Linux kernel. (en)
rdfs:label
  • Kernfs (Linux) (es)
  • Kernfs (Linux) (en)
  • Kernfs (ko)
  • Kernfs (Linux) (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License