summaryrefslogtreecommitdiff
path: root/fs/cifs/cifssmb.c
AgeCommit message (Expand)Author
2023-05-24smb: move client and server files to common directory fs/smbSteve French
2023-04-06cifs: double lock in cifs_reconnect_tcon()Dan Carpenter
2023-03-30cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara
2023-03-30cifs: avoid races in parallel reconnects in smb1Paulo Alcantara
2023-03-24smb3: fix unusable share after force unmount failureSteve French
2023-03-01cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-02-20cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells
2023-02-20cifs: Convert struct fealist away from 1-element arrayKees Cook
2023-02-20cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2022-10-20cifs: use stub posix acl handlersChristian Brauner
2022-10-20cifs: implement set acl methodChristian Brauner
2022-10-20cifs: implement get acl methodChristian Brauner
2022-10-13cifs: use ALIGN() and round_up() macrosEnzo Matsumiya
2022-10-05cifs: Replace a couple of one-element arrays with flexible-array membersGustavo A. R. Silva
2022-08-05cifs: remove useless DeleteMidQEntry()Enzo Matsumiya
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N
2022-08-01cifs: remove redundant initialization to variable mnt_sign_enabledColin Ian King
2022-05-24cifs: use new enum for ses_statusShyam Prasad N
2022-05-19cifs: fix signed integer overflow when fl_end is OFFSET_MAXPaulo Alcantara
2022-04-01Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2022-03-28smb3: cleanup and clarify status of tree connectionsSteve French
2022-01-07cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N
2022-01-07cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N
2022-01-02cifs: reconnect only the connection and not smb session where possibleShyam Prasad N
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N
2022-01-02cifs: track individual channel status using chans_need_reconnectShyam Prasad N
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg
2021-08-25cifs: enable fscache usage even for files opened as rwShyam Prasad N
2021-07-22CIFS: Clarify SMB1 code for POSIX delete fileSteve French
2021-07-22CIFS: Clarify SMB1 code for POSIX CreateSteve French
2021-07-07CIFS: Clarify SMB1 code for POSIX LockSteve French
2021-07-07CIFS: Clarify SMB1 code for rename open fileSteve French
2021-07-07CIFS: Clarify SMB1 code for deleteSteve French
2021-07-07CIFS: Clarify SMB1 code for SetFileSizeSteve French
2021-07-02CIFS: Clarify SMB1 code for UnixSetPathInfoSteve French
2021-07-02CIFS: Clarify SMB1 code for UnixCreateSymLinkSteve French
2021-07-02cifs: clarify SMB1 code for UnixCreateHardLinkSteve French
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French
2021-06-20cifs: remove redundant initialization of variable rcColin Ian King
2021-04-25cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg
2021-04-25cifs: remove old dead codeAurelien Aptel
2021-02-25cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-02cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Stefan Metzmacher
2020-08-02cifs: smb1: Try failing back to SetFileInfo if SetPathInfo failsRonnie Sahlberg