aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifssmb.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-05cifs: remove useless DeleteMidQEntry()Gravatar Enzo Matsumiya 1-3/+3
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeGravatar Steve French 1-451/+2
2022-08-01cifs: avoid use of global locks for high contention dataGravatar Shyam Prasad N 1-14/+14
2022-08-01cifs: remove redundant initialization to variable mnt_sign_enabledGravatar Colin Ian King 1-1/+1
2022-05-24cifs: use new enum for ses_statusGravatar Shyam Prasad N 1-1/+1
2022-05-19cifs: fix signed integer overflow when fl_end is OFFSET_MAXGravatar Paulo Alcantara 1-1/+2
2022-04-01Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-6/+5
2022-04-01fs: Remove ->readpages address space operationGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-28smb3: cleanup and clarify status of tree connectionsGravatar Steve French 1-6/+5
2022-01-07cifs: maintain a state machine for tcp/smb/tcon sessionsGravatar Shyam Prasad N 1-8/+16
2022-01-07cifs: take cifs_tcp_ses_lock for status checksGravatar Shyam Prasad N 1-1/+11
2022-01-02cifs: reconnect only the connection and not smb session where possibleGravatar Shyam Prasad N 1-1/+1
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusGravatar Shyam Prasad N 1-5/+7
2022-01-02cifs: track individual channel status using chans_need_reconnectGravatar Shyam Prasad N 1-6/+42
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsGravatar Ronnie Sahlberg 1-105/+1
2021-08-25cifs: enable fscache usage even for files opened as rwGravatar Shyam Prasad N 1-0/+1
2021-07-22CIFS: Clarify SMB1 code for POSIX delete fileGravatar Steve French 1-2/+5
2021-07-22CIFS: Clarify SMB1 code for POSIX CreateGravatar Steve French 1-1/+2
2021-07-07CIFS: Clarify SMB1 code for POSIX LockGravatar Steve French 1-1/+2
2021-07-07CIFS: Clarify SMB1 code for rename open fileGravatar Steve French 1-1/+2
2021-07-07CIFS: Clarify SMB1 code for deleteGravatar Steve French 1-1/+2
2021-07-07CIFS: Clarify SMB1 code for SetFileSizeGravatar Steve French 1-2/+2
2021-07-02CIFS: Clarify SMB1 code for UnixSetPathInfoGravatar Steve French 1-3/+2
2021-07-02CIFS: Clarify SMB1 code for UnixCreateSymLinkGravatar Steve French 1-1/+2
2021-07-02cifs: clarify SMB1 code for UnixCreateHardLinkGravatar Steve French 1-1/+2
2021-06-20cifs: use SPDX-Licence-IdentifierGravatar Steve French 1-13/+1
2021-06-20cifs: remove redundant initialization of variable rcGravatar Colin Ian King 1-1/+1
2021-04-25cifs: rename the *_shroot* functions to *_cached_dir*Gravatar Ronnie Sahlberg 1-1/+1
2021-04-25cifs: remove old dead codeGravatar Aurelien Aptel 1-50/+0
2021-02-25cifs: use discard iterator to discard unneeded network data more efficientlyGravatar David Howells 1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-02cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Gravatar Stefan Metzmacher 1-111/+1
2020-08-02cifs: smb1: Try failing back to SetFileInfo if SetPathInfo failsGravatar Ronnie Sahlberg 1-1/+38
2020-06-01cifs: minor fix to two debug messagesGravatar Steve French 1-1/+1
2020-06-01cifs: Standardize logging outputGravatar Joe Perches 1-12/+12
2020-06-01cifs: handle hostnames that resolve to same ip in failoverGravatar Paulo Alcantara 1-18/+37
2020-06-01cifs: remove redundant initialization of variable rcGravatar Colin Ian King 1-1/+1
2020-05-14cifs: fix leaked reference on requeued writeGravatar Adam McCoy 1-1/+1
2020-04-15cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Gravatar Jones Syue 1-0/+4
2020-03-22cifs: make use of cap_unix(ses) in cifs_reconnect_tcon()Gravatar Stefan Metzmacher 1-1/+1
2020-03-22cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Gravatar Stefan Metzmacher 1-1/+0
2020-03-22cifs: handle prefix paths in reconnectGravatar Paulo Alcantara (SUSE) 1-4/+15
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitGravatar Aurelien Aptel 1-1/+2
2020-02-06cifs: fix soft mounts hanging in the reconnect codeGravatar Ronnie Sahlberg 1-1/+1
2020-01-26fs/cifs/cifssmb.c: use true,false for bool variableGravatar zhengbin 1-2/+2
2019-12-13CIFS: Close cached root handle only if it has a leaseGravatar Pavel Shilovsky 1-0/+3
2019-09-26smb3: pass mode bits into create callsGravatar Steve French 1-1/+2
2019-09-16fs: cifs: cifsssmb: remove redundant assignment to variable retGravatar Colin Ian King 1-1/+1
2019-08-27cifs: replace various strncpy with strscpy and similarGravatar Ronnie Sahlberg 1-132/+65