summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-08-3121-763/+128
|\
| * cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETEDRonnie Sahlberg2021-08-251-1/+22
| * cifs: cifs_md4 convert to SPDX identifierSteve French2021-08-251-1/+0
| * cifs: create a MD4 module and switch cifs.ko to use itRonnie Sahlberg2021-08-253-15/+9
| * cifs: fork arc4 and create a separate module for it for cifs and other usersRonnie Sahlberg2021-08-252-5/+4
| * cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-2514-720/+5
| * cifs: enable fscache usage even for files opened as rwShyam Prasad N2021-08-256-11/+76
| * smb3: fix posix extensions mount optionSteve French2021-08-251-2/+9
| * cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui2021-08-251-1/+1
| * CIFS: Fix a potencially linear read overflowLen Baker2021-08-251-7/+2
* | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-301-0/+2
|\ \ | |/ |/|
| * cifs: Fix race between hole punch and page faultJan Kara2021-07-131-0/+2
* | cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula2021-08-123-30/+56
* | cifs: Handle race conditions during renameRohith Surabattula2021-08-122-7/+28
* | cifs: use the correct max-length for dentry_path_raw()Ronnie Sahlberg2021-08-101-1/+1
* | cifs: create sd context must be a multiple of 8Shyam Prasad N2021-08-051-1/+1
* | cifs: add missing parsing of backupuidRonnie Sahlberg2021-07-281-0/+7
* | smb3: rc uninitialized in one fallocate pathSteve French2021-07-261-1/+2
* | SMB3: fix readpage for large swap cacheSteve French2021-07-261-1/+1
* | cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg2021-07-221-5/+18
* | CIFS: Clarify SMB1 code for POSIX delete fileSteve French2021-07-221-2/+5
* | CIFS: Clarify SMB1 code for POSIX CreateSteve French2021-07-221-1/+2
* | cifs: support share failover when remountingPaulo Alcantara2021-07-224-40/+203
* | cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg2021-07-221-7/+19
* | cifs: do not share tcp sessions of dfs connectionsPaulo Alcantara2021-07-162-3/+38
* | SMB3.1.1: fix mount failure to some servers when compression enabledSteve French2021-07-151-0/+1
* | cifs: added WARN_ON for all the count decrementsShyam Prasad N2021-07-152-0/+11
* | cifs: fix missing null session check in mountSteve French2021-07-151-1/+1
* | cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara2021-07-151-4/+2
* | cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee2021-07-141-2/+2
* | cifs: Do not use the original cruid when following DFS links for multiuser mo...Ronnie Sahlberg2021-07-141-0/+4
* | cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N2021-07-146-10/+65
|/
* cifs: update internal version numberSteve French2021-07-091-1/+1
* cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara2021-07-091-0/+3
* SMB3.1.1: Add support for negotiating signing algorithmSteve French2021-07-094-11/+86
* cifs: use helpers when parsing uid/gid mount options and validate themRonnie Sahlberg2021-07-082-5/+20
* CIFS: Clarify SMB1 code for POSIX LockSteve French2021-07-071-1/+2
* CIFS: Clarify SMB1 code for rename open fileSteve French2021-07-071-1/+2
* CIFS: Clarify SMB1 code for deleteSteve French2021-07-071-1/+2
* CIFS: Clarify SMB1 code for SetFileSizeSteve French2021-07-071-2/+2
* smb3: fix typo in header fileSteve French2021-07-051-1/+1
* CIFS: Clarify SMB1 code for UnixSetPathInfoSteve French2021-07-021-3/+2
* CIFS: Clarify SMB1 code for UnixCreateSymLinkSteve French2021-07-021-1/+2
* cifs: clarify SMB1 code for UnixCreateHardLinkSteve French2021-07-022-1/+3
* cifs: make locking consistent around the server session statusSteve French2021-07-023-1/+9
* smb3: prevent races updating CurrentMidSteve French2021-06-252-1/+4
* cifs: fix missing spinlock around update to ses->statusSteve French2021-06-242-2/+6
* cifs: missing null pointer check in cifs_mountSteve French2021-06-231-1/+1
* smb3: fix possible access to uninitialized pointer to DACLSteve French2021-06-231-1/+1
* cifs: missing null check for newinode pointerSteve French2021-06-231-4/+5