1. 24 Mar, 2011 1 commit
  2. 16 Dec, 2010 1 commit
  3. 23 Nov, 2010 1 commit
    • Christoph Hellwig's avatar
      hfsplus: optimize fsync · e3494705
      Christoph Hellwig authored
      
      Avoid doing unessecary work in fsync.  Do nothing unless the inode
      was marked dirty, and only write the various metadata inodes out if
      they contain any dirty state from this inode.  This is archived by
      adding three new dirty bits to the hfsplus-specific inode which are
      set in the correct places.
      Signed-off-by: default avatarChristoph Hellwig <hch@tuxera.com>
      e3494705
  4. 25 Oct, 2010 1 commit
  5. 15 Oct, 2010 1 commit
  6. 14 Oct, 2010 1 commit
  7. 01 Oct, 2010 5 commits
  8. 17 May, 2010 1 commit
  9. 19 Apr, 2008 1 commit
  10. 17 Jul, 2007 1 commit
    • Satyam Sharma's avatar
      Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check · 3bd858ab
      Satyam Sharma authored
      
      Introduce is_owner_or_cap() macro in fs.h, and convert over relevant
      users to it. This is done because we want to avoid bugs in the future
      where we check for only effective fsuid of the current task against a
      file's owning uid, without simultaneously checking for CAP_FOWNER as
      well, thus violating its semantics.
      [ XFS uses special macros and structures, and in general looked ...
      untouchable, so we leave it alone -- but it has been looked over. ]
      
      The (current->fsuid != inode->i_uid) check in generic_permission() and
      exec_permission_lite() is left alone, because those operations are
      covered by CAP_DAC_OVERRIDE and CAP_DAC_READ_SEARCH. Similarly operations
      falling under the purview of CAP_CHOWN and CAP_LEASE are also left alone.
      Signed-off-by: default avatarSatyam Sharma <ssatyam@cse.iitk.ac.in>
      Cc: Al Viro <viro@ftp.linux.org.uk>
      Acked-by: default avatarSerge E. Hallyn <serge@hallyn.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      3bd858ab
  11. 30 Sep, 2006 1 commit
  12. 12 Jan, 2006 1 commit
  13. 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