summaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg2021-07-231-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-161-0/+1
* cifs: added WARN_ON for all the count decrementsShyam Prasad N2021-07-162-0/+11
* cifs: fix missing null session check in mountSteve French2021-07-161-1/+1
* cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara2021-07-161-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-092-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-031-3/+2
* CIFS: Clarify SMB1 code for UnixCreateSymLinkSteve French2021-07-031-1/+2
* cifs: clarify SMB1 code for UnixCreateHardLinkSteve French2021-07-032-1/+3
* cifs: make locking consistent around the server session statusSteve French2021-07-033-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-241-1/+1
* smb3: fix possible access to uninitialized pointer to DACLSteve French2021-06-241-1/+1
* cifs: missing null check for newinode pointerSteve French2021-06-241-4/+5
* cifs: remove two cases where rc is set unnecessarily in sid_to_idSteve French2021-06-231-2/+0
* SMB3: Add new info level for query directorySteve French2021-06-232-3/+38
* cifs: fix NULL dereference in smb2_check_message()Dan Carpenter2021-06-231-3/+2
* smbdirect: missing rc checks while waiting for rdma eventsSteve French2021-06-221-2/+12
* cifs: Avoid field over-reading memcpy()Kees Cook2021-06-221-1/+4
* smb311: remove dead code for non compounded posix query infoSteve French2021-06-211-0/+4
* cifs: fix SMB1 error path in cifs_get_file_info_unixSteve French2021-06-211-1/+4
* smb3: fix uninitialized value for port in witness protocol moveSteve French2021-06-211-7/+3
* cifs: fix unneeded null checkSteve French2021-06-211-4/+2
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-2145-562/+45
* cifs: convert list_for_each to entry variant in cifs_debug.cBaokun Li2021-06-211-17/+7
* cifs: convert list_for_each to entry variant in smb2misc.cBaokun Li2021-06-211-25/+8
* cifs: avoid extra calls in posix_info_parseRonnie Sahlberg2021-06-211-11/+9
* cifs: retry lookup and readdir when EAGAIN is returned.Thiago Rafael Becker2021-06-212-0/+9
* cifs: fix check of dfs interlinksPaulo Alcantara2021-06-211-4/+3
* cifs: decoding negTokenInit with generic ASN1 decoderHyunchul Lee2021-06-214-588/+85
* cifs: avoid starvation when refreshing dfs cachePaulo Alcantara2021-06-211-40/+105
* cifs: enable extended stats by defaultSteve French2021-06-211-2/+2
* cifs: missed ref-counting smb session in findShyam Prasad N2021-06-211-1/+11