1. 1db1aa9 smb3: correct server pointer dereferencing check to be more consistent by Steve French · 3 years, 4 months ago
  2. b06d893 smb3: correct smb3 ACL security descriptor by Steve French · 3 years, 4 months ago
  3. 4f22262 cifs: Clear modified attribute bit from inode flags by Steve French · 3 years, 4 months ago
  4. 03ab9cb cifs: Deal with some warnings from W=1 by David Howells · 3 years, 4 months ago
  5. e946d3c cifs: fix a sign extension bug by Dan Carpenter · 3 years, 4 months ago
  6. 35866f3 cifs: Not to defer close on file when lock is set by Rohith Surabattula · 3 years, 4 months ago
  7. 71826b0 cifs: Fix soft lockup during fsstress by Rohith Surabattula · 3 years, 4 months ago
  8. e3fc065 cifs: Deferred close performance improvements by Rohith Surabattula · 3 years, 4 months ago
  9. 4c51de1 cifs: fix incorrect kernel doc comments by Steve French · 3 years, 4 months ago
  10. 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 4 months ago
  11. 9351590 cifs: properly invalidate cached root handle when closing it by Enzo Matsumiya · 3 years, 5 months ago
  12. 8d014f5 cifs: move SMB FSCTL definitions to common code by Steve French · 3 years, 5 months ago
  13. 23e91d8 cifs: rename cifs_common to smbfs_common by Steve French · 3 years, 5 months ago
  14. fc111fb cifs: update FSCTL definitions by Steve French · 3 years, 5 months ago
  15. 9c849ce Merge tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 5 months ago
  16. aa99f3c Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 5 months ago
  17. 3998f0b cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETED by Ronnie Sahlberg · 3 years, 5 months ago
  18. 38f4910 cifs: cifs_md4 convert to SPDX identifier by Steve French · 3 years, 5 months ago
  19. 42c2197 cifs: create a MD4 module and switch cifs.ko to use it by Ronnie Sahlberg · 3 years, 5 months ago
  20. 71c0286 cifs: fork arc4 and create a separate module for it for cifs and other users by Ronnie Sahlberg · 3 years, 5 months ago
  21. 76a3c92 cifs: remove support for NTLM and weaker authentication algorithms by Ronnie Sahlberg · 3 years, 5 months ago
  22. 18d0406 cifs: enable fscache usage even for files opened as rw by Shyam Prasad N · 3 years, 6 months ago
  23. 7321be2 smb3: fix posix extensions mount option by Steve French · 3 years, 5 months ago
  24. d72c741 cifs: fix wrong release in sess_alloc_buffer() failed path by Ding Hui · 3 years, 5 months ago
  25. f980d05 CIFS: Fix a potencially linear read overflow by Len Baker · 3 years, 5 months ago
  26. 9e99275 cifs: Call close synchronously during unlink/rename/lease break. by Rohith Surabattula · 3 years, 6 months ago
  27. 4153570 cifs: Handle race conditions during rename by Rohith Surabattula · 3 years, 6 months ago
  28. 981567b cifs: use the correct max-length for dentry_path_raw() by Ronnie Sahlberg · 3 years, 6 months ago
  29. 7d3fc01 cifs: create sd context must be a multiple of 8 by Shyam Prasad N · 3 years, 6 months ago
  30. b946dbc cifs: add missing parsing of backupuid by Ronnie Sahlberg · 3 years, 6 months ago
  31. 5ad4df5 smb3: rc uninitialized in one fallocate path by Steve French · 3 years, 6 months ago
  32. f2a26a3 SMB3: fix readpage for large swap cache by Steve French · 3 years, 6 months ago
  33. 488968a cifs: fix fallocate when trying to allocate a hole. by Ronnie Sahlberg · 3 years, 6 months ago
  34. 7b09d4e CIFS: Clarify SMB1 code for POSIX delete file by Steve French · 3 years, 6 months ago
  35. 21a6491 CIFS: Clarify SMB1 code for POSIX Create by Steve French · 3 years, 6 months ago
  36. b623661 cifs: support share failover when remounting by Paulo Alcantara · 3 years, 6 months ago
  37. 2485bd7 cifs: only write 64kb at a time when fallocating a small region of a file by Ronnie Sahlberg · 3 years, 6 months ago
  38. cdc3363 cifs: do not share tcp sessions of dfs connections by Paulo Alcantara · 3 years, 6 months ago
  39. 4511d7c SMB3.1.1: fix mount failure to some servers when compression enabled by Steve French · 3 years, 6 months ago
  40. 16dd9b8 cifs: added WARN_ON for all the count decrements by Shyam Prasad N · 3 years, 6 months ago
  41. 63f94e9 cifs: fix missing null session check in mount by Steve French · 3 years, 6 months ago
  42. 507345b cifs: handle reconnect of tcon when there is no cached dfs referral by Paulo Alcantara · 3 years, 6 months ago
  43. c9c9c68 cifs: fix the out of range assignment to bit fields in parse_server_interfaces by Hyunchul Lee · 3 years, 6 months ago
  44. 50630b3 cifs: Do not use the original cruid when following DFS links for multiuser mounts by Ronnie Sahlberg · 3 years, 6 months ago
  45. 506c1da cifs: use the expiry output of dns_query to schedule next resolution by Shyam Prasad N · 3 years, 8 months ago
  46. b092b3e cifs: Fix race between hole punch and page fault by Jan Kara · 3 years, 9 months ago
  47. 4d069f6 cifs: update internal version number by Steve French · 3 years, 7 months ago
  48. 03313d1 cifs: prevent NULL deref in cifs_compose_mount_options() by Paulo Alcantara · 3 years, 7 months ago
  49. 53d31a3 SMB3.1.1: Add support for negotiating signing algorithm by Steve French · 3 years, 7 months ago
  50. e0a3cbc cifs: use helpers when parsing uid/gid mount options and validate them by Ronnie Sahlberg · 3 years, 7 months ago
  51. d4dc277 CIFS: Clarify SMB1 code for POSIX Lock by Steve French · 3 years, 7 months ago
  52. f371793 CIFS: Clarify SMB1 code for rename open file by Steve French · 3 years, 7 months ago
  53. 2a780e8 CIFS: Clarify SMB1 code for delete by Steve French · 3 years, 7 months ago
  54. e3973ea CIFS: Clarify SMB1 code for SetFileSize by Steve French · 3 years, 7 months ago
  55. 90810c2 smb3: fix typo in header file by Steve French · 3 years, 7 months ago
  56. b019e11 CIFS: Clarify SMB1 code for UnixSetPathInfo by Steve French · 3 years, 7 months ago
  57. ded2d99 CIFS: Clarify SMB1 code for UnixCreateSymLink by Steve French · 3 years, 7 months ago
  58. 819f916 cifs: clarify SMB1 code for UnixCreateHardLink by Steve French · 3 years, 7 months ago
  59. 01cf308 cifs: make locking consistent around the server session status by Steve French · 3 years, 7 months ago
  60. 0fa757b smb3: prevent races updating CurrentMid by Steve French · 3 years, 7 months ago
  61. 0060a4f cifs: fix missing spinlock around update to ses->status by Steve French · 3 years, 7 months ago
  62. 162004a cifs: missing null pointer check in cifs_mount by Steve French · 3 years, 7 months ago
  63. a562826 smb3: fix possible access to uninitialized pointer to DACL by Steve French · 3 years, 7 months ago
  64. 0917310 cifs: missing null check for newinode pointer by Steve French · 3 years, 7 months ago
  65. 4c4a525 cifs: remove two cases where rc is set unnecessarily in sid_to_id by Steve French · 3 years, 7 months ago
  66. 2438c0b SMB3: Add new info level for query directory by Steve French · 3 years, 7 months ago
  67. 1689b0b cifs: fix NULL dereference in smb2_check_message() by Dan Carpenter · 3 years, 7 months ago
  68. 0555b22 smbdirect: missing rc checks while waiting for rdma events by Steve French · 3 years, 7 months ago
  69. fbcff33 cifs: Avoid field over-reading memcpy() by Kees Cook · 3 years, 7 months ago
  70. e0ae8a9 smb311: remove dead code for non compounded posix query info by Steve French · 3 years, 7 months ago
  71. e39df24 cifs: fix SMB1 error path in cifs_get_file_info_unix by Steve French · 3 years, 7 months ago
  72. ff93b71 smb3: fix uninitialized value for port in witness protocol move by Steve French · 3 years, 7 months ago
  73. 3559134 cifs: fix unneeded null check by Steve French · 3 years, 7 months ago
  74. 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 7 months ago
  75. a506ccb cifs: convert list_for_each to entry variant in cifs_debug.c by Baokun Li · 3 years, 7 months ago
  76. 647f592 cifs: convert list_for_each to entry variant in smb2misc.c by Baokun Li · 3 years, 7 months ago
  77. ca38fab cifs: avoid extra calls in posix_info_parse by Ronnie Sahlberg · 3 years, 7 months ago
  78. 6efa994 cifs: retry lookup and readdir when EAGAIN is returned. by Thiago Rafael Becker · 3 years, 7 months ago
  79. 889c2a7 cifs: fix check of dfs interlinks by Paulo Alcantara · 3 years, 7 months ago
  80. 0475c36 cifs: decoding negTokenInit with generic ASN1 decoder by Hyunchul Lee · 3 years, 8 months ago
  81. 1023e90 cifs: avoid starvation when refreshing dfs cache by Paulo Alcantara · 3 years, 8 months ago
  82. 0d52df8 cifs: enable extended stats by default by Steve French · 3 years, 8 months ago
  83. e695a9a cifs: missed ref-counting smb session in find by Shyam Prasad N · 3 years, 8 months ago
  84. f3c852b cifs: do not share tcp servers with dfs mounts by Paulo Alcantara · 3 years, 8 months ago
  85. c950fc7 cifs: set a minimum of 2 minutes for refreshing dfs cache by Paulo Alcantara · 3 years, 8 months ago
  86. 42caeba cifs: fix path comparison and hash calc by Paulo Alcantara · 3 years, 8 months ago
  87. c870a8e cifs: handle different charsets in dfs cache by Paulo Alcantara · 3 years, 8 months ago
  88. c9f7110 cifs: keep referral server sessions alive by Paulo Alcantara · 3 years, 8 months ago
  89. 2b133b7 cifs: get rid of @noreq param in __dfs_cache_find() by Paulo Alcantara · 3 years, 8 months ago
  90. f3191fc cifs: do not send tree disconnect to ipc shares by Paulo Alcantara · 3 years, 8 months ago
  91. 966a3cb cifs: improve fallocate emulation by Ronnie Sahlberg · 3 years, 8 months ago
  92. aaf36df cifs: fix doc warnings in cifs_dfs_ref.c by Baokun Li · 3 years, 8 months ago
  93. 032e091 cifs: remove redundant initialization of variable rc by Colin Ian King · 3 years, 7 months ago
  94. 57c8ce7 cifs: Constify static struct genl_ops by Rikard Falkeborn · 3 years, 8 months ago
  95. a23a71a cifs: Remove unused inline function is_sysvol_or_netlogon() by YueHaibing · 3 years, 8 months ago
  96. f275652 cifs: remove duplicated prototype by Steve French · 3 years, 8 months ago
  97. 5e53895 cifs: fix ipv6 formating in cifs_ses_add_channel by Aurelien Aptel · 3 years, 8 months ago
  98. 1bb5681 cifs: change format of CIFS_FULL_KEY_DUMP ioctl by Aurelien Aptel · 3 years, 8 months ago
  99. eb06881 cifs: fix string declarations and assignments in tracepoints by Shyam Prasad N · 3 years, 8 months ago
  100. 6d2fcfe cifs: set server->cipher_type to AES-128-CCM for SMB3.0 by Aurelien Aptel · 3 years, 8 months ago