summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: do not send close in compound create+close requestsPaulo Alcantara2021-03-086-21/+22
* cifs: return proper error code in statfs(2)Paulo Alcantara2021-03-081-1/+1
* cifs: change noisy error message to FYIPaulo Alcantara2021-03-081-1/+1
* cifs: print MIDs in decimal notationPaulo Alcantara2021-03-083-4/+4
* cifs: ask for more credit on async read/write code pathsAurelien Aptel2021-03-061-4/+2
* cifs: fix credit accounting for extra channelAurelien Aptel2021-03-062-5/+6
* Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-02-2621-377/+843
|\
| * cifs: update internal version numberSteve French2021-02-251-1/+1
| * cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells2021-02-253-3/+22
| * cifs: introduce helper for finding referral server to improve DFS target reso...Paulo Alcantara2021-02-252-17/+51
| * cifs: check all path components in resolved dfs targetPaulo Alcantara2021-02-251-60/+33
| * cifs: fix DFS failoverPaulo Alcantara2021-02-251-64/+59
| * cifs: fix nodfs mount optionPaulo Alcantara2021-02-251-4/+4
| * cifs: fix handling of escaped ',' in the password mount argumentRonnie Sahlberg2021-02-251-13/+30
| * cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French2021-02-255-13/+37
| * cifs: convert revalidate of directories to using directory metadata cache tim...Steve French2021-02-251-6/+17
| * cifs: Add new mount parameter "acdirmax" to allow caching directory metadataSteve French2021-02-254-2/+16
| * cifs: If a corrupted DACL is returned by the server, bail out.Shyam Prasad N2021-02-241-2/+2
| * cifs: minor simplification to smb2_is_network_name_deletedSteve French2021-02-231-14/+15
| * TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula2021-02-233-0/+47
| * cifs: cleanup a few le16 vs. le32 uses in cifsacl.cSteve French2021-02-221-3/+3
| * cifs: Change SIDs in ACEs while transferring file ownership.Shyam Prasad N2021-02-221-47/+92
| * cifs: Retain old ACEs when converting between mode bits and ACL.Shyam Prasad N2021-02-221-47/+223
| * cifs: Fix cifsacl ACE mask for group and others.Shyam Prasad N2021-02-221-2/+2
| * cifs: clarify hostname vs ip address in /proc/fs/cifs/DebugDataSteve French2021-02-221-3/+3
| * cifs: change confusing field serverName (to ip_addr)Steve French2021-02-226-10/+11
| * cifs: Fix inconsistent IS_ERR and PTR_ERRYueHaibing2021-02-191-1/+1
| * cifs: Reformat DebugData and index connections by conn_id.Shyam Prasad N2021-02-161-49/+68
| * cifs: Identify a connection by a conn_id.Shyam Prasad N2021-02-166-44/+122
| * cifs: Fix in error types returned for out-of-credit situations.Shyam Prasad N2021-02-161-3/+3
| * cifs: New optype for session operations.Shyam Prasad N2021-02-164-5/+9
| * cifs: fix trivial typoSteve French2021-02-161-1/+1
| * smb3: negotiate current dialect (SMB3.1.1) when version 3 or greater requestedSteve French2021-02-152-7/+15
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-236-29/+39
|\ \
| * | fs: make helpers idmap mount awareChristian Brauner2021-01-245-23/+32
| * | stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * | acl: handle idmapped mountsChristian Brauner2021-01-241-0/+1
| * | attr: handle idmapped mountsChristian Brauner2021-01-241-4/+4
| * | namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | | Merge branch 'work.d_name' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2021-02-221-2/+2
|\ \ \ | |_|/ |/| |
| * | cifs_debug: use %pd instead of messing with ->d_nameAl Viro2021-01-061-2/+2
* | | cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N2021-02-111-0/+1
* | | cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg2021-02-113-2/+17
* | | cifs: do not disable noperm if multiuser mount option is not providedRonnie Sahlberg2021-02-091-2/+2
* | | cifs: fix dfs-linksRonnie Sahlberg2021-02-091-0/+8
* | | cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel2021-02-051-2/+20
* | | smb3: fix crediting for compounding when only one request in flightPavel Shilovsky2021-02-051-3/+15
* | | smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva2021-02-011-1/+1
* | | cifs: fix dfs domain referralsRonnie Sahlberg2021-01-286-16/+75
* | | cifs: returning mount parm processing errors correctlySteve French2021-01-281-4/+4