1. 2c8f981 cifs: consolidate SendReceive response checks by Jeff Layton · 13 years ago
  2. 156ecb2 [CIFS] Fix to problem with getattr caused by invalidate simplification patch by Steve French · 13 years ago
  3. ceec1e0 [CIFS] Remove sparse warning by Steve French · 13 years ago
  4. 4e64fb3 [CIFS] Update cifs to version 1.72 by Steve French · 13 years ago
  5. c4aca0c cifs: Change key name to cifs.idmap, misc. clean-up by Shirish Pargaonkar · 13 years ago
  6. f14bcf7 cifs: Unconditionally copy mount options to superblock info by Sean Finney · 13 years ago
  7. 5167f11 cifs: Use kstrndup for cifs_sb->mountdata by Sean Finney · 13 years ago
  8. 046462a cifs: Simplify handling of submount options in cifs_mount. by Sean Finney · 13 years ago
  9. b946845 cifs: cifs_parse_mount_options: do not tokenize mount options in-place by Sean Finney · 13 years ago
  10. c1508ca cifs: Add support for mounting Windows 2008 DFS shares by Sean Finney · 13 years ago
  11. dd61394 cifs: Extract DFS referral expansion logic to separate function by Sean Finney · 13 years ago
  12. 460458c cifs: turn BCC into a static inlined function by Jeff Layton · 13 years ago
  13. 820a803 cifs: keep BCC in little-endian format by Jeff Layton · 13 years ago
  14. 0e6e37a cifs: fix some unused variable warnings in id_rb_search by Jeff Layton · 13 years ago
  15. 6feb989 CIFS: Simplify invalidate part (try #5) by Pavel Shilovsky · 13 years ago
  16. 0b81c1c CIFS: directio read/write cleanups by Pavel Shilovsky · 13 years ago
  17. be8e3b0 consistently use smb_buf_length as be32 for cifs (try 3) by Steve French · 13 years ago
  18. 9409ae5 cifs: Invoke id mapping functions (try #17 repost) by Shirish Pargaonkar · 13 years ago
  19. 4d79dba cifs: Add idmap key and related data structures and functions (try #17 repost) by Shirish Pargaonkar · 13 years ago
  20. 9ad1506 CIFS: Add launder_page operation (try #3) by Pavel Shilovsky · 13 years ago
  21. 1cb06d0 Introduce smb2 mounts as vers=2 by Steve French · 13 years ago
  22. 257fb1f CIFS: Use invalidate_inode_pages2 instead of invalidate_remote_inode (try #4) by Pavel Shilovsky · 13 years ago
  23. fd5707e cifs: fix comment in validate_t2 by Jeff Layton · 13 years ago
  24. b73b9a4 [CIFS] Allow to set extended attribute cifs_acl (try #2) by Steve French · 13 years ago
  25. 43988d7 [CIFS] Use ecb des kernel crypto APIs instead of local cifs functions (repost) by Steve French · 13 years ago
  26. 2572087 cifs: cleanup: Rename and remove config flags by Shirish Pargaonkar · 13 years ago
  27. b34cb85 Introduce SMB2 Kconfig option by Steve French · 13 years ago
  28. 34c8790 Shrink stack space usage in cifs_construct_tcon by Steve French · 13 years ago
  29. fd62cb7 fs:cifs:connect.c remove one to many l's in the word. by Justin P. Mattock · 13 years ago
  30. c52a955 Don't compile in unused reparse point symlink code by Steve French · 13 years ago
  31. 0eff0e2 Remove unused CIFSSMBNotify worker function by Steve French · 13 years ago
  32. 9b6763e cifs: Remove unused inode number while fetching root inode by Shirish Pargaonkar · 13 years ago
  33. 11379b5 cifs: fix cifsConvertToUCS() for the mapchars case by Jeff Layton · 13 years ago
  34. 221d1d7 cifs: add fallback in is_path_accessible for old servers by Jeff Layton · 13 years ago
  35. 16541ba cifs: handle errors from coalesce_t2 by Jeff Layton · 13 years ago
  36. 146f9f6 cifs: refactor mid finding loop in cifs_demultiplex_thread by Jeff Layton · 13 years ago
  37. 2a2047bc cifs: sanitize length checking in coalesce_t2 (try #3) by Jeff Layton · 13 years ago
  38. fcda7f4 cifs: check for bytes_remaining going to zero in CIFS_SessSetup by Jeff Layton · 13 years ago
  39. bfacf22 cifs: change bleft in decode_unicode_ssetup back to signed type by Jeff Layton · 13 years ago
  40. 4906e50 CIFS: Fix memory over bound bug in cifs_parse_mount_options by Pavel Shilovsky · 13 years ago
  41. ca83ce3 cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3) by Jeff Layton · 13 years ago
  42. d9b9420 [CIFS] Warn on requesting default security (ntlm) on mount by Steve French · 13 years ago
  43. fd88ce9 [CIFS] cifs: clarify the meaning of tcpStatus == CifsGood by Steve French · 13 years ago
  44. 157c249 cifs: wrap received signature check in srv_mutex by Jeff Layton · 13 years ago
  45. 581ade4 cifs: clean up various nits in unicode routines (try #2) by Jeff Layton · 13 years ago
  46. c0c7b90 cifs: clean up length checks in check2ndT2 by Jeff Layton · 13 years ago
  47. 2b6c26a cifs: set ra_pages in backing_dev_info by Jeff Layton · 13 years ago
  48. 8679b0d cifs: fix broken BCC check in is_valid_oplock_break by Jeff Layton · 13 years ago
  49. 7094564 cifs: always do is_path_accessible check in cifs_mount by Jeff Layton · 13 years ago
  50. 5443d13 various endian fixes to cifs by Steve French · 13 years ago
  51. 6da9791 Elminate sparse __CHECK_ENDIAN__ warnings on port conversion by Steve French · 13 years ago
  52. 2e325d5 Max share size is too small by Steve French · 13 years ago
  53. 8727c8a Allow user names longer than 32 bytes by Steve French · 13 years ago
  54. bdf1b03 cifs: replace /proc/fs/cifs/Experimental with a module parm by Jeff Layton · 13 years ago
  55. 7797069 cifs: check for private_data before trying to put it by Jeff Layton · 13 years ago
  56. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  57. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  58. eed9e83 [CIFS] update cifs version by Steve French · 13 years ago
  59. 5e64092 cifs: Fix regression in LANMAN (LM) auth code by Shirish Pargaonkar · 13 years ago
  60. 9616125 cifs: fix handling of scopeid in cifs_convert_address by Jeff Layton · 13 years ago
  61. 71823ba cifs: don't always drop malformed replies on the floor (try #3) by Jeff Layton · 14 years ago
  62. 195291e cifs: clean up checks in cifs_echo_request by Jeff Layton · 14 years ago
  63. 7e90d70 [CIFS] Do not send SMBEcho requests on new sockets until SMBNegotiate by Steve French · 14 years ago
  64. d402539 cifs: remove checks for ses->status == CifsExiting by Jeff Layton · 14 years ago
  65. 8132b65 cifs: add check for kmalloc in parse_dacl by Stanislav Fomichev · 14 years ago
  66. 247ec9b cifs: don't send an echo request unless NegProt has been done by Jeff Layton · 14 years ago
  67. e3f0dad cifs: enable signing flag in SMB header when server has it on by Jeff Layton · 14 years ago
  68. 64474bd cifs: Possible slab memory corruption while updating extended stats (repost) by Shirish Pargaonkar · 14 years ago
  69. 76429c1 CIFS: Fix variable types in cifs_iovec_read/write (try #2) by Pavel Shilovsky · 14 years ago
  70. 9587fcf cifs: fix length vs. total_read confusion in cifs_demultiplex_thread by Jeff Layton · 14 years ago
  71. 6284644 cifs: fix length checks in checkSMB by Jeff Layton · 14 years ago
  72. cab6958 [CIFS] Update cifs minor version by Steve French · 14 years ago
  73. 7a8587e cifs: No need to check crypto blockcipher allocation by Shirish Pargaonkar · 14 years ago
  74. 31c2659 cifs: clean up some compiler warnings by Jeff Layton · 14 years ago
  75. f855f6c cifs: make CIFS depend on CRYPTO_MD4 by Jeff Layton · 14 years ago
  76. 92a4e0f cifs: force a reconnect if there are too many MIDs in flight by Jeff Layton · 14 years ago
  77. d804d41 cifs: don't pop a printk when sending on a socket is interrupted by Jeff Layton · 14 years ago
  78. 68abaff cifs: simplify SMB header check routine by Jeff Layton · 14 years ago
  79. 2db7c58 cifs: send an NT_CANCEL request when a process is signalled by Jeff Layton · 14 years ago
  80. 1be912d cifs: handle cancelled requests better by Jeff Layton · 14 years ago
  81. ffeb414 cifs: fix two compiler warning about uninitialized vars by Jeff Layton · 14 years ago
  82. ee2c925 cifs: More crypto cleanup (try #2) by Shirish Pargaonkar · 14 years ago
  83. d39454f CIFS: Add strictcache mount option by Pavel Shilovsky · 14 years ago
  84. 72432ff CIFS: Implement cifs_strict_writev (try #4) by Pavel Shilovsky · 14 years ago
  85. 93c100c [CIFS] Replace cifs md5 hashing functions with kernel crypto APIs by Steve French · 14 years ago
  86. f1d0c99 Make CIFS mount work in a container. by Rob Landley · 14 years ago
  87. 3f391c7 CIFS: Remove pointless variable assignment in cifs_dfs_do_automount() by Jesper Juhl · 14 years ago
  88. 99d86c8 cifs: fix up CIFSSMBEcho for unaligned access by Jeff Layton · 14 years ago
  89. 84cdf74 cifs: fix unaligned accesses in cifsConvertToUCS by Jeff Layton · 14 years ago
  90. ba2dbf3 cifs: clean up unaligned accesses in cifs_unicode.c by Jeff Layton · 14 years ago
  91. 26ec254 cifs: fix unaligned access in check2ndT2 and coalesce_t2 by Jeff Layton · 14 years ago
  92. 12df83c cifs: clean up unaligned accesses in validate_t2 by Jeff Layton · 14 years ago
  93. 690c522 cifs: use get/put_unaligned functions to access ByteCount by Jeff Layton · 14 years ago
  94. aae62fd cifs: move time field in cifsInodeInfo by Jeff Layton · 14 years ago
  95. c3dccf4 cifs: TCP_Server_Info diet by Jeff Layton · 14 years ago
  96. a70307e CIFS: Implement cifs_strict_readv (try #4) by Pavel Shilovsky · 14 years ago
  97. 7a6a19b CIFS: Implement cifs_file_strict_mmap (try #2) by Pavel Shilovsky · 14 years ago
  98. 8be7e6b CIFS: Implement cifs_strict_fsync by Pavel Shilovsky · 14 years ago
  99. 4f8ba8a CIFS: Make cifsFileInfo_put work with strict cache mode by Pavel Shilovsky · 14 years ago
  100. 76dcc26 cifs: mangle existing header for SMB_COM_NT_CANCEL by Jeff Layton · 14 years ago