1. 07 11月, 2005 1 次提交
  2. 01 10月, 2005 1 次提交
    • P
      [PATCH] uml: remove empty hostfs_truncate method · daa35edc
      Paolo 'Blaisorblade' Giarrusso 提交于
      Calling truncate() on hostfs spits a kernel warning "Something isn't
      implemented here", but it still works fine.
      
      Indeed, hostfs i_op->truncate doesn't do anything.  But hostfs_setattr() ->
      set_attr() correctly detects ATTR_SIZE and calls truncate() on the host.  So
      we should be safe (using ftruncate() may be better, in case the file is
      unlinked on the host, but we aren't sure to have the file open for writing,
      and reopening it would cause the same races; plus nobody should expect UML to
      be so careful).
      
      So, the warning is wrong, because the current implementation is working.  Al,
      am I correct, and can the warning be therefore dropped?
      
      CC: Al Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      daa35edc
  3. 10 9月, 2005 1 次提交
  4. 29 7月, 2005 1 次提交
  5. 15 7月, 2005 1 次提交
  6. 29 5月, 2005 1 次提交
  7. 06 5月, 2005 1 次提交
  8. 01 5月, 2005 1 次提交
  9. 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