1. 9daa42e CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntlmv2 without extended security authentication by Shirish Pargaonkar · 14 years ago
  2. 0dd12c2 cifs: initialize tlink_tree_lock and tlink_tree by Jeff Layton · 14 years ago
  3. 6ea7595 Merge branch 'for-next' by Steve French · 14 years ago
  4. d244555 [CIFS] Remove build warning by Steve French · 14 years ago
  5. ccc46a74 cifs: fix module refcount leak in find_domain_name by Jeff Layton · 14 years ago
  6. 2de970f cifs: implement recurring workqueue job to prune old tcons by Jeff Layton · 14 years ago
  7. 3aa1c8c cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5) by Jeff Layton · 14 years ago
  8. 13cd4b7 [CIFS] Various small checkpatch cleanups by Steve French · 14 years ago
  9. 0eb8a13 cifs: add "multiuser" mount option by Jeff Layton · 14 years ago
  10. 9d002df cifs: add routines to build sessions and tcons on the fly by Jeff Layton · 14 years ago
  11. c9928f7 ntlm authentication and signing - Correct response length for ntlmv2 authentication without extended security by Shirish Pargaonkar · 14 years ago
  12. 29e07c8 cifs: fix cifs_show_options to show "username=" or "multiuser" by Jeff Layton · 14 years ago
  13. 6508d90 cifs: have find_readable/writable_file filter by fsuid by Jeff Layton · 14 years ago
  14. 13cfb73 cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer by Jeff Layton · 14 years ago
  15. 7ffec37 cifs: add refcounted and timestamped container for holding tcons by Jeff Layton · 14 years ago
  16. f569599 cifs: prevent infinite recursion in cifs_reconnect_tcon by Jeff Layton · 14 years ago
  17. 522440e cifs: set backing_dev_info on new S_ISREG inodes by Jeff Layton · 14 years ago
  18. f3983c2 cifs: fix handling of signing with writepages (try #6) by Jeff Layton · 14 years ago
  19. f7a4068 cifs: have cifs_new_fileinfo take a tcon arg by Jeff Layton · 14 years ago
  20. 0d424ad cifs: add cifs_sb_master_tcon and convert some callers to use it by Jeff Layton · 14 years ago
  21. f6acb9d cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglers by Jeff Layton · 14 years ago
  22. a6e8a84 cifs: add function to get a tcon from cifs_sb by Jeff Layton · 14 years ago
  23. ba00ba6 cifs: make various routines use the cifsFileInfo->tcon pointer by Jeff Layton · 14 years ago
  24. d3bf522 [CIFS] Fix ordering of cleanup on module init failure by Steve French · 14 years ago
  25. 17edec6 [CIFS] Remove obsolete header by Steve French · 14 years ago
  26. ab9db8b cifs: allow matching of tcp sessions in CifsNew state by Jeff Layton · 14 years ago
  27. 5fe97cf cifs: add tcon field to cifsFileInfo struct by Jeff Layton · 14 years ago
  28. 736a332 cifs: add "mfsymlinks" mount option by Stefan Metzmacher · 14 years ago
  29. 1b12b9c cifs: use Minshall+French symlink functions by Stefan Metzmacher · 14 years ago
  30. 8713d01 cifs: implement CIFSCreateMFSymLink() by Stefan Metzmacher · 14 years ago
  31. 18bddd1 cifs: implement CIFSFormatMFSymlink() by Stefan Metzmacher · 14 years ago
  32. 0fd43ae cifs: implement CIFSQueryMFSymLink() by Stefan Metzmacher · 14 years ago
  33. 8bfb50a cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink() by Stefan Metzmacher · 14 years ago
  34. c69c1b6 cifs: implement CIFSParseMFSymlink() by Stefan Metzmacher · 14 years ago
  35. 3eb9a88 cifs: Allow binding to local IP address. by Ben Greear · 14 years ago
  36. 2b149f1 cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code by Shirish Pargaonkar · 14 years ago
  37. 5f98ca9 cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds by Shirish Pargaonkar · 14 years ago
  38. aa91c7e cifs: fix broken oplock handling by Suresh Jayaraman · 14 years ago
  39. a347ecb cifs: use type __u32 instead of int for the oplock parameter by Suresh Jayaraman · 14 years ago
  40. 460cf34 cifs: fix potential double put of TCP session reference by Jeff Layton · 14 years ago
  41. 3267039 cifs: prevent possible memory corruption in cifs_demultiplex_thread by Jeff Layton · 14 years ago
  42. 7332f2a cifs: eliminate some more premature cifsd exits by Jeff Layton · 14 years ago
  43. 522bbe6 cifs: prevent cifsd from exiting prematurely by Jeff Layton · 14 years ago
  44. 4266d91 [CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_key by Steve French · 14 years ago
  45. 639e7a9 cifs: eliminate redundant xdev check in cifs_rename by Jeff Layton · 14 years ago
  46. c8e56f1 Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" by Steve French · 14 years ago
  47. 745e507 Revert "missing changes during ntlmv2/ntlmssp auth and sign" by Steve French · 14 years ago
  48. 56234e2 Revert "Eliminate sparse warning - bad constant expression" by Steve French · 14 years ago
  49. 7100ae9 Revert "[CIFS] Eliminate unused variable warning" by Steve French · 14 years ago
  50. f0138a7 Cannot allocate memory error on mount by Suresh Jayaraman · 14 years ago
  51. c89e519 [CIFS] Eliminate unused variable warning by Steve French · 14 years ago
  52. 2d20ca8 Eliminate sparse warning - bad constant expression by shirishpargaonkar@gmail.com · 14 years ago
  53. 24e6cf9 cifs: check for NULL session password by Jeff Layton · 14 years ago
  54. 3ec6bbc missing changes during ntlmv2/ntlmssp auth and sign by Shirish Pargaonkar · 14 years ago
  55. 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
  56. bf4f121 cifs: correction of unicode header files by Igor Druzhinin · 14 years ago
  57. fc87a40 cifs: fix NULL pointer dereference in cifs_find_smb_ses by Jeff Layton · 14 years ago
  58. 232341b cifs: consolidate error handling in several functions by Jeff Layton · 14 years ago
  59. 5d9ac7f cifs: clean up error handling in cifs_mknod by Jeff Layton · 14 years ago
  60. 3694b91 cifs: update README to include details about 'fsc' option by Suresh Jayaraman · 14 years ago
  61. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  62. 1b94746 cifs: truncate fallout by Christoph Hellwig · 14 years ago
  63. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  64. 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 14 years ago
  65. db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 14 years ago
  66. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  67. 1fc7995 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  68. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  69. 1a4240f DNS: Separate out CIFS DNS Resolver code by Wang Lei · 14 years ago
  70. ba5dadb cifs: account for new creduid=0x%x parameter in spnego upcall string by Jeff Layton · 14 years ago
  71. 5acfec2 cifs: reduce false positives with inode aliasing serverino autodisable by Jeff Layton · 14 years ago
  72. 67b7626 CIFS: Make cifs_convert_address() take a const src pointer and a length by David Howells · 14 years ago
  73. f579903 cifs: show features compiled in as part of DebugData by Suresh Jayaraman · 14 years ago
  74. 95c9990 cifs: update README by Suresh Jayaraman · 14 years ago
  75. cb76d5e cifs: fsc should not default to "on" by Jeff Layton · 14 years ago
  76. f67909c [CIFS] remove redundant path walking in dfs_do_refmount by Steve French · 14 years ago
  77. f636a34 cifs: ignore the "mand", "nomand" and "_netdev" mount options by Jeff Layton · 14 years ago
  78. 3572d28 cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS by Jeff Layton · 14 years ago
  79. f30b9c1 cifs: don't allow cifs_iget to match inodes of the wrong type by Jeff Layton · 14 years ago
  80. 9f84159 [CIFS] relinquish fscache cookie before freeing CIFSTconInfo by Steve French · 14 years ago
  81. 3e4b3e1 cifs: add separate cred_uid field to sesInfo by Jeff Layton · 14 years ago
  82. f55fdcc fs: cifs: check kmalloc() result by Kulikov Vasiliy · 14 years ago
  83. 0ccd480 [CIFS] Missing ifdef by Steve French · 14 years ago
  84. d0e6f44 [CIFS] Missing line from previous commit by Steve French · 14 years ago
  85. c5e04a3 [CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabled by Steve French · 14 years ago
  86. fa1df75 cifs: add mount option to enable local caching by Suresh Jayaraman · 14 years ago
  87. 5669823 cifs: read pages from FS-Cache by Suresh Jayaraman · 14 years ago
  88. 9dc0655 cifs: store pages into local cache by Suresh Jayaraman · 14 years ago
  89. 85f2d6b cifs: FS-Cache page management by Suresh Jayaraman · 14 years ago
  90. 9451a9a cifs: define inode-level cache object and register them by Suresh Jayaraman · 14 years ago
  91. d03382c cifs: define superblock-level cache index objects and register them by Suresh Jayaraman · 14 years ago
  92. 8913007 cifs: remove unused cifsUidInfo struct by Jeff Layton · 14 years ago
  93. 4ff67b7 cifs: clean up cifs_find_smb_ses (try #2) by Jeff Layton · 14 years ago
  94. daf5b0b cifs: match secType when searching for existing tcp session by Jeff Layton · 14 years ago
  95. 4515148 cifs: move address comparison into separate function by Jeff Layton · 14 years ago
  96. 50d9716 cifs: set the port in sockaddr in a more clearly defined fashion by Jeff Layton · 14 years ago
  97. 488f1d2d cifs: define server-level cache index objects and register them by Suresh Jayaraman · 14 years ago
  98. f579cf3 cifs: register CIFS for caching by Suresh Jayaraman · 14 years ago
  99. c21dfb6 fs/cifs: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  100. 3feb41c cifs: add kernel config option for CIFS Client caching support by Suresh Jayaraman · 14 years ago