summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-27cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells1-1/+1
2022-04-20cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg1-3/+3
2022-04-20cifs: release cached dentries only if mount is completeShyam Prasad N1-13/+15
2022-04-08Adjust cifssb maximum read sizeRohith Surabattula1-0/+3
2022-04-08cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg1-2/+0
2022-04-08cifs: fix handlecache and multiuserRonnie Sahlberg1-3/+10
2022-03-08cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg1-0/+1
2021-09-13cifs: remove pathname for file from SPDX headerSteve French1-1/+0
2021-08-25cifs: create a MD4 module and switch cifs.ko to use itRonnie Sahlberg1-1/+0
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg1-6/+0
2021-08-25cifs: enable fscache usage even for files opened as rwShyam Prasad N1-1/+0
2021-07-09SMB3.1.1: Add support for negotiating signing algorithmSteve French1-0/+4
2021-06-21cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-05-20Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula1-1/+1
2021-05-04cifs: fix regression when mounting shares with prefix pathsPaulo Alcantara1-7/+1
2021-05-03cifs: Deferred close for filesRohith Surabattula1-1/+14
2021-04-28smb3.1.1: enable negotiating stronger encryption by defaultSteve French1-1/+1
2021-04-26smb3: add rasize mount parameter to improve readahead performanceSteve French1-2/+7
2021-04-26cifs: fix leak in cifs_smb3_do_mount() ctxDavid Disseldorp1-0/+6
2021-04-26cifs: Grab a reference for the dentry of the cached directory during the life...Ronnie Sahlberg1-0/+17
2021-04-26cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...Ronnie Sahlberg1-0/+9
2021-04-26cifs: remove old dead codeAurelien Aptel1-4/+0
2021-04-26cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel1-2/+0
2021-04-08cifs: escape spaces in share namesMaciek Borzecki1-1/+2
2021-03-09cifs: return proper error code in statfs(2)Paulo Alcantara1-1/+1
2021-02-27Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+13
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French1-3/+12
2021-02-25cifs: Add new mount parameter "acdirmax" to allow caching directory metadataSteve French1-1/+2
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2021-02-17cifs: Identify a connection by a conn_id.Shyam Prasad N1-0/+1
2021-02-11cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg1-1/+1
2021-01-29cifs: fix dfs domain referralsRonnie Sahlberg1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-16cifs: fix use after free in cifs_smb3_do_mount()Ronnie Sahlberg1-1/+3
2020-12-16cifs: fix rsize/wsize to be negotiated valuesSteve French1-6/+3
2020-12-16cifs: update super_operations to show_devnameSteve French1-0/+21
2020-12-14cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg1-1/+1
2020-12-14cifs: uncomplicate printing the iocharset parameterRonnie Sahlberg1-15/+2
2020-12-14cifs: we do not allow changing username/password/unc/... during remountRonnie Sahlberg1-1/+1
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg1-4/+7
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg1-1/+1
2020-12-14cifs: remove actimeo from cifs_sbRonnie Sahlberg1-1/+1
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg1-6/+6
2020-12-14cifs: add witness mount option and data structsSamuel Cabrero1-0/+5
2020-12-14cifs: Register generic netlink familySamuel Cabrero1-1/+16
2020-12-14cifs: get rid of cifs_sb->mountdataRonnie Sahlberg1-7/+0
2020-12-14cifs: add an smb3_fs_context to cifs_sbRonnie Sahlberg1-31/+29
2020-12-14cifs: switch to new mount apiRonnie Sahlberg1-31/+23
2020-12-14cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg1-12/+13