1. fa25e11 cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs by Dave Wysochanski · 4 years, 7 months ago
  2. 1ee4f2d CIFS: keep FileInfo handle live during oplock break by Aurelien Aptel · 5 years ago
  3. c4bc658 smb3: Fix root directory when server returns inode number of zero by Steve French · 6 years ago
  4. 92d7d3e CIFS: Reconnect expired SMB sessions by Pavel Shilovsky · 7 years ago
  5. f13d96b CIFS: fix oplock break deadlocks by Rabin Vincent · 7 years ago
  6. d8fd99d Handle mismatched open calls by Sachin Prabhu · 7 years ago
  7. f79ef57 CIFS: remove bad_network_name flag by Germano Percossi · 7 years ago
  8. 46890ff CIFS: Fix a possible double locking of mutex during reconnect by Pavel Shilovsky · 7 years ago
  9. 48f9526 CIFS: Fix a possible memory corruption during reconnect by Pavel Shilovsky · 8 years ago
  10. 9593265 CIFS: Add new mount option to set owner uid and gid from special sids in acl by Steve French · 8 years ago
  11. f2cca6a CIFS: Fix persistent handles re-opening on reconnect by Pavel Shilovsky · 8 years ago
  12. 834170c Enable previous version support by Steve French · 8 years ago
  13. 141891f SMB3: Add mount parameter to allow user to override max credits by Steve French · 8 years ago
  14. 3afca26 Clarify locking of cifs file and tcon structures and make more granular by Steve French · 8 years ago
  15. 3d22462 cifs: stuff the fl_owner into "pid" field in the lock request by Jeff Layton · 8 years ago
  16. 442c9ac Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  17. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  18. 09aab88 cifs: no need to wank with copying and advancing iovec on recvmsg side either by Al Viro · 8 years ago
  19. 1404297 lib: update single-char callers of strtobool() by Kees Cook · 8 years ago
  20. 373512e Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this. by Steve French · 8 years ago
  21. adfeb3e cifs: Make echo interval tunable by Steve French · 8 years ago
  22. 592fafe Add resilienthandles mount parm by Steve French · 9 years ago
  23. b56eae4 [SMB3] Send durable handle v2 contexts when use of persistent handles required by Steve French · 9 years ago
  24. b618f00 [SMB3] Enable checking for continuous availability and persistent handle support by Steve French · 9 years ago
  25. b2a3077 [SMB3] Add parsing for new mount option controlling persistent handles by Steve French · 9 years ago
  26. b3152e2 Add ioctl to set integrity by Steve French · 9 years ago
  27. 02b1666 Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTS by Steve French · 9 years ago
  28. aab1893 Add SMB3.11 mount option synonym for new dialect by Steve French · 9 years ago
  29. 5f7fbf7 Allow parsing vers=3.11 on cifs mount by Steve French · 9 years ago
  30. 9235d09 Convert MessageID in smb2_hdr to LE by Sachin Prabhu · 9 years ago
  31. 7119e22 cifs: get rid of ->f_path.dentry->d_sb uses, add a new helper by Al Viro · 10 years ago
  32. 2baa268 Remap reserved posix characters by default (part 3/3) by Steve French · 10 years ago
  33. db8b631 Allow mknod and mkfifo on SMB2/SMB3 mounts by Steve French · 10 years ago
  34. 1bbe499 CIFS: Fix wrong filename length for SMB2 by Pavel Shilovsky · 10 years ago
  35. 31742c5 enable fallocate punch hole ("fallocate -p") for SMB3 by Steve French · 10 years ago
  36. 5275580 CIFS: Fix SMB2 readdir error handling by Pavel Shilovsky · 10 years ago
  37. 3d1a374 Add sparse file support to SMB2/SMB3 mounts by Steve French · 10 years ago
  38. 34a54d6 CIFS: Use separate var for the number of bytes got in async read by Pavel Shilovsky · 10 years ago
  39. bed9da0 CIFS: Use multicredits for SMB 2.1/3 reads by Pavel Shilovsky · 10 years ago
  40. cb7e9ea CIFS: Use multicredits for SMB 2.1/3 writes by Pavel Shilovsky · 10 years ago
  41. 7f6c500 CIFS: Fix cifs_writev_requeue when wsize changes by Pavel Shilovsky · 10 years ago
  42. 39552ea cifs: Set client guid on per connection basis by Sachin Prabhu · 10 years ago
  43. 4f73c7d cifs: fix potential races in cifs_revalidate_mapping by Jeff Layton · 10 years ago
  44. aff8d5c cifs: convert booleans in cifsInodeInfo to a flags field by Jeff Layton · 10 years ago
  45. c11f1df cifs: Wait for writebacks to complete before attempting write. by Sachin Prabhu · 10 years ago
  46. dca1c8d cifs: mask off top byte in get_rfc1002_length() by Jeff Layton · 10 years ago
  47. 42eacf9 [CIFS] Fix cifsacl mounts over smb2 to not call cifs by Steve French · 10 years ago
  48. 4a5c80d [CIFS] clean up page array when uncached write send fails by Steve French · 10 years ago
  49. 26c8f0d cifs: use a flexarray in cifs_writedata by Jeff Layton · 10 years ago
  50. 83e3bc2 retrieving CIFS ACLs when mounted with SMB2 fails dropping session by Steve French · 10 years ago
  51. 666753c [CIFS] Fix SMB2 mounts so they don't try to set or get xattrs via cifs by Steve French · 10 years ago
  52. cbb0aba cifs: Add create MFSymlinks to protocol ops struct by Sachin Prabhu · 10 years ago
  53. b5be1a1 cifs: Rename and cleanup open_query_close_cifs_symlink() by Sachin Prabhu · 10 years ago
  54. ff1c038 Check SMB3 dialects against downgrade attacks by Steve French · 10 years ago
  55. de9f68d [CIFS] Set copychunk defaults by Steve French · 10 years ago
  56. 41c1358 CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1 by Steve French · 10 years ago
  57. eb85d94b CIFS: Fix symbolic links usage by Pavel Shilovsky · 11 years ago
  58. af6a12e Query File System Alignment by Steven French · 11 years ago
  59. 3d378d3 cifs: Make big endian multiplex ID sequences monotonic on the wire by Tim Gardner · 11 years ago
  60. 64a5cfa Allow setting per-file compression via SMB2/3 by Steve French · 11 years ago
  61. 74d290d [CIFS] Provide sane values for nlink by Jim McDonough · 11 years ago
  62. 9ae6cf6 cifs: stop trying to use virtual circuits by Jeff Layton · 11 years ago
  63. 42873b0 CIFS: Respect epoch value from create lease context v2 by Pavel Shilovsky · 11 years ago
  64. b5c7cde CIFS: Move parsing lease buffer to ops struct by Pavel Shilovsky · 11 years ago
  65. a41a28b CIFS: Move creating lease buffer to ops struct by Pavel Shilovsky · 11 years ago
  66. 53ef101 CIFS: Store lease state itself rather than a mapped oplock value by Pavel Shilovsky · 11 years ago
  67. 18cceb6 CIFS: Replace clientCanCache* bools with an integer by Pavel Shilovsky · 11 years ago
  68. 32811d2 cifs: Start using per session key for smb2/3 for signature generation by Shirish Pargaonkar · 11 years ago
  69. 5c234aa cifs: Add a variable specific to NTLMSSP for key exchange. by Shirish Pargaonkar · 11 years ago
  70. cdf1246 cifs: Move and expand MAX_SERVER_SIZE definition by Scott Lovenberg · 11 years ago
  71. 8c3a2b4 cifs: Move string length definitions to uapi by Scott Lovenberg · 11 years ago
  72. b42bf88 CIFS: Implement follow_link for SMB2 by Pavel Shilovsky · 11 years ago
  73. 1b24408 Do not attempt to do cifs operations reading symlinks with SMB2 by Steve French · 11 years ago
  74. 057d633 cifs: extend the buffer length enought for sprintf() using by Chen Gang · 11 years ago
  75. 9cbc0b7 CIFS: Reconnect durable handles for SMB2 by Pavel Shilovsky · 11 years ago
  76. 226730b CIFS: Introduce cifs_open_parms struct by Pavel Shilovsky · 11 years ago
  77. 5028588 cifs: fix SMB2 signing enablement in cifs_enable_signing by Jeff Layton · 11 years ago
  78. e65a5cb [CIFS] Fix build warning by Steve French · 11 years ago
  79. 429b46f [CIFS] SMB3 Signing enablement by Steve French · 11 years ago
  80. 769ee6a Add ability to dipslay SMB3 share flags and capabilities for debugging by Steve French · 11 years ago
  81. 20b6d8b Add SMB3.02 dialect support by Steve French · 11 years ago
  82. 896a8fc cifs: update the default global_secflags to include "raw" NTLMv2 by Jeff Layton · 11 years ago
  83. 3f61822 move sectype to the cifs_ses instead of TCP_Server_Info by Jeff Layton · 11 years ago
  84. 38d77c5 cifs: track the enablement of signing in the TCP_Server_Info by Jeff Layton · 11 years ago
  85. 1e3cc57 add new fields to smb_vol to track the requested security flavor by Jeff Layton · 11 years ago
  86. 28e11bd cifs: add new fields to cifs_ses to track requested security flavor by Jeff Layton · 11 years ago
  87. e598d1d8 cifs: track the flavor of the NEGOTIATE reponse by Jeff Layton · 11 years ago
  88. 515d82f cifs: add new "Unspecified" securityEnum value by Jeff Layton · 11 years ago
  89. 281e2e7 cifs: remove the cifs_ses->flags field by Jeff Layton · 11 years ago
  90. 6f70949 cifs: remove protocolEnum definition by Jeff Layton · 11 years ago
  91. a0b3df5 cifs: add a "nosharesock" mount option to force new sockets to server to be created by Jeff Layton · 11 years ago
  92. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  93. 64ed39d cifs: Convert struct cifs_ses to use a kuid_t and a kgid_t by Eric W. Biederman · 11 years ago
  94. 3da4656 cifs: Modify struct smb_vol to use kuids and kgids by Eric W. Biederman · 11 years ago
  95. fef59fd cifs: Convert struct cifsFileInfo to use a kuid by Eric W. Biederman · 11 years ago
  96. 4a2c8cf cifs: Convert struct cifs_fattr to use kuid and kgids by Eric W. Biederman · 11 years ago
  97. 6d4a083 cifs: Convert struct tcon_link to use a kuid. by Eric W. Biederman · 11 years ago
  98. 63b7d3a CIFS: Don't let read only caching for mandatory byte-range locked files by Pavel Shilovsky · 11 years ago
  99. ca8aa29 Revert "CIFS: Fix write after setting a read lock for read oplock files" by Pavel Shilovsky · 11 years ago
  100. c299dd0 CIFS: Fix write after setting a read lock for read oplock files by Pavel Shilovsky · 11 years ago