summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: escape spaces in share namesMaciek Borzecki2021-04-071-1/+2
* fs: cifs: Remove unnecessary struct declarationWan Jiabing2021-04-071-2/+0
* cifs: On cifs_reconnect, resolve the hostname again.Shyam Prasad N2021-04-073-5/+20
* smb3: fix cached file size problems in duplicate extents (reflink)Steve French2021-03-261-3/+15
* cifs: Silently ignore unknown oplock break handleVincent Whitchurch2021-03-261-2/+2
* cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg2021-03-261-0/+1
* cifs: Fix chmod with modefromsid when an older ACE already exists.Shyam Prasad N2021-03-261-2/+1
* cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N2021-03-265-15/+41
* cifs: fix allocation size on newly created filesSteve French2021-03-191-1/+9
* cifs: warn and fail if trying to use rootfs without the config optionAurelien Aptel2021-03-191-2/+4
* fs/cifs/: fix misspellings using codespell toolLiu xuzhi2021-03-191-1/+1
* cifs: Fix preauth hash corruptionVincent Whitchurch2021-03-141-1/+6
* cifs: update new ACE pointer after populate_new_aces.Shyam Prasad N2021-03-141-3/+6
* 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