14.3.2.2. Avoiding request queue congestion Each request queue has a maximum number of allowed pending requests.By default, a queue has at most 128 pending read requests and 128 pending write requests. 每个请求队列都有一个允许处理的最大请求数.默认情况下,一个队列最多有128个等待读请求和128个…
看了下各位大神的推荐路线,总结如下: 0. 跟着项目走: 1. 学会用.熟练用linux系统: 2. Linux Kernel Development. 3. Understanding the Linux Kernel. 4. Linux Device Driver. 5. 找一个感兴趣的子系统研究,认真研究代码,这里的建议是可以看提交的每个change.比如网络子系统:Understanding linux network internels. “严谨而细致的仔细分析它的代码,不懂的地方就通…
Linux kernel coding style | Linux内核编码风格 This is a short document describing the preferred coding style for the linux kernel. Coding style is very personal, and I won't force my views on anybody, but this is what goes for anything that I have to be ab…
http://en.wikipedia.org/wiki/Ingo_Molnár http://zh.wikipedia.org/wiki/英格·蒙內 Ingo Molnár Ingo Molnár, currently employed by Red Hat, is a Hungarian Linux hacker. He is best known for his contributions to the operating system in terms of security and p…