summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)Author
2022-04-14cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg
2022-04-08cifs: release cached dentries only if mount is completeShyam Prasad N
2022-04-08cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells
2022-04-01Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-03-28smb3: cleanup and clarify status of tree connectionsSteve French
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-18cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg
2022-03-18Adjust cifssb maximum read sizeRohith Surabattula
2022-03-18cifs: fix handlecache and multiuserRonnie Sahlberg
2022-02-13cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg
2022-01-19cifs: Support fscache indexing rewriteDavid Howells
2022-01-15cifs: move superblock magic defitions to magic.hJeff Layton
2022-01-02cifs: remove redundant assignment to pointer pColin Ian King
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-08-25cifs: create a MD4 module and switch cifs.ko to use itRonnie Sahlberg
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-09SMB3.1.1: Add support for negotiating signing algorithmSteve French
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French
2021-05-19Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula
2021-05-04cifs: fix regression when mounting shares with prefix pathsPaulo Alcantara
2021-05-03cifs: Deferred close for filesRohith Surabattula
2021-04-27smb3.1.1: enable negotiating stronger encryption by defaultSteve French
2021-04-25smb3: add rasize mount parameter to improve readahead performanceSteve French
2021-04-25cifs: fix leak in cifs_smb3_do_mount() ctxDavid Disseldorp
2021-04-25cifs: Grab a reference for the dentry of the cached directory during the life...Ronnie Sahlberg
2021-04-25cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...Ronnie Sahlberg
2021-04-25cifs: remove old dead codeAurelien Aptel
2021-04-25cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel
2021-04-07cifs: escape spaces in share namesMaciek Borzecki
2021-03-08cifs: return proper error code in statfs(2)Paulo Alcantara
2021-02-26Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French
2021-02-25cifs: Add new mount parameter "acdirmax" to allow caching directory metadataSteve French
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-16cifs: Identify a connection by a conn_id.Shyam Prasad N
2021-02-11cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg
2021-01-28cifs: fix dfs domain referralsRonnie Sahlberg
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-12-15cifs: fix use after free in cifs_smb3_do_mount()Ronnie Sahlberg
2020-12-15cifs: fix rsize/wsize to be negotiated valuesSteve French
2020-12-15cifs: update super_operations to show_devnameSteve French
2020-12-14cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg
2020-12-14cifs: uncomplicate printing the iocharset parameterRonnie Sahlberg
2020-12-14cifs: we do not allow changing username/password/unc/... during remountRonnie Sahlberg
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg