1. 09 9月, 2010 1 次提交
  2. 21 8月, 2010 1 次提交
  3. 06 5月, 2010 1 次提交
  4. 21 4月, 2010 1 次提交
    • J
      [CIFS] Neaten cERROR and cFYI macros, reduce text space · b6b38f70
      Joe Perches 提交于
      Neaten cERROR and cFYI macros, reduce text space
      ~2.5K
      
      Convert '__FILE__ ": " fmt' to '"%s: " fmt', __FILE__' to save text space
      Surround macros with do {} while
      Add parentheses to macros
      Make statement expression macro from macro with assign
      Remove now unnecessary parentheses from cFYI and cERROR uses
      
      defconfig with CIFS support old
      $ size fs/cifs/built-in.o
         text	   data	    bss	    dec	    hex	filename
       156012	   1760	    148	 157920	  268e0	fs/cifs/built-in.o
      
      defconfig with CIFS support old
      $ size fs/cifs/built-in.o
         text	   data	    bss	    dec	    hex	filename
       153508	   1760	    148	 155416	  25f18	fs/cifs/built-in.o
      
      allyesconfig old:
      $ size fs/cifs/built-in.o
         text	   data	    bss	    dec	    hex	filename
       309138	   3864	  74824	 387826	  5eaf2	fs/cifs/built-in.o
      
      allyesconfig new
      $ size fs/cifs/built-in.o
         text	   data	    bss	    dec	    hex	filename
       305655	   3864	  74824	 384343	  5dd57	fs/cifs/built-in.o
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      b6b38f70
  5. 05 2月, 2010 1 次提交
  6. 25 6月, 2009 1 次提交
  7. 20 8月, 2008 1 次提交
  8. 01 8月, 2008 1 次提交
  9. 30 7月, 2008 1 次提交
  10. 25 7月, 2008 1 次提交
  11. 22 7月, 2008 1 次提交
  12. 06 6月, 2008 1 次提交
  13. 29 4月, 2008 1 次提交
  14. 03 11月, 2007 1 次提交
  15. 31 8月, 2007 1 次提交
  16. 13 7月, 2007 1 次提交
  17. 01 7月, 2006 1 次提交
  18. 01 6月, 2006 1 次提交
  19. 07 11月, 2005 1 次提交
  20. 16 9月, 2005 1 次提交
    • S
      [CIFS] Fix compiler warnings · ab2f218f
      Steve French 提交于
      Fix some compiler warnings noticed on x64 by me and ppc64 by Shaggy
      
      Signed-off-by: Steve French (sfrench@us.ibm.com)
      ab2f218f
  21. 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