summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2021-06-03cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel1-0/+7
2021-06-03cifs: fix string declarations and assignments in tracepointsShyam Prasad N1-12/+17
2021-05-26cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg1-0/+2
2021-05-12smb3: do not attempt multichannel to server which does not support itSteve French1-0/+6
2021-05-12smb3: if max_channels set to more than one channel request multichannelSteve French1-0/+3
2021-05-12smb3: when mounting with multichannel include it in requested capabilitiesSteve French1-0/+5
2021-05-12smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel1-9/+5
2021-05-12cifs: fix regression when mounting shares with prefix pathsPaulo Alcantara3-13/+23
2021-05-12cifs: detect dead connections only when echoes are enabled.Shyam Prasad N1-0/+1
2021-05-12cifs: fix leak in cifs_smb3_do_mount() ctxDavid Disseldorp1-0/+6
2021-05-12cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky1-1/+1
2021-05-12cifs: Return correct error code from smb2_get_enc_keyPaul Aurich1-1/+1
2021-04-08cifs: escape spaces in share namesMaciek Borzecki1-1/+2
2021-04-08fs: cifs: Remove unnecessary struct declarationWan Jiabing1-2/+0
2021-04-08cifs: On cifs_reconnect, resolve the hostname again.Shyam Prasad N3-5/+20
2021-03-27smb3: fix cached file size problems in duplicate extents (reflink)Steve French1-3/+15
2021-03-27cifs: Silently ignore unknown oplock break handleVincent Whitchurch1-2/+2
2021-03-27cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg1-0/+1
2021-03-27cifs: Fix chmod with modefromsid when an older ACE already exists.Shyam Prasad N1-2/+1
2021-03-26cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N5-15/+41
2021-03-19cifs: fix allocation size on newly created filesSteve French1-1/+9
2021-03-19cifs: warn and fail if trying to use rootfs without the config optionAurelien Aptel1-2/+4
2021-03-19fs/cifs/: fix misspellings using codespell toolLiu xuzhi1-1/+1
2021-03-15cifs: Fix preauth hash corruptionVincent Whitchurch1-1/+6
2021-03-15cifs: update new ACE pointer after populate_new_aces.Shyam Prasad N1-3/+6
2021-03-09cifs: do not send close in compound create+close requestsPaulo Alcantara6-21/+22
2021-03-09cifs: return proper error code in statfs(2)Paulo Alcantara1-1/+1
2021-03-09cifs: change noisy error message to FYIPaulo Alcantara1-1/+1
2021-03-09cifs: print MIDs in decimal notationPaulo Alcantara3-4/+4
2021-03-06cifs: ask for more credit on async read/write code pathsAurelien Aptel1-4/+2
2021-03-06cifs: fix credit accounting for extra channelAurelien Aptel2-5/+6
2021-02-27Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds21-377/+843
2021-02-26cifs: update internal version numberSteve French1-1/+1
2021-02-26cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells3-3/+22
2021-02-25cifs: introduce helper for finding referral server to improve DFS target reso...Paulo Alcantara2-17/+51
2021-02-25cifs: check all path components in resolved dfs targetPaulo Alcantara1-60/+33
2021-02-25cifs: fix DFS failoverPaulo Alcantara1-64/+59
2021-02-25cifs: fix nodfs mount optionPaulo Alcantara1-4/+4
2021-02-25cifs: fix handling of escaped ',' in the password mount argumentRonnie Sahlberg1-13/+30
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French5-13/+37
2021-02-25cifs: convert revalidate of directories to using directory metadata cache tim...Steve French1-6/+17
2021-02-25cifs: Add new mount parameter "acdirmax" to allow caching directory metadataSteve French4-2/+16
2021-02-24cifs: If a corrupted DACL is returned by the server, bail out.Shyam Prasad N1-2/+2
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-29/+39
2021-02-23cifs: minor simplification to smb2_is_network_name_deletedSteve French1-14/+15
2021-02-23TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula3-0/+47
2021-02-23cifs: cleanup a few le16 vs. le32 uses in cifsacl.cSteve French1-3/+3
2021-02-23cifs: Change SIDs in ACEs while transferring file ownership.Shyam Prasad N1-47/+92
2021-02-23cifs: Retain old ACEs when converting between mode bits and ACL.Shyam Prasad N1-47/+223
2021-02-23cifs: Fix cifsacl ACE mask for group and others.Shyam Prasad N1-2/+2