1. ba978e8 cifs: cifs_ses_mark_for_reconnect should also update reconnect bits by Shyam Prasad N · 3 years ago
  2. a2809d0 cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs by Eugene Korenevsky · 3 years ago
  3. 183eea2 cifs: reconnect only the connection and not smb session where possible by Shyam Prasad N · 3 years, 5 months ago
  4. f486ef8 cifs: use the chans_need_reconnect bitmap for reconnect status by Shyam Prasad N · 3 years, 5 months ago
  5. d1a931c cifs: track individual channel status using chans_need_reconnect by Shyam Prasad N · 3 years, 5 months ago
  6. 8ae87bb cifs: introduce cifs_ses_mark_for_reconnect() helper by Paulo Alcantara · 3 years, 1 month ago
  7. 0f2b305 cifs: connect individual channel servers to primary channel server by Shyam Prasad N · 3 years, 5 months ago
  8. c88f7dc cifs: support nested dfs links over reconnect by Paulo Alcantara · 3 years, 2 months ago
  9. e3fc065 cifs: Deferred close performance improvements by Rohith Surabattula · 3 years, 3 months ago
  10. 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 4 months ago
  11. 76a3c92 cifs: remove support for NTLM and weaker authentication algorithms by Ronnie Sahlberg · 3 years, 4 months ago
  12. 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 6 months ago
  13. 7c9e41e Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 8 months ago
  14. 78c0963 Cifs: Fix kernel oops caused by deferred close for files. by Rohith Surabattula · 3 years, 8 months ago
  15. c3f207a cifs: Deferred close for files by Rohith Surabattula · 3 years, 9 months ago
  16. d1466bc Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
  17. f6a9bc3 cifs: allocate buffer in the caller of build_path_from_dentry() by Al Viro · 3 years, 10 months ago
  18. 8e33cf2 cifs: make build_path_from_dentry() return const char * by Al Viro · 3 years, 10 months ago
  19. f6f1f17 cifs: constify pathname arguments in a bunch of helpers by Al Viro · 3 years, 10 months ago
  20. ec4e486 cifs: remove old dead code by Aurelien Aptel · 3 years, 9 months ago
  21. 4d66952 cifs: have cifs_fattr_to_inode() refuse to change type on live inode by Al Viro · 3 years, 11 months ago
  22. cf0604a cifs: use discard iterator to discard unneeded network data more efficiently by David Howells · 3 years, 11 months ago
  23. 0d4873f cifs: fix dfs domain referrals by Ronnie Sahlberg · 4 years ago
  24. 3970acf SMB3: Add support for getting and setting SACLs by Boris Protopopov · 4 years ago
  25. 51acd20 cifs: remove ctx argument from cifs_setup_cifs_sb by Ronnie Sahlberg · 4 years, 1 month ago
  26. 387ec58 cifs: simplify handling of cifs_sb/ctx->local_nls by Ronnie Sahlberg · 4 years, 1 month ago
  27. c741cba cifs: move cifs_cleanup_volume_info[_content] to fs_context.c by Ronnie Sahlberg · 4 years, 1 month ago
  28. e73a42e cifs: Make extract_sharename function public by Samuel Cabrero · 4 years, 1 month ago
  29. a87e672 cifs: Make extract_hostname function public by Samuel Cabrero · 4 years, 1 month ago
  30. 4deb075 cifs: remove the devname argument to cifs_compose_mount_options by Ronnie Sahlberg · 4 years, 1 month ago
  31. 24e0a1e cifs: switch to new mount api by Ronnie Sahlberg · 4 years, 1 month ago
  32. 66e7b09 cifs: move cifs_parse_devname to fs_context.c by Ronnie Sahlberg · 4 years, 2 months ago
  33. 3fa1c6d cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h by Ronnie Sahlberg · 4 years, 1 month ago
  34. 0f22053 cifs: Fix unix perm bits to cifsacl conversion for "other" bits. by Shyam Prasad N · 4 years, 4 months ago
  35. 9934430 SMB3.1.1: Fix ids returned in POSIX query dir by Steve French · 4 years, 2 months ago
  36. 7548e1d cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect by Paulo Alcantara · 4 years, 5 months ago
  37. 565674d cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect() by Stefan Metzmacher · 4 years, 5 months ago
  38. 8e408fc cifs: smb1: Try failing back to SetFileInfo if SetPathInfo fails by Ronnie Sahlberg · 4 years, 6 months ago
  39. a3713ec cifs`: handle ERRBaduid for SMB1 by Roberto Bergantinos Corpas · 4 years, 6 months ago
  40. 975221e smb3: allow uid and gid owners to be set on create with idsfromsid mount option by Steve French · 4 years, 7 months ago
  41. 6a5f659 SMB311: Add support for query info using posix extensions (level 100) by Steve French · 4 years, 7 months ago
  42. 2f58967 cifs: multichannel: try to rebind when reconnecting a channel by Aurelien Aptel · 4 years, 8 months ago
  43. 352d96f cifs: multichannel: move channel selection above transport layer by Aurelien Aptel · 4 years, 7 months ago
  44. 5f68ea4 cifs: multichannel: move channel selection in function by Aurelien Aptel · 4 years, 8 months ago
  45. a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 9 months ago
  46. e4af35f cifs: handle hostnames that resolve to same ip in failover by Paulo Alcantara · 4 years, 7 months ago
  47. bacd704 cifs: handle prefix paths in reconnect by Paulo Alcantara (SUSE) · 4 years, 10 months ago
  48. 86f740f cifs: fix rename() by ensuring source handle opened with DELETE bit by Aurelien Aptel · 4 years, 10 months ago
  49. 87f93d8 smb3: fix problem with null cifs super block with previous patch by Steve French · 5 years ago
  50. 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
  51. 643fbce smb3: fix default permissions on new files when mounting with modefromsid by Steve French · 5 years ago
  52. 3747860 cifs: use compounding for open and first query-dir for readdir() by Ronnie Sahlberg · 5 years ago
  53. fdef665 smb3: fix mode passed in on create for modetosid mount option by Steve French · 5 years ago
  54. d70e9fa cifs: try opening channels after mounting by Aurelien Aptel · 5 years ago
  55. f780bd3 cifs: add server param by Aurelien Aptel · 5 years ago
  56. d46b0da cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs by Dave Wysochanski · 5 years ago
  57. c3ca78e smb3: pass mode bits into create calls by Steve French · 5 years ago
  58. 496902d cifs: add a helper to find an existing readable handle to a file by Ronnie Sahlberg · 5 years ago
  59. 8de9e86 cifs: create a helper to find a writeable handle by path name by Ronnie Sahlberg · 5 years ago
  60. e2f8fbf cifs: get mode bits from special sid on stat by Steve French · 5 years ago
  61. 340625e cifs: replace various strncpy with strscpy and similar by Ronnie Sahlberg · 5 years ago
  62. 5072010 cifs: Fix DFS cache refresher for DFS links by Paulo Alcantara (SUSE) · 6 years ago
  63. fe768d5 CIFS: Return error code when getting file handle for writeback by Pavel Shilovsky · 6 years ago
  64. 3349c3a CIFS: Check for reconnects before sending async requests by Pavel Shilovsky · 6 years ago
  65. 335b7b6 CIFS: Respect reconnect in MTU credits calculations by Pavel Shilovsky · 6 years ago
  66. a3a53b7 cifs: Add support for failover in smb2_reconnect() by Paulo Alcantara · 6 years ago
  67. 1c78022 cifs: Make use of DFS cache to get new DFS referrals by Paulo Alcantara · 6 years ago
  68. 54be1f6 cifs: Add DFS cache routines by Paulo Alcantara · 6 years ago
  69. 56c762e cifs: Refactor out cifs_mount() by Paulo Alcantara · 6 years ago
  70. 9645759 cifs: OFD locks do not conflict with eachothers by Ronnie Sahlberg · 6 years ago
  71. e0bba0b8 cifs: add compound_send_recv() by Ronnie Sahlberg · 6 years ago
  72. 9539020 cifs: use timespec64 internally by Arnd Bergmann · 7 years ago
  73. 696e420 cifs: Fix use after free of a mid_q_entry by Lars Persson · 7 years ago
  74. 40eff45 cifs: remove smb2_send_recv() by Ronnie Sahlberg · 7 years ago
  75. c713c87 cifs: push rfc1002 generation down the stack by Ronnie Sahlberg · 7 years ago
  76. a93864d cifs: add lease tracking to the cached root fid by Ronnie Sahlberg · 7 years ago
  77. c7c137b smb3: do not allow insecure cifs mounts when using smb3 by Steve French · 7 years ago
  78. 7b7f2bd CIFS: Introduce helper function to get page offset and length in smb_rqst by Long Li · 7 years ago
  79. 57f933c CIFS: Fix signing for SMB2/3 by Aurelien Aptel · 7 years ago
  80. 8e7360f CIFS: Add support for direct pages in wdata by Long Li · 7 years ago
  81. 1dbe346 CIFS: Use offset when reading pages by Long Li · 7 years ago
  82. d683bcd smb3: add additional ftrace entry points for entry/exit to cifs.ko by Steve French · 7 years ago
  83. 9ec672b cifs: update calc_size to take a server argument by Ronnie Sahlberg · 7 years ago
  84. 82fb82b CIFS: refactor crypto shash/sdesc allocation&free by Aurelien Aptel · 7 years ago
  85. 83b7739 cifs: Add smb2_send_recv by Ronnie Sahlberg · 7 years ago
  86. 5517554 cifs: Add support for writing attributes on SMB2+ by Ronnie Sahlberg · 7 years ago
  87. 67b4c88 [CIFS] Minor cleanup of xattr query function by Steve French · 8 years ago
  88. ccf7f40 CIFS: Add asynchronous context to support kernel AIO by Pavel Shilovsky · 8 years ago
  89. 350be25 CIFS: Fix null pointer deref during read resp processing by Pavel Shilovsky · 8 years ago
  90. 38bd490 Handle mismatched open calls by Sachin Prabhu · 8 years ago
  91. ef65aae smb2: Enforce sec= mount option by Sachin Prabhu · 8 years ago
  92. 268a635 CIFS: add build_path_from_dentry_optional_prefix() by Aurelien Aptel · 8 years ago
  93. 4ecce92 CIFS: move DFS response parsing out of SMB1 code by Aurelien Aptel · 8 years ago
  94. c42a6ab CIFS: Add capability to decrypt big read responses by Pavel Shilovsky · 8 years ago
  95. 4326ed2 CIFS: Decrypt and process small encrypted packets by Pavel Shilovsky · 8 years ago
  96. 9b7c18a CIFS: Add mid handle callback by Pavel Shilovsky · 8 years ago
  97. 026e93d CIFS: Encrypt SMB3 requests before sending by Pavel Shilovsky · 8 years ago
  98. b8f57ee CIFS: Separate RFC1001 length processing for SMB2 read by Pavel Shilovsky · 8 years ago
  99. da502f7 CIFS: Make SendReceive2() takes resp iov by Pavel Shilovsky · 8 years ago
  100. 374402a cifs_get_root shouldn't use path with tree name by Sachin Prabhu · 8 years ago