aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-14cifs: verify that tcon is valid before dereference in cifs_kill_sbGravatar Ronnie Sahlberg 1-3/+3
2022-04-08cifs: release cached dentries only if mount is completeGravatar Shyam Prasad N 1-13/+15
2022-04-08cifs: Check the IOCB_DIRECT flag, not O_DIRECTGravatar David Howells 1-1/+1
2022-04-01Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-2/+2
2022-03-28smb3: cleanup and clarify status of tree connectionsGravatar Steve French 1-2/+2
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-18cifs: we do not need a spinlock around the tree access during umountGravatar Ronnie Sahlberg 1-2/+0
2022-03-18Adjust cifssb maximum read sizeGravatar Rohith Surabattula 1-0/+3
2022-03-18cifs: fix handlecache and multiuserGravatar Ronnie Sahlberg 1-3/+10
2022-02-13cifs: fix double free race when mount fails in cifs_get_root()Gravatar Ronnie Sahlberg 1-0/+1
2022-01-19cifs: Support fscache indexing rewriteGravatar David Howells 1-8/+11
2022-01-15cifs: move superblock magic defitions to magic.hGravatar Jeff Layton 1-1/+2
2022-01-02cifs: remove redundant assignment to pointer pGravatar Colin Ian King 1-1/+1
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsGravatar Ronnie Sahlberg 1-1/+0
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-08-25cifs: create a MD4 module and switch cifs.ko to use itGravatar Ronnie Sahlberg 1-1/+0
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsGravatar Ronnie Sahlberg 1-6/+0
2021-08-25cifs: enable fscache usage even for files opened as rwGravatar Shyam Prasad N 1-1/+0
2021-07-09SMB3.1.1: Add support for negotiating signing algorithmGravatar Steve French 1-0/+4
2021-06-20cifs: use SPDX-Licence-IdentifierGravatar Steve French 1-13/+1
2021-05-19Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Gravatar Rohith Surabattula 1-1/+1
2021-05-04cifs: fix regression when mounting shares with prefix pathsGravatar Paulo Alcantara 1-7/+1
2021-05-03cifs: Deferred close for filesGravatar Rohith Surabattula 1-1/+14
2021-04-27smb3.1.1: enable negotiating stronger encryption by defaultGravatar Steve French 1-1/+1
2021-04-25smb3: add rasize mount parameter to improve readahead performanceGravatar Steve French 1-2/+7
2021-04-25cifs: fix leak in cifs_smb3_do_mount() ctxGravatar David Disseldorp 1-0/+6
2021-04-25cifs: Grab a reference for the dentry of the cached directory during the life...Gravatar Ronnie Sahlberg 1-0/+17
2021-04-25cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...Gravatar Ronnie Sahlberg 1-0/+9
2021-04-25cifs: remove old dead codeGravatar Aurelien Aptel 1-4/+0
2021-04-25cifs: simplify SWN code with dummy funcs instead of ifdefsGravatar Aurelien Aptel 1-2/+0
2021-04-07cifs: escape spaces in share namesGravatar Maciek Borzecki 1-1/+2
2021-03-08cifs: return proper error code in statfs(2)Gravatar Paulo Alcantara 1-1/+1
2021-02-26Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-2/+13
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Gravatar Steve French 1-3/+12
2021-02-25cifs: Add new mount parameter "acdirmax" to allow caching directory metadataGravatar Steve French 1-1/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+3
2021-02-16cifs: Identify a connection by a conn_id.Gravatar Shyam Prasad N 1-0/+1
2021-02-11cifs: In the new mount api we get the full devname as source=Gravatar Ronnie Sahlberg 1-1/+1
2021-01-28cifs: fix dfs domain referralsGravatar Ronnie Sahlberg 1-1/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+2
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-12-15cifs: fix use after free in cifs_smb3_do_mount()Gravatar Ronnie Sahlberg 1-1/+3
2020-12-15cifs: fix rsize/wsize to be negotiated valuesGravatar Steve French 1-6/+3
2020-12-15cifs: update super_operations to show_devnameGravatar Steve French 1-0/+21
2020-12-14cifs: remove ctx argument from cifs_setup_cifs_sbGravatar Ronnie Sahlberg 1-1/+1
2020-12-14cifs: uncomplicate printing the iocharset parameterGravatar Ronnie Sahlberg 1-15/+2
2020-12-14cifs: we do not allow changing username/password/unc/... during remountGravatar Ronnie Sahlberg 1-1/+1
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxGravatar Ronnie Sahlberg 1-4/+7
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cGravatar Ronnie Sahlberg 1-1/+1