1. fe11e4c cifs: clean up check_rfc1002_header by Jeff Layton · 13 years ago
  2. 94443f4 CIFS: Fix incorrect max RFC1002 write size value by Pavel Shilovsky · 13 years ago
  3. a52c1eb cifs: simplify read_from_socket by Jeff Layton · 13 years ago
  4. 3d3ea8e cifs: Add mount options for backup intent (try #6) by Shirish Pargaonkar · 13 years ago
  5. ba749e6 cifs: check for unresponsive server every time we call kernel_recvmsg by Jeff Layton · 13 years ago
  6. e831e6c cifs: make smb_msg local to read_from_socket by Jeff Layton · 13 years ago
  7. e2218ea cifs: trivial: remove obsolete comment by Jeff Layton · 13 years ago
  8. c974bef cifs: untangle server->maxBuf and CIFSMaxBufSize by Jeff Layton · 13 years ago
  9. 9d1e397 [CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2 by Steve French · 13 years ago
  10. c9c7fa0 Fix the conflict between rwpidforward and rw mount options by Steve French · 13 years ago
  11. 13589c4 [CIFS] possible memory corruption on mount by Steve French · 13 years ago
  12. 762dfd1 CIFS: Cleanup demupltiplex thread exiting code by Pavel Shilovsky · 13 years ago
  13. ad69bae CIFS: Move mid search to a separate function by Pavel Shilovsky · 13 years ago
  14. 98bac62 CIFS: Move RFC1002 check to a separate function by Pavel Shilovsky · 13 years ago
  15. e7015fb CIFS: Simplify socket reading in demultiplex thread by Pavel Shilovsky · 13 years ago
  16. 3d9c247 CIFS: Move buffer allocation to a separate function by Pavel Shilovsky · 13 years ago
  17. 1f1cff0 cifs: trivial: goto out here is unnecessary by Jeff Layton · 13 years ago
  18. 7c97c20 cifs: fix the type of cifs_demultiplex_thread() by Al Viro · 13 years ago
  19. ea1be1a [CIFS] update limit for snprintf in cifs_construct_tcon by Steve French · 13 years ago
  20. f484b5d0 cifs: drop spinlock before calling cifs_put_tlink by Jeff Layton · 13 years ago
  21. b9bce2e cifs: fix expand_dfs_referral by Jeff Layton · 13 years ago
  22. 2054749 cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALL by Jeff Layton · 13 years ago
  23. 04db79b cifs: factor smb_vol allocation out of cifs_setup_volume_info by Jeff Layton · 13 years ago
  24. f9e59bc cifs: have cifs_cleanup_volume_info not take a double pointer by Jeff Layton · 13 years ago
  25. b2a0fa1 cifs: fix build_unc_path_to_root to account for a prefixpath by Jeff Layton · 13 years ago
  26. 677d853 cifs: remove bogus call to cifs_cleanup_volume_info by Jeff Layton · 13 years ago
  27. ee1b3ea cifs: set socket send and receive timeouts before attempting connect by Jeff Layton · 13 years ago
  28. 804a007 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  29. d757d71 cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount() by Al Viro · 13 years ago
  30. 2a9b995 sanitize cifs_umount() prototype by Al Viro · 13 years ago
  31. 2ced6f6 cifs: initialize ->tlink_tree in cifs_setup_cifs_sb() by Al Viro · 13 years ago
  32. 2c6292a cifs: don't pass superblock to cifs_mount() by Al Viro · 13 years ago
  33. dd85446 take bdi setup/destruction into cifs_mount/cifs_umount by Al Viro · 13 years ago
  34. 1190f6a cifs: fix wsize negotiation to respect max buffer size and active signing (try #4) by Jeff Layton · 13 years ago
  35. 446b23a CIFS: Fix problem with 3.0-rc1 null user mount failure by Pavel Shilovsky · 13 years ago
  36. 8d1bca3 cifs: correctly handle NULL tcon pointer in CIFSTCon by Jeff Layton · 13 years ago
  37. 7fdbaa1 cifs: don't allow cifs_reconnect to exit with NULL socket pointer by Jeff Layton · 13 years ago
  38. cd51875 CIFS: Fix sparse error by Pavel Shilovsky · 13 years ago
  39. 83fb086 cifs: trivial: add space in fsc error message by Jeff Layton · 13 years ago
  40. 957df45 possible memory corruption in cifs_parse_mount_options() by Vasily Averin · 13 years ago
  41. c592a70 cifs: fix the kernel release version in the default security warning message by Suresh Jayaraman · 13 years ago
  42. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  43. d4ffff1 CIFS: Add rwpidforward mount option by Pavel Shilovsky · 13 years ago
  44. 25c7f41 CIFS: Migrate to shared superblock model by Pavel Shilovsky · 13 years ago
  45. f87d39d [CIFS] Migrate from prefixpath logic by Steve French · 13 years ago
  46. 6848b73 [CIFS] When mandatory encryption on share, fail mount by Steve French · 13 years ago
  47. f7910cb cifs: clean up wsize negotiation and allow for larger wsize by Jeff Layton · 13 years ago
  48. 3c1105d cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5) by Jeff Layton · 13 years ago
  49. 724d9f1 CIFS: Simplify mount code for further shared sb capability by Pavel Shilovsky · 13 years ago
  50. 37bb04e CIFS: Simplify connection structure search calls by Pavel Shilovsky · 13 years ago
  51. c02324a cifs: remove unused SMB2 config and mount options by Christoph Hellwig · 13 years ago
  52. f14bcf7 cifs: Unconditionally copy mount options to superblock info by Sean Finney · 13 years ago
  53. 046462a cifs: Simplify handling of submount options in cifs_mount. by Sean Finney · 13 years ago
  54. b946845 cifs: cifs_parse_mount_options: do not tokenize mount options in-place by Sean Finney · 13 years ago
  55. c1508ca cifs: Add support for mounting Windows 2008 DFS shares by Sean Finney · 13 years ago
  56. dd61394 cifs: Extract DFS referral expansion logic to separate function by Sean Finney · 13 years ago
  57. 820a803 cifs: keep BCC in little-endian format by Jeff Layton · 13 years ago
  58. be8e3b0 consistently use smb_buf_length as be32 for cifs (try 3) by Steve French · 13 years ago
  59. 1cb06d0 Introduce smb2 mounts as vers=2 by Steve French · 13 years ago
  60. 34c8790 Shrink stack space usage in cifs_construct_tcon by Steve French · 13 years ago
  61. fd62cb7 fs:cifs:connect.c remove one to many l's in the word. by Justin P. Mattock · 13 years ago
  62. 221d1d7 cifs: add fallback in is_path_accessible for old servers by Jeff Layton · 13 years ago
  63. 16541ba cifs: handle errors from coalesce_t2 by Jeff Layton · 13 years ago
  64. 146f9f6 cifs: refactor mid finding loop in cifs_demultiplex_thread by Jeff Layton · 13 years ago
  65. 2a2047bc cifs: sanitize length checking in coalesce_t2 (try #3) by Jeff Layton · 13 years ago
  66. 4906e50 CIFS: Fix memory over bound bug in cifs_parse_mount_options by Pavel Shilovsky · 13 years ago
  67. d9b9420 [CIFS] Warn on requesting default security (ntlm) on mount by Steve French · 13 years ago
  68. fd88ce9 [CIFS] cifs: clarify the meaning of tcpStatus == CifsGood by Steve French · 13 years ago
  69. c0c7b90 cifs: clean up length checks in check2ndT2 by Jeff Layton · 13 years ago
  70. 7094564 cifs: always do is_path_accessible check in cifs_mount by Jeff Layton · 13 years ago
  71. 6da9791 Elminate sparse __CHECK_ENDIAN__ warnings on port conversion by Steve French · 13 years ago
  72. 8727c8a Allow user names longer than 32 bytes by Steve French · 13 years ago
  73. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  74. 71823ba cifs: don't always drop malformed replies on the floor (try #3) by Jeff Layton · 13 years ago
  75. 195291e cifs: clean up checks in cifs_echo_request by Jeff Layton · 13 years ago
  76. 7e90d70 [CIFS] Do not send SMBEcho requests on new sockets until SMBNegotiate by Steve French · 13 years ago
  77. 247ec9b cifs: don't send an echo request unless NegProt has been done by Jeff Layton · 13 years ago
  78. 64474bd cifs: Possible slab memory corruption while updating extended stats (repost) by Shirish Pargaonkar · 13 years ago
  79. 9587fcf cifs: fix length vs. total_read confusion in cifs_demultiplex_thread by Jeff Layton · 13 years ago
  80. ee2c925 cifs: More crypto cleanup (try #2) by Shirish Pargaonkar · 13 years ago
  81. d39454f CIFS: Add strictcache mount option by Pavel Shilovsky · 13 years ago
  82. f1d0c99 Make CIFS mount work in a container. by Rob Landley · 13 years ago
  83. 26ec254 cifs: fix unaligned access in check2ndT2 and coalesce_t2 by Jeff Layton · 13 years ago
  84. 690c522 cifs: use get/put_unaligned functions to access ByteCount by Jeff Layton · 13 years ago
  85. 7749981 cifs: remove code for setting timeouts on requests by Jeff Layton · 13 years ago
  86. fda3594 [CIFS] cifs: reconnect unresponsive servers by Steve French · 13 years ago
  87. c74093b cifs: set up recurring workqueue job to do SMB echo requests by Jeff Layton · 13 years ago
  88. 2b84a36c cifs: allow for different handling of received response by Jeff Layton · 13 years ago
  89. 540b2e3 cifs: Fix regression during share-level security mounts (Repost) by Shirish Pargaonkar · 13 years ago
  90. 8097531 cifs: clean up accesses to midCount by Jeff Layton · 13 years ago
  91. 9d78315 cifs: no need to mark smb_ses_list as cifs_demultiplex_thread is exiting by Jeff Layton · 13 years ago
  92. bd76331 cifs: add cruid= mount option by Jeff Layton · 13 years ago
  93. b4d6fcf cifs: move "ntlmssp" and "local_leases" options out of experimental code by Jeff Layton · 13 years ago
  94. 1397f2e cifs: replace some hardcoded values with preprocessor constants by Jeff Layton · 13 years ago
  95. 4b88613 CIFS: Add match_port check during looking for an existing connection (try #4) by Pavel Shilovsky · 14 years ago
  96. a9f1b85 CIFS: Simplify ipv*_connect functions into one (try #4) by Pavel Shilovsky · 14 years ago
  97. 7d161b7 cifs: allow calling cifs_build_path_to_root on incomplete cifs_sb by Jeff Layton · 14 years ago
  98. 03ceace cifs: fix check of error return from is_path_accessable by Jeff Layton · 14 years ago
  99. 8846399 cifs: remove Local_System_Name by Jeff Layton · 14 years ago
  100. 6d20e84 cifs: add attribute cache timeout (actimeo) tunable by Suresh Jayaraman · 14 years ago