Skip to content
Daniel T. Lee edited this page Dec 12, 2018 · 13 revisions

FS 관련 커널을 분석하는 위키입니다 😄

  • 작성한 문서가 위키를 떠돌지 않도록 home이나 다른 문서에 꼭 링크를 추가해주세요.

분류 안됨

aio_read(), write() -> iov_iter() 로 변경됨. (아마 4.1버전)
adress_space  page_tree???? ->????    struct xarray       i_pages;

추가해야할 함수

do_last
lookup_open
set_bh_page
iov_iter_copy_from_user_atomic
new_sync_write
ext4_da_map_blocks

--------
link_path_walk

제외할 커널 옵션?

CGroup 관련? EXT4_ACL EXT4 security 관련?

(SELINUX, APPARMOR?)

목차

open 코드 흐름 분석
read 코드 흐름 분석
remove 코드 흐름 분석
write 코드 흐름 분석