04 Jan, 2012

1 commit


15 Mar, 2011

1 commit


26 Oct, 2010

1 commit


17 May, 2010

1 commit


21 Jun, 2009

1 commit

  • Boaz,
    Congrats on getting all the OSD stuff into 2.6.30!
    I just pulled the git, and saw that the IBM copyrights are still there.
    Please remove them from all files:
    * Copyright (C) 2005, 2006
    * International Business Machines

    IBM has revoked all rights on the code - they gave it to me.

    Thanks!
    Avishay

    Signed-off-by: Avishay Traeger
    Signed-off-by: Boaz Harrosh

    Boaz Harrosh
     

01 Apr, 2009

2 commits

  • implement export_operations and set in superblock.
    It is now posible to export exofs via nfs

    Signed-off-by: Boaz Harrosh

    Boaz Harrosh
     
  • implementation of directory and inode operations.

    * A directory is treated as a file, and essentially contains a list
    of pairs for files that are found in that
    directory. The object IDs correspond to the files' inode numbers
    and are allocated using a 64bit incrementing global counter.
    * Each file's control block (AKA on-disk inode) is stored in its
    object's attributes. This applies to both regular files and other
    types (directories, device files, symlinks, etc.).

    Signed-off-by: Boaz Harrosh

    Boaz Harrosh