1. ca83ce3 cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3) by Jeff Layton · 13 years ago
  2. d9b9420 [CIFS] Warn on requesting default security (ntlm) on mount by Steve French · 13 years ago
  3. fd88ce9 [CIFS] cifs: clarify the meaning of tcpStatus == CifsGood by Steve French · 13 years ago
  4. 157c249 cifs: wrap received signature check in srv_mutex by Jeff Layton · 13 years ago
  5. 581ade4 cifs: clean up various nits in unicode routines (try #2) by Jeff Layton · 13 years ago
  6. c0c7b90 cifs: clean up length checks in check2ndT2 by Jeff Layton · 13 years ago
  7. 2b6c26a cifs: set ra_pages in backing_dev_info by Jeff Layton · 13 years ago
  8. 8679b0d cifs: fix broken BCC check in is_valid_oplock_break by Jeff Layton · 13 years ago
  9. 7094564 cifs: always do is_path_accessible check in cifs_mount by Jeff Layton · 13 years ago
  10. 5443d13 various endian fixes to cifs by Steve French · 13 years ago
  11. 6da9791 Elminate sparse __CHECK_ENDIAN__ warnings on port conversion by Steve French · 13 years ago
  12. 2e325d5 Max share size is too small by Steve French · 13 years ago
  13. 8727c8a Allow user names longer than 32 bytes by Steve French · 13 years ago
  14. bdf1b03 cifs: replace /proc/fs/cifs/Experimental with a module parm by Jeff Layton · 13 years ago
  15. 7797069 cifs: check for private_data before trying to put it by Jeff Layton · 13 years ago
  16. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  17. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  18. eed9e83 [CIFS] update cifs version by Steve French · 13 years ago
  19. 5e64092 cifs: Fix regression in LANMAN (LM) auth code by Shirish Pargaonkar · 13 years ago
  20. 9616125 cifs: fix handling of scopeid in cifs_convert_address by Jeff Layton · 13 years ago
  21. 71823ba cifs: don't always drop malformed replies on the floor (try #3) by Jeff Layton · 13 years ago
  22. 195291e cifs: clean up checks in cifs_echo_request by Jeff Layton · 13 years ago
  23. 7e90d70 [CIFS] Do not send SMBEcho requests on new sockets until SMBNegotiate by Steve French · 13 years ago
  24. d402539 cifs: remove checks for ses->status == CifsExiting by Jeff Layton · 13 years ago
  25. 8132b65 cifs: add check for kmalloc in parse_dacl by Stanislav Fomichev · 13 years ago
  26. 247ec9b cifs: don't send an echo request unless NegProt has been done by Jeff Layton · 13 years ago
  27. e3f0dad cifs: enable signing flag in SMB header when server has it on by Jeff Layton · 13 years ago
  28. 64474bd cifs: Possible slab memory corruption while updating extended stats (repost) by Shirish Pargaonkar · 13 years ago
  29. 76429c1 CIFS: Fix variable types in cifs_iovec_read/write (try #2) by Pavel Shilovsky · 13 years ago
  30. 9587fcf cifs: fix length vs. total_read confusion in cifs_demultiplex_thread by Jeff Layton · 13 years ago
  31. 6284644 cifs: fix length checks in checkSMB by Jeff Layton · 13 years ago
  32. cab6958 [CIFS] Update cifs minor version by Steve French · 13 years ago
  33. 7a8587e cifs: No need to check crypto blockcipher allocation by Shirish Pargaonkar · 13 years ago
  34. 31c2659 cifs: clean up some compiler warnings by Jeff Layton · 13 years ago
  35. f855f6c cifs: make CIFS depend on CRYPTO_MD4 by Jeff Layton · 13 years ago
  36. 92a4e0f cifs: force a reconnect if there are too many MIDs in flight by Jeff Layton · 13 years ago
  37. d804d41 cifs: don't pop a printk when sending on a socket is interrupted by Jeff Layton · 13 years ago
  38. 68abaff cifs: simplify SMB header check routine by Jeff Layton · 13 years ago
  39. 2db7c58 cifs: send an NT_CANCEL request when a process is signalled by Jeff Layton · 13 years ago
  40. 1be912d cifs: handle cancelled requests better by Jeff Layton · 13 years ago
  41. ffeb414 cifs: fix two compiler warning about uninitialized vars by Jeff Layton · 13 years ago
  42. ee2c925 cifs: More crypto cleanup (try #2) by Shirish Pargaonkar · 13 years ago
  43. d39454f CIFS: Add strictcache mount option by Pavel Shilovsky · 13 years ago
  44. 72432ff CIFS: Implement cifs_strict_writev (try #4) by Pavel Shilovsky · 13 years ago
  45. 93c100c [CIFS] Replace cifs md5 hashing functions with kernel crypto APIs by Steve French · 13 years ago
  46. f1d0c99 Make CIFS mount work in a container. by Rob Landley · 13 years ago
  47. 3f391c7 CIFS: Remove pointless variable assignment in cifs_dfs_do_automount() by Jesper Juhl · 13 years ago
  48. 99d86c8 cifs: fix up CIFSSMBEcho for unaligned access by Jeff Layton · 13 years ago
  49. 84cdf74 cifs: fix unaligned accesses in cifsConvertToUCS by Jeff Layton · 13 years ago
  50. ba2dbf3 cifs: clean up unaligned accesses in cifs_unicode.c by Jeff Layton · 13 years ago
  51. 26ec254 cifs: fix unaligned access in check2ndT2 and coalesce_t2 by Jeff Layton · 13 years ago
  52. 12df83c cifs: clean up unaligned accesses in validate_t2 by Jeff Layton · 13 years ago
  53. 690c522 cifs: use get/put_unaligned functions to access ByteCount by Jeff Layton · 13 years ago
  54. aae62fd cifs: move time field in cifsInodeInfo by Jeff Layton · 13 years ago
  55. c3dccf4 cifs: TCP_Server_Info diet by Jeff Layton · 13 years ago
  56. a70307e CIFS: Implement cifs_strict_readv (try #4) by Pavel Shilovsky · 14 years ago
  57. 7a6a19b CIFS: Implement cifs_file_strict_mmap (try #2) by Pavel Shilovsky · 14 years ago
  58. 8be7e6b CIFS: Implement cifs_strict_fsync by Pavel Shilovsky · 14 years ago
  59. 4f8ba8a CIFS: Make cifsFileInfo_put work with strict cache mode by Pavel Shilovsky · 14 years ago
  60. 76dcc26 cifs: mangle existing header for SMB_COM_NT_CANCEL by Jeff Layton · 14 years ago
  61. 7749981 cifs: remove code for setting timeouts on requests by Jeff Layton · 14 years ago
  62. fda3594 [CIFS] cifs: reconnect unresponsive servers by Steve French · 13 years ago
  63. c74093b cifs: set up recurring workqueue job to do SMB echo requests by Jeff Layton · 14 years ago
  64. 766fdbb cifs: add ability to send an echo request by Jeff Layton · 14 years ago
  65. a6827c1 cifs: add cifs_call_async by Jeff Layton · 14 years ago
  66. 2b84a36c cifs: allow for different handling of received response by Jeff Layton · 14 years ago
  67. 74dd92a cifs: clean up sync_mid_result by Jeff Layton · 14 years ago
  68. dad255b cifs: don't reconnect server when we don't get a response by Jeff Layton · 14 years ago
  69. 0ade640 cifs: wait indefinitely for responses by Jeff Layton · 14 years ago
  70. 2fbc2f1 cifs: Use mask of ACEs for SID Everyone to calculate all three permissions user, group, and other by Shirish Pargaonkar · 14 years ago
  71. 540b2e3 cifs: Fix regression during share-level security mounts (Repost) by Shirish Pargaonkar · 13 years ago
  72. 1cd3508 [CIFS] Update cifs version number by Steve French · 13 years ago
  73. 053d503 cifs: move mid result processing into common function by Jeff Layton · 14 years ago
  74. ddc8cf8 cifs: move locked sections out of DeleteMidQEntry and AllocMidQEntry by Jeff Layton · 14 years ago
  75. 8097531 cifs: clean up accesses to midCount by Jeff Layton · 14 years ago
  76. c5797a9 cifs: make wait_for_free_request take a TCP_Server_Info pointer by Jeff Layton · 14 years ago
  77. 9d78315 cifs: no need to mark smb_ses_list as cifs_demultiplex_thread is exiting by Jeff Layton · 14 years ago
  78. 941b853 cifs: don't fail writepages on -EAGAIN errors by Jeff Layton · 14 years ago
  79. 12fed00 CIFS: Fix oplock break handling (try #2) by Pavel Shilovsky · 13 years ago
  80. 1a47f7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  81. ea5b778 Unexport do_add_mount() and add in follow_automount(), not ->d_automount() by David Howells · 14 years ago
  82. 01c64fe CIFS: Use d_automount() rather than abusing follow_link() by David Howells · 14 years ago
  83. cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 14 years ago
  84. bd76331 cifs: add cruid= mount option by Jeff Layton · 14 years ago
  85. 56c2430 cifs: cFYI the entire error code in map_smb_to_linux_error by Jeff Layton · 14 years ago
  86. 1c929cf switch cifs by Al Viro · 14 years ago
  87. 20054bd cifs: use CreationTime like an i_generation field by Jeff Layton · 14 years ago
  88. d44a9fe cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo by Jeff Layton · 14 years ago
  89. ca40b71 cifs: show "acl" in DebugData Features when it's compiled in by Jeff Layton · 14 years ago
  90. b4d6fcf cifs: move "ntlmssp" and "local_leases" options out of experimental code by Jeff Layton · 14 years ago
  91. 1397f2e cifs: replace some hardcoded values with preprocessor constants by Jeff Layton · 14 years ago
  92. a0f8b4f cifs: remove unnecessary locking around sequence_number by Jeff Layton · 14 years ago
  93. 197a1ee [CIFS] Fix minor merge conflict in fs/cifs/dir.c by Steve French · 14 years ago
  94. acc6f11 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 14 years ago
  95. 873feea fs: dcache per-inode inode alias locking by Nick Piggin · 14 years ago
  96. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  97. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  98. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  99. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  100. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago