1. 690c522 cifs: use get/put_unaligned functions to access ByteCount by Jeff Layton · 14 years ago
  2. 7749981 cifs: remove code for setting timeouts on requests by Jeff Layton · 14 years ago
  3. fda3594 [CIFS] cifs: reconnect unresponsive servers by Steve French · 14 years ago
  4. c74093b cifs: set up recurring workqueue job to do SMB echo requests by Jeff Layton · 14 years ago
  5. 2b84a36c cifs: allow for different handling of received response by Jeff Layton · 14 years ago
  6. 540b2e3 cifs: Fix regression during share-level security mounts (Repost) by Shirish Pargaonkar · 14 years ago
  7. 8097531 cifs: clean up accesses to midCount by Jeff Layton · 14 years ago
  8. 9d78315 cifs: no need to mark smb_ses_list as cifs_demultiplex_thread is exiting by Jeff Layton · 14 years ago
  9. bd76331 cifs: add cruid= mount option by Jeff Layton · 14 years ago
  10. b4d6fcf cifs: move "ntlmssp" and "local_leases" options out of experimental code by Jeff Layton · 14 years ago
  11. 1397f2e cifs: replace some hardcoded values with preprocessor constants by Jeff Layton · 14 years ago
  12. 4b88613 CIFS: Add match_port check during looking for an existing connection (try #4) by Pavel Shilovsky · 14 years ago
  13. a9f1b85 CIFS: Simplify ipv*_connect functions into one (try #4) by Pavel Shilovsky · 14 years ago
  14. 7d161b7 cifs: allow calling cifs_build_path_to_root on incomplete cifs_sb by Jeff Layton · 14 years ago
  15. 03ceace cifs: fix check of error return from is_path_accessable by Jeff Layton · 14 years ago
  16. 8846399 cifs: remove Local_System_Name by Jeff Layton · 14 years ago
  17. 6d20e84 cifs: add attribute cache timeout (actimeo) tunable by Suresh Jayaraman · 14 years ago
  18. 607a569 cifs: allow fsc mount option only if CONFIG_CIFS_FSCACHE is set by Suresh Jayaraman · 14 years ago
  19. 6ef933a cifs: trivial comment fix: tlink_tree is now a rbtree by Suresh Jayaraman · 14 years ago
  20. b647c35 cifs: convert tlink_tree to a rbtree by Jeff Layton · 14 years ago
  21. 413e661 cifs: store pointer to master tlink in superblock (try #2) by Jeff Layton · 14 years ago
  22. d3686d5 cifs: Cleanup and thus reduce smb session structure and fields used during authentication by Shirish Pargaonkar · 14 years ago
  23. d3ba50b NTLM auth and sign - Use appropriate server challenge by Shirish Pargaonkar · 14 years ago
  24. f7c5445 NTLM auth and sign - minor error corrections and cleanup by Shirish Pargaonkar · 14 years ago
  25. d2b9152 NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange by Shirish Pargaonkar · 14 years ago
  26. b235f37 cifs: cifs_convert_address() returns zero on error by Dan Carpenter · 14 years ago
  27. 21e7339 NTLM auth and sign - Allocate session key/client response dynamically by Shirish Pargaonkar · 14 years ago
  28. 3f9bcca cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock by Suresh Jayaraman · 14 years ago
  29. 5d0d288 NTLM authentication and signing - Calculate auth response per smb session by Shirish Pargaonkar · 14 years ago
  30. d244555 [CIFS] Remove build warning by Steve French · 14 years ago
  31. 2de970f cifs: implement recurring workqueue job to prune old tcons by Jeff Layton · 14 years ago
  32. 0eb8a13 cifs: add "multiuser" mount option by Jeff Layton · 14 years ago
  33. 9d002df cifs: add routines to build sessions and tcons on the fly by Jeff Layton · 14 years ago
  34. 0d424ad cifs: add cifs_sb_master_tcon and convert some callers to use it by Jeff Layton · 14 years ago
  35. f6acb9d cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglers by Jeff Layton · 14 years ago
  36. a6e8a84 cifs: add function to get a tcon from cifs_sb by Jeff Layton · 14 years ago
  37. d3bf522 [CIFS] Fix ordering of cleanup on module init failure by Steve French · 14 years ago
  38. ab9db8b cifs: allow matching of tcp sessions in CifsNew state by Jeff Layton · 14 years ago
  39. 736a332 cifs: add "mfsymlinks" mount option by Stefan Metzmacher · 14 years ago
  40. 3eb9a88 cifs: Allow binding to local IP address. by Ben Greear · 14 years ago
  41. 2b149f1 cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code by Shirish Pargaonkar · 14 years ago
  42. 460cf34 cifs: fix potential double put of TCP session reference by Jeff Layton · 14 years ago
  43. 3267039 cifs: prevent possible memory corruption in cifs_demultiplex_thread by Jeff Layton · 14 years ago
  44. 7332f2a cifs: eliminate some more premature cifsd exits by Jeff Layton · 14 years ago
  45. 522bbe6 cifs: prevent cifsd from exiting prematurely by Jeff Layton · 14 years ago
  46. c8e56f1 Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" by Steve French · 14 years ago
  47. 24e6cf9 cifs: check for NULL session password by Jeff Layton · 14 years ago
  48. 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
  49. fc87a40 cifs: fix NULL pointer dereference in cifs_find_smb_ses by Jeff Layton · 14 years ago
  50. 67b7626 CIFS: Make cifs_convert_address() take a const src pointer and a length by David Howells · 14 years ago
  51. cb76d5e cifs: fsc should not default to "on" by Jeff Layton · 14 years ago
  52. f636a34 cifs: ignore the "mand", "nomand" and "_netdev" mount options by Jeff Layton · 14 years ago
  53. 9f84159 [CIFS] relinquish fscache cookie before freeing CIFSTconInfo by Steve French · 14 years ago
  54. 3e4b3e1 cifs: add separate cred_uid field to sesInfo by Jeff Layton · 14 years ago
  55. fa1df75 cifs: add mount option to enable local caching by Suresh Jayaraman · 14 years ago
  56. d03382c cifs: define superblock-level cache index objects and register them by Suresh Jayaraman · 14 years ago
  57. 4ff67b7 cifs: clean up cifs_find_smb_ses (try #2) by Jeff Layton · 14 years ago
  58. daf5b0b cifs: match secType when searching for existing tcp session by Jeff Layton · 14 years ago
  59. 4515148 cifs: move address comparison into separate function by Jeff Layton · 14 years ago
  60. 50d9716 cifs: set the port in sockaddr in a more clearly defined fashion by Jeff Layton · 14 years ago
  61. 488f1d2d cifs: define server-level cache index objects and register them by Suresh Jayaraman · 14 years ago
  62. 198b568 cifs: break negotiate protocol calls out of cifs_setup_session by Jeff Layton · 14 years ago
  63. ebe6aa5 cifs: eliminate "first_time" parm to CIFS_SessSetup by Jeff Layton · 14 years ago
  64. ad6cca6 cifs: change && to || by Dan Carpenter · 14 years ago
  65. 04912d6 cifs: rename "extended_security" to "global_secflags" by Jeff Layton · 14 years ago
  66. d00c28d cifs: move tcon find/create into separate function by Jeff Layton · 14 years ago
  67. 36988c7 cifs: move SMB session creation code into separate function by Jeff Layton · 14 years ago
  68. a5fc4ce cifs: track local_nls in volume info by Jeff Layton · 14 years ago
  69. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  70. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  71. d7b619c [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex and by Steve French · 15 years ago
  72. 6a5fa236 [CIFS] Add support for TCP_NODELAY by Steve French · 15 years ago
  73. a2934c7 cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referrals by Jeff Layton · 15 years ago
  74. f475f67 cifs: don't use CIFSGetSrvInodeNumber in is_path_accessible by Jeff Layton · 15 years ago
  75. 8347a5c [CIFS] Fixing to avoid invalid kfree() in cifs_get_tcp_session() by Steve French · 15 years ago
  76. 3bc303c cifs: convert oplock breaks to use slow_work facility (try #4) by Jeff Layton · 15 years ago
  77. ca43e3b [CIFS] Fix checkpatch warnings by Steve French · 15 years ago
  78. bdb97ad PATCH] cifs: fix broken mounts when a SSH tunnel is used (try #4) by Suresh Jayaraman · 15 years ago
  79. 9b9d6b24 cifs: reinstate original behavior when uid=/gid= options are specified by Jeff Layton · 15 years ago
  80. 7b91e26 cifs: fix error handling in mount-time DFS referral chasing code by Jeff Layton · 15 years ago
  81. 03aa3a4 cifs: fix sb->s_maxbytes so that it casts properly to a signed value by Jeff Layton · 15 years ago
  82. 90a98b2 cifs: free nativeFileSystem field before allocating a new one by Jeff Layton · 15 years ago
  83. 71a394f [CIFS] remove unknown mount option warning message by Steve French · 15 years ago
  84. 6debdbc [CIFS] Copy struct *after* setting the port, instead of before. by Simo Leone · 15 years ago
  85. 6459340 cifs: remove rw/ro options by Jeff Layton · 15 years ago
  86. 681bf72 cifs: have cifs parse scope_id out of IPv6 addresses and use it by Jeff Layton · 15 years ago
  87. 1e68b2b cifs: add new routine for converting AF_INET and AF_INET6 addrs by Jeff Layton · 15 years ago
  88. 61b6bc5 cifs: remove never-used in6_addr option by Jeff Layton · 15 years ago
  89. 58f7f68 cifs: add addr= mount option alias for ip= by Jeff Layton · 15 years ago
  90. 4ae1507 cifs: make overriding of ownership conditional on new mount options by Jeff Layton · 15 years ago
  91. 50b64e3 cifs: fix IPv6 address length check by Jeff Layton · 15 years ago
  92. a0c9217 cifs: make serverino the default when mounting by Jeff Layton · 15 years ago
  93. f55ed1a cifs: tighten up default file_mode/dir_mode by Jeff Layton · 15 years ago
  94. ac68392 [CIFS] Allow raw ntlmssp code to be enabled with sec=ntlmssp by Steve French · 15 years ago
  95. 2edd6c5 [CIFS] NTLMSSP support moving into new file, old dead code removed by Steve French · 15 years ago
  96. 0e0d2cf [CIFS] Remove sparse endian warnings by Steve French · 15 years ago
  97. e14b2fe [CIFS] Add remaining ntlmssp flags and standardize field names by Steve French · 15 years ago
  98. 9e39b0a [CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped status by Steve French · 15 years ago
  99. d185cda [CIFS] rename cifs_strndup to cifs_strndup_from_ucs by Steve French · 15 years ago
  100. 5c2503a Added loop check when mounting DFS tree. by Igor Mammedov · 15 years ago