1. 70431bf cifs: Support fscache indexing rewrite by David Howells · 4 years, 1 month ago
  2. dea2903 cifs: move superblock magic defitions to magic.h by Jeff Layton · 3 years ago
  3. 0b66fa7 cifs: remove redundant assignment to pointer p by Colin Ian King · 3 years ago
  4. 0d35e38 cifs: Create a new shared file holding smb2 pdu definitions by Ronnie Sahlberg · 3 years, 2 months ago
  5. 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 4 months ago
  6. 42c2197 cifs: create a MD4 module and switch cifs.ko to use it by Ronnie Sahlberg · 3 years, 4 months ago
  7. 76a3c92 cifs: remove support for NTLM and weaker authentication algorithms by Ronnie Sahlberg · 3 years, 4 months ago
  8. 18d0406 cifs: enable fscache usage even for files opened as rw by Shyam Prasad N · 3 years, 5 months ago
  9. 53d31a3 SMB3.1.1: Add support for negotiating signing algorithm by Steve French · 3 years, 6 months ago
  10. 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 6 months ago
  11. 860b69a Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled. by Rohith Surabattula · 3 years, 8 months ago
  12. 5c1acf3 cifs: fix regression when mounting shares with prefix paths by Paulo Alcantara · 3 years, 8 months ago
  13. c3f207a cifs: Deferred close for files by Rohith Surabattula · 3 years, 9 months ago
  14. fee742b smb3.1.1: enable negotiating stronger encryption by default by Steve French · 3 years, 8 months ago
  15. b8d64f8 smb3: add rasize mount parameter to improve readahead performance by Steve French · 3 years, 8 months ago
  16. 315db9a cifs: fix leak in cifs_smb3_do_mount() ctx by David Disseldorp · 3 years, 8 months ago
  17. 5e9c89d cifs: Grab a reference for the dentry of the cached directory during the lifetime of the cache by Ronnie Sahlberg · 3 years, 10 months ago
  18. 269f67e cifs: store a pointer to the root dentry in cifs_sb_info once we have completed mounting the share by Ronnie Sahlberg · 3 years, 10 months ago
  19. ec4e486 cifs: remove old dead code by Aurelien Aptel · 3 years, 9 months ago
  20. b7fd0fa cifs: simplify SWN code with dummy funcs instead of ifdefs by Aurelien Aptel · 3 years, 9 months ago
  21. 0fc9322 cifs: escape spaces in share names by Maciek Borzecki · 3 years, 9 months ago
  22. 14302ee cifs: return proper error code in statfs(2) by Paulo Alcantara · 3 years, 10 months ago
  23. c19798a Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 10 months ago
  24. 5780464 cifs: Add new parameter "acregmax" for distinct file and directory metadata timeout by Steve French · 3 years, 10 months ago
  25. 4c9f948 cifs: Add new mount parameter "acdirmax" to allow caching directory metadata by Steve French · 3 years, 10 months ago
  26. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  27. 6d82c27 cifs: Identify a connection by a conn_id. by Shyam Prasad N · 3 years, 11 months ago
  28. af1a3d2 cifs: In the new mount api we get the full devname as source= by Ronnie Sahlberg · 3 years, 11 months ago
  29. 0d4873f cifs: fix dfs domain referrals by Ronnie Sahlberg · 4 years ago
  30. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  31. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  32. 6cf5abb cifs: fix use after free in cifs_smb3_do_mount() by Ronnie Sahlberg · 4 years ago
  33. 0c2b5f7 cifs: fix rsize/wsize to be negotiated values by Steve French · 4 years ago
  34. 653a5ef cifs: update super_operations to show_devname by Steve French · 4 years ago
  35. 51acd20 cifs: remove ctx argument from cifs_setup_cifs_sb by Ronnie Sahlberg · 4 years ago
  36. 7c7ee62 cifs: uncomplicate printing the iocharset parameter by Ronnie Sahlberg · 4 years ago
  37. 9ccecae cifs: we do not allow changing username/password/unc/... during remount by Ronnie Sahlberg · 4 years ago
  38. 522aa3b cifs: move [brw]size from cifs_sb to cifs_sb->ctx by Ronnie Sahlberg · 4 years ago
  39. c741cba cifs: move cifs_cleanup_volume_info[_content] to fs_context.c by Ronnie Sahlberg · 4 years ago
  40. af1e40d cifs: remove actimeo from cifs_sb by Ronnie Sahlberg · 4 years, 2 months ago
  41. 8401e93 cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sb by Ronnie Sahlberg · 4 years, 1 month ago
  42. 0ac4e29 cifs: add witness mount option and data structs by Samuel Cabrero · 4 years, 1 month ago
  43. 06f08da cifs: Register generic netlink family by Samuel Cabrero · 4 years, 1 month ago
  44. a2a52a8 cifs: get rid of cifs_sb->mountdata by Ronnie Sahlberg · 4 years, 2 months ago
  45. d17abdf7 cifs: add an smb3_fs_context to cifs_sb by Ronnie Sahlberg · 4 years, 2 months ago
  46. 24e0a1e cifs: switch to new mount api by Ronnie Sahlberg · 4 years, 1 month ago
  47. 3fa1c6d cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h by Ronnie Sahlberg · 4 years, 1 month ago
  48. 29e2792 smb3.1.1: add new module load parm enable_gcm_256 by Steve French · 4 years, 2 months ago
  49. fbfd0b4 smb3.1.1: add new module load parm require_gcm_256 by Steve French · 4 years, 4 months ago
  50. 7866c17 smb3: fix typo in mount options displayed in /proc/mounts by Steve French · 4 years, 7 months ago
  51. 82e9367 smb3: Add new parm "nodelete" by Steve French · 4 years, 7 months ago
  52. 4e8aea3 smb3: enable swap on SMB3 mounts by Steve French · 4 years, 9 months ago
  53. c7e9f78 cifs: do d_move in rename by Steve French · 4 years, 10 months ago
  54. ec57010 cifs: add missing mount option to /proc/mounts by Steve French · 4 years, 10 months ago
  55. 3f6166a cifs: fix mount option display for sec=krb5i by Petr Pavlu · 4 years, 11 months ago
  56. 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
  57. 0aecba6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  58. 937d6ee Merge tag 'docs-5.5a' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  59. 32546a9 cifs: move cifsFileInfo_put logic into a work-queue by Ronnie Sahlberg · 5 years ago
  60. bcc8880 cifs: add multichannel mount options and data structs by Aurelien Aptel · 5 years ago
  61. 3591bb8 cifs: don't use 'pre:' for MODULE_SOFTDEP by Ronnie Sahlberg · 5 years ago
  62. d067799 cifs: add support for flock by Steve French · 5 years ago
  63. 6c2d4798 new helper: lookup_positive_unlocked() by Al Viro · 5 years ago
  64. 822bbba Merge tag 'v5.4-rc4' into docs-next by Jonathan Corbet · 5 years ago
  65. 553292a cifs: clarify comment about timestamp granularity for old servers by Steve French · 5 years ago
  66. 0ac624f docs: fix some broken references by Mauro Carvalho Chehab · 5 years ago
  67. d4cfbf0 smb3: Fix regression in time handling by Steve French · 5 years ago
  68. 7e3d2c8 Merge tag '5.4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  69. cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  70. 3e7a02d smb3: allow disabling requesting leases by Steve French · 5 years ago
  71. 10328c4 smb3: only offload decryption of read responses if multiple requests by Steve French · 5 years ago
  72. 563317e smb3: enable offload of decryption of large reads via mount option by Steve French · 5 years ago
  73. 35cf94a smb3: allow parallelizing decryption of reads by Steve French · 5 years ago
  74. 41e033f smb3: add mount option to allow RW caching of share accessed by only 1 client by Steve French · 5 years ago
  75. 83bbfa7 smb3: add mount option to allow forced caching of read only share by Steve French · 5 years ago
  76. cb7a69e fs: cifs: Initialize filesystem timestamp ranges by Deepa Dinamani · 6 years ago
  77. 9a394d1 fs: cifs: move from the crypto cipher API to the new DES library interface by Ard Biesheuvel · 5 years ago
  78. bf3c90e cifs: copy_file_range needs to strip setuid bits and update timestamps by Amir Goldstein · 6 years ago
  79. ae9b728 Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  80. 40f06c7 Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  81. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  82. 412094a smb3: add new mount option to retrieve mode from special ACE by Steve French · 6 years ago
  83. 73cf808 cifs: simplify code by removing CONFIG_CIFS_ACL ifdef by Steve French · 6 years ago
  84. dc17926 smb3: if max_credits is specified then display it in /proc/mounts by Steve French · 6 years ago
  85. 5fc3681 cifs: add missing GCM module dependency by Aurelien Aptel · 6 years ago
  86. 97a5fee fs: cifs: switch to RC4 library interface by Ard Biesheuvel · 6 years ago
  87. 487317c cifs: add spinlock for the openFileList to cifsInodeInfo by Ronnie Sahlberg · 6 years ago
  88. 5dae222 vfs: allow copy_file_range to copy across devices by Amir Goldstein · 6 years ago
  89. 64bf5ff vfs: no fallback for ->copy_file_range by Dave Chinner · 6 years ago
  90. dece44e cifs: add support for SEEK_DATA and SEEK_HOLE by Ronnie Sahlberg · 6 years ago
  91. 9ab70ca Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the same file by Kovtunenko Oleksandr · 6 years ago
  92. 2f3ebab cifs: add fiemap support by Ronnie Sahlberg · 6 years ago
  93. c8b6ac1 CIFS: Show locallease in /proc/mounts for cifs shares mounted with locallease feature. by Kenneth D'souza · 6 years ago
  94. c2e6802 cifs: switch to ->free_inode() by Al Viro · 6 years ago
  95. ca567eb SMB3: Allow persistent handle timeout to be configurable on mount by Steve French · 6 years ago
  96. b073a08 cifs: fix that return -EINVAL when do dedupe operation by Xiaoli Feng · 6 years ago
  97. 96281b9 smb3: for kerberos mounts display the credential uid used by Steve French · 6 years ago
  98. e8506d2 smb3: make default i/o size for smb3 mounts larger by Steve French · 6 years ago
  99. 1c78022 cifs: Make use of DFS cache to get new DFS referrals by Paulo Alcantara · 6 years ago
  100. 8c6c9bed8 cifs: don't dereference smb_file_target before null check by Colin Ian King · 6 years ago