1. 19 6月, 2009 1 次提交
  2. 30 4月, 2008 1 次提交
  3. 08 2月, 2008 1 次提交
  4. 17 10月, 2007 1 次提交
  5. 17 7月, 2007 1 次提交
    • D
      isofs: fix up CodingStyle · c3ed85a3
      Dave Jones 提交于
      fs/isofs/* had a bunch of CodingStyle issues.
      * Indentation was a mix of spaces and tabs
      * "int * foo" instead of "int *foo"
      * "while ( foo )" instead of "while (foo)"
      * if (foo) blah; on one line instead of two
      * Missing printk KERN_ levels
      * lots of trailing whitespace
      * lines >80 columns changed to wrap.
      * Unnecessary prototype removed by shuffling code order in C file.
      
      Should be no functional changes other than slight size increase due to
      printk changes.  Further improvement possible, but this is a start..
      Signed-off-by: NDave Jones <davej@redhat.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c3ed85a3
  6. 04 10月, 2006 1 次提交
  7. 15 1月, 2006 1 次提交
  8. 22 6月, 2005 1 次提交
    • J
      [PATCH] isofs: show hidden files, add granularity for assoc/hidden files flags · 9769f4eb
      Jeremy White 提交于
      The current isofs treatment of hidden files is flawed in two ways.  First,
      it does not provide sufficient granularity; it hides both 'hidden' files
      and 'associated' files (resource fork for Mac files).  Second, the default
      behavior to completely strip hidden files, while an admirable
      implementation of the spec, is a poor choice given the real world use of
      hidden files as a poor mans copy protection scheme for MSDOS and Windows
      based systems.  A longer description of this is available here:
      
         http://www.uwsg.iu.edu/hypermail/linux/kernel/0205.3/0267.html
      
      This patch was originally built after a few private conversations with Alan
      Cox; I shamefully failed to persist in seeing it go forward, I hope to make
      amends now.
      
      This patch introduces granularity by allowing explicit control for both
      hidden and associated files.  It also reverses the default so that by
      default, hidden files are treated as regular files on the iso9660 file
      system.
      
      This allow Wine to process Windows CDs, including those that are hybrid
      Mac/Windows CDs properly and completely, without our having to go muck up
      peoples fstabs as we do now.  (I have tested this with such a hybrid +
      hidden CD and have verified that this patch works as claimed).
      Signed-off-by: NJeremy White <jwhite@codeweavers.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      9769f4eb
  9. 26 4月, 2005 1 次提交
  10. 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