Block device and BIO(block I/O) Architecture Information of data structure associated with block dievice and layer Posted on September 8, 2016 First of all, I refer to this site(blkdevarch) [Read More] Tags: block layer, block device driver
Blue_DBM driver open source analysis code analysis of open Source with linux module command Posted on September 6, 2016 The previous analysis is brief outline and process of device driver installation and removal. [Read More] Tags: lightnvm, block device driver
Struture of Blue DBM driver open source and Concept of block device driver analysis of blue_DBM_dirver and What is block device driver ? Posted on August 31, 2016 Nowadays, I analyze the open source of blue DBM device driver source code. [Read More] Tags: lightnvm, block device driver
How to measure span of A[j] <= A[i] of a array In an given array,A[i], when A[j] <= A[i], what is the range of maximum of j-i Posted on August 10, 2016 Article of Extennsion of Data Structure base in geeksforgeeks and my Coding Interview Question. [Read More] Tags: stack
How to reverse a stack, only using stack operations How can I reverse a stack, If you sould only use stack operations ? Posted on August 9, 2016 you can see a solution of this problem in geeksforgeeks and get hint. [Read More] Tags: stack