aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-23cifs: fix incorrect check for null pointer in header_assembleSteve French1-2/+3
2021-09-23smb3: correct server pointer dereferencing check to be more consistentSteve French1-1/+2
2021-09-23smb3: correct smb3 ACL security descriptorSteve French1-2/+2
2021-09-23cifs: Clear modified attribute bit from inode flagsSteve French1-1/+1
2021-09-23cifs: Deal with some warnings from W=1David Howells1-2/+12
2021-09-21cifs: fix a sign extension bugDan Carpenter1-1/+1
2021-09-17cifs: Not to defer close on file when lock is setRohith Surabattula2-0/+3
2021-09-17cifs: Fix soft lockup during fsstressRohith Surabattula1-2/+2
2021-09-17cifs: Deferred close performance improvementsRohith Surabattula3-3/+43
2021-09-13cifs: fix incorrect kernel doc commentsSteve French2-3/+11
2021-09-13cifs: remove pathname for file from SPDX headerSteve French46-47/+7
2021-09-09cifs: properly invalidate cached root handle when closing itEnzo Matsumiya1-7/+13
2021-09-09cifs: move SMB FSCTL definitions to common codeSteve French2-163/+1
2021-09-08cifs: rename cifs_common to smbfs_commonSteve French2-2/+2
2021-09-08cifs: update FSCTL definitionsSteve French1-3/+13
2021-08-31Merge tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds21-763/+128
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+2
2021-08-25cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETEDRonnie Sahlberg1-1/+22
2021-08-25cifs: cifs_md4 convert to SPDX identifierSteve French1-1/+0
2021-08-25cifs: create a MD4 module and switch cifs.ko to use itRonnie Sahlberg3-15/+9
2021-08-25cifs: fork arc4 and create a separate module for it for cifs and other usersRonnie Sahlberg2-5/+4
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg14-720/+5
2021-08-25cifs: enable fscache usage even for files opened as rwShyam Prasad N6-11/+76
2021-08-25smb3: fix posix extensions mount optionSteve French1-2/+9
2021-08-25cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui1-1/+1
2021-08-25CIFS: Fix a potencially linear read overflowLen Baker1-7/+2
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula3-30/+56
2021-08-12cifs: Handle race conditions during renameRohith Surabattula2-7/+28
2021-08-10cifs: use the correct max-length for dentry_path_raw()Ronnie Sahlberg1-1/+1
2021-08-05cifs: create sd context must be a multiple of 8Shyam Prasad N1-1/+1
2021-07-28cifs: add missing parsing of backupuidRonnie Sahlberg1-0/+7
2021-07-26smb3: rc uninitialized in one fallocate pathSteve French1-1/+2
2021-07-26SMB3: fix readpage for large swap cacheSteve French1-1/+1
2021-07-22cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg1-5/+18
2021-07-22CIFS: Clarify SMB1 code for POSIX delete fileSteve French1-2/+5
2021-07-22CIFS: Clarify SMB1 code for POSIX CreateSteve French1-1/+2
2021-07-22cifs: support share failover when remountingPaulo Alcantara4-40/+203
2021-07-22cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg1-7/+19
2021-07-16cifs: do not share tcp sessions of dfs connectionsPaulo Alcantara2-3/+38
2021-07-15SMB3.1.1: fix mount failure to some servers when compression enabledSteve French1-0/+1
2021-07-15cifs: added WARN_ON for all the count decrementsShyam Prasad N2-0/+11
2021-07-15cifs: fix missing null session check in mountSteve French1-1/+1
2021-07-15cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara1-4/+2
2021-07-14cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee1-2/+2
2021-07-14cifs: Do not use the original cruid when following DFS links for multiuser mountsRonnie Sahlberg1-0/+4
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N6-10/+65
2021-07-13cifs: Fix race between hole punch and page faultJan Kara1-0/+2
2021-07-09cifs: update internal version numberSteve French1-1/+1
2021-07-09cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara1-0/+3
2021-07-09SMB3.1.1: Add support for negotiating signing algorithmSteve French4-11/+86