An error occurred fetching the project authors.
  1. 16 Oct, 2002 1 commit
    • Andrew Morton's avatar
      [PATCH] simple_rename() link count fix · 3e1b0887
      Andrew Morton authored
      From Hugh Dickins
      
      simple_rename, like shmem_rename until I fixed that a few weeks ago,
      got the parent directory's link count wrong in the exceptional case
      of renaming a directory in place of an existing empty directory.
      3e1b0887
  2. 08 Oct, 2002 1 commit
    • Andrew Morton's avatar
      [PATCH] move library functions from ramfs into libfs · 1b5dd0c2
      Andrew Morton authored
      From Bill Irwin
      
      The simple_link(), simple_unlink(), simple_rename(),
      simple_sync_file(), simple_rmdir(), and simple_empty() functions are
      easy to duplicate.  Basically, I duplicated them in an fs patch of
      mine, and Linus told me to put them in libfs.c
      
      Pat Mochel has acked the changes for driverfs (in that he'll convert
      the stuff over when they're available from libfs), and my hugetlbfs
      implementation was the thing that spurred the whole incident.
      1b5dd0c2
  3. 17 Sep, 2002 1 commit
  4. 02 Jul, 2002 1 commit
  5. 11 Jun, 2002 1 commit
    • Alexander Viro's avatar
      [PATCH] (2/14) resync · 9279e3b6
      Alexander Viro authored
      FS_NOMOUNT is gone, initialization for pseudo-filesystems
      (bdev, pipe, sock) switched to use of a common helper.
      9279e3b6
  6. 22 May, 2002 1 commit
  7. 30 Apr, 2002 1 commit
    • Dave Hansen's avatar
      [PATCH] shift BKL out of vfs_readdir · ec3630a1
      Dave Hansen authored
      This patch takes the BKL out of vfs_readdir() and moves it into the
      individual filesystems, all 35 of them.  I have the feeling that this
      wasn't done before because there are a lot of these to change and it was
      a pain to find them all.  I definitely got all of those that were
      defined in the in the structure declaration like this "readdir:
      fs_readdir;" vxfs_readdir was assigned strangely, but I found it anyway.
      I also left devfs out of this one.  Richard seems confident that devfs
      has no need for the BKL.
      ec3630a1
  8. 15 Mar, 2002 1 commit
    • Alexander Viro's avatar
      [PATCH] fs/libfs.c · 5e689743
      Alexander Viro authored
      	Linus, I've taken a bunch of common methods into fs/libfs.c and
      killed the (duplicated) instances in filesystems.  There will be more -
      ideally I'd like to get a library that would make writing small filesystems
      trivial.
      5e689743