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