1. 38107d4 Do not send SMB2 signatures for SMB3 frames by Steve French · 11 years ago
  2. 1cc9bd6 make convert_delimiter use strchr instead of open-coding it by Steve French · 11 years ago
  3. b979aaa cifs: get rid of smb_vol->UNCip and smb_vol->port by Jeff Layton · 12 years ago
  4. dd446b1 Add SMB2.02 dialect support by Steve French · 11 years ago
  5. 6d3ea7e CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2 by Steve French · 11 years ago
  6. 81bcd8b default authentication needs to be at least ntlmv2 security for cifs mounts by Steve French · 12 years ago
  7. e4aa25e [CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=) by Steve French · 12 years ago
  8. 760ad0c CIFS: Make ops->close return void by Pavel Shilovsky · 12 years ago
  9. 233839b CIFS: Fix fast lease break after open problem by Pavel Shilovsky · 12 years ago
  10. b8c32db CIFS: Request SMB2.1 leases by Pavel Shilovsky · 12 years ago
  11. 1b4b55a CIFS: Turn lock mutex into rw semaphore by Pavel Shilovsky · 12 years ago
  12. d39a4f7 CIFS: Move brlock code to ops struct by Pavel Shilovsky · 12 years ago
  13. f45d341 CIFS: Remove spinlock dependence in brlock processing by Pavel Shilovsky · 12 years ago
  14. 1c0bd60 CIFS: Add NTLMSSP sec type to defaults by Pavel Shilovsky · 12 years ago
  15. 71953fc cifs: remove kmap lock and rsize limit by Jeff Layton · 12 years ago
  16. 5819575 cifs: replace kvec array in readdata with a single kvec by Jeff Layton · 12 years ago
  17. 8321fec cifs: convert async read code to use pages array without kmapping by Jeff Layton · 12 years ago
  18. c5fab6f cifs: turn the pages list in cifs_readdata into an array by Jeff Layton · 12 years ago
  19. f4e49cd cifs: allocate kvec array for cifs_readdata as a separate allocation by Jeff Layton · 12 years ago
  20. eddb079 cifs: convert async write code to pass in data via rq_pages array by Jeff Layton · 12 years ago
  21. fec344e cifs: change cifs_call_async to use smb_rqst structs by Jeff Layton · 12 years ago
  22. bf5ea0e cifs: change signing routines to deal with smb_rqst structs by Jeff Layton · 12 years ago
  23. 76ec5e3 CIFS: Move statfs to ops struct by Pavel Shilovsky · 12 years ago
  24. 95a3f2f CIFS: Move oplock break to ops struct by Pavel Shilovsky · 12 years ago
  25. 2e44b28 CIFS: Process oplocks for SMB2 by Pavel Shilovsky · 12 years ago
  26. 92fc65a CIFS: Move readdir code to ops struct by Pavel Shilovsky · 12 years ago
  27. 6bdf6db CIFS: Move set_file_info to ops struct by Pavel Shilovsky · 12 years ago
  28. d143341 CIFS: Move set_file_size to ops struct by Pavel Shilovsky · 12 years ago
  29. d6e906f CIFS: Move hardlink to ops struct by Steve French · 12 years ago
  30. 8ceb984 CIFS: Move rename to ops struct by Pavel Shilovsky · 12 years ago
  31. 3c1bf7e CIFS: Enable signing in SMB2 by Pavel Shilovsky · 12 years ago
  32. ba9ad725 CIFS: Move writepage to ops struct by Pavel Shilovsky · 12 years ago
  33. f9c6e23 CIFS: Move readpage code to ops struct by Pavel Shilovsky · 12 years ago
  34. 3331914 CIFS: Add SMB2 support for cifs_iovec_write by Pavel Shilovsky · 12 years ago
  35. c9de5c8 CIFS: Move async write to ops struct by Pavel Shilovsky · 12 years ago
  36. 09a4707 CIFS: Add SMB2 support for cifs_iovec_read by Pavel Shilovsky · 12 years ago
  37. fc9c596 CIFS: Move async read to ops struct by Pavel Shilovsky · 12 years ago
  38. 24985c5 CIFS: Move r/wsize negotiating to ops struct by Pavel Shilovsky · 12 years ago
  39. 1d8c4c0 CIFS: Make flush code use ops struct by Pavel Shilovsky · 12 years ago
  40. 4ad6504 CIFS: Move guery file info code to ops struct by Pavel Shilovsky · 12 years ago
  41. f0df737 CIFS: Add open/close file support for SMB2 by Pavel Shilovsky · 12 years ago
  42. 0ff78a2 CIFS: Move close code to ops struct by Pavel Shilovsky · 12 years ago
  43. fb1214e CIFS: Move open code to ops struct by Pavel Shilovsky · 12 years ago
  44. 4b4de76 CIFS: Replace netfid with cifs_fid struct in cifsFileInfo by Pavel Shilovsky · 12 years ago
  45. ed6875e CIFS: Move unlink code to ops struct by Pavel Shilovsky · 12 years ago
  46. f958ca5 CIFS: Move rmdir code to ops struct by Pavel Shilovsky · 12 years ago
  47. f436720 CIFS: Separate protocol specific part from mkdir by Pavel Shilovsky · 12 years ago
  48. 764a1b1 cifs: ensure that we always do cifsFileInfo_get under the spinlock by Jeff Layton · 12 years ago
  49. 29e20f9 CIFS: Make CAP_* checks protocol independent by Pavel Shilovsky · 12 years ago
  50. d60622e CIFS: Allow SMB2 statistics to be tracked by Pavel Shilovsky · 12 years ago
  51. 44c5818 CIFS: Move clear/print_stats code to ops struct by Pavel Shilovsky · 12 years ago
  52. 9094fad CIFS: Add echo request support for SMB2 by Pavel Shilovsky · 12 years ago
  53. f6d7617 CIFS: Move echo code to osp struct by Pavel Shilovsky · 12 years ago
  54. 4574084 CIFS: Setup async request in ops struct by Pavel Shilovsky · 12 years ago
  55. 9224dfc CIFS: Move building path to root to ops struct by Pavel Shilovsky · 12 years ago
  56. 1208ef1 CIFS: Move query inode info code to ops struct by Pavel Shilovsky · 12 years ago
  57. 68889f2 CIFS: Move is_path_accessible to ops struct by Pavel Shilovsky · 12 years ago
  58. af4281d CIFS: Move informational tcon calls to ops struct by Pavel Shilovsky · 12 years ago
  59. b669f33 CIFS: Move getting dfs referalls to ops struct by Pavel Shilovsky · 12 years ago
  60. faaf946 CIFS: Add tree connect/disconnect capability for SMB2 by Pavel Shilovsky · 12 years ago
  61. 5478f9b CIFS: Add session setup/logoff capability for SMB2 by Pavel Shilovsky · 12 years ago
  62. ec2e452 CIFS: Add capability to send SMB2 negotiate message by Pavel Shilovsky · 12 years ago
  63. 28ea529 CIFS: Add SMB2 credits support by Pavel Shilovsky · 12 years ago
  64. 2dc7e1c CIFS: Make transport routines work with SMB2 by Pavel Shilovsky · 12 years ago
  65. 2e6e02a CIFS: Move protocol specific tcon/tdis code to ops struct by Pavel Shilovsky · 12 years ago
  66. 58c45c5 CIFS: Move protocol specific session setup/logoff code to ops struct by Pavel Shilovsky · 12 years ago
  67. 286170a CIFS: Move protocol specific negotiate code to ops struct by Pavel Shilovsky · 12 years ago
  68. a891f0f CIFS: Extend credit mechanism to process request type by Pavel Shilovsky · 12 years ago
  69. 316cf94 CIFS: Move trans2 processing to ops struct by Pavel Shilovsky · 12 years ago
  70. 8825736 CIFS: Move get_next_mid to ops struct by Pavel Shilovsky · 12 years ago
  71. 2c0c2a0 cifs: fix oops while traversing open file list (try #4) by Shirish Pargaonkar · 12 years ago
  72. 1080ef7 CIFS: Introduce SMB2 mounts as vers=2.1 by Steve French · 13 years ago
  73. 4527578 CIFS: Move add/set_credits and get_credits_field to ops structure by Pavel Shilovsky · 12 years ago
  74. 8aa26f3 CIFS: Move protocol specific demultiplex thread calls to ops struct by Pavel Shilovsky · 12 years ago
  75. eb37871 CIFS: Move protocol specific part from cifs_readv_receive to ops struct by Pavel Shilovsky · 12 years ago
  76. 1887f60 CIFS: Move header_size/max_header_size to ops structure by Pavel Shilovsky · 12 years ago
  77. 082d064 CIFS: Move protocol specific part from SendReceive2 to ops struct by Pavel Shilovsky · 12 years ago
  78. 55157df CIFS: Separate protocol specific part from getlk by Pavel Shilovsky · 12 years ago
  79. 106dc53 CIFS: Separate protocol specific lock type handling by Pavel Shilovsky · 12 years ago
  80. 04a6aa8 CIFS: Convert lock type to 32 bit variable by Pavel Shilovsky · 12 years ago
  81. fbd35ac CIFS: Move locks to cifsFileInfo structure by Pavel Shilovsky · 12 years ago
  82. 121b046 cifs: convert send_nt_cancel into a version specific op by Jeff Layton · 12 years ago
  83. 23db65f cifs: add a smb_version_operations/values structures and a smb_version enum by Jeff Layton · 12 years ago
  84. 5e500ed cifs: remove legacy MultiuserMount option by Jeff Layton · 12 years ago
  85. 597b027 cifs: call cifs_update_eof with i_lock held by Jeff Layton · 12 years ago
  86. 35ebb41 cifs: make cifsFileInfo_get return the cifsFileInfo pointer by Jeff Layton · 12 years ago
  87. da472fc cifs: add new cifsiod_wq workqueue by Jeff Layton · 12 years ago
  88. 7c9421e CIFS: Change mid_q_entry structure fields by Pavel Shilovsky · 12 years ago
  89. 243d04b CIFS: Expand CurrentMid field by Pavel Shilovsky · 12 years ago
  90. 5ffef7b CIFS: Separate protocol-specific code from cifs_readv_receive code by Pavel Shilovsky · 12 years ago
  91. d4e4854 CIFS: Separate protocol-specific code from demultiplex code by Pavel Shilovsky · 12 years ago
  92. 792af7b CIFS: Separate protocol-specific code from transport routines by Pavel Shilovsky · 12 years ago
  93. 6dae51a CIFS: Delete echo_retries module parm by Pavel Shilovsky · 12 years ago
  94. bc205ed CIFS: Prepare credits code for a slot reservation by Pavel Shilovsky · 12 years ago
  95. 2d86dbc CIFS: Introduce credit-based flow control by Pavel Shilovsky · 12 years ago
  96. fc40f9c CIFS: Simplify inFlight logic by Pavel Shilovsky · 12 years ago
  97. 10b9b98 CIFS: Respect negotiated MaxMpxCount by Pavel Shilovsky · 12 years ago
  98. 88a4412 [CIFS] Fix build break with multiuser patch when LANMAN disabled by Steve French · 12 years ago
  99. 5206efd cifs: propagate umode_t by Al Viro · 13 years ago
  100. 85160e0 CIFS: Implement caching mechanism for mandatory brlocks by Pavel Shilovsky · 13 years ago