1. c28c89f cifs: add cifs_async_writev by Jeff Layton · 13 years ago
  2. 724d9f1 CIFS: Simplify mount code for further shared sb capability by Pavel Shilovsky · 13 years ago
  3. 59ffd84 cifs: add ignore_pend flag to cifs_call_async by Jeff Layton · 13 years ago
  4. fcc31cb cifs: make cifs_send_async take a kvec array by Jeff Layton · 13 years ago
  5. 2c8f981 cifs: consolidate SendReceive response checks by Jeff Layton · 13 years ago
  6. ceec1e0 [CIFS] Remove sparse warning by Steve French · 13 years ago
  7. f14bcf7 cifs: Unconditionally copy mount options to superblock info by Sean Finney · 13 years ago
  8. 820a803 cifs: keep BCC in little-endian format by Jeff Layton · 13 years ago
  9. 4d79dba cifs: Add idmap key and related data structures and functions (try #17 repost) by Shirish Pargaonkar · 13 years ago
  10. b73b9a4 [CIFS] Allow to set extended attribute cifs_acl (try #2) by Steve French · 13 years ago
  11. 43988d7 [CIFS] Use ecb des kernel crypto APIs instead of local cifs functions (repost) by Steve French · 13 years ago
  12. c52a955 Don't compile in unused reparse point symlink code by Steve French · 13 years ago
  13. 0eff0e2 Remove unused CIFSSMBNotify worker function by Steve French · 13 years ago
  14. ee2c925 cifs: More crypto cleanup (try #2) by Shirish Pargaonkar · 13 years ago
  15. 72432ff CIFS: Implement cifs_strict_writev (try #4) by Pavel Shilovsky · 13 years ago
  16. 766fdbb cifs: add ability to send an echo request by Jeff Layton · 13 years ago
  17. a6827c1 cifs: add cifs_call_async by Jeff Layton · 13 years ago
  18. 12fed00 CIFS: Fix oplock break handling (try #2) by Pavel Shilovsky · 13 years ago
  19. 7d161b7 cifs: allow calling cifs_build_path_to_root on incomplete cifs_sb by Jeff Layton · 13 years ago
  20. 79df1ba cifs: fix use of CONFIG_CIFS_ACL by Jeff Layton · 14 years ago
  21. fbeba8b cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4) by Shirish Pargaonkar · 14 years ago
  22. 78415d2 cifs: Misc. cleanup in cifsacl handling [try #4] by Shirish Pargaonkar · 14 years ago
  23. 987b21d cifs: Percolate error up to the caller during get/set acls [try #4] by Shirish Pargaonkar · 14 years ago
  24. c672362 cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointer by Pavel Shilovsky · 14 years ago
  25. e66673e CIFS: Add cifs_set_oplock_level by Pavel Shilovsky · 14 years ago
  26. 307fbd3 NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signatures by Shirish Pargaonkar · 14 years ago
  27. d2b9152 NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange by Shirish Pargaonkar · 14 years ago
  28. 21e7339 NTLM auth and sign - Allocate session key/client response dynamically by Shirish Pargaonkar · 14 years ago
  29. 7a16f19 [CIFS] Fix minor checkpatch warning and update cifs version by Steve French · 14 years ago
  30. abfe1ee cifs: eliminate the inode argument from cifs_new_fileinfo by Jeff Layton · 14 years ago
  31. f6a5346 cifs: eliminate oflags option from cifs_new_fileinfo by Jeff Layton · 14 years ago
  32. 608712f cifs: fix flags handling in cifs_posix_open by Jeff Layton · 14 years ago
  33. d7c86ff cifs: don't use vfsmount to pin superblock for oplock breaks by Jeff Layton · 14 years ago
  34. 6508d90 cifs: have find_readable/writable_file filter by fsuid by Jeff Layton · 14 years ago
  35. 13cfb73 cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer by Jeff Layton · 14 years ago
  36. f7a4068 cifs: have cifs_new_fileinfo take a tcon arg by Jeff Layton · 14 years ago
  37. 8bfb50a cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink() by Stefan Metzmacher · 14 years ago
  38. 2b149f1 cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code by Shirish Pargaonkar · 14 years ago
  39. 5f98ca9 cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds by Shirish Pargaonkar · 14 years ago
  40. aa91c7e cifs: fix broken oplock handling by Suresh Jayaraman · 14 years ago
  41. 3267039 cifs: prevent possible memory corruption in cifs_demultiplex_thread by Jeff Layton · 14 years ago
  42. 4266d91 [CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_key by Steve French · 14 years ago
  43. c8e56f1 Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" by Steve French · 14 years ago
  44. 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
  45. 67b7626 CIFS: Make cifs_convert_address() take a const src pointer and a length by David Howells · 14 years ago
  46. 50d9716 cifs: set the port in sockaddr in a more clearly defined fashion by Jeff Layton · 14 years ago
  47. 2422f67 cifs: move cifs_new_fileinfo call out of cifs_posix_open by Jeff Layton · 14 years ago
  48. 4065c80 cifs: fix noserverino handling when unix extensions are enabled by Jeff Layton · 14 years ago
  49. 26efa0b cifs: have decode_negTokenInit set flags in server struct by Jeff Layton · 14 years ago
  50. 198b568 cifs: break negotiate protocol calls out of cifs_setup_session by Jeff Layton · 14 years ago
  51. ebe6aa5 cifs: eliminate "first_time" parm to CIFS_SessSetup by Jeff Layton · 14 years ago
  52. fa588e0 [CIFS] Allow null nd (as nfs server uses) on create by Steve French · 14 years ago
  53. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  54. abab095 cifs: add cifs_revalidate_file by Jeff Layton · 14 years ago
  55. c8634fd cifs: add a CIFSSMBUnixQFileInfo function by Jeff Layton · 14 years ago
  56. bcd5357 cifs: add a CIFSSMBQFileInfo function by Jeff Layton · 14 years ago
  57. 31c0519 cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs by Jeff Layton · 14 years ago
  58. ec06aed cifs: clean up handling when server doesn't consistently support inode numbers by Jeff Layton · 15 years ago
  59. 5d2c0e2 cifs: fix problems with last two commits by Jeff Layton · 15 years ago
  60. 086f68b cifs: eliminate cifs_init_private by Jeff Layton · 15 years ago
  61. 3bc303c cifs: convert oplock breaks to use slow_work facility (try #4) by Jeff Layton · 15 years ago
  62. 590a3fe cifs: fix oplock request handling in posix codepath by Jeff Layton · 15 years ago
  63. 0b8f18e cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_iget by Jeff Layton · 15 years ago
  64. 3bbeeb3 cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls by Jeff Layton · 15 years ago
  65. 01ea95e cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo by Jeff Layton · 15 years ago
  66. cc0bad7 cifs: add new cifs_iget function and convert unix codepath to use it by Jeff Layton · 15 years ago
  67. 1e68b2b cifs: add new routine for converting AF_INET and AF_INET6 addrs by Jeff Layton · 15 years ago
  68. 1bf4072 cifs: reorganize get_cifs_acl by Christoph Hellwig · 15 years ago
  69. c4a2c08 cifs: make cnvrtDosUnixTm take a little-endian args and an offset by Jeff Layton · 15 years ago
  70. 07119a4 cifs: have cifs_NTtimeToUnix take a little-endian arg by Jeff Layton · 15 years ago
  71. f588416 cifs: change cifs_get_name_from_search_buf to use new unicode helper by Jeff Layton · 15 years ago
  72. 460b969 cifs: change CIFSSMBUnixQuerySymLink to use new helpers by Jeff Layton · 15 years ago
  73. c6c0091 [CIFS] Rename compose_mount_options to cifs_compose_mount_options. by Steve French · 15 years ago
  74. 7fc8f4e [CIFS] reopen file via newer posix open protocol operation if available by Steve French · 15 years ago
  75. b298f22 [CIFS] Send SMB flush in cifs_fsync by Steve French · 15 years ago
  76. 44f68fa cifs: posix fill in inode needed by posix open by Jeff Layton · 15 years ago
  77. 950ec52 cifs: properly handle case where CIFSGetSrvInodeNumber fails by Jeff Layton · 15 years ago
  78. 132ac7b cifs: refactor new_inode() calls and inode initialization by Jeff Layton · 15 years ago
  79. e4cce94 [CIFS] Prevent OOPs when mounting with remote prefixpath. by Igor Mammedov · 15 years ago
  80. 0496e02 cifs: turn smb_send into a wrapper around smb_sendv by Jeff Layton · 15 years ago
  81. 54a696b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  82. 4e53a3f cifs: have calc_lanman_hash take more granular args by Jeff Layton · 16 years ago
  83. a001e5b CRED: Wrap task credential accesses in the CIFS filesystem by David Howells · 16 years ago
  84. edf1ae4 [CIFS] Reduce number of socket retries in large write path by Steve French · 16 years ago
  85. 391e575 cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIle by Jeff Layton · 16 years ago
  86. 6d22f09 cifs: add function to set file disposition by Jeff Layton · 16 years ago
  87. 2dd2dfa Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg by Jeff Layton · 16 years ago
  88. 6fc000e change CIFSSMBSetTimes to CIFSSMBSetPathInfo by Jeff Layton · 16 years ago
  89. 4e1e7fb bundle up Unix SET_PATH_INFO args into a struct and change name by Jeff Layton · 16 years ago
  90. c2cf07d [CIFS] Finishup DFS code by Steve French · 16 years ago
  91. 646dd53 [CIFS] Fix paths when share is in DFS to include proper prefix by Steve French · 16 years ago
  92. 582d21e [CIFS] cleanup old checkpatch warnings by Steve French · 16 years ago
  93. 7c5e628 [CIFS] Fixed build warning in is_ip by Igor Mammedov · 16 years ago
  94. 4b18f2a [CIFS] convert usage of implicit booleans to bool by Steve French · 16 years ago
  95. 78d31a3 cifs: timeout dfs automounts +little fix. by Igor Mammedov · 16 years ago
  96. 5d941ca [CIFS] Fix oops when slow oplock process races with unmount by Steve French · 16 years ago
  97. 8b1327f [CIFS] file create with acl support enabled is slow by Steve French · 16 years ago
  98. 55f78e1 [CIFS] cifs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  99. c1ce264 [CIFS] fix typo by Steve French · 16 years ago
  100. 90c81e0 [CIFS] clean up some hard to read ifdefs by Steve French · 16 years ago