summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* cifs: check if SMB2 PDU size has been padded and suppress the warningRonnie Sahlberg2018-09-151-0/+7
* smb3: fill in statfs fsid and correct namelenSteve French2018-09-054-8/+31
* smb3: don't request leases in symlink creation and querySteve French2018-09-051-2/+2
* smb3: Do not send SMB3 SET_INFO if nothing changedSteve French2018-09-052-1/+3
* smb3: enumerating snapshots was leaving part of the data off endSteve French2018-09-051-7/+27
* cifs: check kmalloc before useNicholas Mc Guire2018-09-051-0/+6
* cifs: add missing debug entries for kconfig optionsSteve French2018-09-051-7/+23
* Revert "cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting"Greg Kroah-Hartman2018-07-281-5/+2
* cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio2018-07-111-2/+5
* cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2018-07-112-8/+20
* cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara2018-07-111-0/+2
* cifs: Fix use after free of a mid_q_entryLars Persson2018-07-117-2/+29
* cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar2018-06-262-2/+15
* CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiryMark Syms2018-06-261-2/+3
* smb3: on reconnect set PreviousSessionId fieldSteve French2018-06-261-0/+1
* smb3: fix various xid leaksSteve French2018-06-261-19/+44
* cifs: smb2ops: Fix listxattr() when there are no EAsPaulo Alcantara2018-06-211-0/+6
* smb3: directory sync should not return an errorSteve French2018-05-161-0/+13
* cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann2018-04-261-3/+1
* cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French2018-04-261-4/+5
* CIFS: fix sha512 check in cifs_crypto_secmech_releaseGustavo A. R. Silva2018-04-241-1/+1
* CIFS: add sha512 secmechAurelien Aptel2018-04-246-0/+44
* CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel2018-04-246-173/+93
* smb3: Fix root directory when server returns inode number of zeroSteve French2018-04-242-0/+34
* fix smb3-encryption breakage when CONFIG_DEBUG_SG=yRonnie Sahlberg2018-04-241-3/+12
* cifs: fix memory leak in SMB2_open()Ronnie Sahlberg2018-04-241-2/+6
* CIFS: zero sensitive data when freeingAurelien Aptel2018-02-163-15/+8
* cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson2018-02-161-2/+1
* cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox2018-02-161-14/+12
* cifs: fix NULL deref in SMB2_readRonnie Sahlberg2017-12-201-15/+15
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg2017-10-301-2/+3
* | SMB3: Validate negotiate request must always be signedSteve French2017-10-261-0/+3
* | SMB: fix validate negotiate info uninitialised memory useDavid Disseldorp2017-10-251-1/+2
* | SMB: fix leak of validate negotiate info response bufferDavid Disseldorp2017-10-251-2/+5
* | CIFS: Fix NULL pointer deref on SMB2_tcon() failureAurélien Aptel2017-10-251-2/+2
* | CIFS: do not send invalid input buffer on QUERY_INFO requestsAurelien Aptel2017-10-251-3/+7
* | cifs: Select all required crypto modulesBenjamin Gilbert2017-10-251-0/+5
* | CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATELong Li2017-10-181-1/+1
* | cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg2017-10-185-11/+32
* | Fix encryption labels and lengths for SMB3.1.1Steve French2017-10-182-14/+20
|/
* SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French2017-09-221-0/+7
* SMB3: handle new statx fieldsSteve French2017-09-221-0/+15
* SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French2017-09-201-5/+12
* cifs: release auth_key.response for reconnect.Shu Wang2017-09-201-0/+8
* cifs: release cifs root_cred after exit_cifsShu Wang2017-09-201-1/+1
* CIFS: make arrays static const, reduces object code sizeColin Ian King2017-09-201-4/+8
* [SMB3] Update session and share information displayed for debugging SMB2/SMB3Steve French2017-09-201-2/+7
* cifs: show 'soft' in the mount options for hard mountsRonnie Sahlberg2017-09-201-0/+2