- a310808 cifs: sanitize multiple delimiters in prepath by Thiago Rafael Becker · 3 years ago
- b774302 cifs: ignore resource_id while getting fscache super cookie by Shyam Prasad N · 3 years, 1 month ago
- 9de0737 cifs: fix ntlmssp auth when there is no key exchange by Paulo Alcantara · 3 years, 1 month ago
- bbb9db5 cifs: avoid use of dstaddr as key for fscache client cookie by Shyam Prasad N · 3 years, 1 month ago
- 2adc820 cifs: add server conn_id to fscache client cookie by Shyam Prasad N · 3 years, 1 month ago
- 5bf91ef cifs: wait for tcon resource_id before getting fscache super by Shyam Prasad N · 3 years, 1 month ago
- 65de262 cifs: fix missed refcounting of ipc tcon by Paulo Alcantara · 3 years, 1 month ago
- 0b03fe6 cifs: update internal version number by Steve French · 3 years, 1 month ago
- 350f4a5 smb2: clarify rc initialization in smb2_reconnect by Steve French · 3 years, 1 month ago
- 5112d80 cifs: populate server_hostname for extra channels by Shyam Prasad N · 3 years, 1 month ago
- b9ad6b5 cifs: nosharesock should be set on new server by Shyam Prasad N · 3 years, 1 month ago
- 8ae87bb cifs: introduce cifs_ses_mark_for_reconnect() helper by Paulo Alcantara · 3 years, 1 month ago
- 446e214 cifs: protect srv_count with cifs_tcp_ses_lock by Steve French · 3 years, 1 month ago
- 0226487 cifs: move debug print out of spinlock by Steve French · 3 years, 1 month ago
- 46bb1b9 cifs: do not duplicate fscache cookie for secondary channels by Shyam Prasad N · 3 years, 5 months ago
- 0f2b305 cifs: connect individual channel servers to primary channel server by Shyam Prasad N · 3 years, 5 months ago
- 724244c cifs: protect session channel fields with chan_lock by Shyam Prasad N · 3 years, 5 months ago
- 8e07757 cifs: do not negotiate session if session already exists by Shyam Prasad N · 3 years, 5 months ago
- 0210274 smb3: do not setup the fscache_super_cookie until fsinfo initialized by Steve French · 3 years, 2 months ago
- 7f28af9 cifs: fix potential use-after-free bugs by Paulo Alcantara · 3 years, 2 months ago
- 869da64 cifs: fix memory leak of smb3_fs_context_dup::server_hostname by Paulo Alcantara · 3 years, 2 months ago
- ca780da smb3: add additional null check in SMB311_posix_mkdir by Steve French · 3 years, 2 months ago
- 9e7ffa7 cifs: release lock earlier in dequeue_mid error case by Steve French · 3 years, 2 months ago
- bac3539 smb3: add additional null check in SMB2_tcon by Steve French · 3 years, 2 months ago
- 6b78951 smb3: add additional null check in SMB2_open by Steve French · 3 years, 2 months ago
- 4d9beec smb3: add additional null check in SMB2_ioctl by Steve French · 3 years, 2 months ago
- 0e62904 smb3: remove trivial dfs compile warning by Steve French · 3 years, 2 months ago
- c88f7dc cifs: support nested dfs links over reconnect by Paulo Alcantara · 3 years, 2 months ago
- 71e6864 smb3: do not error on fsync when readonly by Steve French · 3 years, 2 months ago
- b6f2a0f cifs: for compound requests, use open handle if possible by Shyam Prasad N · 3 years, 5 months ago
- 4ac0536 cifs: set a minimum of 120s for next dns resolution by Paulo Alcantara · 3 years, 2 months ago
- bbcce36 cifs: split out dfs code from cifs_reconnect() by Paulo Alcantara · 3 years, 2 months ago
- ae0abb4 cifs: convert list_for_each to entry variant by Paulo Alcantara · 3 years, 2 months ago
- 43b459a cifs: introduce new helper for cifs_reconnect() by Paulo Alcantara · 3 years, 2 months ago
- efb21d7 cifs: fix print of hdr_flags in dfscache_proc_show() by Paulo Alcantara · 3 years, 3 months ago
- 49bd49f cifs: send workstation name during ntlmssp session setup by Shyam Prasad N · 3 years, 2 months ago
- c9f1c19 cifs: nosharesock should not share socket with future sessions by Shyam Prasad N · 3 years, 2 months ago
- b5013d0 Merge tag '5.16-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 2 months ago
- d7171cd smb3: add dynamic trace points for socket connection by Steve French · 3 years, 2 months ago
- c462870 cifs: Move SMB2_Create definitions to the shared area by Ronnie Sahlberg · 3 years, 4 months ago
- d8d9de5 cifs: Move more definitions into the shared area by Ronnie Sahlberg · 3 years, 4 months ago
- fc0b384 cifs: move NEGOTIATE_PROTOCOL definitions out into the common area by Ronnie Sahlberg · 3 years, 4 months ago
- 0d35e38 cifs: Create a new shared file holding smb2 pdu definitions by Ronnie Sahlberg · 3 years, 2 months ago
- 7ae5e58 cifs: add mount parameter tcpnodelay by Steve French · 3 years, 2 months ago
- 7be3248 cifs: To match file servers, make sure the server hostname matches by Shyam Prasad N · 3 years, 2 months ago
- 6b19b76 fs: get rid of the res2 iocb->ki_complete argument by Jens Axboe · 3 years, 2 months ago
- 9ed38fd cifs: fix incorrect check for null pointer in header_assemble by Steve French · 3 years, 3 months ago
- 1db1aa9 smb3: correct server pointer dereferencing check to be more consistent by Steve French · 3 years, 3 months ago
- b06d893 smb3: correct smb3 ACL security descriptor by Steve French · 3 years, 3 months ago
- 4f22262 cifs: Clear modified attribute bit from inode flags by Steve French · 3 years, 3 months ago
- 03ab9cb cifs: Deal with some warnings from W=1 by David Howells · 3 years, 3 months ago
- e946d3c cifs: fix a sign extension bug by Dan Carpenter · 3 years, 3 months ago
- 35866f3 cifs: Not to defer close on file when lock is set by Rohith Surabattula · 3 years, 3 months ago
- 71826b0 cifs: Fix soft lockup during fsstress by Rohith Surabattula · 3 years, 3 months ago
- e3fc065 cifs: Deferred close performance improvements by Rohith Surabattula · 3 years, 3 months ago
- 4c51de1 cifs: fix incorrect kernel doc comments by Steve French · 3 years, 3 months ago
- 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 3 months ago
- 9351590 cifs: properly invalidate cached root handle when closing it by Enzo Matsumiya · 3 years, 4 months ago
- 8d014f5 cifs: move SMB FSCTL definitions to common code by Steve French · 3 years, 4 months ago
- 23e91d8 cifs: rename cifs_common to smbfs_common by Steve French · 3 years, 4 months ago
- fc111fb cifs: update FSCTL definitions by Steve French · 3 years, 4 months ago
- 9c849ce Merge tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 4 months ago
- 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, 4 months ago
- 3998f0b cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETED by Ronnie Sahlberg · 3 years, 4 months ago
- 38f4910 cifs: cifs_md4 convert to SPDX identifier by Steve French · 3 years, 4 months ago
- 42c2197 cifs: create a MD4 module and switch cifs.ko to use it by Ronnie Sahlberg · 3 years, 4 months ago
- 71c0286 cifs: fork arc4 and create a separate module for it for cifs and other users by Ronnie Sahlberg · 3 years, 4 months ago
- 76a3c92 cifs: remove support for NTLM and weaker authentication algorithms by Ronnie Sahlberg · 3 years, 4 months ago
- 18d0406 cifs: enable fscache usage even for files opened as rw by Shyam Prasad N · 3 years, 5 months ago
- 7321be2 smb3: fix posix extensions mount option by Steve French · 3 years, 4 months ago
- d72c741 cifs: fix wrong release in sess_alloc_buffer() failed path by Ding Hui · 3 years, 4 months ago
- f980d05 CIFS: Fix a potencially linear read overflow by Len Baker · 3 years, 4 months ago
- 9e99275 cifs: Call close synchronously during unlink/rename/lease break. by Rohith Surabattula · 3 years, 5 months ago
- 4153570 cifs: Handle race conditions during rename by Rohith Surabattula · 3 years, 5 months ago
- 981567b cifs: use the correct max-length for dentry_path_raw() by Ronnie Sahlberg · 3 years, 5 months ago
- 7d3fc01 cifs: create sd context must be a multiple of 8 by Shyam Prasad N · 3 years, 5 months ago
- b946dbc cifs: add missing parsing of backupuid by Ronnie Sahlberg · 3 years, 5 months ago
- 5ad4df5 smb3: rc uninitialized in one fallocate path by Steve French · 3 years, 5 months ago
- f2a26a3 SMB3: fix readpage for large swap cache by Steve French · 3 years, 5 months ago
- 488968a cifs: fix fallocate when trying to allocate a hole. by Ronnie Sahlberg · 3 years, 5 months ago
- 7b09d4e CIFS: Clarify SMB1 code for POSIX delete file by Steve French · 3 years, 5 months ago
- 21a6491 CIFS: Clarify SMB1 code for POSIX Create by Steve French · 3 years, 5 months ago
- b623661 cifs: support share failover when remounting by Paulo Alcantara · 3 years, 5 months ago
- 2485bd7 cifs: only write 64kb at a time when fallocating a small region of a file by Ronnie Sahlberg · 3 years, 5 months ago
- cdc3363 cifs: do not share tcp sessions of dfs connections by Paulo Alcantara · 3 years, 5 months ago
- 4511d7c SMB3.1.1: fix mount failure to some servers when compression enabled by Steve French · 3 years, 6 months ago
- 16dd9b8 cifs: added WARN_ON for all the count decrements by Shyam Prasad N · 3 years, 6 months ago
- 63f94e9 cifs: fix missing null session check in mount by Steve French · 3 years, 6 months ago
- 507345b cifs: handle reconnect of tcon when there is no cached dfs referral by Paulo Alcantara · 3 years, 6 months ago
- c9c9c68 cifs: fix the out of range assignment to bit fields in parse_server_interfaces by Hyunchul Lee · 3 years, 6 months ago
- 50630b3 cifs: Do not use the original cruid when following DFS links for multiuser mounts by Ronnie Sahlberg · 3 years, 6 months ago
- 506c1da cifs: use the expiry output of dns_query to schedule next resolution by Shyam Prasad N · 3 years, 7 months ago
- b092b3e cifs: Fix race between hole punch and page fault by Jan Kara · 3 years, 8 months ago
- 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