1. acbbb76 CIFS: Rename *UCS* functions to *UTF16* by Steve French · 13 years ago
  2. 9ee305b CIFS: Send as many mandatory unlock ranges at once as possible by Pavel Shilovsky · 13 years ago
  3. 4f6bcec CIFS: Implement caching mechanism for posix brlocks by Pavel Shilovsky · 13 years ago
  4. a2d6b6c CIFS: Fix error handling in cifs_readv_complete by Pavel Shilovsky · 13 years ago
  5. e28bc5b cifs: add cifs_async_readv by Jeff Layton · 13 years ago
  6. 44d22d8 cifs: add a callback function to receive the rest of the frame by Jeff Layton · 13 years ago
  7. a5ff376 cifs: Call id to SID mapping functions to change owner/group (try #4 repost) by Shirish Pargaonkar · 13 years ago
  8. 03776f4 CIFS: Simplify byte range locking code by Pavel Shilovsky · 14 years ago
  9. c974bef cifs: untangle server->maxBuf and CIFSMaxBufSize by Jeff Layton · 13 years ago
  10. ac42344 cifs: switch CIFSSMBQAllEAs to use memcmp by Jeff Layton · 13 years ago
  11. 9438fab cifs: fix possible memory corruption in CIFSFindNext by Jeff Layton · 13 years ago
  12. c4a5534 cifs: remove unneeded variable initialization in cifs_reconnect_tcon by Jeff Layton · 13 years ago
  13. 5980fc9 cifs: fix compiler warning in CIFSSMBQAllEAs by Jeff Layton · 13 years ago
  14. 91d065c cifs: fix name parsing in CIFSSMBQAllEAs by Jeff Layton · 13 years ago
  15. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  16. 07cc6cf Fix extended security auth failure by Steve French · 13 years ago
  17. d4ffff1 CIFS: Add rwpidforward mount option by Pavel Shilovsky · 13 years ago
  18. fa2989f CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size by Pavel Shilovsky · 13 years ago
  19. c28c89f cifs: add cifs_async_writev by Jeff Layton · 13 years ago
  20. 59ffd84 cifs: add ignore_pend flag to cifs_call_async by Jeff Layton · 13 years ago
  21. fcc31cb cifs: make cifs_send_async take a kvec array by Jeff Layton · 13 years ago
  22. 820a803 cifs: keep BCC in little-endian format by Jeff Layton · 13 years ago
  23. be8e3b0 consistently use smb_buf_length as be32 for cifs (try 3) by Steve French · 13 years ago
  24. fd5707e cifs: fix comment in validate_t2 by Jeff Layton · 13 years ago
  25. 2572087 cifs: cleanup: Rename and remove config flags by Shirish Pargaonkar · 13 years ago
  26. c52a955 Don't compile in unused reparse point symlink code by Steve French · 13 years ago
  27. 0eff0e2 Remove unused CIFSSMBNotify worker function by Steve French · 13 years ago
  28. fd88ce9 [CIFS] cifs: clarify the meaning of tcpStatus == CifsGood by Steve French · 13 years ago
  29. 5443d13 various endian fixes to cifs by Steve French · 13 years ago
  30. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  31. d402539 cifs: remove checks for ses->status == CifsExiting by Jeff Layton · 13 years ago
  32. 31c2659 cifs: clean up some compiler warnings by Jeff Layton · 13 years ago
  33. 99d86c8 cifs: fix up CIFSSMBEcho for unaligned access by Jeff Layton · 13 years ago
  34. 12df83c cifs: clean up unaligned accesses in validate_t2 by Jeff Layton · 13 years ago
  35. 690c522 cifs: use get/put_unaligned functions to access ByteCount by Jeff Layton · 13 years ago
  36. c3dccf4 cifs: TCP_Server_Info diet by Jeff Layton · 13 years ago
  37. 7749981 cifs: remove code for setting timeouts on requests by Jeff Layton · 14 years ago
  38. 766fdbb cifs: add ability to send an echo request by Jeff Layton · 14 years ago
  39. 12fed00 CIFS: Fix oplock break handling (try #2) by Pavel Shilovsky · 14 years ago
  40. b4d6fcf cifs: move "ntlmssp" and "local_leases" options out of experimental code by Jeff Layton · 14 years ago
  41. 79df1ba cifs: fix use of CONFIG_CIFS_ACL by Jeff Layton · 14 years ago
  42. d3ba50b NTLM auth and sign - Use appropriate server challenge by Shirish Pargaonkar · 14 years ago
  43. 3f9bcca cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock by Suresh Jayaraman · 14 years ago
  44. 4477288 cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock by Jeff Layton · 14 years ago
  45. 5d0d288 NTLM authentication and signing - Calculate auth response per smb session by Shirish Pargaonkar · 14 years ago
  46. 6ea7595 Merge branch 'for-next' by Steve French · 14 years ago
  47. f569599 cifs: prevent infinite recursion in cifs_reconnect_tcon by Jeff Layton · 14 years ago
  48. 2b149f1 cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code by Shirish Pargaonkar · 14 years ago
  49. c8e56f1 Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" by Steve French · 14 years ago
  50. 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
  51. 26efa0b cifs: have decode_negTokenInit set flags in server struct by Jeff Layton · 14 years ago
  52. 198b568 cifs: break negotiate protocol calls out of cifs_setup_session by Jeff Layton · 14 years ago
  53. 9bf67e5 cifs: save the dialect chosen by server by Jeff Layton · 14 years ago
  54. 04912d6 cifs: rename "extended_security" to "global_secflags" by Jeff Layton · 14 years ago
  55. f19159d [CIFS] Cleanup various minor breakage in previous cFYI cleanup by Steve French · 14 years ago
  56. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  57. 9ddd3a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  58. f05337c not overwriting file_lock structure after GET_LK by Pavel Shilovsky · 14 years ago
  59. 6513a81 cifs: Fix a kernel BUG with remote OS/2 server (try #3) by Suresh Jayaraman · 14 years ago
  60. a24e2d7 [CIFS] initialize nbytes at the beginning of CIFSSMBWrite() by Steve French · 14 years ago
  61. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  62. 0a492fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  63. 8212cf7 cifs: trivial white space by Dan Carpenter · 14 years ago
  64. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  65. c8634fd cifs: add a CIFSSMBUnixQFileInfo function by Jeff Layton · 14 years ago
  66. bcd5357 cifs: add a CIFSSMBQFileInfo function by Jeff Layton · 14 years ago
  67. d7b619c [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex and by Steve French · 14 years ago
  68. 122ca00 [CIFS] Use unsigned ea length for clarity by Steve French · 14 years ago
  69. 96c03bc [CIFS] Minor cleanup to EA patch by Steve French · 14 years ago
  70. 31c0519 cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs by Jeff Layton · 14 years ago
  71. 0cd126b cifs: verify lengths of QueryAllEAs reply by Jeff Layton · 14 years ago
  72. e529614 cifs: increase maximum buffer size in CIFSSMBQAllEAs by Jeff Layton · 14 years ago
  73. 6e462b9 cifs: rename name_len to list_len in CIFSSMBQAllEAs by Jeff Layton · 14 years ago
  74. f0d3868 cifs: clean up indentation in CIFSSMBQAllEAs by Jeff Layton · 14 years ago
  75. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  76. 3bc303c cifs: convert oplock breaks to use slow_work facility (try #4) by Jeff Layton · 15 years ago
  77. 9162ab2 cifs: consolidate reconnect logic in smb_init routines by Jeff Layton · 15 years ago
  78. 2920ee2 [CIFS] potential NULL dereference in parse_DFS_referrals() by Steve French · 15 years ago
  79. 65bc98b [CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in stats by Steve French · 15 years ago
  80. 3bbeeb3 cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls by Jeff Layton · 15 years ago
  81. 654cf14 cifs: make a separate function for filling out FILE_UNIX_BASIC_INFO by Jeff Layton · 15 years ago
  82. 01ea95e cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo by Jeff Layton · 15 years ago
  83. f46c723 [CIFS] cleanup asn handling for ntlmssp by Steve French · 15 years ago
  84. 268875b [CIFS] Do not send tree disconnect if session is already disconnected by Steve French · 15 years ago
  85. c4a2c08 cifs: make cnvrtDosUnixTm take a little-endian args and an offset by Jeff Layton · 15 years ago
  86. 46a7574 cifs: fix artificial limit on reading symlinks by Jeff Layton · 15 years ago
  87. 8b6427a cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4) by Jeff Layton · 15 years ago
  88. d8e2f53 cifs: fix error handling in parse_DFS_referrals by Jeff Layton · 15 years ago
  89. ac68392 [CIFS] Allow raw ntlmssp code to be enabled with sec=ntlmssp by Steve French · 15 years ago
  90. 24d35ad [CIFS] Remove sparse warning by Steve French · 15 years ago
  91. 989c7e5 [CIFS] remove checkpatch warning by Steve French · 15 years ago
  92. afe48c3 [CIFS] Fix final user of old string conversion code by Steve French · 15 years ago
  93. 0e0d2cf [CIFS] Remove sparse endian warnings by Steve French · 15 years ago
  94. d185cda [CIFS] rename cifs_strndup to cifs_strndup_from_ucs by Steve French · 15 years ago
  95. 460b969 cifs: change CIFSSMBUnixQuerySymLink to use new helpers by Jeff Layton · 15 years ago
  96. 066ce68 cifs: rename cifs_strlcpy_to_host and make it use new functions by Jeff Layton · 15 years ago
  97. 69f801f cifs: add new function to get unicode string length in bytes by Jeff Layton · 15 years ago
  98. 968460e cifs: Rename cifs_strncpy_to_host and fix buffer size by Suresh Jayaraman · 15 years ago
  99. fbec9ab cifs: vary timeout on writes past EOF based on offset (try #5) by Jeff Layton · 15 years ago
  100. 85a6dac [CIFS] Endian convert UniqueId when reporting inode numbers from server files by Steve French · 15 years ago