1. 17 2月, 2011 1 次提交
  2. 21 1月, 2011 1 次提交
  3. 15 1月, 2011 1 次提交
  4. 09 9月, 2010 1 次提交
  5. 06 8月, 2010 1 次提交
  6. 02 8月, 2010 2 次提交
  7. 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
  8. 25 6月, 2009 1 次提交
  9. 15 6月, 2009 1 次提交
  10. 13 6月, 2009 1 次提交
  11. 28 5月, 2009 2 次提交
  12. 01 5月, 2009 1 次提交
  13. 13 5月, 2008 1 次提交
  14. 09 5月, 2008 1 次提交
  15. 13 2月, 2008 1 次提交
  16. 08 2月, 2008 1 次提交
  17. 06 11月, 2007 1 次提交
  18. 01 11月, 2007 1 次提交
    • S
      [CIFS] when mount helper missing fix slash wrong direction in share · 1fb64bfc
      Steve French 提交于
      Kernel bugzilla bug #9228
      
      If mount helper (mount.cifs) missing, mounts with form like
      //10.11.12.13/c$ would not work (only mounts with slash e.g.
      //10.11.12.13\\c$ would work) due to problem with slash supposed
      to be converted to backslash by the mount helper (which is not
      there).
      
      If we fail on converting an IPv4 address in in4_pton then
      try to canonicalize the first slash (ie between sharename
      and host ip address) if necessary.  If we have to retry
      to check for IPv6 address the slash is already converted
      if necessary.
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      1fb64bfc
  19. 26 10月, 2007 1 次提交
  20. 19 10月, 2007 1 次提交
  21. 18 10月, 2007 1 次提交
  22. 18 7月, 2007 1 次提交
  23. 16 7月, 2007 1 次提交
  24. 13 7月, 2007 1 次提交
  25. 10 7月, 2007 1 次提交
  26. 08 7月, 2007 2 次提交
  27. 07 7月, 2007 1 次提交
  28. 25 4月, 2007 1 次提交
    • S
      [CIFS] Add IPv6 support · 5858ae44
      Steve French 提交于
      IPv6 support was started a few years ago in the cifs client, but lacked a
      kernel helper function for parsing the ascii form of the ipv6 address. Now
      that that is added (and now IPv6 is the default that some OS use now) it
      was fairly easy to finish  the cifs ipv6 support.  This  requires that
      CIFS_EXPERIMENTAL be enabled and (at least until the mount.cifs module is
      modified to use a new ipv6 friendly call instead of gethostbyname) and the
      ipv6 address be passed on the mount as "ip=" mount option.
      
      Thanks
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      5858ae44
  29. 12 10月, 2006 2 次提交
  30. 11 10月, 2006 1 次提交
  31. 07 10月, 2006 1 次提交
  32. 28 9月, 2006 1 次提交
  33. 12 8月, 2006 1 次提交
    • J
      [CIFS] · 7ee1af76
      Jeremy Allison 提交于
      Allow Windows blocking locks to be cancelled via a
      CANCEL_LOCK call. TODO - restrict this to servers
      that support NT_STATUS codes (Win9x will probably
      not support this call).
      Signed-off-by: NJeremy Allison <jra@samba.org>
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      (cherry picked from 570d4d2d895569825d0d017d4e76b51138f68864 commit)
      7ee1af76
  34. 03 6月, 2006 1 次提交
  35. 02 6月, 2006 1 次提交
  36. 30 11月, 2005 1 次提交