1. 21fed0d cifs: Add data structures and functions for uid/gid to SID mapping (try #4) by Shirish Pargaonkar · 13 years ago
  2. 3d3ea8e cifs: Add mount options for backup intent (try #6) by Shirish Pargaonkar · 13 years ago
  3. e750473 add new module parameter 'enable_oplocks' by Steve French · 13 years ago
  4. 789e666 [CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines more readable by Steve French · 13 years ago
  5. ad63594 cifs: simplify refcounting for oplock breaks by Jeff Layton · 13 years ago
  6. eaf35b1 cifs: use cifs_dirent in cifs_save_resume_key by Christoph Hellwig · 13 years ago
  7. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  8. d4ffff1 CIFS: Add rwpidforward mount option by Pavel Shilovsky · 13 years ago
  9. 25c7f41 CIFS: Migrate to shared superblock model by Pavel Shilovsky · 13 years ago
  10. f87d39d [CIFS] Migrate from prefixpath logic by Steve French · 13 years ago
  11. fa2989f CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size by Pavel Shilovsky · 13 years ago
  12. 3c1105d cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5) by Jeff Layton · 13 years ago
  13. 4d79dba cifs: Add idmap key and related data structures and functions (try #17 repost) by Shirish Pargaonkar · 13 years ago
  14. 34c8790 Shrink stack space usage in cifs_construct_tcon by Steve French · 13 years ago
  15. 0eff0e2 Remove unused CIFSSMBNotify worker function by Steve French · 13 years ago
  16. ca83ce3 cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3) by Jeff Layton · 13 years ago
  17. fd88ce9 [CIFS] cifs: clarify the meaning of tcpStatus == CifsGood by Steve French · 13 years ago
  18. 2e325d5 Max share size is too small by Steve French · 13 years ago
  19. 8727c8a Allow user names longer than 32 bytes by Steve French · 13 years ago
  20. bdf1b03 cifs: replace /proc/fs/cifs/Experimental with a module parm 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. 7e90d70 [CIFS] Do not send SMBEcho requests on new sockets until SMBNegotiate by Steve French · 13 years ago
  23. f1d0c99 Make CIFS mount work in a container. by Rob Landley · 13 years ago
  24. aae62fd cifs: move time field in cifsInodeInfo by Jeff Layton · 13 years ago
  25. c3dccf4 cifs: TCP_Server_Info diet by Jeff Layton · 13 years ago
  26. 7749981 cifs: remove code for setting timeouts on requests by Jeff Layton · 13 years ago
  27. fda3594 [CIFS] cifs: reconnect unresponsive servers by Steve French · 13 years ago
  28. c74093b cifs: set up recurring workqueue job to do SMB echo requests by Jeff Layton · 13 years ago
  29. 2b84a36c cifs: allow for different handling of received response by Jeff Layton · 13 years ago
  30. 20054bd cifs: use CreationTime like an i_generation field by Jeff Layton · 13 years ago
  31. a0f8b4f cifs: remove unnecessary locking around sequence_number by Jeff Layton · 13 years ago
  32. a9f1b85 CIFS: Simplify ipv*_connect functions into one (try #4) by Pavel Shilovsky · 14 years ago
  33. 8846399 cifs: remove Local_System_Name by Jeff Layton · 14 years ago
  34. 6d20e84 cifs: add attribute cache timeout (actimeo) tunable by Suresh Jayaraman · 14 years ago
  35. b647c35 cifs: convert tlink_tree to a rbtree by Jeff Layton · 14 years ago
  36. d3686d5 cifs: Cleanup and thus reduce smb session structure and fields used during authentication by Shirish Pargaonkar · 14 years ago
  37. d3ba50b NTLM auth and sign - Use appropriate server challenge by Shirish Pargaonkar · 14 years ago
  38. f7c5445 NTLM auth and sign - minor error corrections and cleanup by Shirish Pargaonkar · 14 years ago
  39. d2b9152 NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange by Shirish Pargaonkar · 14 years ago
  40. 21e7339 NTLM auth and sign - Allocate session key/client response dynamically by Shirish Pargaonkar · 14 years ago
  41. 6573e9b cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g] by Suresh Jayaraman · 14 years ago
  42. eb4b756 cifs: eliminate cifsInodeInfo->write_behind_rc (try #6) by Jeff Layton · 14 years ago
  43. 6c0f621 [CIFS] Fix checkpatch warnings and bump cifs version number by Steve French · 14 years ago
  44. 5f6dbc9 cifs: convert cifsFileInfo->count to non-atomic counter by Jeff Layton · 14 years ago
  45. cdff08e [CIFS] move close processing from cifs_close to cifsFileInfo_put by Steve French · 14 years ago
  46. 3f9bcca cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock by Suresh Jayaraman · 14 years ago
  47. b33879a cifs: move cifsFileInfo_put to file.c by Jeff Layton · 14 years ago
  48. 4477288 cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock by Jeff Layton · 14 years ago
  49. 2e396b8 cifs: eliminate pfile pointer from cifsFileInfo by Jeff Layton · 14 years ago
  50. 1588617 cifs: clean up cifs_reopen_file by Jeff Layton · 14 years ago
  51. 5d0d288 NTLM authentication and signing - Calculate auth response per smb session by Shirish Pargaonkar · 14 years ago
  52. d7c86ff cifs: don't use vfsmount to pin superblock for oplock breaks by Jeff Layton · 14 years ago
  53. a5e18bc cifs: keep dentry reference in cifsFileInfo instead of inode reference by Jeff Layton · 14 years ago
  54. 13cd4b7 [CIFS] Various small checkpatch cleanups by Steve French · 14 years ago
  55. 9d002df cifs: add routines to build sessions and tcons on the fly by Jeff Layton · 14 years ago
  56. 13cfb73 cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer by Jeff Layton · 14 years ago
  57. 7ffec37 cifs: add refcounted and timestamped container for holding tcons by Jeff Layton · 14 years ago
  58. 0d424ad cifs: add cifs_sb_master_tcon and convert some callers to use it by Jeff Layton · 14 years ago
  59. f6acb9d cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglers by Jeff Layton · 14 years ago
  60. a6e8a84 cifs: add function to get a tcon from cifs_sb by Jeff Layton · 14 years ago
  61. 5fe97cf cifs: add tcon field to cifsFileInfo struct by Jeff Layton · 14 years ago
  62. 3eb9a88 cifs: Allow binding to local IP address. by Ben Greear · 14 years ago
  63. 2b149f1 cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code by Shirish Pargaonkar · 14 years ago
  64. 5f98ca9 cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds by Shirish Pargaonkar · 14 years ago
  65. c8e56f1 Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" by Steve French · 14 years ago
  66. 56234e2 Revert "Eliminate sparse warning - bad constant expression" by Steve French · 14 years ago
  67. 2d20ca8 Eliminate sparse warning - bad constant expression by shirishpargaonkar@gmail.com · 14 years ago
  68. 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
  69. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  70. 3e4b3e1 cifs: add separate cred_uid field to sesInfo by Jeff Layton · 14 years ago
  71. 9451a9a cifs: define inode-level cache object and register them by Suresh Jayaraman · 14 years ago
  72. d03382c cifs: define superblock-level cache index objects and register them by Suresh Jayaraman · 14 years ago
  73. 8913007 cifs: remove unused cifsUidInfo struct by Jeff Layton · 14 years ago
  74. 4ff67b7 cifs: clean up cifs_find_smb_ses (try #2) by Jeff Layton · 14 years ago
  75. daf5b0b cifs: match secType when searching for existing tcp session by Jeff Layton · 14 years ago
  76. 488f1d2d cifs: define server-level cache index objects and register them by Suresh Jayaraman · 14 years ago
  77. c6332e2 cifs: remove unused ip_address field in struct TCP_Server_Info by Suresh Jayaraman · 14 years ago
  78. abd2e44 cifs: guard cifsglob.h against multiple inclusion by Suresh Jayaraman · 14 years ago
  79. 9b64697 cifs: use workqueue instead of slow-work by Tejun Heo · 14 years ago
  80. baa4563 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 14 years ago
  81. 3d69438 cifs: guard against hardlinking directories by Jeff Layton · 14 years ago
  82. 26efa0b cifs: have decode_negTokenInit set flags in server struct by Jeff Layton · 14 years ago
  83. 9bf67e5 cifs: save the dialect chosen by server by Jeff Layton · 14 years ago
  84. 04912d6 cifs: rename "extended_security" to "global_secflags" by Jeff Layton · 14 years ago
  85. 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
  86. df2cf17 cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry by Jeff Layton · 14 years ago
  87. d7b619c [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex and by Steve French · 14 years ago
  88. 6a5fa236 [CIFS] Add support for TCP_NODELAY by Steve French · 15 years ago
  89. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  90. 3bc303c cifs: convert oplock breaks to use slow_work facility (try #4) by Jeff Layton · 15 years ago
  91. 48541bd cifs: have cifsFileInfo hold an extra inode reference by Jeff Layton · 15 years ago
  92. 495e993 cifs: remove cifsInodeInfo.oplockPending flag by Jeff Layton · 15 years ago
  93. 20d1752 [CIFS] Re-enable Lanman security by Chuck Ebbert · 15 years ago
  94. 6ab409b cifs: Replace wrtPending with a real reference count by Dave Kleikamp · 15 years ago
  95. 1b49c55 cifs: protect GlobalOplock_Q with its own spinlock by Jeff Layton · 15 years ago
  96. 65bc98b [CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in stats by Steve French · 15 years ago
  97. aeaaf25 cifs: remove cifsInodeInfo->inUse counter by Jeff Layton · 15 years ago
  98. 0b8f18e cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_iget by Jeff Layton · 15 years ago
  99. cc0bad7 cifs: add new cifs_iget function and convert unix codepath to use it by Jeff Layton · 15 years ago
  100. f46c723 [CIFS] cleanup asn handling for ntlmssp by Steve French · 15 years ago