1. 9cbc0b7 CIFS: Reconnect durable handles for SMB2 by Pavel Shilovsky · 11 years ago
  2. 226730b CIFS: Introduce cifs_open_parms struct by Pavel Shilovsky · 11 years ago
  3. 5028588 cifs: fix SMB2 signing enablement in cifs_enable_signing by Jeff Layton · 11 years ago
  4. e65a5cb [CIFS] Fix build warning by Steve French · 11 years ago
  5. 429b46f [CIFS] SMB3 Signing enablement by Steve French · 11 years ago
  6. 769ee6a Add ability to dipslay SMB3 share flags and capabilities for debugging by Steve French · 11 years ago
  7. 20b6d8b Add SMB3.02 dialect support by Steve French · 11 years ago
  8. 896a8fc cifs: update the default global_secflags to include "raw" NTLMv2 by Jeff Layton · 11 years ago
  9. 3f61822 move sectype to the cifs_ses instead of TCP_Server_Info by Jeff Layton · 11 years ago
  10. 38d77c5 cifs: track the enablement of signing in the TCP_Server_Info by Jeff Layton · 11 years ago
  11. 1e3cc57 add new fields to smb_vol to track the requested security flavor by Jeff Layton · 11 years ago
  12. 28e11bd cifs: add new fields to cifs_ses to track requested security flavor by Jeff Layton · 11 years ago
  13. e598d1d8 cifs: track the flavor of the NEGOTIATE reponse by Jeff Layton · 11 years ago
  14. 515d82f cifs: add new "Unspecified" securityEnum value by Jeff Layton · 11 years ago
  15. 281e2e7 cifs: remove the cifs_ses->flags field by Jeff Layton · 11 years ago
  16. 6f70949 cifs: remove protocolEnum definition by Jeff Layton · 11 years ago
  17. a0b3df5 cifs: add a "nosharesock" mount option to force new sockets to server to be created by Jeff Layton · 11 years ago
  18. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  19. 64ed39d cifs: Convert struct cifs_ses to use a kuid_t and a kgid_t by Eric W. Biederman · 11 years ago
  20. 3da4656 cifs: Modify struct smb_vol to use kuids and kgids by Eric W. Biederman · 11 years ago
  21. fef59fd cifs: Convert struct cifsFileInfo to use a kuid by Eric W. Biederman · 11 years ago
  22. 4a2c8cf cifs: Convert struct cifs_fattr to use kuid and kgids by Eric W. Biederman · 11 years ago
  23. 6d4a083 cifs: Convert struct tcon_link to use a kuid. by Eric W. Biederman · 11 years ago
  24. 63b7d3a CIFS: Don't let read only caching for mandatory byte-range locked files by Pavel Shilovsky · 12 years ago
  25. ca8aa29 Revert "CIFS: Fix write after setting a read lock for read oplock files" by Pavel Shilovsky · 12 years ago
  26. c299dd0 CIFS: Fix write after setting a read lock for read oplock files by Pavel Shilovsky · 12 years ago
  27. 38107d4 Do not send SMB2 signatures for SMB3 frames by Steve French · 12 years ago
  28. 1cc9bd6 make convert_delimiter use strchr instead of open-coding it by Steve French · 12 years ago
  29. b979aaa cifs: get rid of smb_vol->UNCip and smb_vol->port by Jeff Layton · 12 years ago
  30. dd446b1 Add SMB2.02 dialect support by Steve French · 12 years ago
  31. 6d3ea7e CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2 by Steve French · 12 years ago
  32. 81bcd8b default authentication needs to be at least ntlmv2 security for cifs mounts by Steve French · 12 years ago
  33. e4aa25e [CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=) by Steve French · 12 years ago
  34. 760ad0c CIFS: Make ops->close return void by Pavel Shilovsky · 12 years ago
  35. 233839b CIFS: Fix fast lease break after open problem by Pavel Shilovsky · 12 years ago
  36. b8c32db CIFS: Request SMB2.1 leases by Pavel Shilovsky · 12 years ago
  37. 1b4b55a CIFS: Turn lock mutex into rw semaphore by Pavel Shilovsky · 12 years ago
  38. d39a4f7 CIFS: Move brlock code to ops struct by Pavel Shilovsky · 12 years ago
  39. f45d341 CIFS: Remove spinlock dependence in brlock processing by Pavel Shilovsky · 12 years ago
  40. 1c0bd60 CIFS: Add NTLMSSP sec type to defaults by Pavel Shilovsky · 12 years ago
  41. 71953fc cifs: remove kmap lock and rsize limit by Jeff Layton · 12 years ago
  42. 5819575 cifs: replace kvec array in readdata with a single kvec by Jeff Layton · 12 years ago
  43. 8321fec cifs: convert async read code to use pages array without kmapping by Jeff Layton · 12 years ago
  44. c5fab6f cifs: turn the pages list in cifs_readdata into an array by Jeff Layton · 12 years ago
  45. f4e49cd cifs: allocate kvec array for cifs_readdata as a separate allocation by Jeff Layton · 12 years ago
  46. eddb079 cifs: convert async write code to pass in data via rq_pages array by Jeff Layton · 12 years ago
  47. fec344e cifs: change cifs_call_async to use smb_rqst structs by Jeff Layton · 12 years ago
  48. bf5ea0e cifs: change signing routines to deal with smb_rqst structs by Jeff Layton · 12 years ago
  49. 76ec5e3 CIFS: Move statfs to ops struct by Pavel Shilovsky · 12 years ago
  50. 95a3f2f CIFS: Move oplock break to ops struct by Pavel Shilovsky · 12 years ago
  51. 2e44b28 CIFS: Process oplocks for SMB2 by Pavel Shilovsky · 12 years ago
  52. 92fc65a CIFS: Move readdir code to ops struct by Pavel Shilovsky · 12 years ago
  53. 6bdf6db CIFS: Move set_file_info to ops struct by Pavel Shilovsky · 12 years ago
  54. d143341 CIFS: Move set_file_size to ops struct by Pavel Shilovsky · 12 years ago
  55. d6e906f CIFS: Move hardlink to ops struct by Steve French · 12 years ago
  56. 8ceb984 CIFS: Move rename to ops struct by Pavel Shilovsky · 12 years ago
  57. 3c1bf7e CIFS: Enable signing in SMB2 by Pavel Shilovsky · 12 years ago
  58. ba9ad725 CIFS: Move writepage to ops struct by Pavel Shilovsky · 12 years ago
  59. f9c6e23 CIFS: Move readpage code to ops struct by Pavel Shilovsky · 12 years ago
  60. 3331914 CIFS: Add SMB2 support for cifs_iovec_write by Pavel Shilovsky · 12 years ago
  61. c9de5c8 CIFS: Move async write to ops struct by Pavel Shilovsky · 12 years ago
  62. 09a4707 CIFS: Add SMB2 support for cifs_iovec_read by Pavel Shilovsky · 12 years ago
  63. fc9c596 CIFS: Move async read to ops struct by Pavel Shilovsky · 12 years ago
  64. 24985c5 CIFS: Move r/wsize negotiating to ops struct by Pavel Shilovsky · 12 years ago
  65. 1d8c4c0 CIFS: Make flush code use ops struct by Pavel Shilovsky · 12 years ago
  66. 4ad6504 CIFS: Move guery file info code to ops struct by Pavel Shilovsky · 12 years ago
  67. f0df737 CIFS: Add open/close file support for SMB2 by Pavel Shilovsky · 12 years ago
  68. 0ff78a2 CIFS: Move close code to ops struct by Pavel Shilovsky · 12 years ago
  69. fb1214e CIFS: Move open code to ops struct by Pavel Shilovsky · 12 years ago
  70. 4b4de76 CIFS: Replace netfid with cifs_fid struct in cifsFileInfo by Pavel Shilovsky · 12 years ago
  71. ed6875e CIFS: Move unlink code to ops struct by Pavel Shilovsky · 12 years ago
  72. f958ca5 CIFS: Move rmdir code to ops struct by Pavel Shilovsky · 12 years ago
  73. f436720 CIFS: Separate protocol specific part from mkdir by Pavel Shilovsky · 12 years ago
  74. 764a1b1 cifs: ensure that we always do cifsFileInfo_get under the spinlock by Jeff Layton · 12 years ago
  75. 29e20f9 CIFS: Make CAP_* checks protocol independent by Pavel Shilovsky · 12 years ago
  76. d60622e CIFS: Allow SMB2 statistics to be tracked by Pavel Shilovsky · 12 years ago
  77. 44c5818 CIFS: Move clear/print_stats code to ops struct by Pavel Shilovsky · 12 years ago
  78. 9094fad CIFS: Add echo request support for SMB2 by Pavel Shilovsky · 12 years ago
  79. f6d7617 CIFS: Move echo code to osp struct by Pavel Shilovsky · 12 years ago
  80. 4574084 CIFS: Setup async request in ops struct by Pavel Shilovsky · 12 years ago
  81. 9224dfc CIFS: Move building path to root to ops struct by Pavel Shilovsky · 12 years ago
  82. 1208ef1 CIFS: Move query inode info code to ops struct by Pavel Shilovsky · 12 years ago
  83. 68889f2 CIFS: Move is_path_accessible to ops struct by Pavel Shilovsky · 12 years ago
  84. af4281d CIFS: Move informational tcon calls to ops struct by Pavel Shilovsky · 12 years ago
  85. b669f33 CIFS: Move getting dfs referalls to ops struct by Pavel Shilovsky · 12 years ago
  86. faaf946 CIFS: Add tree connect/disconnect capability for SMB2 by Pavel Shilovsky · 13 years ago
  87. 5478f9b CIFS: Add session setup/logoff capability for SMB2 by Pavel Shilovsky · 13 years ago
  88. ec2e452 CIFS: Add capability to send SMB2 negotiate message by Pavel Shilovsky · 13 years ago
  89. 28ea529 CIFS: Add SMB2 credits support by Pavel Shilovsky · 12 years ago
  90. 2dc7e1c CIFS: Make transport routines work with SMB2 by Pavel Shilovsky · 13 years ago
  91. 2e6e02a CIFS: Move protocol specific tcon/tdis code to ops struct by Pavel Shilovsky · 12 years ago
  92. 58c45c5 CIFS: Move protocol specific session setup/logoff code to ops struct by Pavel Shilovsky · 12 years ago
  93. 286170a CIFS: Move protocol specific negotiate code to ops struct by Pavel Shilovsky · 12 years ago
  94. a891f0f CIFS: Extend credit mechanism to process request type by Pavel Shilovsky · 12 years ago
  95. 316cf94 CIFS: Move trans2 processing to ops struct by Pavel Shilovsky · 12 years ago
  96. 8825736 CIFS: Move get_next_mid to ops struct by Pavel Shilovsky · 12 years ago
  97. 2c0c2a0 cifs: fix oops while traversing open file list (try #4) by Shirish Pargaonkar · 12 years ago
  98. 1080ef7 CIFS: Introduce SMB2 mounts as vers=2.1 by Steve French · 13 years ago
  99. 4527578 CIFS: Move add/set_credits and get_credits_field to ops structure by Pavel Shilovsky · 12 years ago
  100. 8aa26f3 CIFS: Move protocol specific demultiplex thread calls to ops struct by Pavel Shilovsky · 12 years ago