1. 8d33096 smb3: send CAP_DFS capability during session setup by Steve French · 5 years ago
  2. e99c63e SMB3: Fix deadlock in validate negotiate hits reconnect by Pavel Shilovsky · 5 years ago
  3. 89a5bfa smb3: optimize open to not send query file internal info by Steve French · 5 years ago
  4. ff2a09e SMB3: query inode number on open via create context by Steve French · 5 years ago
  5. 96d3cca smb3: Send netname context during negotiate protocol by Steve French · 6 years ago
  6. 9fe5ff1 smb3: do not send compression info by default by Steve French · 6 years ago
  7. 9ac63ec SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthms by Steve French · 6 years ago
  8. d81f097 cifs: Use kmemdup in SMB2_ioctl_init() by YueHaibing · 6 years ago
  9. 0ff2b01 cifs: fix panic in smb2_reconnect by Ronnie Sahlberg · 6 years ago
  10. 6457c20 fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_free by Murphy Zhou · 6 years ago
  11. 2107820 cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl case by Colin Ian King · 6 years ago
  12. 2c87d6a cifs: Allocate memory for all iovs in smb2_ioctl by Long Li · 6 years ago
  13. 26ea888 Negotiate and save preferred compression algorithms by Steve French · 6 years ago
  14. 392e1c5 cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP by Ronnie Sahlberg · 6 years ago
  15. 2f3ebab cifs: add fiemap support by Ronnie Sahlberg · 6 years ago
  16. d7bef4c SMB3: Add defines for new negotiate contexts by Steve French · 6 years ago
  17. b797209 cifs: smbd: Retry on memory registration failure by Long Li · 6 years ago
  18. 05fd5c2 cifs: fix memory leak in SMB2_read by Ronnie Sahlberg · 6 years ago
  19. b57a55e cifs: Fix lease buffer length error by ZhangXiaoxu · 6 years ago
  20. 088aaf1 cifs: Fix use-after-free in SMB2_read by ZhangXiaoxu · 6 years ago
  21. 6a3eb33 cifs: Fix use-after-free in SMB2_write by ZhangXiaoxu · 6 years ago
  22. ca567eb SMB3: Allow persistent handle timeout to be configurable on mount by Steve French · 6 years ago
  23. 153322f smb3: Fix enumerating snapshots to Azure by Steve French · 6 years ago
  24. 8c11a60 SMB3: Fix SMB3.1.1 guest mounts to Samba by Steve French · 6 years ago
  25. e71ab2a cifs: allow guest mounts to work for smb3.11 by Ronnie Sahlberg · 6 years ago
  26. 72c419d cifs: fix smb3_zero_range so it can expand the file-size when required by Ronnie Sahlberg · 6 years ago
  27. ccdc77a cifs: add SMB2_ioctl_init/free helpers to be used with compounding by Ronnie Sahlberg · 6 years ago
  28. b0f6df7 cifs: cache FILE_ALL_INFO for the shared root handle by Ronnie Sahlberg · 6 years ago
  29. 69dc4b1 smb3: request more credits on normal (non-large read/write) ops by Steve French · 6 years ago
  30. d42043a smb3: add dynamic trace point for query_info_enter/done by Steve French · 6 years ago
  31. efe2e9f smb3: improve dynamic tracing of open and posix mkdir by Steve French · 6 years ago
  32. b0a42f2 smb3: add missing read completion trace point by Steve French · 6 years ago
  33. d323c246 smb3: Add tracepoints for read, write and query_dir enter by Steve French · 6 years ago
  34. adb3b4e smb3: add tracepoints for query dir by Steve French · 6 years ago
  35. 0d48132 smb3: Update POSIX negotiate context with POSIX ctxt GUID by Steve French · 6 years ago
  36. f0b93cb CIFS: Remove custom credit adjustments for SMB2 async IO by Pavel Shilovsky · 6 years ago
  37. 9a1c67e CIFS: Adjust MTU credits before reopening a file by Pavel Shilovsky · 6 years ago
  38. 3349c3a CIFS: Check for reconnects before sending async requests by Pavel Shilovsky · 6 years ago
  39. 34f4deb CIFS: Respect reconnect in non-MTU credits calculations by Pavel Shilovsky · 6 years ago
  40. 335b7b6 CIFS: Respect reconnect in MTU credits calculations by Pavel Shilovsky · 6 years ago
  41. 6b15eb18c CIFS: Always reset read error to -EIO if no response by Pavel Shilovsky · 6 years ago
  42. 969ae8e cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED by Namjae Jeon · 6 years ago
  43. 4fe75c4 smb3: request more credits on tree connect by Steve French · 6 years ago
  44. 74ea5f9 cifs: replace snprintf with scnprintf by Ronnie Sahlberg · 6 years ago
  45. d339adc CIFS: fix use-after-free of the lease keys by Aurelien Aptel · 6 years ago
  46. 082aaa8 CIFS: Do not consider -ENODATA as stat failure for reads by Pavel Shilovsky · 6 years ago
  47. 8e6e72a CIFS: Do not count -ENODATA as failure for query directory by Pavel Shilovsky · 6 years ago
  48. 7d42e72 CIFS: Fix trace command logging for SMB2 reads and writes by Pavel Shilovsky · 6 years ago
  49. 0fd1d37 CIFS: Do not assume one credit for async responses by Pavel Shilovsky · 6 years ago
  50. 73aaf92 cifs: fix memory leak of an allocated cifs_ntsd structure by Colin Ian King · 6 years ago
  51. 15bc77f cifs: move large array from stack to heap by Aurelien Aptel · 6 years ago
  52. b983f7e CIFS: Fix adjustment of credits for MTU requests by Pavel Shilovsky · 6 years ago
  53. d5c7076 smb3: add smb3.1.1 to default dialect list by Steve French · 6 years ago
  54. a3a53b7 cifs: Add support for failover in smb2_reconnect() by Paulo Alcantara · 6 years ago
  55. 29cbfa1 cifs: remove set but not used variable 'server' by YueHaibing · 6 years ago
  56. f9793b6 cifs: change smb2_query_eas to use the compound query-info helper by Ronnie Sahlberg · 6 years ago
  57. dfe33f9 smb3: allow more detailed protocol info on open files for debugging by Steve French · 6 years ago
  58. f8af49d smb3: add trace point for tree connection by Steve French · 6 years ago
  59. 32a1fb3 cifs: allow calling SMB2_xxx_free(NULL) by Ronnie Sahlberg · 6 years ago
  60. fae8044 smb3: show number of current open files in /proc/fs/cifs/Stats by Steve French · 6 years ago
  61. f5b05d6 cifs: add IOCTL for QUERY_INFO passthrough to userspace by Ronnie Sahlberg · 6 years ago
  62. ef2298a fs/cifs: fix uninitialised variable warnings by Garry McNulty · 6 years ago
  63. 179e44d smb3: add tracepoint for sending lease break responses to server by Steve French · 6 years ago
  64. bb43551 cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding by Ronnie Sahlberg · 6 years ago
  65. 3764cbd cifs: remove the is_falloc argument to SMB2_set_eof by Ronnie Sahlberg · 6 years ago
  66. dcbf910 cifs: change SMB2_OP_SET_INFO to use compounding by Ronnie Sahlberg · 6 years ago
  67. c2e0fe3 cifs: make rmdir() use compounding by Ronnie Sahlberg · 6 years ago
  68. ba8ca11 cifs: create helpers for SMB2_set_info_init/free() by Ronnie Sahlberg · 6 years ago
  69. c5a5f38 cifs: add a smb2_compound_op and change QUERY_INFO to use it by Ronnie Sahlberg · 6 years ago
  70. d034fee cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_mkdir() by YueHaibing · 6 years ago
  71. 2d204ee cifs: integer overflow in in SMB2_ioctl() by Dan Carpenter · 6 years ago
  72. 56446f2 CIFS: fix wrapping bugs in num_entries() by Dan Carpenter · 6 years ago
  73. f801568 smb3: check for and properly advertise directory lease support by Steve French · 6 years ago
  74. 4d8dfaf cifs: create a define for how many iovs we need for an SMB2_open() by Ronnie Sahlberg · 6 years ago
  75. cdeaf9d smb3: allow previous versions to be mounted with snapshot= mount parm by Steve French · 6 years ago
  76. 730928c cifs: update smb2_queryfs() to use compounding by Ronnie Sahlberg · 6 years ago
  77. 1eb9fb5 cifs: create SMB2_open_init()/SMB2_open_free() helpers. by Ronnie Sahlberg · 6 years ago
  78. 296ecba cifs: add SMB2_query_info_[init|free]() by Ronnie Sahlberg · 6 years ago
  79. 8eb4ecf cifs: add SMB2_close_init()/SMB2_close_free() by Ronnie Sahlberg · 6 years ago
  80. fcabb89 cifs: simple stats should always be enabled by Steve French · 6 years ago
  81. 289131e SMB3: Number of requests sent should be displayed for SMB3 not just CIFS by Steve French · 6 years ago
  82. 0fdfef9 smb3: simplify code by removing CONFIG_CIFS_SMB311 by Steve French · 7 years ago
  83. 2d30421 smb3: add support for statfs for smb3.1.1 posix extensions by Steve French · 7 years ago
  84. 21ba384 smb3: fill in statfs fsid and correct namelen by Steve French · 7 years ago
  85. 256b4c3 CIFS: fix memory leak and remove dead code by Aurelien Aptel · 7 years ago
  86. 729c0c9 cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf() by Stefano Brivio · 6 years ago
  87. 7ffbe65 cifs: Fix infinite loop when using hard mount option by Paulo Alcantara · 6 years ago
  88. f46ecbd cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting by Stefano Brivio · 6 years ago
  89. bea851b smb3: Fix mode on mkdir on smb311 mounts by Steve French · 7 years ago
  90. 40eff45 cifs: remove smb2_send_recv() by Ronnie Sahlberg · 7 years ago
  91. c713c87 cifs: push rfc1002 generation down the stack by Ronnie Sahlberg · 7 years ago
  92. d409014 smb3: increase initial number of credits requested to allow write by Steve French · 7 years ago
  93. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  94. 9d874c3 cifs: fix a buffer leak in smb2_query_symlink by Ronnie Sahlberg · 7 years ago
  95. 7cf20bc CIFS: SMBD: Support page offset in memory registration by Long Li · 7 years ago
  96. ee25c6d cifs: For SMB2 security informaion query, check for minimum sized security descriptor instead of sizeof FileAllInformation class by Shirish Pargaonkar · 7 years ago
  97. 1dbe346 CIFS: Use offset when reading pages by Long Li · 7 years ago
  98. 1fc6ad2 cifs: remove header_preamble_size where it is always 0 by Ronnie Sahlberg · 7 years ago
  99. 49f466b cifs: remove struct smb2_hdr by Ronnie Sahlberg · 7 years ago
  100. e4dc31f cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argument by Ronnie Sahlberg · 7 years ago