1. 23 9月, 2009 1 次提交
  2. 12 6月, 2009 2 次提交
    • A
      fs/qnx4: sanitize includes · 964f5369
      Al Viro 提交于
      fs-internal parts of qnx4_fs.h taken to fs/qnx4/qnx4.h, includes adjusted,
      qnx4_fs.h doesn't need unifdef anymore.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      964f5369
    • A
      Sanitize qnx4 fsync handling · 79d25767
      Al Viro 提交于
      * have directory operations use mark_buffer_dirty_inode(),
        so that sync_mapping_buffers() would get those.
      * make qnx4_write_inode() honour its last argument.
      * get rid of insane copies of very ancient "walk the indirect blocks"
        in qnx4/fsync - they never matched the actual fs layout and, fortunately,
        never'd been called.  Again, all this junk is not needed; ->fsync()
        should just do sync_mapping_buffers + sync_inode (and if we implement
        block allocation for qnx4, we'll need to use mark_buffer_dirty_inode()
        for extent blocks)
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      79d25767
  3. 13 2月, 2007 1 次提交
  4. 09 12月, 2006 1 次提交
  5. 01 7月, 2006 1 次提交
  6. 29 3月, 2006 1 次提交
  7. 25 6月, 2005 1 次提交
  8. 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