- 5c1acf3 cifs: fix regression when mounting shares with prefix paths by Paulo Alcantara · 3 years, 8 months ago
- 5b2abda cifs: use echo_interval even when connection not ready. by Shyam Prasad N · 3 years, 8 months ago
- f491664 cifs: detect dead connections only when echoes are enabled. by Shyam Prasad N · 3 years, 9 months ago
- 8d76722 cifs: don't cargo-cult strndup() by Al Viro · 3 years, 10 months ago
- b7fd0fa cifs: simplify SWN code with dummy funcs instead of ifdefs by Aurelien Aptel · 3 years, 9 months ago
- 4e456b3 cifs: On cifs_reconnect, resolve the hostname again. by Shyam Prasad N · 3 years, 9 months ago
- bf1bc694 cifs: print MIDs in decimal notation by Paulo Alcantara · 3 years, 10 months ago
- a249cc8 cifs: fix credit accounting for extra channel by Aurelien Aptel · 3 years, 10 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
- 5780464 cifs: Add new parameter "acregmax" for distinct file and directory metadata 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
- 9e550b0 TCON Reconnect during STATUS_NETWORK_NAME_DELETED by Rohith Surabattula · 3 years, 11 months ago
- b438fcf cifs: change confusing field serverName (to ip_addr) by Steve French · 3 years, 11 months ago
- 6d82c27 cifs: Identify a connection by a conn_id. by Shyam Prasad N · 4 years ago
- 201023c cifs: fix trivial typo by Steve French · 3 years, 11 months ago
- a738c93 cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath. by Shyam Prasad N · 4 years ago
- abd4af4 cifs: fix dfs-links by Ronnie Sahlberg · 4 years ago
- 0d4873f cifs: fix dfs domain referrals 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
- ed6b192 cifs: connect: style: Simplify bool comparison by YANG LI · 4 years ago
- 0bf1baf cifs: Avoid error pointer dereference by Samuel Cabrero · 4 years, 1 month ago
- cd7b699 cifs: Tracepoints and logs for tracing credit changes. by Shyam Prasad N · 4 years, 2 months ago
- 0c2b5f7 cifs: fix rsize/wsize to be negotiated values by Steve French · 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
- 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
- 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
- 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
- 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
- bf80e5d cifs: Send witness register and unregister commands to userspace daemon by Samuel Cabrero · 4 years, 1 month ago
- 0ac4e29 cifs: add witness mount option and data structs by Samuel Cabrero · 4 years, 1 month ago
- bc04499 cifs: minor kernel style fixes for comments by Steve French · 4 years, 1 month ago
- a87e672 cifs: Make extract_hostname function public by Samuel Cabrero · 4 years, 1 month ago
- a2a52a8 cifs: get rid of cifs_sb->mountdata by Ronnie Sahlberg · 4 years, 2 months ago
- d17abdf7 cifs: add an smb3_fs_context to cifs_sb by Ronnie Sahlberg · 4 years, 2 months ago
- 4deb075 cifs: remove the devname argument to cifs_compose_mount_options by Ronnie Sahlberg · 4 years, 1 month ago
- 24e0a1e cifs: switch to new mount api by Ronnie Sahlberg · 4 years, 1 month ago
- 66e7b09 cifs: move cifs_parse_devname to fs_context.c by Ronnie Sahlberg · 4 years, 2 months ago
- 15c7d09 cifs: move the enum for cifs parameters into fs_context.h by Ronnie Sahlberg · 4 years, 2 months ago
- 3fa1c6d cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h by Ronnie Sahlberg · 4 years, 1 month ago
- 59463eb cifs: add NULL check for ses->tcon_ipc by Aurelien Aptel · 4 years, 1 month ago
- 2122533 cifs: fix potential use-after-free in cifs_echo_request() by Paulo Alcantara · 4 years, 1 month ago
- 555782a cifs: move smb version mount options into fs_context.c by Ronnie Sahlberg · 4 years, 3 months ago
- 2f20f07 cifs: move cache mount options to fs_context.ch by Ronnie Sahlberg · 4 years, 3 months ago
- 5c6e5aa cifs: move security mount options into fs_context.ch by Ronnie Sahlberg · 4 years, 3 months ago
- 3c6e65e smb3: do not try to cache root directory if dir leases not supported by Steve French · 4 years, 3 months ago
- def6e1d cifs: Print the address and port we are connecting to in generic_ip_connect() by Samuel Cabrero · 4 years, 3 months ago
- 8e670f7 Handle STATUS_IO_TIMEOUT gracefully by Rohith Surabattula · 4 years, 4 months ago
- 3edd8db Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 4 months ago
- e183785 cifs: fix check of tcon dfs in smb1 by Paulo Alcantara · 4 years, 5 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- f6513bd Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 5 months ago
- 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
- 20b135e cifs: Fix an error pointer dereference in cifs_mount() by Dan Carpenter · 4 years, 5 months ago
- 7efd081 cifs: document and cleanup dfs mount by Paulo Alcantara · 4 years, 6 months ago
- 11375a5 cifs: only update prefix path of DFS links in cifs_tree_connect() by Paulo Alcantara · 4 years, 6 months ago
- c6a80e1 cifs: fix double free error on share and prefix by Colin Ian King · 4 years, 5 months ago
- 7548e1d cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect by Paulo Alcantara · 4 years, 6 months ago
- a529303 cifs: handle empty list of targets in cifs_reconnect() by Paulo Alcantara · 4 years, 6 months ago
- 7d397a0 cifs: rename reconn_inval_dfs_target() by Paulo Alcantara · 4 years, 6 months ago
- 565674d cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect() by Stefan Metzmacher · 4 years, 6 months ago
- 1a0e7f7 cifs: convert to use be32_add_cpu() by Qinglang Miao · 4 years, 6 months ago
- 5391b8e SMB3: Honor 'posix' flag for multiuser mounts by Paul Aurich · 4 years, 7 months ago
- 6b356f6c SMB3: Honor 'handletimeout' flag for multiuser mounts by Paul Aurich · 4 years, 7 months ago
- ad35f16 SMB3: Honor lease disabling for multiuser mounts by Paul Aurich · 4 years, 7 months ago
- 00dfbc2 SMB3: Honor persistent/resilient handle flags for multiuser mounts by Paul Aurich · 4 years, 7 months ago
- cc15461 SMB3: Honor 'seal' flag for multiuser mounts by Paul Aurich · 4 years, 7 months ago
- 3803d5e Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 7 months ago
- 1ee0e6d smb3: default to minimum of two channels when multichannel specified by Steve French · 4 years, 7 months ago
- a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 9 months ago
- 82e9367 smb3: Add new parm "nodelete" by Steve French · 4 years, 8 months ago
- baf3f08 cifs: get rid of unused parameter in reconn_setup_dfs_targets() by Paulo Alcantara · 4 years, 8 months ago
- e4af35f cifs: handle hostnames that resolve to same ip in failover by Paulo Alcantara · 4 years, 8 months ago
- aaa3aef cifs: set up next DFS target before generic_ip_connect() by Paulo Alcantara · 4 years, 8 months ago
- 8fd6e1d cifs: handle "nolease" option for vers=1.0 by Kenneth D'souza · 4 years, 8 months ago
- 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 8 months ago
- 65303de cifs: do not share tcons with DFS by Paulo Alcantara · 4 years, 9 months ago
- fada37f cifs: protect updating server->dstaddr with a spinlock by Ronnie Sahlberg · 4 years, 9 months ago
- dc92027 cifs: clear PF_MEMALLOC before exiting demultiplex thread by Eric Biggers · 4 years, 10 months ago
- ba55344 CIFS: Warn less noisily on default mount by Steve French · 4 years, 10 months ago
- 8fe0c2c cifs: print warning mounting with vers=1.0 by Steve French · 4 years, 11 months ago
- e2e8751 cifs: call wake_up(&server->response_q) inside of cifs_reconnect() by Stefan Metzmacher · 4 years, 11 months ago
- bacd704 cifs: handle prefix paths in reconnect by Paulo Alcantara (SUSE) · 4 years, 11 months ago
- f52aa79 cifs: Fix mode output in debugging statements by Frank Sorenson · 5 years ago
- 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
- fe12926 cifs: fix NULL dereference in match_prepath by Ronnie Sahlberg · 5 years ago
- 3345bb4 cifs: Fix lookup of SMB connections on multichannel by Paulo Alcantara (SUSE) · 5 years ago
- 5bb30a4 cifs: Fix retrieval of DFS referrals in cifs_mount() by Paulo Alcantara (SUSE) · 5 years ago
- 8354d88 cifs: Fix use-after-free bug in cifs_reconnect() by Paulo Alcantara (SUSE) · 5 years ago