- 4d069f6 cifs: update internal version number by Steve French · 3 years, 6 months ago
- 03313d1 cifs: prevent NULL deref in cifs_compose_mount_options() by Paulo Alcantara · 3 years, 6 months ago
- 53d31a3 SMB3.1.1: Add support for negotiating signing algorithm by Steve French · 3 years, 6 months ago
- e0a3cbc cifs: use helpers when parsing uid/gid mount options and validate them by Ronnie Sahlberg · 3 years, 6 months ago
- d4dc277 CIFS: Clarify SMB1 code for POSIX Lock by Steve French · 3 years, 6 months ago
- f371793 CIFS: Clarify SMB1 code for rename open file by Steve French · 3 years, 6 months ago
- 2a780e8 CIFS: Clarify SMB1 code for delete by Steve French · 3 years, 6 months ago
- e3973ea CIFS: Clarify SMB1 code for SetFileSize by Steve French · 3 years, 6 months ago
- 90810c2 smb3: fix typo in header file by Steve French · 3 years, 6 months ago
- b019e11 CIFS: Clarify SMB1 code for UnixSetPathInfo by Steve French · 3 years, 6 months ago
- ded2d99 CIFS: Clarify SMB1 code for UnixCreateSymLink by Steve French · 3 years, 6 months ago
- 819f916 cifs: clarify SMB1 code for UnixCreateHardLink by Steve French · 3 years, 6 months ago
- 01cf308 cifs: make locking consistent around the server session status by Steve French · 3 years, 6 months ago
- 0fa757b smb3: prevent races updating CurrentMid by Steve French · 3 years, 6 months ago
- 0060a4f cifs: fix missing spinlock around update to ses->status by Steve French · 3 years, 6 months ago
- 162004a cifs: missing null pointer check in cifs_mount by Steve French · 3 years, 6 months ago
- a562826 smb3: fix possible access to uninitialized pointer to DACL by Steve French · 3 years, 6 months ago
- 0917310 cifs: missing null check for newinode pointer by Steve French · 3 years, 6 months ago
- 4c4a525 cifs: remove two cases where rc is set unnecessarily in sid_to_id by Steve French · 3 years, 6 months ago
- 2438c0b SMB3: Add new info level for query directory by Steve French · 3 years, 6 months ago
- 1689b0b cifs: fix NULL dereference in smb2_check_message() by Dan Carpenter · 3 years, 6 months ago
- 0555b22 smbdirect: missing rc checks while waiting for rdma events by Steve French · 3 years, 6 months ago
- fbcff33 cifs: Avoid field over-reading memcpy() by Kees Cook · 3 years, 6 months ago
- e0ae8a9 smb311: remove dead code for non compounded posix query info by Steve French · 3 years, 7 months ago
- e39df24 cifs: fix SMB1 error path in cifs_get_file_info_unix by Steve French · 3 years, 7 months ago
- ff93b71 smb3: fix uninitialized value for port in witness protocol move by Steve French · 3 years, 7 months ago
- 3559134 cifs: fix unneeded null check by Steve French · 3 years, 7 months ago
- 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 7 months ago
- a506ccb cifs: convert list_for_each to entry variant in cifs_debug.c by Baokun Li · 3 years, 7 months ago
- 647f592 cifs: convert list_for_each to entry variant in smb2misc.c by Baokun Li · 3 years, 7 months ago
- ca38fab cifs: avoid extra calls in posix_info_parse by Ronnie Sahlberg · 3 years, 7 months ago
- 6efa994 cifs: retry lookup and readdir when EAGAIN is returned. by Thiago Rafael Becker · 3 years, 7 months ago
- 889c2a7 cifs: fix check of dfs interlinks by Paulo Alcantara · 3 years, 7 months ago
- 0475c36 cifs: decoding negTokenInit with generic ASN1 decoder by Hyunchul Lee · 3 years, 7 months ago
- 1023e90 cifs: avoid starvation when refreshing dfs cache by Paulo Alcantara · 3 years, 7 months ago
- 0d52df8 cifs: enable extended stats by default by Steve French · 3 years, 7 months ago
- e695a9a cifs: missed ref-counting smb session in find by Shyam Prasad N · 3 years, 7 months ago
- f3c852b cifs: do not share tcp servers with dfs mounts by Paulo Alcantara · 3 years, 7 months ago
- c950fc7 cifs: set a minimum of 2 minutes for refreshing dfs cache by Paulo Alcantara · 3 years, 7 months ago
- 42caeba cifs: fix path comparison and hash calc by Paulo Alcantara · 3 years, 7 months ago
- c870a8e cifs: handle different charsets in dfs cache by Paulo Alcantara · 3 years, 7 months ago
- c9f7110 cifs: keep referral server sessions alive by Paulo Alcantara · 3 years, 7 months ago
- 2b133b7 cifs: get rid of @noreq param in __dfs_cache_find() by Paulo Alcantara · 3 years, 7 months ago
- f3191fc cifs: do not send tree disconnect to ipc shares by Paulo Alcantara · 3 years, 7 months ago
- 966a3cb cifs: improve fallocate emulation by Ronnie Sahlberg · 3 years, 7 months ago
- aaf36df cifs: fix doc warnings in cifs_dfs_ref.c by Baokun Li · 3 years, 7 months ago
- 032e091 cifs: remove redundant initialization of variable rc by Colin Ian King · 3 years, 7 months ago
- 57c8ce7 cifs: Constify static struct genl_ops by Rikard Falkeborn · 3 years, 7 months ago
- a23a71a cifs: Remove unused inline function is_sysvol_or_netlogon() by YueHaibing · 3 years, 7 months ago
- f275652 cifs: remove duplicated prototype by Steve French · 3 years, 7 months ago
- 5e53895 cifs: fix ipv6 formating in cifs_ses_add_channel by Aurelien Aptel · 3 years, 7 months ago
- 1bb5681 cifs: change format of CIFS_FULL_KEY_DUMP ioctl by Aurelien Aptel · 3 years, 7 months ago
- eb06881 cifs: fix string declarations and assignments in tracepoints by Shyam Prasad N · 3 years, 7 months ago
- 6d2fcfe cifs: set server->cipher_type to AES-128-CCM for SMB3.0 by Aurelien Aptel · 3 years, 7 months ago
- 9687c85 Fix KASAN identified use-after-free issue. by Rohith Surabattula · 3 years, 8 months ago
- 0ab95c2 Defer close only when lease is enabled. by Rohith Surabattula · 3 years, 8 months ago
- 860b69a Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled. by Rohith Surabattula · 3 years, 8 months ago
- e83aa35 cifs: Fix inconsistent indenting by Jiapeng Chong · 3 years, 8 months ago
- d201d76 cifs: fix memory leak in smb2_copychunk_range by Ronnie Sahlberg · 3 years, 8 months ago
- c0d4671 SMB3: incorrect file id in requests compounded with open by Steve French · 3 years, 8 months ago
- 4236a26 cifs: remove deadstore in cifs_close_all_deferred_files() by wenhuizhang · 3 years, 8 months ago
- c1f8a39 smb3: if max_channels set to more than one channel request multichannel by Steve French · 3 years, 8 months ago
- 9c2dc11 smb3: do not attempt multichannel to server which does not support it by Steve French · 3 years, 8 months ago
- 679971e smb3: when mounting with multichannel include it in requested capabilities by Steve French · 3 years, 8 months ago
- 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
- bae4c0c fs/cifs: Fix resource leak by Khaled ROMDHANI · 3 years, 8 months ago
- 78c0963 Cifs: Fix kernel oops caused by deferred close for files. by Rohith Surabattula · 3 years, 9 months ago
- 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, 8 months ago
- 7ba3d1c smb3.1.1: allow dumping keys for multiuser mounts by Steve French · 3 years, 8 months ago
- aa22ebc smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted shares by Steve French · 3 years, 8 months ago
- 087f757 cifs: add shutdown support by Steve French · 3 years, 8 months ago
- c3f207a cifs: Deferred close for files by Rohith Surabattula · 3 years, 9 months ago
- fee742b smb3.1.1: enable negotiating stronger encryption by default by Steve French · 3 years, 8 months ago
- 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
- a8a6082 cifs: update internal version number by Steve French · 3 years, 9 months ago
- b8d64f8 smb3: add rasize mount parameter to improve readahead performance by Steve French · 3 years, 8 months ago
- 423333b smb3: limit noisy error by Steve French · 3 years, 9 months ago
- 315db9a cifs: fix leak in cifs_smb3_do_mount() ctx by David Disseldorp · 3 years, 8 months ago
- ad7567b cifs: remove unnecessary copies of tcon->crfid.fid by Muhammad Usama Anjum · 3 years, 9 months ago
- 83728cb cifs: Return correct error code from smb2_get_enc_key by Paul Aurich · 3 years, 9 months ago
- a637f4a cifs: fix out-of-bound memory access when calling smb3_notify() at mount point by Eugene Korenevsky · 3 years, 9 months ago
- ccd48ec smb2: fix use-after-free in smb2_ioctl_query_info() by Aurelien Aptel · 3 years, 9 months ago
- 94b0595a cifs: export supported mount options via new mount_params /proc file by Aurelien Aptel · 3 years, 10 months ago
- 24feddd cifs: log mount errors using cifs_errorf() by Aurelien Aptel · 3 years, 10 months ago
- d9a8692 cifs: add fs_context param to parsing helpers by Aurelien Aptel · 3 years, 10 months ago
- 9d4ac8b cifs: make fs_context error logging wrapper by Aurelien Aptel · 3 years, 10 months ago
- 7fe6fe9 cifs: add FALLOC_FL_INSERT_RANGE support by Ronnie Sahlberg · 3 years, 9 months ago
- 5476b5d cifs: add support for FALLOC_FL_COLLAPSE_RANGE by Ronnie Sahlberg · 3 years, 9 months ago
- f6d2353 cifs: check the timestamp for the cached dirent when deciding on revalidate by Ronnie Sahlberg · 3 years, 10 months ago
- ed8561f cifs: pass the dentry instead of the inode down to the revalidation check functions by Ronnie Sahlberg · 3 years, 10 months ago
- ed20f54 cifs: add a timestamp to track when the lease of the cached dir was taken by Ronnie Sahlberg · 3 years, 10 months ago
- 6ef4e9c cifs: add a function to get a cached dir based on its dentry by Ronnie Sahlberg · 3 years, 10 months ago
- 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
- 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
- 45c0f1a cifs: rename the *_shroot* functions to *_cached_dir* by Ronnie Sahlberg · 3 years, 10 months ago
- e6eb195 cifs: pass a path to open_shroot and check if it is the root or not by Ronnie Sahlberg · 3 years, 10 months ago
- 4df3d97 cifs: move the check for nohandlecache into open_shroot by Ronnie Sahlberg · 3 years, 10 months ago
- 991e72eb cifs: switch build_path_from_dentry() to using dentry_path_raw() by Al Viro · 3 years, 10 months ago