10 Dec, 2009

1 commit


20 Mar, 2008

1 commit

  • A read request outside i_size will be handled in do_generic_file_read(). So
    we just return 0 to avoid getting -EIO as normal reading, let
    do_generic_file_read do the rest.

    At the same time we need unlock the page to avoid system stuck.

    Fixes http://bugzilla.kernel.org/show_bug.cgi?id=10227

    Signed-off-by: Dave Young
    Acked-by: Jan Kara
    Report-by: Christian Perle
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Dave Young
     

17 Oct, 2007

1 commit


09 Dec, 2006

1 commit


01 Jul, 2006

1 commit


29 Jun, 2006

1 commit


07 Aug, 2005

1 commit


26 Apr, 2005

1 commit

  • fs/isofs includes trimmed down to something resembling sanity.

    Kernel-only parts of linux/iso_fs.h and entire linux/iso_fs_{sb,i}.h
    moved to fs/isofs/isofs.h.

    A lot of useless #include in fs/isofs/*.c killed.

    Signed-off-by: Al Viro
    Signed-off-by: Linus Torvalds

    Al Viro
     

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