summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2021-04-07cifs: escape spaces in share namesMaciek Borzecki
2021-04-07fs: cifs: Remove unnecessary struct declarationWan Jiabing
2021-04-07cifs: On cifs_reconnect, resolve the hostname again.Shyam Prasad N
2021-03-26smb3: fix cached file size problems in duplicate extents (reflink)Steve French
2021-03-26cifs: Silently ignore unknown oplock break handleVincent Whitchurch
2021-03-26cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg
2021-03-26cifs: Fix chmod with modefromsid when an older ACE already exists.Shyam Prasad N
2021-03-26cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N
2021-03-19cifs: fix allocation size on newly created filesSteve French
2021-03-19cifs: warn and fail if trying to use rootfs without the config optionAurelien Aptel
2021-03-19fs/cifs/: fix misspellings using codespell toolLiu xuzhi
2021-03-14cifs: Fix preauth hash corruptionVincent Whitchurch
2021-03-14cifs: update new ACE pointer after populate_new_aces.Shyam Prasad N
2021-03-08cifs: do not send close in compound create+close requestsPaulo Alcantara
2021-03-08cifs: return proper error code in statfs(2)Paulo Alcantara
2021-03-08cifs: change noisy error message to FYIPaulo Alcantara
2021-03-08cifs: print MIDs in decimal notationPaulo Alcantara
2021-03-06cifs: ask for more credit on async read/write code pathsAurelien Aptel
2021-03-06cifs: fix credit accounting for extra channelAurelien Aptel
2021-02-26Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-02-25cifs: update internal version numberSteve French
2021-02-25cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells
2021-02-25cifs: introduce helper for finding referral server to improve DFS target reso...Paulo Alcantara
2021-02-25cifs: check all path components in resolved dfs targetPaulo Alcantara
2021-02-25cifs: fix DFS failoverPaulo Alcantara
2021-02-25cifs: fix nodfs mount optionPaulo Alcantara
2021-02-25cifs: fix handling of escaped ',' in the password mount argumentRonnie Sahlberg
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French
2021-02-25cifs: convert revalidate of directories to using directory metadata cache tim...Steve French
2021-02-25cifs: Add new mount parameter "acdirmax" to allow caching directory metadataSteve French
2021-02-24cifs: If a corrupted DACL is returned by the server, bail out.Shyam Prasad N
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-23cifs: minor simplification to smb2_is_network_name_deletedSteve French
2021-02-23TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula
2021-02-22cifs: cleanup a few le16 vs. le32 uses in cifsacl.cSteve French
2021-02-22cifs: Change SIDs in ACEs while transferring file ownership.Shyam Prasad N
2021-02-22cifs: Retain old ACEs when converting between mode bits and ACL.Shyam Prasad N
2021-02-22cifs: Fix cifsacl ACE mask for group and others.Shyam Prasad N
2021-02-22cifs: clarify hostname vs ip address in /proc/fs/cifs/DebugDataSteve French
2021-02-22cifs: change confusing field serverName (to ip_addr)Steve French
2021-02-22Merge branch 'work.d_name' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2021-02-19cifs: Fix inconsistent IS_ERR and PTR_ERRYueHaibing
2021-02-16cifs: Reformat DebugData and index connections by conn_id.Shyam Prasad N
2021-02-16cifs: Identify a connection by a conn_id.Shyam Prasad N
2021-02-16cifs: Fix in error types returned for out-of-credit situations.Shyam Prasad N
2021-02-16cifs: New optype for session operations.Shyam Prasad N
2021-02-16cifs: fix trivial typoSteve French
2021-02-15smb3: negotiate current dialect (SMB3.1.1) when version 3 or greater requestedSteve French
2021-02-11cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N
2021-02-11cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg