1. 21 6月, 2011 1 次提交
  2. 20 6月, 2011 1 次提交
    • D
      JFS: Don't save agno in the inode · d31b53e3
      Dave Kleikamp 提交于
      Resizing the file system can result in an in-memory inode being remapped
      to a different aggregate group (AG). A cached AG number can cause
      problems when trying to free or allocate inodes. Instead, save the IAG's
      agstart address and calculate the agno when we need it.
      Signed-off-by: NDave Kleikamp <dave.kleikamp@oracle.com>
      d31b53e3
  3. 24 6月, 2009 1 次提交
  4. 15 10月, 2007 1 次提交
  5. 07 6月, 2007 1 次提交
  6. 10 1月, 2007 1 次提交
  7. 02 10月, 2006 1 次提交
  8. 10 3月, 2006 1 次提交
    • D
      JFS: add uid, gid, and umask mount options · 69eb66d7
      Dave Kleikamp 提交于
      OS/2 doesn't initialize the uid, gid, or unix-style permission bits.  The
      uid, gid, & umask mount options perform pretty much like those for the fat
      file system, overriding what is stored on disk.  This is useful for users
      sharing the file system with OS/2.
      
      I implemented a little feature so that if you mask the execute bit, it
      will be re-enabled on directories when the appropriate read bit is unmasked.
      I didn't want to implement an fmask & dmask option.
      Signed-off-by: NDave Kleikamp <shaggy@austin.ibm.com>
      69eb66d7
  9. 25 1月, 2006 1 次提交
  10. 10 1月, 2006 1 次提交
  11. 03 5月, 2005 1 次提交
  12. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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