summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-183-11/+10
|\
| * fs: cifs: move from the crypto cipher API to the new DES library interfaceArd Biesheuvel2019-08-223-11/+10
* | Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds2019-09-171-1/+1
|\ \
| * | docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab2019-07-311-1/+1
| |/
* | cifs: update internal module numberSteve French2019-08-271-1/+1
* | cifs: replace various strncpy with strscpy and similarRonnie Sahlberg2019-08-276-146/+112
* | cifs: Use kzfree() to zero out the passwordDan Carpenter2019-08-271-1/+1
* | cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg2019-08-271-0/+22
* | signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2019-08-191-1/+1
* | SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant2019-08-051-1/+9
* | smb3: send CAP_DFS capability during session setupSteve French2019-08-051-0/+5
* | SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky2019-08-051-12/+17
* | SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky2019-08-051-1/+1
* | cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French2019-08-041-0/+1
|/
* cifs: update internal module numberSteve French2019-07-181-1/+1
* cifs: flush before set-info if we have writeable handlesRonnie Sahlberg2019-07-181-0/+16
* smb3: optimize open to not send query file internal infoSteve French2019-07-185-26/+56
* cifs: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein2019-07-181-3/+8
* CIFS: fix deadlock in cached root handlingAurelien Aptel2019-07-181-1/+45
* Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-07-1819-153/+335
|\
| * smb3: smbdirect no longer experimentalSteve French2019-07-151-2/+2
| * cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg2019-07-152-1/+22
| * cifs: fix crash in cifs_dfs_do_automountRonnie Sahlberg2019-07-131-4/+12
| * cifs: fix parsing of symbolic link error responseRonnie Sahlberg2019-07-102-4/+12
| * cifs: refactor and clean up arguments in the reparse point parsingRonnie Sahlberg2019-07-071-35/+31
| * SMB3: query inode number on open via create contextSteve French2019-07-072-5/+60
| * smb3: Send netname context during negotiate protocolSteve French2019-07-072-2/+29
| * smb3: do not send compression info by defaultSteve French2019-07-073-10/+21
| * smb3: add new mount option to retrieve mode from special ACESteve French2019-07-074-2/+12
| * smb3: Allow query of symlinks stored as reparse pointsSteve French2019-07-071-6/+54
| * cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg2019-07-071-4/+4
| * cifs: always add credits back for unsolicited PDUsRonnie Sahlberg2019-07-071-1/+1
| * fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_aceHariprasad Kelam2019-07-071-11/+3
| * add some missing definitionsSteve French2019-07-071-0/+8
| * cifs: fix typo in debug message with struct field ia_validColin Ian King2019-07-071-1/+1
| * smb3: minor cleanup of compound_send_recvAurelien Aptel2019-07-071-22/+24
| * CIFS: Fix module dependencySteve French2019-07-071-2/+3
| * cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French2019-07-0710-46/+1
| * cifs: Fix check for matching with existing mountSteve French2019-07-071-0/+1
| * cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-07-073-2/+12
| * smb3: if max_credits is specified then display it in /proc/mountsSteve French2019-07-071-0/+5
| * Fix match_server check to allow for auto dialect negotiateSteve French2019-07-073-2/+11
| * cifs: add missing GCM module dependencyAurelien Aptel2019-07-072-0/+2
| * SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsSteve French2019-07-072-7/+21
| * SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French2019-07-073-8/+8
| * fs: cifs: Drop unlikely before IS_ERR(_OR_NULL)Kefeng Wang2019-07-071-1/+1
| * cifs: Use kmemdup in SMB2_ioctl_init()YueHaibing2019-07-071-2/+1
* | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds2019-07-101-0/+4
|\ \
| * | vfs: allow copy_file_range to copy across devicesAmir Goldstein2019-06-091-1/+1
| * | vfs: no fallback for ->copy_file_rangeDave Chinner2019-06-091-0/+4