1. d03382c cifs: define superblock-level cache index objects and register them by Suresh Jayaraman · 14 years ago
  2. 4ff67b7 cifs: clean up cifs_find_smb_ses (try #2) by Jeff Layton · 14 years ago
  3. daf5b0b cifs: match secType when searching for existing tcp session by Jeff Layton · 14 years ago
  4. 4515148 cifs: move address comparison into separate function by Jeff Layton · 14 years ago
  5. 50d9716 cifs: set the port in sockaddr in a more clearly defined fashion by Jeff Layton · 14 years ago
  6. 488f1d2d cifs: define server-level cache index objects and register them by Suresh Jayaraman · 14 years ago
  7. 198b568 cifs: break negotiate protocol calls out of cifs_setup_session by Jeff Layton · 14 years ago
  8. ebe6aa5 cifs: eliminate "first_time" parm to CIFS_SessSetup by Jeff Layton · 14 years ago
  9. ad6cca6 cifs: change && to || by Dan Carpenter · 14 years ago
  10. 04912d6 cifs: rename "extended_security" to "global_secflags" by Jeff Layton · 14 years ago
  11. d00c28d cifs: move tcon find/create into separate function by Jeff Layton · 14 years ago
  12. 36988c7 cifs: move SMB session creation code into separate function by Jeff Layton · 14 years ago
  13. a5fc4ce cifs: track local_nls in volume info by Jeff Layton · 14 years ago
  14. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  15. 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
  16. d7b619c [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex and by Steve French · 14 years ago
  17. 6a5fa236 [CIFS] Add support for TCP_NODELAY by Steve French · 14 years ago
  18. a2934c7 cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referrals by Jeff Layton · 15 years ago
  19. f475f67 cifs: don't use CIFSGetSrvInodeNumber in is_path_accessible by Jeff Layton · 15 years ago
  20. 8347a5c [CIFS] Fixing to avoid invalid kfree() in cifs_get_tcp_session() by Steve French · 15 years ago
  21. 3bc303c cifs: convert oplock breaks to use slow_work facility (try #4) by Jeff Layton · 15 years ago
  22. ca43e3b [CIFS] Fix checkpatch warnings by Steve French · 15 years ago
  23. bdb97ad PATCH] cifs: fix broken mounts when a SSH tunnel is used (try #4) by Suresh Jayaraman · 15 years ago
  24. 9b9d6b24 cifs: reinstate original behavior when uid=/gid= options are specified by Jeff Layton · 15 years ago
  25. 7b91e26 cifs: fix error handling in mount-time DFS referral chasing code by Jeff Layton · 15 years ago
  26. 03aa3a4 cifs: fix sb->s_maxbytes so that it casts properly to a signed value by Jeff Layton · 15 years ago
  27. 90a98b2 cifs: free nativeFileSystem field before allocating a new one by Jeff Layton · 15 years ago
  28. 71a394f [CIFS] remove unknown mount option warning message by Steve French · 15 years ago
  29. 6debdbc [CIFS] Copy struct *after* setting the port, instead of before. by Simo Leone · 15 years ago
  30. 6459340 cifs: remove rw/ro options by Jeff Layton · 15 years ago
  31. 681bf72 cifs: have cifs parse scope_id out of IPv6 addresses and use it by Jeff Layton · 15 years ago
  32. 1e68b2b cifs: add new routine for converting AF_INET and AF_INET6 addrs by Jeff Layton · 15 years ago
  33. 61b6bc5 cifs: remove never-used in6_addr option by Jeff Layton · 15 years ago
  34. 58f7f68 cifs: add addr= mount option alias for ip= by Jeff Layton · 15 years ago
  35. 4ae1507 cifs: make overriding of ownership conditional on new mount options by Jeff Layton · 15 years ago
  36. 50b64e3 cifs: fix IPv6 address length check by Jeff Layton · 15 years ago
  37. a0c9217 cifs: make serverino the default when mounting by Jeff Layton · 15 years ago
  38. f55ed1a cifs: tighten up default file_mode/dir_mode by Jeff Layton · 15 years ago
  39. ac68392 [CIFS] Allow raw ntlmssp code to be enabled with sec=ntlmssp by Steve French · 15 years ago
  40. 2edd6c5 [CIFS] NTLMSSP support moving into new file, old dead code removed by Steve French · 15 years ago
  41. 0e0d2cf [CIFS] Remove sparse endian warnings by Steve French · 15 years ago
  42. e14b2fe [CIFS] Add remaining ntlmssp flags and standardize field names by Steve French · 15 years ago
  43. 9e39b0a [CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped status by Steve French · 15 years ago
  44. d185cda [CIFS] rename cifs_strndup to cifs_strndup_from_ucs by Steve French · 15 years ago
  45. 5c2503a Added loop check when mounting DFS tree. by Igor Mammedov · 15 years ago
  46. 20418ac [CIFS] Remove older session setup implementation by Steve French · 15 years ago
  47. cc20c03 cifs: convert CIFSTCon to use new unicode helper functions by Jeff Layton · 15 years ago
  48. 22c9d52 cifs: remove unneeded bcc_ptr update in CIFSTCon by Jeff Layton · 15 years ago
  49. 313fecf cifs: add cFYI messages with some of the saved strings from ssetup/tcon by Jeff Layton · 15 years ago
  50. f083def cifs: fix buffer size for tcon->nativeFileSystem field by Jeff Layton · 15 years ago
  51. 2d6d589 [CIFS] remove some build warnings by Steve French · 15 years ago
  52. d036f50 [CIFS] Fix build break from recent DFS patch when DFS support not enabled by Steve French · 15 years ago
  53. 1bfe73c Remote DFS root support. by Igor Mammedov · 15 years ago
  54. 74496d3 cifs: remove some pointless conditionals before kfree() by Wei Yongjun · 15 years ago
  55. b363b33 [CIFS] Fix memory overwrite when saving nativeFileSystem field during mount by Steve French · 15 years ago
  56. 4717bed [CIFS] fix build error by Steve French · 15 years ago
  57. be65244 [CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flush by Steve French · 15 years ago
  58. e4cce94 [CIFS] Prevent OOPs when mounting with remote prefixpath. by Igor Mammedov · 15 years ago
  59. 0e2beda [CIFS] ipv6_addr_equal for address comparison by Steve French · 15 years ago
  60. a9ac49d cifs: make sure we allocate enough storage for socket address by Jeff Layton · 15 years ago
  61. da505c3 [CIFS] Make socket retry timeouts consistent between blocking and nonblocking cases by Steve French · 15 years ago
  62. 0496e02 cifs: turn smb_send into a wrapper around smb_sendv by Jeff Layton · 15 years ago
  63. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  64. 54a696b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  65. 00e485b cifs: store password in tcon by Jeff Layton · 16 years ago
  66. 4e53a3f cifs: have calc_lanman_hash take more granular args by Jeff Layton · 16 years ago
  67. 61e7480 [CIFS] various minor cleanups pointed out by checkpatch script by Steve French · 16 years ago
  68. 13a6e42 [CIFS] add mount option to send mandatory rather than advisory locks by Steve French · 16 years ago
  69. d5c5605 cifs: make ipv6_connect take a TCP_Server_Info arg by Jeff Layton · 16 years ago
  70. bcf4b10 cifs: make ipv4_connect take a TCP_Server_Info arg by Jeff Layton · 16 years ago
  71. 7586b76 cifs: don't declare smb_vol info on the stack by Jeff Layton · 16 years ago
  72. 63c038c cifs: move allocation of new TCP_Server_Info into separate function by Jeff Layton · 16 years ago
  73. 8ecaf67 cifs: account for IPv6 in ses->serverName and clean up netbios name handling by Jeff Layton · 16 years ago
  74. 72ca545 cifs: convert tcpSem to a mutex by Jeff Layton · 16 years ago
  75. 0468a2c cifs: take module reference when starting cifsd by Jeff Layton · 16 years ago
  76. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  77. f3a5c54 Merge branch 'master' into next by James Morris · 16 years ago
  78. ab3f992 [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earlier patch by Steve French · 16 years ago
  79. f1987b4 cifs: reinstate sharing of tree connections by Jeff Layton · 16 years ago
  80. d82c2df [CIFS] minor cleanup to cifs_mount by Steve French · 16 years ago
  81. 14fbf50 cifs: reinstate sharing of SMB sessions sans races by Jeff Layton · 16 years ago
  82. e7ddee9 cifs: disable sharing session and tcon and add new TCP sharing code by Jeff Layton · 16 years ago
  83. 3ec332e [CIFS] clean up server protocol handling by Steve French · 16 years ago
  84. a001e5b CRED: Wrap task credential accesses in the CIFS filesystem by David Howells · 16 years ago
  85. 3b79521 [CIFS] Fix cifs reconnection flags by Steve French · 16 years ago
  86. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  87. c527c8a [CIFS] Can't rely on iov length and base when kernel_recvmsg returns error by Steve French · 16 years ago
  88. be85940 fs: replace NIPQUAD() by Harvey Harrison · 16 years ago
  89. edf1ae4 [CIFS] Reduce number of socket retries in large write path by Steve French · 16 years ago
  90. b1c8d2b cifs: handle the TCP_Server_Info->tsk field more carefully by Jeff Layton · 16 years ago
  91. 84210e9 [CIFS] improve setlease handling by Steve French · 16 years ago
  92. 469ee61 [CIFS] eliminate usage of kthread_stop for cifsd by Jeff Layton · 16 years ago
  93. 2c1b861 [CIFS] Add nodfs mount option by Steve French · 16 years ago
  94. cb7691b cifs: add local server pointer to cifs_setup_session by Jeff Layton · 16 years ago
  95. ad8b15f [CIFS] list entry can not return null by Steve French · 16 years ago
  96. 26b994f [CIFS] Code cleanup in old sessionsetup code by Steve French · 16 years ago
  97. 93d0ec8 remove locking around tcpSesAllocCount atomic variable by Jeff Layton · 16 years ago
  98. 5ca33c6 cifs: assorted endian annotations by Harvey Harrison · 16 years ago
  99. 09e50d5 lockdep: annotate cifs in-kernel sockets by Jeff Layton · 16 years ago
  100. dbdbb87 [CIFS] Fix hang in mount when negprot causes server to kill tcp session by Steve French · 16 years ago