summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: update internal module version numberSteve French2020-07-091-1/+1
* cifs: fix reference leak for tlinkRonnie Sahlberg2020-07-091-1/+8
* smb3: fix unneeded error message on change notifySteve French2020-07-081-2/+6
* cifs: remove the retry in cifs_poxis_lock_setyangerkun2020-07-071-13/+6
* smb3: fix access denied on change notify request to some serversSteve French2020-07-071-1/+1
* cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg2020-07-011-1/+1
* cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu2020-07-011-2/+8
* SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich2020-07-011-4/+1
* SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich2020-07-011-0/+1
* SMB3: Honor lease disabling for multiuser mountsPaul Aurich2020-07-011-0/+1
* SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich2020-07-011-0/+2
* SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich2020-07-011-0/+1
* cifs: Display local UID details for SMB sessions in DebugDataPaul Aurich2020-07-011-1/+5
* cifs: misc: Use array_size() in if-statement controlling expressionGustavo A. R. Silva2020-06-231-9/+7
* cifs: update ctime and mtime during truncateZhang Xiaoxu2020-06-231-0/+9
* cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu2020-06-231-0/+6
* cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu2020-06-231-0/+5
* cifs: Fix double add page to memcg when cifs_readpagesZhang Xiaoxu2020-06-231-4/+7
* cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang2020-06-211-0/+1
* smb3: Add debug message for new file creation with idsfromsid mount optionSteve French2020-06-122-2/+4
* cifs: fix chown and chgrp when idsfromsid mount option enabledSteve French2020-06-121-15/+42
* smb3: allow uid and gid owners to be set on create with idsfromsid mount optionSteve French2020-06-124-21/+129
* smb311: Add tracepoints for new compound posix query infoSteve French2020-06-122-6/+6
* smb311: add support for using info level for posix extensions querySteve French2020-06-124-4/+15
* smb311: Add support for lookup with posix extensions query infoSteve French2020-06-121-1/+3
* smb311: Add support for SMB311 query info (non-compounded)Steve French2020-06-122-0/+15
* SMB311: Add support for query info using posix extensions (level 100)Steve French2020-06-126-2/+316
* smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon2020-06-121-1/+3
* smb3: fix typo in mount options displayed in /proc/mountsSteve French2020-06-101-1/+1
* cifs: Add get_security_type_str function to return sec type.Kenneth D'souza2020-06-082-3/+19
* smb3: extend fscache mount volume coherency checkSteve French2020-06-063-9/+26
* Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-06-0527-729/+1041
|\
| * cifs: update internal module version numberSteve French2020-06-041-1/+1
| * cifs: multichannel: try to rebind when reconnecting a channelAurelien Aptel2020-06-043-0/+34
| * cifs: multichannel: use pointer for binding channelAurelien Aptel2020-06-042-4/+14
| * smb3: remove static checker warningSteve French2020-06-041-1/+1
| * cifs: multichannel: move channel selection above transport layerAurelien Aptel2020-06-049-198/+356
| * cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel2020-06-044-7/+7
| * cifs: dump Security Type info in DebugDataKenneth D'souza2020-06-041-0/+6
| * smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French2020-06-041-1/+1
| * smb3: default to minimum of two channels when multichannel specifiedSteve French2020-06-041-0/+4
| * cifs: multichannel: move channel selection in functionAurelien Aptel2020-06-022-11/+28
| * cifs: fix minor typos in comments and log messagesSteve French2020-06-021-4/+4
| * smb3: minor update to compression header definitionsSteve French2020-06-021-2/+11
| * cifs: minor fix to two debug messagesSteve French2020-06-012-2/+2
| * cifs: Standardize logging outputJoe Perches2020-06-0120-381/+319
| * smb3: Add new parm "nodelete"Steve French2020-06-014-1/+23
| * cifs: move some variables off the stack in smb2_ioctl_query_infoRonnie Sahlberg2020-06-011-23/+35
| * cifs: reduce stack use in smb2_compound_opRonnie Sahlberg2020-06-011-45/+47
| * cifs: get rid of unused parameter in reconn_setup_dfs_targets()Paulo Alcantara2020-06-011-3/+2