1. 3fabaa2 CIFS: Indicate reconnect with ECONNABORTED error code by Pavel Shilovsky · 10 years ago
  2. 08b37d5 cifs: ensure that vol->username is not NULL before running strlen on it by Jeff Layton · 10 years ago
  3. 39552ea cifs: Set client guid on per connection basis by Sachin Prabhu · 10 years ago
  4. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  5. 7f48558 cifs: Send a logoff request before removing a smb session by Shirish Pargaonkar · 11 years ago
  6. 2e32cf5 cifs: rcu-delay unload_nls() and freeing sbi by Al Viro · 11 years ago
  7. 53ef101 CIFS: Store lease state itself rather than a mapped oplock value by Pavel Shilovsky · 11 years ago
  8. d4e63bd cifs: Process post session setup code in respective dialect functions. by Shirish Pargaonkar · 11 years ago
  9. 8c3a2b4 cifs: Move string length definitions to uapi by Scott Lovenberg · 11 years ago
  10. 73e216a cifs: ensure that srv_mutex is held when dealing with ssocket pointer by Jeff Layton · 11 years ago
  11. 057d633 cifs: extend the buffer length enought for sprintf() using by Chen Gang · 11 years ago
  12. 95dc8dd Limit allocation of crypto mechanisms to dialect which requires by Steve French · 11 years ago
  13. e65a5cb [CIFS] Fix build warning by Steve French · 11 years ago
  14. 429b46f [CIFS] SMB3 Signing enablement by Steve French · 11 years ago
  15. 46b51d0 cifs: using strlcpy instead of strncpy by Zhao Hongjiang · 11 years ago
  16. 20b6d8b Add SMB3.02 dialect support by Steve French · 11 years ago
  17. 3f61822 move sectype to the cifs_ses instead of TCP_Server_Info by Jeff Layton · 11 years ago
  18. 38d77c5 cifs: track the enablement of signing in the TCP_Server_Info by Jeff Layton · 11 years ago
  19. 1e3cc57 add new fields to smb_vol to track the requested security flavor by Jeff Layton · 11 years ago
  20. 28e11bd cifs: add new fields to cifs_ses to track requested security flavor by Jeff Layton · 11 years ago
  21. 281e2e7 cifs: remove the cifs_ses->flags field by Jeff Layton · 11 years ago
  22. a0b3df5 cifs: add a "nosharesock" mount option to force new sockets to server to be created by Jeff Layton · 11 years ago
  23. 1fc29ba cifs: fix off-by-one bug in build_unc_path_to_root by Jeff Layton · 11 years ago
  24. 37d4f99 cifs: fix error handling when calling cifs_parse_devname by Jeff Layton · 11 years ago
  25. 539673f cifs: allow sec=none mounts to work against servers that don't support extended security by Jeff Layton · 11 years ago
  26. b13ce4b cifs: small variable name cleanup by Dan Carpenter · 11 years ago
  27. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  28. 73a999f cifs: ignore the unc= and prefixpath= mount options by Jeff Layton · 11 years ago
  29. c369c9a cifs: Allow passwords which begin with a delimitor by Sachin Prabhu · 11 years ago
  30. 2518964 cifs: remove the sockopt= mount option by Jeff Layton · 11 years ago
  31. 0b7bc84 cifs: set MAY_SIGN when sec=krb5 by Martijn de Gouw · 12 years ago
  32. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  33. 64ed39d cifs: Convert struct cifs_ses to use a kuid_t and a kgid_t by Eric W. Biederman · 11 years ago
  34. 1f68233 cifs: Convert struct cifs_sb_info to use kuids and kgids by Eric W. Biederman · 11 years ago
  35. 3da4656 cifs: Modify struct smb_vol to use kuids and kgids by Eric W. Biederman · 11 years ago
  36. 6d4a083 cifs: Convert struct tcon_link to use a kuid. by Eric W. Biederman · 11 years ago
  37. e3e2775 cifs: fix srcip_matches() for ipv6 by Nickolai Zeldovich · 11 years ago
  38. 8367224 cifs: fix double-free of "string" in cifs_parse_mount_options by Jeff Layton · 12 years ago
  39. d387a5c cifs: parse the device name into UNC and prepath by Jeff Layton · 12 years ago
  40. 839db3d cifs: fix up handling of prefixpath= option by Jeff Layton · 12 years ago
  41. 62a1a43 cifs: clean up handling of unc= option by Jeff Layton · 12 years ago
  42. 38107d4 Do not send SMB2 signatures for SMB3 frames by Steve French · 12 years ago
  43. 6ee9542 cifs: always zero out smb_vol before parsing options by Jeff Layton · 12 years ago
  44. 9fa114f cifs: remove unneeded address argument from cifs_find_tcp_session and match_server by Jeff Layton · 12 years ago
  45. b979aaa cifs: get rid of smb_vol->UNCip and smb_vol->port by Jeff Layton · 12 years ago
  46. 3c15b4c cifs: Add handling of blank password option by Jesper Nilsson · 12 years ago
  47. dd446b1 Add SMB2.02 dialect support by Steve French · 12 years ago
  48. 6d3ea7e CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2 by Steve French · 12 years ago
  49. e5e69ab cifs: make error on lack of a unc= option more explicit by Jeff Layton · 12 years ago
  50. 81bcd8b default authentication needs to be at least ntlmv2 security for cifs mounts by Steve French · 12 years ago
  51. 72bd481 cifs: reinstate the forcegid option by Jeff Layton · 12 years ago
  52. e4aa25e [CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=) by Steve French · 12 years ago
  53. 1b35920 cifs: remove support for deprecated "forcedirectio" and "strictcache" mount options by Jeff Layton · 12 years ago
  54. 233839b CIFS: Fix fast lease break after open problem by Pavel Shilovsky · 12 years ago
  55. 67c1f52 cifs: add deprecation warning to sockopt=TCP_NODELAY option by Jeff Layton · 12 years ago
  56. b8eed28 cifs: cork the socket before a send and uncork it afterward by Jeff Layton · 12 years ago
  57. 2e44b28 CIFS: Process oplocks for SMB2 by Pavel Shilovsky · 12 years ago
  58. 24985c5 CIFS: Move r/wsize negotiating to ops struct by Pavel Shilovsky · 12 years ago
  59. 29e20f9 CIFS: Make CAP_* checks protocol independent by Pavel Shilovsky · 12 years ago
  60. 9094fad CIFS: Add echo request support for SMB2 by Pavel Shilovsky · 12 years ago
  61. f6d7617 CIFS: Move echo code to osp struct by Pavel Shilovsky · 12 years ago
  62. 9224dfc CIFS: Move building path to root to ops struct by Pavel Shilovsky · 12 years ago
  63. 68889f2 CIFS: Move is_path_accessible to ops struct by Pavel Shilovsky · 12 years ago
  64. af4281d CIFS: Move informational tcon calls to ops struct by Pavel Shilovsky · 12 years ago
  65. b669f33 CIFS: Move getting dfs referalls to ops struct by Pavel Shilovsky · 12 years ago
  66. aa24d1e CIFS: Process reconnects for SMB2 shares by Pavel Shilovsky · 12 years ago
  67. 28ea529 CIFS: Add SMB2 credits support by Pavel Shilovsky · 12 years ago
  68. 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 12 years ago
  69. 2e6e02a CIFS: Move protocol specific tcon/tdis code to ops struct by Pavel Shilovsky · 12 years ago
  70. 58c45c5 CIFS: Move protocol specific session setup/logoff code to ops struct by Pavel Shilovsky · 12 years ago
  71. 286170a CIFS: Move protocol specific negotiate code to ops struct by Pavel Shilovsky · 12 years ago
  72. 316cf94 CIFS: Move trans2 processing to ops struct by Pavel Shilovsky · 12 years ago
  73. 7659624 cifs: reinstate sec=ntlmv2 mount option by Jeff Layton · 12 years ago
  74. ac3aa2f cifs: remove extraneous newlines from cERROR and cFYI calls by Jeff Layton · 12 years ago
  75. 3ae629d cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap space by Jeff Layton · 12 years ago
  76. ec01d73 cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBufferSize by Jeff Layton · 12 years ago
  77. e73f843 cifs: fix parsing of password mount option by Suresh Jayaraman · 12 years ago
  78. 8825736 CIFS: Move get_next_mid to ops struct by Pavel Shilovsky · 12 years ago
  79. 7f0adb5 CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safe by Pavel Shilovsky · 12 years ago
  80. 1080ef7 CIFS: Introduce SMB2 mounts as vers=2.1 by Steve French · 13 years ago
  81. 4527578 CIFS: Move add/set_credits and get_credits_field to ops structure by Pavel Shilovsky · 12 years ago
  82. 8aa26f3 CIFS: Move protocol specific demultiplex thread calls to ops struct by Pavel Shilovsky · 12 years ago
  83. 1887f60 CIFS: Move header_size/max_header_size to ops structure by Pavel Shilovsky · 12 years ago
  84. 23db65f cifs: add a smb_version_operations/values structures and a smb_version enum by Jeff Layton · 12 years ago
  85. 5249af3 cifs: remove the vers= and version= synonyms for ver= by Jeff Layton · 12 years ago
  86. 296838b cifs: add warning about change in default cache semantics in 3.7 by Jeff Layton · 12 years ago
  87. 09983b2 cifs: add deprecation warnings to strictcache and forcedirectio by Jeff Layton · 12 years ago
  88. 15b6a47 cifs: add a cache= option to better describe the different cache flavors by Jeff Layton · 12 years ago
  89. 531c8ff cifs: fix misspelling of "forcedirectio" by Jeff Layton · 12 years ago
  90. a557b97 cifs: make sure we ignore the credentials= and cred= options by Jeff Layton · 12 years ago
  91. 58fa015 cifs: add missing initialization of server->req_lock by Jeff Layton · 12 years ago
  92. 8f71465 cifs: don't cap ra_pages at the same level as default_backing_dev_info by Jeff Layton · 12 years ago
  93. 3c7c87f CIFS: Show backupuid/gid in /proc/mounts by Sachin Prabhu · 12 years ago
  94. bfa890a Fix number parsing in cifs_parse_mount_options by Sachin Prabhu · 12 years ago
  95. 4fe9e96 Cleanup handling of NULL value passed for a mount option by Sachin Prabhu · 12 years ago
  96. e4b41fb Fix UNC parsing on mount by Sachin Prabhu · 12 years ago
  97. 1023807 Remove unnecessary check for NULL in password parser by Sachin Prabhu · 12 years ago
  98. 5cfdddc CIFS: Add missed forcemand mount option by Pavel Shilovsky · 12 years ago
  99. d816255 cifs: handle "sloppy" option appropriately by Jeff Layton · 12 years ago
  100. 8830d7e cifs: use standard token parser for mount options by Sachin Prabhu · 12 years ago