1. 21 8月, 2005 1 次提交
  2. 20 8月, 2005 2 次提交
    • L
      Fix nasty ncpfs symlink handling bug. · cc314eef
      Linus Torvalds 提交于
      This bug could cause oopses and page state corruption, because ncpfs
      used the generic page-cache symlink handlign functions.  But those
      functions only work if the page cache is guaranteed to be "stable", ie a
      page that was installed when the symlink walk was started has to still
      be installed in the page cache at the end of the walk.
      
      We could have fixed ncpfs to not use the generic helper routines, but it
      is in many ways much cleaner to instead improve on the symlink walking
      helper routines so that they don't require that absolute stability.
      
      We do this by allowing "follow_link()" to return a error-pointer as a
      cookie, which is fed back to the cleanup "put_link()" routine.  This
      also simplifies NFS symlink handling.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      cc314eef
    • S
      [CIFS] Finish cifs mount option which requests case insensitive path · d3485d37
      Steve French 提交于
      name matching.
      
      	Signed-off-by:  Steve French (sfrench@us.ibm.com)
      d3485d37
  3. 19 8月, 2005 3 次提交
  4. 18 8月, 2005 2 次提交
  5. 15 8月, 2005 2 次提交
  6. 13 8月, 2005 1 次提交
  7. 03 8月, 2005 1 次提交
  8. 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
  9. 15 7月, 2005 2 次提交
  10. 24 6月, 2005 2 次提交
  11. 23 6月, 2005 2 次提交
  12. 14 6月, 2005 1 次提交
  13. 10 6月, 2005 1 次提交
  14. 03 6月, 2005 2 次提交
  15. 18 5月, 2005 3 次提交
  16. 06 5月, 2005 1 次提交
  17. 01 5月, 2005 2 次提交
  18. 29 4月, 2005 11 次提交