summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* | cifs: pass a path to open_shroot and check if it is the root or notRonnie Sahlberg2021-04-253-13/+16
* | cifs: move the check for nohandlecache into open_shrootRonnie Sahlberg2021-04-252-21/+19
* | cifs: switch build_path_from_dentry() to using dentry_path_raw()Al Viro2021-04-251-62/+23
* | cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro2021-04-2510-178/+212
* | cifs: make build_path_from_dentry() return const char *Al Viro2021-04-259-27/+27
* | cifs: constify pathname arguments in a bunch of helpersAl Viro2021-04-255-10/+10
* | cifs: constify path argument of ->make_node()Al Viro2021-04-253-3/+3
* | cifs: constify get_normalized_path() properlyAl Viro2021-04-251-12/+13
* | cifs: don't cargo-cult strndup()Al Viro2021-04-257-24/+17
* | SMB3: update structures for new compression protocol definitionsSteve French2021-04-251-2/+9
* | cifs: remove old dead codeAurelien Aptel2021-04-255-91/+0
* | cifs: cifspdu.h: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-04-251-1/+1
* | fs: cifs: Remove repeated struct declarationWan Jiabing2021-04-251-2/+0
* | cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel2021-04-255-33/+33
* | smb3: update protocol header definitions based to include new flagsSteve French2021-04-251-4/+34
* | cifs: correct comments explaining internal semaphore usage in the moduleSteve French2021-04-251-3/+2
* | cifs: Remove useless variableJiapeng Chong2021-04-251-2/+0
* | cifs: Fix spelling of 'security'jack1.li_cp2021-04-251-1/+1
* | 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