summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
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
2021-02-09cifs: do not disable noperm if multiuser mount option is not providedRonnie Sahlberg
2021-02-09cifs: fix dfs-linksRonnie Sahlberg
2021-02-05cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel
2021-02-05smb3: fix crediting for compounding when only one request in flightPavel Shilovsky
2021-02-01smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva
2021-01-28cifs: fix dfs domain referralsRonnie Sahlberg
2021-01-28cifs: returning mount parm processing errors correctlySteve French
2021-01-28cifs: fix mounts to subdirectories of targetSteve French
2021-01-28cifs: ignore auto and noauto options if givenAdam Harvey
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner