aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
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-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-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-23cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg
2021-01-17fs/cifs: Simplify bool comparison.Jiapeng Zhong
2021-01-17fs/cifs: Assign boolean values to a bool variableJiapeng Zhong
2021-01-13cifs: style: replace one-element array with flexible-arrayYANG LI
2021-01-13cifs: connect: style: Simplify bool comparisonYANG LI
2021-01-13fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong
2021-01-13cifs: fix interrupted close commandsPaulo Alcantara
2021-01-13cifs: check pointer before freeingTom Rix
2020-12-18Add SMB 2 support for getting and setting SACLsBoris Protopopov
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov
2020-12-18cifs: Avoid error pointer dereferenceSamuel Cabrero
2020-12-18cifs: Re-indent cifs_swn_reconnect()Dan Carpenter
2020-12-18cifs: Unlock on errors in cifs_swn_reconnect()Dan Carpenter
2020-12-18cifs: Delete a stray unlock in cifs_swn_reconnect()Dan Carpenter
2020-12-17Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-12-16cifs: update internal module version numberSteve French
2020-12-16cifs: Fix support for remount when not changing rsize/wsizeSteve French
2020-12-16cifs: handle "guest" mount parameterSteve French
2020-12-16cifs: correct four aliased mount parms to allow use of previous namesSteve French
2020-12-15cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N
2020-12-15cifs: fix use after free in cifs_smb3_do_mount()Ronnie Sahlberg