1. 1ee4f2d CIFS: keep FileInfo handle live during oplock break by Aurelien Aptel · 5 years ago
  2. 1cc5afa cifs: fallback to older infolevels on findfirst queryinfo retry by Steve French · 6 years ago
  3. 8b8b351 fix incorrect error code mapping for OBJECTID_NOT_FOUND by Steve French · 6 years ago
  4. 9d5a48f cifs: Fix NULL pointer dereference of devname by Yao Liu · 6 years ago
  5. d617c20 cifs: use correct format characters by Louis Taylor · 6 years ago
  6. 56300d3 CIFS: fix POSIX lock leak and invalid ptr deref by Aurelien Aptel · 6 years ago
  7. 776f01e CIFS: Fix read after write for files with read caching by Pavel Shilovsky · 6 years ago
  8. f8a0d9cc CIFS: Do not reset lease state to NONE on lease break by Pavel Shilovsky · 6 years ago
  9. 2b0ac76 cifs: fix computation for MAX_SMB2_HDR_SIZE by Ronnie Sahlberg · 6 years ago
  10. 04d7680 cifs: Limit memory used by lock request calls to a page by Ross Lagerwall · 6 years ago
  11. 8000014 Revert "cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)" by Greg Kroah-Hartman · 6 years ago
  12. 5c61a60 cifs: check ntwrk_buf_start for NULL before dereferencing it by Ronnie Sahlberg · 6 years ago
  13. fb713a1 cifs: Always resolve hostname before reconnecting by Paulo Alcantara · 6 years ago
  14. 9033b4f CIFS: Do not count -ENODATA as failure for query directory by Pavel Shilovsky · 6 years ago
  15. eb2fe47 CIFS: Fix possible hang during async MTU reads and writes by Pavel Shilovsky · 6 years ago
  16. baf6b19 cifs: Fix potential OOB access of lock element array by Ross Lagerwall · 6 years ago
  17. cf5ff10 CIFS: Do not hide EINTR after sending network packets by Pavel Shilovsky · 6 years ago
  18. 40738b6 CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problem by Georgy A Bystrenin · 6 years ago
  19. 4cd3766 cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs) by Steve French · 6 years ago
  20. fcfc763 cifs: Fix separator when building path from dentry by Paulo Alcantara · 6 years ago
  21. f89c9ff cifs: don't dereference smb_file_target before null check by Colin Ian King · 6 years ago
  22. 8ad964c smb3: on kerberos mount if server doesn't specify auth type use krb5 by Steve French · 6 years ago
  23. 883f979 smb3: do not attempt cifs operation in smb3 query info error path by Steve French · 6 years ago
  24. 69922f7 smb3: allow stats which track session and share reconnects to be reset by Steve French · 6 years ago
  25. a2b9a0d cifs: Use ULL suffix for 64-bit constant by Geert Uytterhoeven · 6 years ago
  26. 5753991 smb2: fix missing files in root share directory listing by Aurelien Aptel · 6 years ago
  27. 3466db7 cifs: read overflow in is_valid_oplock_break() by Dan Carpenter · 6 years ago
  28. 7a0ee61 fs/cifs: suppress a string overflow warning by Stephen Rothwell · 6 years ago
  29. 34acac4 fs/cifs: don't translate SFM_SLASH (U+F026) to backslash by Jon Kuhn · 6 years ago
  30. fe6198c CIFS: fix wrapping bugs in num_entries() by Dan Carpenter · 6 years ago
  31. ca453b2 cifs: prevent integer overflow in nxt_dir_entry() by Dan Carpenter · 6 years ago
  32. 7aed5a5 SMB3: Number of requests sent should be displayed for SMB3 not just CIFS by Steve French · 6 years ago
  33. 0da6c7d smb3: fix reset of bytes read and written stats by Steve French · 6 years ago
  34. f440ea4 cifs: check if SMB2 PDU size has been padded and suppress the warning by Ronnie Sahlberg · 6 years ago
  35. 893b282 smb3: don't request leases in symlink creation and query by Steve French · 6 years ago
  36. 707b0d2 smb3: Do not send SMB3 SET_INFO if nothing changed by Steve French · 6 years ago
  37. a94703f smb3: enumerating snapshots was leaving part of the data off end by Steve French · 6 years ago
  38. c773c4f cifs: check kmalloc before use by Nicholas Mc Guire · 6 years ago
  39. fbd314e cifs: add missing debug entries for kconfig options by Steve French · 6 years ago
  40. 2c4f6b7 cifs: Fix infinite loop when using hard mount option by Paulo Alcantara · 6 years ago
  41. a6c9a62 smb3: on reconnect set PreviousSessionId field by Steve French · 6 years ago
  42. 4bf53b5 cifs: silence compiler warnings showing up with gcc-8.0.0 by Arnd Bergmann · 7 years ago
  43. 193038d cifs: do not allow creating sockets except with SMB1 posix exensions by Steve French · 6 years ago
  44. c4bc658 smb3: Fix root directory when server returns inode number of zero by Steve French · 6 years ago
  45. cfea563 SMB2: Fix share type handling by Christophe JAILLET · 7 years ago
  46. 6ed24ef CIFS: silence lockdep splat in cifs_relock_file() by Rabin Vincent · 7 years ago
  47. 31da33d cifs: small underflow in cnvrtDosUnixTm() by Dan Carpenter · 7 years ago
  48. df09b6f CIFS: Enable encryption during session setup phase by Pavel Shilovsky · 8 years ago
  49. fca16f9 SMB3: Validate negotiate request must always be signed by Steve French · 7 years ago
  50. 7e68916 CIFS: zero sensitive data when freeing by Aurelien Aptel · 7 years ago
  51. f59eda1 cifs: Fix autonegotiate security settings mismatch by Daniel N Pettersson · 7 years ago
  52. ee6858f cifs: Fix missing put_xid in cifs_file_strict_mmap by Matthew Wilcox · 7 years ago
  53. 5e8b028 cifs: check MaxPathNameComponentLength != 0 before using it by Ronnie Sahlberg · 7 years ago
  54. 92d7d3e CIFS: Reconnect expired SMB sessions by Pavel Shilovsky · 7 years ago
  55. 18a89a1 SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags by Steve French · 7 years ago
  56. 0e1b85a SMB: Validate negotiate (to protect against downgrade) even if signing off by Steve French · 7 years ago
  57. df1be20 SMB3: Warn user if trying to sign connection that authenticated as guest by Steve French · 7 years ago
  58. f2d395b Fix SMB3.1.1 guest authentication to Samba by Steve French · 7 years ago
  59. b6a77c7 cifs: release auth_key.response for reconnect. by Shu Wang · 7 years ago
  60. 9a7bc3f cifs: release cifs root_cred after exit_cifs by Shu Wang · 7 years ago
  61. e2ae90b CIFS: remove endian related sparse warning by Steve French · 7 years ago
  62. c5e7665 CIFS: Fix maximum SMB2 header size by Pavel Shilovsky · 7 years ago
  63. 5ed70f7 cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup() by Ronnie Sahlberg · 7 years ago
  64. 8b05329 cifs: Fix df output for users with quota limits by Sachin Prabhu · 7 years ago
  65. fb6dc83 CIFS: Improve readdir verbosity by Pavel Shilovsky · 7 years ago
  66. 1c5d8b3 CIFS: add misssing SFM mapping for doublequote by Björn Jacke · 7 years ago
  67. 6f3b2ee cifs: fix CIFS_IOC_GET_MNT_INFO oops by David Disseldorp · 7 years ago
  68. f13d96b CIFS: fix oplock break deadlocks by Rabin Vincent · 7 years ago
  69. 4113466 cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops by David Disseldorp · 7 years ago
  70. 449a744 cifs: fix leak in FSCTL_ENUM_SNAPS response handling by David Disseldorp · 7 years ago
  71. 87c0604 CIFS: fix mapping of SFM_SPACE and SFM_PERIOD by Björn Jacke · 7 years ago
  72. 8dd4e3f SMB3: Work around mount failure when using SMB3 dialect to Macs by Steve French · 7 years ago
  73. 2ac2ad9 Set unicode flag on cifs echo request to avoid Mac error by Steve French · 7 years ago
  74. 4f5e1c4 Fix match_prepath() by Sachin Prabhu · 7 years ago
  75. d8fd99d Handle mismatched open calls by Sachin Prabhu · 8 years ago
  76. f79ef57 CIFS: remove bad_network_name flag by Germano Percossi · 7 years ago
  77. 0b7c970 cifs: Do not send echoes before Negotiate is complete by Sachin Prabhu · 7 years ago
  78. 730fecb CIFS: store results of cifs_reopen_file to avoid infinite wait by Germano Percossi · 7 years ago
  79. 3d8d2f2 CIFS: reconnect thread reschedule itself by Germano Percossi · 7 years ago
  80. 8446cb1 Reset TreeId to zero on SMB2 TREE_CONNECT by Jan-Marek Glogowski · 8 years ago
  81. d3381fa fs: Better permission checking for submounts by Eric W. Biederman · 8 years ago
  82. c06d74d CIFS: Fix splice read for non-cached files by Pavel Shilovsky · 8 years ago
  83. 9e25599 cifs: initialize file_info_lock by Rabin Vincent · 8 years ago
  84. c954acc CIFS: Fix a possible memory corruption in push locks by Pavel Shilovsky · 8 years ago
  85. 9f9d982 CIFS: Decrease verbosity of ioctl call by Pavel Shilovsky · 8 years ago
  86. 46890ff CIFS: Fix a possible double locking of mutex during reconnect by Pavel Shilovsky · 8 years ago
  87. 69d13b6 CIFS: Fix missing nls unload in smb2_reconnect() by Pavel Shilovsky · 8 years ago
  88. 48f9526 CIFS: Fix a possible memory corruption during reconnect by Pavel Shilovsky · 8 years ago
  89. 7aa58e7 cifs: Fix smbencrypt() to stop pointing a scatterlist at the stack by Andy Lutomirski · 8 years ago
  90. ae9ebe7 CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix() by Eryu Guan · 8 years ago
  91. b8c6001 Call echo service immediately after socket reconnect by Sachin Prabhu · 8 years ago
  92. 5f4b556 CIFS: Fix BUG() in calc_seckey() by Sachin Prabhu · 8 years ago
  93. 3514de3 CIFS: Retrieve uid and gid from special sid if enabled by Steve French · 8 years ago
  94. 9593265 CIFS: Add new mount option to set owner uid and gid from special sids in acl by Steve French · 8 years ago
  95. de74025 CIFS: Reset read oplock to NONE if we have mandatory locks after reopen by Pavel Shilovsky · 8 years ago
  96. f2cca6a CIFS: Fix persistent handles re-opening on reconnect by Pavel Shilovsky · 8 years ago
  97. 166cea4 SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setup by Sachin Prabhu · 8 years ago
  98. 3baf1a7 SMB2: Separate Kerberos authentication from SMB2_sess_setup by Sachin Prabhu · 8 years ago
  99. cb978ac Expose cifs module parameters in sysfs by Germano Percossi · 8 years ago
  100. 24df148 Cleanup missing frees on some ioctls by Steve French · 8 years ago