Ali Kernel introduction

简介: Introduction Alibaba Kernel is originated by Alibaba, the largest e-commerce website in Asia. It is based on RHEL6 source codes and included some updates and new features need by Alibaba.

Alibaba Kernel is originated by Alibaba, the largest e-commerce website in Asia. It is based on RHEL6 source codes and included some updates and new features need by Alibaba.
For more information and documentation, please refer to
http://kernel.taobao.org

BRANCH EXPLANATION

master branch is the source codes we are using in our production system.
dev branch is where we are doing kernel development.
So you can say that master is much much stable than the dev branch. :)

Features

  • All features of RHEL6U2 kernel, source code version is 2.6.32-220.23.1.
  • netoops to enable you collect data from the panic server, https://lwn.net/Articles/414031/.
  • bigalloc and inline data support for ext4. https://lwn.net/Articles/469805/
  • overlayfs which can deploy one fs over another. Please refer to http://lwn.net/Articles/447650/.
  • flashcache embedded support.
  • cpu accounting support for containers.
  • dio overwrite nolock support for fast SSDs.
  • Perf jit to enable you use perf to trace a java program.
  • Enable different memory management policy.
  • ...

RPMS

If you want to build an kernel rpm for your server, please refer to https://github.com/alibaba/ali_kernel_rpm.

目录
相关文章
|
6月前
|
开发框架 JSON .NET
探索Semantic Kernel内置插件:深入了解HttpPlugin的应用
其他 Put和Delete类似。 最后 可以借鉴HttpPlugin的实现思路在项目中灵活的运行,如果不支持那就可以自定义插件来完成需求的开发,还是比较期待这个插件能够更加完善的一点,在未来以更灵活的方式支持Post等请求的多种形式。
|
安全 Unix Shell
读书笔记系列 - Operating Systems: Three Easy Pieces - Virtualization - Chapter 5: Process API
读书笔记系列 - Operating Systems: Three Easy Pieces - Virtualization - Chapter 5: Process API
92 0
|
分布式计算 Spark
《OAP--Optimized Analytics Package for Spark Platform》电子版地址
OAP--Optimized Analytics Package for Spark Platform
67 0
《OAP--Optimized Analytics Package for Spark Platform》电子版地址
|
TensorFlow 算法框架/工具
《A beginner introduction to TensorFlow (Part-1)》电子版地址
A beginner introduction to TensorFlow (Part-1)
101 0
《A beginner introduction to TensorFlow (Part-1)》电子版地址
从零学习SpringCloud系列(二):Schema specific part is opaque
从零学习SpringCloud系列(二):Schema specific part is opaque
236 0
|
Oracle 关系型数据库 Unix
Linux Kernel Lowmem Pressure Issues and Related Kernel Structures (Doc ID 452326.1)
Linux Kernel Lowmem Pressure Issues and Related Kernel Structures (Doc ID 452326.1)
130 0
|
Oracle 关系型数据库 Linux
ASMFD (ASM Filter Driver) Support on OS Platforms (Certification Matrix). (文档 ID 2034681.1)
1) Starting with Oracle Grid Infrastructure 12C Release 1 (12.1.0.2), Oracle ASM Filter Driver (Oracle ASMFD) is installed with an Oracle Grid Infrastructure installation.
2714 0
|
数据库 存储
Architecture -- Paging
1. Pading 1). 简介 分页库使您可以更轻松地在应用程序的RecyclerView中逐步和优雅地加载数据。许多应用程序使用包含大量项目的数据源中的数据,但一次只显示一小部分。
821 0
|
SQL 分布式计算 分布式数据库
Big Data Application Case Study – Technical Architecture of a Big Data Platform
How should we design the architecture of a big data platform? Are there any good use cases for this architecture?
2251 0