- c19798a Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 10 months ago
- 8369dfd cifs: update internal version number by Steve French · 3 years, 11 months ago
- cf0604a cifs: use discard iterator to discard unneeded network data more efficiently by David Howells · 4 years ago
- 5ff2836 cifs: introduce helper for finding referral server to improve DFS target resolution by Paulo Alcantara · 3 years, 11 months ago
- ff2c54a cifs: check all path components in resolved dfs target by Paulo Alcantara · 3 years, 11 months ago
- 8513222 cifs: fix DFS failover by Paulo Alcantara · 3 years, 11 months ago
- d01132a cifs: fix nodfs mount option by Paulo Alcantara · 3 years, 11 months ago
- d08395a cifs: fix handling of escaped ',' in the password mount argument by Ronnie Sahlberg · 3 years, 11 months ago
- 5780464 cifs: Add new parameter "acregmax" for distinct file and directory metadata timeout by Steve French · 3 years, 11 months ago
- ddaf6d4 cifs: convert revalidate of directories to using directory metadata cache timeout by Steve French · 3 years, 11 months ago
- 4c9f948 cifs: Add new mount parameter "acdirmax" to allow caching directory metadata by Steve French · 3 years, 11 months ago
- f1ebe48 cifs: If a corrupted DACL is returned by the server, bail out. by Shyam Prasad N · 3 years, 11 months ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 11 months ago
- f1a0865 cifs: minor simplification to smb2_is_network_name_deleted by Steve French · 3 years, 11 months ago
- 9e550b0 TCON Reconnect during STATUS_NETWORK_NAME_DELETED by Rohith Surabattula · 3 years, 11 months ago
- 23bda5e cifs: cleanup a few le16 vs. le32 uses in cifsacl.c by Steve French · 3 years, 11 months ago
- bc3e9dd cifs: Change SIDs in ACEs while transferring file ownership. by Shyam Prasad N · 3 years, 11 months ago
- f506550 cifs: Retain old ACEs when converting between mode bits and ACL. by Shyam Prasad N · 3 years, 11 months ago
- c12ead7 cifs: Fix cifsacl ACE mask for group and others. by Shyam Prasad N · 3 years, 11 months ago
- 40f077a cifs: clarify hostname vs ip address in /proc/fs/cifs/DebugData by Steve French · 3 years, 11 months ago
- b438fcf cifs: change confusing field serverName (to ip_addr) by Steve French · 3 years, 11 months ago
- 205f92d Merge branch 'work.d_name' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 11 months ago
- af982da cifs: Fix inconsistent IS_ERR and PTR_ERR by YueHaibing · 3 years, 11 months ago
- 03e9bb1a cifs: Reformat DebugData and index connections by conn_id. by Shyam Prasad N · 4 years ago
- 6d82c27 cifs: Identify a connection by a conn_id. by Shyam Prasad N · 4 years ago
- 7de0394 cifs: Fix in error types returned for out-of-credit situations. by Shyam Prasad N · 4 years ago
- 0f56db8 cifs: New optype for session operations. by Shyam Prasad N · 4 years ago
- 201023c cifs: fix trivial typo by Steve French · 3 years, 11 months ago
- 6dffa4c smb3: negotiate current dialect (SMB3.1.1) when version 3 or greater requested by Steve French · 4 years ago
- a738c93 cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath. by Shyam Prasad N · 3 years, 11 months ago
- af1a3d2 cifs: In the new mount api we get the full devname as source= by Ronnie Sahlberg · 4 years ago
- a0f85e3 cifs: do not disable noperm if multiuser mount option is not provided by Ronnie Sahlberg · 4 years ago
- abd4af4 cifs: fix dfs-links by Ronnie Sahlberg · 4 years ago
- 21b200d cifs: report error instead of invalid when revalidating a dentry fails by Aurelien Aptel · 4 years ago
- 91792bb smb3: fix crediting for compounding when only one request in flight by Pavel Shilovsky · 4 years ago
- 8d8d1db smb3: Fix out-of-bounds bug in SMB2_negotiate() by Gustavo A. R. Silva · 4 years ago
- 0d4873f cifs: fix dfs domain referrals by Ronnie Sahlberg · 4 years ago
- bd2f0b4 cifs: returning mount parm processing errors correctly by Steve French · 4 years ago
- c9b8cd6 cifs: fix mounts to subdirectories of target by Steve French · 4 years ago
- 19d5158 cifs: ignore auto and noauto options if given by Adam Harvey · 4 years ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
- e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 214a5ea cifs: do not fail __smb_send_rqst if non-fatal signals are pending by Ronnie Sahlberg · 4 years ago
- 16a7885 fs/cifs: Simplify bool comparison. by Jiapeng Zhong · 4 years ago
- 2be449f fs/cifs: Assign boolean values to a bool variable by Jiapeng Zhong · 4 years ago
- e54fd07 cifs: style: replace one-element array with flexible-array by YANG LI · 4 years ago
- ed6b192 cifs: connect: style: Simplify bool comparison by YANG LI · 4 years ago
- c13e7af fs: cifs: remove unneeded variable in smb3_fs_context_dup by Menglong Dong · 4 years ago
- 2659d3b cifs: fix interrupted close commands by Paulo Alcantara · 4 years ago
- 77b6ec0 cifs: check pointer before freeing by Tom Rix · 4 years ago
- b9e4666 cifs_debug: use %pd instead of messing with ->d_name by Al Viro · 4 years ago
- 9541b81 Add SMB 2 support for getting and setting SACLs by Boris Protopopov · 4 years, 1 month ago
- 3970acf SMB3: Add support for getting and setting SACLs by Boris Protopopov · 4 years, 1 month ago
- 0bf1baf cifs: Avoid error pointer dereference by Samuel Cabrero · 4 years, 1 month ago
- 0f2c66a cifs: Re-indent cifs_swn_reconnect() by Dan Carpenter · 4 years, 1 month ago
- eedf8e8 cifs: Unlock on errors in cifs_swn_reconnect() by Dan Carpenter · 4 years, 1 month ago
- 6a29ab5 cifs: Delete a stray unlock in cifs_swn_reconnect() by Dan Carpenter · 4 years, 1 month ago
- e13300b Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 1 month ago
- afee441 cifs: update internal module version number by Steve French · 4 years, 1 month ago
- 2d06049 cifs: Fix support for remount when not changing rsize/wsize by Steve French · 4 years, 1 month ago
- 31f6551 cifs: handle "guest" mount parameter by Steve French · 4 years, 1 month ago
- 27cf948 cifs: correct four aliased mount parms to allow use of previous names by Steve French · 4 years, 1 month ago
- cd7b699 cifs: Tracepoints and logs for tracing credit changes. by Shyam Prasad N · 4 years, 2 months ago
- 6cf5abb cifs: fix use after free in cifs_smb3_do_mount() by Ronnie Sahlberg · 4 years, 1 month ago
- 0c2b5f7 cifs: fix rsize/wsize to be negotiated values by Steve French · 4 years, 1 month ago
- 09a8361 cifs: Fix some error pointers handling detected by static checker by Samuel Cabrero · 4 years, 1 month ago
- dd53803 smb3: remind users that witness protocol is experimental by Steve French · 4 years, 1 month ago
- 653a5ef cifs: update super_operations to show_devname by Steve French · 4 years, 1 month ago
- 5c4b642 cifs: fix uninitialized variable in smb3_fs_context_parse_param by Ronnie Sahlberg · 4 years, 1 month ago
- 1cb6c3d cifs: update mnt_cifs_flags during reconfigure by Ronnie Sahlberg · 4 years, 1 month ago
- 2d39f50 cifs: move update of flags into a separate function by Ronnie Sahlberg · 4 years, 1 month ago
- 51acd20 cifs: remove ctx argument from cifs_setup_cifs_sb by Ronnie Sahlberg · 4 years, 1 month ago
- 531f03b cifs: do not allow changing posix_paths during remount by Ronnie Sahlberg · 4 years, 1 month ago
- 7c7ee62 cifs: uncomplicate printing the iocharset parameter by Ronnie Sahlberg · 4 years, 1 month ago
- 6fd4ea8 cifs: don't create a temp nls in cifs_setup_ipc by Ronnie Sahlberg · 4 years, 1 month ago
- 387ec58 cifs: simplify handling of cifs_sb/ctx->local_nls by Ronnie Sahlberg · 4 years, 1 month ago
- 9ccecae cifs: we do not allow changing username/password/unc/... during remount by Ronnie Sahlberg · 4 years, 1 month ago
- d6a7878 cifs: add initial reconfigure support by Ronnie Sahlberg · 4 years, 1 month ago
- 522aa3b cifs: move [brw]size from cifs_sb to cifs_sb->ctx by Ronnie Sahlberg · 4 years, 1 month ago
- c741cba cifs: move cifs_cleanup_volume_info[_content] to fs_context.c by Ronnie Sahlberg · 4 years, 1 month ago
- 427c4f0 cifs: Add missing sentinel to smb3_fs_parameters by Dmitry Osipenko · 4 years, 1 month ago
- 121d947 cifs: Handle witness client move notification by Samuel Cabrero · 4 years, 1 month ago
- af1e40d cifs: remove actimeo from cifs_sb by Ronnie Sahlberg · 4 years, 2 months ago
- 8401e93 cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sb by Ronnie Sahlberg · 4 years, 1 month ago
- ee0dce4 cifs: remove some minor warnings pointed out by kernel test robot by Steve French · 4 years, 1 month ago
- 607dfc7 cifs: remove various function description warnings by Steve French · 4 years, 1 month ago
- 7d6535b cifs: Simplify reconnect code when dfs upcall is enabled by Samuel Cabrero · 4 years, 1 month ago
- 21077c6 cifs: Send witness register messages to userspace daemon in echo task by Samuel Cabrero · 4 years, 1 month ago
- 20fab0d cifs: Add witness information to debug data dump by Samuel Cabrero · 4 years, 1 month ago
- fed979a cifs: Set witness notification handler for messages from userspace daemon by Samuel Cabrero · 4 years, 1 month ago
- bf80e5d cifs: Send witness register and unregister commands to userspace daemon by Samuel Cabrero · 4 years, 1 month ago
- e68f4a7 cifs: minor updates to Kconfig by Steve French · 4 years, 1 month ago
- 0ac4e29 cifs: add witness mount option and data structs by Samuel Cabrero · 4 years, 1 month ago
- 06f08da cifs: Register generic netlink family by Samuel Cabrero · 4 years, 1 month ago
- 047092f cifs: cleanup misc.c by Steve French · 4 years, 1 month ago
- bc04499 cifs: minor kernel style fixes for comments by Steve French · 4 years, 1 month ago
- e73a42e cifs: Make extract_sharename function public by Samuel Cabrero · 4 years, 1 month ago