1. 25 6月, 2007 1 次提交
  2. 24 4月, 2007 1 次提交
  3. 16 3月, 2007 1 次提交
    • S
      [CIFS] Do not negotiate new POSIX_PATH_OPERATIONS_CAP yet · 38e2aff6
      Steve French 提交于
      Samba server now expects that clients which send the new
      POSIX_PATH_OPERATIONS_CAP send all opens with this new
      SMB - and expects that clients that could send the new
      posix open/create but don't as indicating that they really
      want Windows semantics on that handle (which allows Samba
      to support clients which want to support both types of
      behaviors on different handles on the same mount)
      
      We will put this capability back in the SetFSInfo
      negotiation with servers like Samba when the
      new POSIXCreate (create/open/mkdir) code is finished.
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      38e2aff6
  4. 15 3月, 2007 1 次提交
  5. 01 3月, 2007 1 次提交
  6. 15 2月, 2007 1 次提交
  7. 14 2月, 2007 1 次提交
  8. 09 2月, 2007 1 次提交
  9. 07 2月, 2007 1 次提交
  10. 08 12月, 2006 1 次提交
  11. 02 10月, 2006 1 次提交
  12. 30 9月, 2006 2 次提交
  13. 21 9月, 2006 1 次提交
  14. 07 6月, 2006 1 次提交
  15. 06 6月, 2006 1 次提交
  16. 05 6月, 2006 1 次提交
  17. 04 6月, 2006 1 次提交
  18. 02 6月, 2006 1 次提交
  19. 01 6月, 2006 1 次提交
  20. 02 3月, 2006 1 次提交
  21. 01 3月, 2006 1 次提交
  22. 13 1月, 2006 1 次提交
  23. 13 12月, 2005 1 次提交
  24. 02 12月, 2005 1 次提交
  25. 19 11月, 2005 1 次提交
  26. 28 10月, 2005 1 次提交
    • S
      [CIFS] Change pragma pack(1) to attribute(packed) to allow cifs on arm to access · 0753ca7b
      Steve French 提交于
      unaligned structures coming in off the wire
      
      gcc on arm processors generates very odd code with pragma pack specified -
      although it does pack the structures in some sense - it does not allow you
      to access unaligned elements in nested structures at the right offset as other
      architectures do.  Oddly enough though, specifying the structures as packed
      the long way - one by one with the packed attribute does work.  Rather than
      fighting over whether this is a gcc bug or some obscure side effect
      of pragma pack, it is easier to do what most (all but 96 other places in
      the kernel) do - and replace pragma pack with dozens of attribute(packed)
      structure qualifiers.  Much more verbose ... but at least it works.
      Signed-off-by: NDavid Kleikamp <shaggy@austin.ibm.com>
      Signed-off-by: Steve French <sfrench@us.ibm.com>  CG: -----------------------------------------------------------------------
      0753ca7b
  27. 23 9月, 2005 1 次提交
  28. 22 9月, 2005 1 次提交
  29. 25 8月, 2005 2 次提交
  30. 24 8月, 2005 1 次提交
  31. 18 8月, 2005 1 次提交
  32. 22 7月, 2005 1 次提交
    • S
      [CIFS] Add compat with SFU (part 2) · eda3c029
      Steve French 提交于
      Creating FIFOs to non-Unix servers (with cifs mounts for which sfu option
      was specified) now works.
      
      Signed-off-by: Steve French (sfrench@us.ibm.com)
      
      Thanks to Martin Koeppe for his assistance
      eda3c029
  33. 23 6月, 2005 1 次提交
  34. 29 4月, 2005 4 次提交
  35. 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