1. 2e4564b smb3: add support for stat of WSL reparse points for special file types by Steve French · 4 years, 3 months ago
  2. 9e81e8f cifs: return cached_fid from open_shroot by Ronnie Sahlberg · 4 years, 4 months ago
  3. c8c412f SMB3: Fix mkdir when idsfromsid configured on mount by Steve French · 4 years, 5 months ago
  4. e4bd7c4 smb311: Add tracepoints for new compound posix query info by Steve French · 4 years, 7 months ago
  5. 6a5f659 SMB311: Add support for query info using posix extensions (level 100) by Steve French · 4 years, 7 months ago
  6. 352d96f cifs: multichannel: move channel selection above transport layer by Aurelien Aptel · 4 years, 8 months ago
  7. a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 9 months ago
  8. a7d5c29 cifs: reduce stack use in smb2_compound_op by Ronnie Sahlberg · 4 years, 8 months ago
  9. 86f740f cifs: fix rename() by ensuring source handle opened with DELETE bit by Aurelien Aptel · 5 years ago
  10. 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
  11. e0fc5b1 SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding path by Steve French · 5 years ago
  12. 43f8a6a smb3: query attributes on file close by Steve French · 5 years ago
  13. c3ca78e smb3: pass mode bits into create calls by Steve French · 5 years ago
  14. 7dcc82c smb3: improve handling of share deleted (and share recreated) by Steve French · 5 years ago
  15. 496902d cifs: add a helper to find an existing readable handle to a file by Ronnie Sahlberg · 5 years ago
  16. dc9300a cifs: use existing handle for compound_op(OP_SET_INFO) when possible by Ronnie Sahlberg · 5 years ago
  17. 8de9e86 cifs: create a helper to find a writeable handle by path name by Ronnie Sahlberg · 5 years ago
  18. 88a92c9 cifs: fix crash in smb2_compound_op()/smb2_set_next_command() by Ronnie Sahlberg · 6 years ago
  19. 8191576 smb3: Add dynamic trace points for various compounded smb3 ops by Steve French · 6 years ago
  20. b0f6df7 cifs: cache FILE_ALL_INFO for the shared root handle by Ronnie Sahlberg · 6 years ago
  21. 6a9cbdd CIFS: Fix mounts if the client is low on credits by Pavel Shilovsky · 6 years ago
  22. e77fe73 cifs: we can not use small padding iovs together with encryption by Ronnie Sahlberg · 6 years ago
  23. 271b9c0 smb3: Fix rmdir compounding regression to strict servers by Ronnie Sahlberg · 6 years ago
  24. 61351d6 smb3: send backup intent on compounded query info by Steve French · 6 years ago
  25. f5b05d6 cifs: add IOCTL for QUERY_INFO passthrough to userspace by Ronnie Sahlberg · 6 years ago
  26. 4d5bdf2 SMB3: Backup intent flag missing from compounded ops by Steve French · 6 years ago
  27. 14e562a cifs: create a define for the max number of iov we need for a SMB2 set_info by Ronnie Sahlberg · 6 years ago
  28. bb43551 cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding by Ronnie Sahlberg · 6 years ago
  29. dcbf910 cifs: change SMB2_OP_SET_INFO to use compounding by Ronnie Sahlberg · 6 years ago
  30. f7bfe04 cifs: change SMB2_OP_SET_EOF to use compounding by Ronnie Sahlberg · 6 years ago
  31. c2e0fe3 cifs: make rmdir() use compounding by Ronnie Sahlberg · 6 years ago
  32. ba8ca11 cifs: create helpers for SMB2_set_info_init/free() by Ronnie Sahlberg · 6 years ago
  33. 47dd959 cifs: change unlink to use a compound by Ronnie Sahlberg · 6 years ago
  34. f733e39 cifs: change mkdir to use a compound by Ronnie Sahlberg · 6 years ago
  35. c5a5f38 cifs: add a smb2_compound_op and change QUERY_INFO to use it by Ronnie Sahlberg · 6 years ago
  36. fd09b7d smb3: Do not send SMB3 SET_INFO if nothing changed by Steve French · 6 years ago
  37. 9da6ec7 cifs: use a refcount to protect open/closing the cached file handle by Ronnie Sahlberg · 6 years ago
  38. 9d874c3 cifs: fix a buffer leak in smb2_query_symlink by Ronnie Sahlberg · 7 years ago
  39. 3d4ef9a smb3: fix redundant opens on root by Steve French · 7 years ago
  40. 18dd8e1 Do not send SMB3 SET_INFO request if nothing is changing by Steve French · 8 years ago
  41. 897fba1 remove directory incorrectly tries to set delete on close on non-empty directories by Steve French · 9 years ago
  42. 1bbe499 CIFS: Fix wrong filename length for SMB2 by Pavel Shilovsky · 10 years ago
  43. f29ebb4 Add worker function to set allocation size by Steve French · 11 years ago
  44. eb85d94b CIFS: Fix symbolic links usage by Pavel Shilovsky · 11 years ago
  45. b42bf88 CIFS: Implement follow_link for SMB2 by Pavel Shilovsky · 11 years ago
  46. 9cbc0b7 CIFS: Reconnect durable handles for SMB2 by Pavel Shilovsky · 12 years ago
  47. 064f604 CIFS: Make SMB2_open use cifs_open_parms struct by Pavel Shilovsky · 12 years ago
  48. ca81983 CIFS: Respect create_options in smb2_open_file by Pavel Shilovsky · 12 years ago
  49. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 12 years ago
  50. 2e44b28 CIFS: Process oplocks for SMB2 by Pavel Shilovsky · 12 years ago
  51. 1feeaac CIFS: Add set_file_info support for SMB2 by Pavel Shilovsky · 12 years ago
  52. c839ff2 CIFS: Add SMB2 support for set_file_size by Pavel Shilovsky · 12 years ago
  53. 568798c CIFS: Add SMB2 support for hardlink operation by Pavel Shilovsky · 12 years ago
  54. 35143eb CIFS: Add SMB2 support for rename operation by Pavel Shilovsky · 12 years ago
  55. f0df737 CIFS: Add open/close file support for SMB2 by Pavel Shilovsky · 12 years ago
  56. cbe6f43 CIFS: Add SMB2 support for unlink by Pavel Shilovsky · 12 years ago
  57. 1a500f0 CIFS: Add SMB2 support for rmdir by Pavel Shilovsky · 13 years ago
  58. a0e7318 CIFS: Add SMB2 support for mkdir operation by Pavel Shilovsky · 14 years ago
  59. be4cb9e CIFS: Query SMB2 inode info by Pavel Shilovsky · 13 years ago