1. 21 Sep, 2012 1 commit
  2. 14 Jul, 2012 4 commits
    • Al Viro's avatar
      don't pass nameidata to ->create() · ebfc3b49
      Al Viro authored
      
      boolean "does it have to be exclusive?" flag is passed instead;
      Local filesystem should just ignore it - the object is guaranteed
      not to be there yet.
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      ebfc3b49
    • Al Viro's avatar
      stop passing nameidata to ->lookup() · 00cd8dd3
      Al Viro authored
      
      Just the flags; only NFS cares even about that, but there are
      legitimate uses for such argument.  And getting rid of that
      completely would require splitting ->lookup() into a couple
      of methods (at least), so let's leave that alone for now...
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      00cd8dd3
    • Artem Bityutskiy's avatar
      affs: get rid of affs_sync_super · 3dd84782
      Artem Bityutskiy authored
      
      This patch makes affs stop using the VFS '->write_super()' method along with
      the 's_dirt' superblock flag, because they are on their way out.
      
      The whole "superblock write-out" VFS infrastructure is served by the
      'sync_supers()' kernel thread, which wakes up every 5 (by default) seconds and
      writes out all dirty superblocks using the '->write_super()' call-back.  But the
      problem with this thread is that it wastes power by waking up the system every
      5 seconds, even if there are no diry superblocks, or there are no client
      file-systems which would need this (e.g., btrfs does not use
      '->write_super()'). So we want to kill it completely and thus, we need to make
      file-systems to stop using the '->write_super()' VFS service, and then remove
      it together with the kernel thread.
      Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      3dd84782
    • Artem Bityutskiy's avatar
      affs: introduce VFS superblock object back-reference · a215fef7
      Artem Bityutskiy authored
      
      Add an 'sb' VFS superblock back-reference to the 'struct affs_sb_info' data
      structure - we will need to find the VFS superblock from a 'struct
      affs_sb_info' object in the next patch, so this change is jut a preparation.
      Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      a215fef7
  3. 30 May, 2012 1 commit
  4. 04 Jan, 2012 3 commits
  5. 21 Jul, 2011 1 commit
    • Josef Bacik's avatar
      fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers · 02c24a82
      Josef Bacik authored
      
      Btrfs needs to be able to control how filemap_write_and_wait_range() is called
      in fsync to make it less of a painful operation, so push down taking i_mutex and
      the calling of filemap_write_and_wait() down into the ->fsync() handlers.  Some
      file systems can drop taking the i_mutex altogether it seems, like ext3 and
      ocfs2.  For correctness sake I just pushed everything down in all cases to make
      sure that we keep the current behavior the same for everybody, and then each
      individual fs maintainer can make up their mind about what to do from there.
      Thanks,
      Acked-by: default avatarJan Kara <jack@suse.cz>
      Signed-off-by: default avatarJosef Bacik <josef@redhat.com>
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      02c24a82
  6. 13 Jan, 2011 1 commit
  7. 09 Aug, 2010 1 commit
  8. 28 May, 2010 1 commit
  9. 05 Mar, 2010 1 commit
  10. 27 Jan, 2010 1 commit
  11. 12 Jun, 2009 1 commit
    • Al Viro's avatar
      sanitize ->fsync() for affs · c4758795
      Al Viro authored
      
      unfortunately, for affs (especially for affs directories) we have
      no real way to keep track of metadata ownership.  So we have to
      do more or less what file_fsync() does, but we do *not* need to
      call write_super() there.
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      c4758795
  12. 27 Mar, 2009 1 commit
  13. 26 Jul, 2008 1 commit
  14. 06 May, 2008 1 commit
  15. 07 Feb, 2008 1 commit
  16. 21 Feb, 2007 1 commit
  17. 12 Feb, 2007 1 commit
  18. 24 Sep, 2006 1 commit
  19. 28 Jun, 2006 1 commit
  20. 28 Mar, 2006 1 commit
  21. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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!
      1da177e4