23 Jul, 2010

3 commits


31 May, 2010

1 commit


10 May, 2010

1 commit

  • This cleanup patch gives several improvements:

    - Moving all kmem_cache_{create_destroy} calls into one place, which removes
    some small function calls, cleans up error check code and clarify the logic.

    - Mark all initial code in __init section.

    - Remove some very obvious comments.

    - Adjust some declarations.

    - Fix some space-tab issues.

    Signed-off-by: Li Hong
    Signed-off-by: Ryusuke Konishi

    Li Hong
     

20 Nov, 2009

1 commit


10 Jun, 2009

2 commits


07 Apr, 2009

1 commit

  • This adds declarations and functions of NILFS2 B-tree.

    Two variants are integrated in the NILFS2 B-tree. The B-tree for the most
    files points to the child nodes or data blocks with virtual block
    addresses, whereas the B-tree of the DAT uses actual block addresses.

    Signed-off-by: Koji Sato
    Signed-off-by: Ryusuke Konishi
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Koji Sato