summaryrefslogtreecommitdiff
path: root/fs/cifs/cifssmb.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-5936/+0
2023-04-07cifs: double lock in cifs_reconnect_tcon()Dan Carpenter1-1/+1
2023-03-31cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara1-2/+7
2023-03-31cifs: avoid races in parallel reconnects in smb1Paulo Alcantara1-6/+15
2023-03-24smb3: fix unusable share after force unmount failureSteve French1-4/+2
2023-03-02cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara1-40/+3
2023-02-23Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-26/+22
2023-02-21cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells1-10/+5
2023-02-20cifs: Convert struct fealist away from 1-element arrayKees Cook1-8/+8
2023-02-20cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke1-8/+9
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-10-20cifs: use stub posix acl handlersChristian Brauner1-298/+0
2022-10-20cifs: implement set acl methodChristian Brauner1-0/+160
2022-10-20cifs: implement get acl methodChristian Brauner1-0/+196
2022-10-13cifs: use ALIGN() and round_up() macrosEnzo Matsumiya1-1/+1
2022-10-06cifs: Replace a couple of one-element arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-08-05cifs: remove useless DeleteMidQEntry()Enzo Matsumiya1-3/+3
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French1-451/+2
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N1-14/+14
2022-08-01cifs: remove redundant initialization to variable mnt_sign_enabledColin Ian King1-1/+1
2022-05-24cifs: use new enum for ses_statusShyam Prasad N1-1/+1
2022-05-19cifs: fix signed integer overflow when fl_end is OFFSET_MAXPaulo Alcantara1-1/+2
2022-04-02Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-6/+5
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-1/+1
2022-03-29smb3: cleanup and clarify status of tree connectionsSteve French1-6/+5
2022-01-08cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N1-8/+16
2022-01-08cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N1-1/+11
2022-01-03cifs: reconnect only the connection and not smb session where possibleShyam Prasad N1-1/+1
2022-01-03cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N1-5/+7
2022-01-03cifs: track individual channel status using chans_need_reconnectShyam Prasad N1-6/+42
2021-09-13cifs: remove pathname for file from SPDX headerSteve French1-1/+0
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg1-105/+1
2021-08-25cifs: enable fscache usage even for files opened as rwShyam Prasad N1-0/+1
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-08CIFS: Clarify SMB1 code for POSIX LockSteve French1-1/+2
2021-07-08CIFS: Clarify SMB1 code for rename open fileSteve French1-1/+2
2021-07-07CIFS: Clarify SMB1 code for deleteSteve French1-1/+2
2021-07-07CIFS: Clarify SMB1 code for SetFileSizeSteve French1-2/+2
2021-07-03CIFS: Clarify SMB1 code for UnixSetPathInfoSteve French1-3/+2
2021-07-03CIFS: Clarify SMB1 code for UnixCreateSymLinkSteve French1-1/+2
2021-07-03cifs: clarify SMB1 code for UnixCreateHardLinkSteve French1-1/+2
2021-06-21cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-06-21cifs: remove redundant initialization of variable rcColin Ian King1-1/+1
2021-04-26cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg1-1/+1
2021-04-26cifs: remove old dead codeAurelien Aptel1-50/+0
2021-02-26cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells1-3/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-03cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Stefan Metzmacher1-111/+1
2020-08-03cifs: smb1: Try failing back to SetFileInfo if SetPathInfo failsRonnie Sahlberg1-1/+38