10 Aug, 2010

1 commit


27 Mar, 2006

1 commit

  • This fix was proposed by Trond Myklebust. He says: The type "sector_t" is
    heavily tied in to the block layer interface as an offset/handle to a block,
    and is subject to a supposedly block-specific configuration option:
    CONFIG_LBD. Despite this, it is used in struct kstatfs to save a couple of
    bytes on the stack whenever we call the filesystems' ->statfs().

    So kstatfs's entries related to blocks are invalid on statfs64 for a network
    filesystem which has more than 2^32-1 blocks when CONFIG_LBD is disabled.

    - struct kstatfs
    Change the type of following entries from sector_t to u64.
    f_blocks
    f_bfree
    f_bavail
    f_files
    f_ffree

    Signed-off-by: Trond Myklebust
    Signed-off-by: Takashi Sato
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Takashi Sato
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds