1. 51ee4b8 locks: let the caller free file_lock on ->setlease failure by Christoph Hellwig · 14 years ago
  2. 05fa313 locks: fix setlease methods to free passed-in lock by J. Bruce Fields · 14 years ago
  3. b4020c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  4. d753ed9 convert cifs by Al Viro · 14 years ago
  5. d3686d5 cifs: Cleanup and thus reduce smb session structure and fields used during authentication by Shirish Pargaonkar · 14 years ago
  6. d3ba50b NTLM auth and sign - Use appropriate server challenge by Shirish Pargaonkar · 14 years ago
  7. 6b03590 cifs: add kfree() on error path by Dan Carpenter · 14 years ago
  8. f7c5445 NTLM auth and sign - minor error corrections and cleanup by Shirish Pargaonkar · 14 years ago
  9. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  10. 307fbd3 NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signatures by Shirish Pargaonkar · 14 years ago
  11. d2b9152 NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange by Shirish Pargaonkar · 14 years ago
  12. b235f37 cifs: cifs_convert_address() returns zero on error by Dan Carpenter · 14 years ago
  13. 21e7339 NTLM auth and sign - Allocate session key/client response dynamically by Shirish Pargaonkar · 14 years ago
  14. 6573e9b cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g] by Suresh Jayaraman · 14 years ago
  15. eb4b756 cifs: eliminate cifsInodeInfo->write_behind_rc (try #6) by Jeff Layton · 14 years ago
  16. 6c0f621 [CIFS] Fix checkpatch warnings and bump cifs version number by Steve French · 14 years ago
  17. d3f1322 cifs: wait for writeback to complete in cifs_flush by Jeff Layton · 14 years ago
  18. 5f6dbc9 cifs: convert cifsFileInfo->count to non-atomic counter by Jeff Layton · 14 years ago
  19. d2ecad9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  20. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  21. cdff08e [CIFS] move close processing from cifs_close to cifsFileInfo_put by Steve French · 14 years ago
  22. 3f9bcca cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock by Suresh Jayaraman · 14 years ago
  23. 3e24e13 cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  24. 89f150f Clean up two declarations of blob_len by Shirish Pargaonkar · 14 years ago
  25. b33879a cifs: move cifsFileInfo_put to file.c by Jeff Layton · 14 years ago
  26. 4477288 cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock by Jeff Layton · 14 years ago
  27. 7a16f19 [CIFS] Fix minor checkpatch warning and update cifs version by Steve French · 14 years ago
  28. 15ecb43 cifs: move cifs_new_fileinfo to file.c by Jeff Layton · 14 years ago
  29. 2e396b8 cifs: eliminate pfile pointer from cifsFileInfo by Jeff Layton · 14 years ago
  30. 7da4b49 cifs: cifs_write argument change and cleanup by Jeff Layton · 14 years ago
  31. 1588617 cifs: clean up cifs_reopen_file by Jeff Layton · 14 years ago
  32. abfe1ee cifs: eliminate the inode argument from cifs_new_fileinfo by Jeff Layton · 14 years ago
  33. f6a5346 cifs: eliminate oflags option from cifs_new_fileinfo by Jeff Layton · 14 years ago
  34. 608712f cifs: fix flags handling in cifs_posix_open by Jeff Layton · 14 years ago
  35. 2f4f26f cifs: eliminate cifs_posix_open_inode_helper by Jeff Layton · 14 years ago
  36. 6221ddd cifs: handle FindFirst failure gracefully by Suresh Jayaraman · 14 years ago
  37. 5d0d288 NTLM authentication and signing - Calculate auth response per smb session by Shirish Pargaonkar · 14 years ago
  38. d7c86ff cifs: don't use vfsmount to pin superblock for oplock breaks by Jeff Layton · 14 years ago
  39. a5e18bc cifs: keep dentry reference in cifsFileInfo instead of inode reference by Jeff Layton · 14 years ago
  40. 1c45601 cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7) by Jeff Layton · 14 years ago
  41. 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
  42. 0dd12c2 cifs: initialize tlink_tree_lock and tlink_tree by Jeff Layton · 14 years ago
  43. 6ea7595 Merge branch 'for-next' by Steve French · 14 years ago
  44. d244555 [CIFS] Remove build warning by Steve French · 14 years ago
  45. ccc46a74 cifs: fix module refcount leak in find_domain_name by Jeff Layton · 14 years ago
  46. 2de970f cifs: implement recurring workqueue job to prune old tcons by Jeff Layton · 14 years ago
  47. 3aa1c8c cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5) by Jeff Layton · 14 years ago
  48. 13cd4b7 [CIFS] Various small checkpatch cleanups by Steve French · 14 years ago
  49. 0eb8a13 cifs: add "multiuser" mount option by Jeff Layton · 14 years ago
  50. 9d002df cifs: add routines to build sessions and tcons on the fly by Jeff Layton · 14 years ago
  51. c9928f7 ntlm authentication and signing - Correct response length for ntlmv2 authentication without extended security by Shirish Pargaonkar · 14 years ago
  52. 29e07c8 cifs: fix cifs_show_options to show "username=" or "multiuser" by Jeff Layton · 14 years ago
  53. 6508d90 cifs: have find_readable/writable_file filter by fsuid by Jeff Layton · 14 years ago
  54. 13cfb73 cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer by Jeff Layton · 14 years ago
  55. 7ffec37 cifs: add refcounted and timestamped container for holding tcons by Jeff Layton · 14 years ago
  56. b89f432 fs/locks.c: prepare for BKL removal by Arnd Bergmann · 14 years ago
  57. b0991aa BKL: Remove BKL from CifsFS by Jan Blunck · 15 years ago
  58. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  59. f569599 cifs: prevent infinite recursion in cifs_reconnect_tcon by Jeff Layton · 14 years ago
  60. 522440e cifs: set backing_dev_info on new S_ISREG inodes by Jeff Layton · 14 years ago
  61. f3983c2 cifs: fix handling of signing with writepages (try #6) by Jeff Layton · 14 years ago
  62. f7a4068 cifs: have cifs_new_fileinfo take a tcon arg by Jeff Layton · 14 years ago
  63. 0d424ad cifs: add cifs_sb_master_tcon and convert some callers to use it by Jeff Layton · 14 years ago
  64. f6acb9d cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglers by Jeff Layton · 14 years ago
  65. a6e8a84 cifs: add function to get a tcon from cifs_sb by Jeff Layton · 14 years ago
  66. ba00ba6 cifs: make various routines use the cifsFileInfo->tcon pointer by Jeff Layton · 14 years ago
  67. d3bf522 [CIFS] Fix ordering of cleanup on module init failure by Steve French · 14 years ago
  68. 17edec6 [CIFS] Remove obsolete header by Steve French · 14 years ago
  69. ab9db8b cifs: allow matching of tcp sessions in CifsNew state by Jeff Layton · 14 years ago
  70. 5fe97cf cifs: add tcon field to cifsFileInfo struct by Jeff Layton · 14 years ago
  71. 736a332 cifs: add "mfsymlinks" mount option by Stefan Metzmacher · 14 years ago
  72. 1b12b9c cifs: use Minshall+French symlink functions by Stefan Metzmacher · 14 years ago
  73. 8713d01 cifs: implement CIFSCreateMFSymLink() by Stefan Metzmacher · 14 years ago
  74. 18bddd1 cifs: implement CIFSFormatMFSymlink() by Stefan Metzmacher · 14 years ago
  75. 0fd43ae cifs: implement CIFSQueryMFSymLink() by Stefan Metzmacher · 14 years ago
  76. 8bfb50a cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink() by Stefan Metzmacher · 14 years ago
  77. c69c1b6 cifs: implement CIFSParseMFSymlink() by Stefan Metzmacher · 14 years ago
  78. 3eb9a88 cifs: Allow binding to local IP address. by Ben Greear · 14 years ago
  79. 2b149f1 cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code by Shirish Pargaonkar · 14 years ago
  80. 5f98ca9 cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds by Shirish Pargaonkar · 14 years ago
  81. aa91c7e cifs: fix broken oplock handling by Suresh Jayaraman · 14 years ago
  82. a347ecb cifs: use type __u32 instead of int for the oplock parameter by Suresh Jayaraman · 14 years ago
  83. 460cf34 cifs: fix potential double put of TCP session reference by Jeff Layton · 14 years ago
  84. 3267039 cifs: prevent possible memory corruption in cifs_demultiplex_thread by Jeff Layton · 14 years ago
  85. 7332f2a cifs: eliminate some more premature cifsd exits by Jeff Layton · 14 years ago
  86. 522bbe6 cifs: prevent cifsd from exiting prematurely by Jeff Layton · 14 years ago
  87. 4266d91 [CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_key by Steve French · 14 years ago
  88. 639e7a9 cifs: eliminate redundant xdev check in cifs_rename by Jeff Layton · 14 years ago
  89. c8e56f1 Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" by Steve French · 14 years ago
  90. 745e507 Revert "missing changes during ntlmv2/ntlmssp auth and sign" by Steve French · 14 years ago
  91. 56234e2 Revert "Eliminate sparse warning - bad constant expression" by Steve French · 14 years ago
  92. 7100ae9 Revert "[CIFS] Eliminate unused variable warning" by Steve French · 14 years ago
  93. f0138a7 Cannot allocate memory error on mount by Suresh Jayaraman · 14 years ago
  94. c89e519 [CIFS] Eliminate unused variable warning by Steve French · 14 years ago
  95. 2d20ca8 Eliminate sparse warning - bad constant expression by shirishpargaonkar@gmail.com · 14 years ago
  96. 24e6cf9 cifs: check for NULL session password by Jeff Layton · 14 years ago
  97. 3ec6bbc missing changes during ntlmv2/ntlmssp auth and sign by Shirish Pargaonkar · 14 years ago
  98. 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
  99. bf4f121 cifs: correction of unicode header files by Igor Druzhinin · 14 years ago
  100. fc87a40 cifs: fix NULL pointer dereference in cifs_find_smb_ses by Jeff Layton · 14 years ago