12 Apr, 2007

1 commit


15 Mar, 2007

1 commit


14 Sep, 2006

2 commits


19 Jul, 2006

1 commit

  • Implement a new force feedback interface, in which all non-driver-specific
    operations are separated to a common module. This includes handling effect
    type validations, locking, etc.

    The effects are now file descriptor specific instead of the previous strange
    half-process half-fd specific behaviour. The effect memory of devices is not
    emptied if the root user opens and closes the device while another user is
    using effects. This is a minor change and most likely no force feedback
    aware programs are affected by this negatively.

    Otherwise the userspace interface is left unaltered.

    Signed-off-by: Anssi Hannula
    Signed-off-by: Dmitry Torokhov

    Anssi Hannula
     

06 Jul, 2006

2 commits


26 Jun, 2006

1 commit


23 Jun, 2006

1 commit

  • Pass the POSIX lock owner ID to the flush operation.

    This is useful for filesystems which don't want to store any locking state
    in inode->i_flock but want to handle locking/unlocking POSIX locks
    internally. FUSE is one such filesystem but I think it possible that some
    network filesystems would need this also.

    Also add a flag to indicate that a POSIX locking request was generated by
    close(), so filesystems using the above feature won't send an extra locking
    request in this case.

    Signed-off-by: Miklos Szeredi
    Cc: Trond Myklebust
    Cc: Al Viro
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Miklos Szeredi
     

29 Apr, 2006

1 commit

  • While writing to an event device allows to set repeat rate for an
    individual input device there is no way to retrieve current settings
    so we need to ressurect EVIOCGREP. Also ressurect EVIOCSREP so we
    have a symmetrical interface.

    Signed-off-by: Dmitry Torokhov

    Dmitry Torokhov
     

14 Mar, 2006

1 commit


13 Jan, 2006

1 commit


12 Jan, 2006

1 commit


08 Jan, 2006

1 commit


07 Jan, 2006

1 commit

  • Sanitize some s390 Kconfig options. We have ARCH_S390, ARCH_S390X,
    ARCH_S390_31, 64BIT, S390_SUPPORT and COMPAT. Replace these 6 options by
    S390, 64BIT and COMPAT.

    Signed-off-by: Martin Schwidefsky
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Martin Schwidefsky
     

12 Dec, 2005

1 commit


31 Oct, 2005

2 commits


29 Oct, 2005

5 commits


10 Sep, 2005

2 commits


08 Sep, 2005

1 commit


05 Sep, 2005

1 commit


04 Sep, 2005

1 commit


24 Jul, 2005

1 commit


28 Jun, 2005

1 commit


21 Jun, 2005

1 commit


29 May, 2005

3 commits


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