07 Dec, 2015

1 commit

  • It was to needed for a couple of months in 2010, until UFS
    quota support got dropped. Since then it's equivalent to
    simple_setattr() (i.e. the default) for everything except the
    regular files. And dropping it there allows to convert all
    UFS symlinks to {page,simple}_symlink_inode_operations, getting
    rid of fs/ufs/symlink.c completely.

    Signed-off-by: Al Viro

    Al Viro
     

07 Jul, 2015

1 commit

  • It is closely tied to block pointers handling there, can benefit
    from existing helpers, etc. - no point keeping them apart.

    Trimmed the trailing whitespaces in inode.c at the same time.

    Signed-off-by: Al Viro

    Al Viro
     

09 Aug, 2014

1 commit

  • Use current logging functions.

    - no level printk under CONFIG_UFS_DEBUG converted to pr_debug

    - no level printk elsewhere converted to pr_err

    - add DDEBUG flag in Makefile

    - coalesce formats

    Signed-off-by: Fabian Frederick
    Cc: Evgeniy Dushistov
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Fabian Frederick
     

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