aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg1-2/+3
2017-10-26SMB3: Validate negotiate request must always be signedSteve French1-0/+3
2017-10-25SMB: fix validate negotiate info uninitialised memory useDavid Disseldorp1-1/+2
2017-10-25SMB: fix leak of validate negotiate info response bufferDavid Disseldorp1-2/+5
2017-10-25CIFS: Fix NULL pointer deref on SMB2_tcon() failureAurélien Aptel1-2/+2
2017-10-25CIFS: do not send invalid input buffer on QUERY_INFO requestsAurelien Aptel1-3/+7
2017-10-25cifs: Select all required crypto modulesBenjamin Gilbert1-0/+5
2017-10-18CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATELong Li1-1/+1
2017-10-18cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg5-11/+32
2017-10-18Fix encryption labels and lengths for SMB3.1.1Steve French2-14/+20
2017-09-22SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French1-0/+7
2017-09-22SMB3: handle new statx fieldsSteve French1-0/+15
2017-09-20SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French1-5/+12
2017-09-20cifs: release auth_key.response for reconnect.Shu Wang1-0/+8
2017-09-20cifs: release cifs root_cred after exit_cifsShu Wang1-1/+1
2017-09-20CIFS: make arrays static const, reduces object code sizeColin Ian King1-4/+8
2017-09-20[SMB3] Update session and share information displayed for debugging SMB2/SMB3Steve French1-2/+7
2017-09-20cifs: show 'soft' in the mount options for hard mountsRonnie Sahlberg1-0/+2
2017-09-20SMB3: Warn user if trying to sign connection that authenticated as guestSteve French1-0/+2
2017-09-20SMB3: Fix endian warningSteve French1-2/+3
2017-09-19Fix SMB3.1.1 guest authentication to SambaSteve French1-1/+1
2017-09-17Update version of cifs moduleSteve French1-1/+1
2017-09-17cifs: hide unused functionsArnd Bergmann1-0/+2
2017-09-17SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French5-18/+139
2017-09-12cifs: check rsp for NULL before dereferencing in SMB2_openRonnie Sahlberg1-2/+2
2017-09-07Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-5/+274
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-31/+0
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara1-31/+0
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-2/+2
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2017-09-04cifs: Check for timeout on Negotiate stageSamuel Cabrero3-1/+26
2017-09-04cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg7-4/+79
2017-09-04cifs: Add support for reading attributes on SMB2+Ronnie Sahlberg4-0/+169
2017-09-01Fix warning messages when mounting to older serversSteve French2-2/+27
2017-08-30CIFS: remove endian related sparse warningSteve French1-1/+1
2017-08-30CIFS: Fix maximum SMB2 header sizePavel Shilovsky1-2/+2
2017-08-23cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg1-6/+12
2017-08-23cifs: Fix df output for users with quota limitsSachin Prabhu1-2/+2
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-2/+2
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington1-1/+1
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-1/+1
2017-07-09cifs: Clean up unused variables in smb2pdu.cChristos Gkekas1-28/+7
2017-07-08[SMB3] Improve security, move default dialect to SMB3 from old CIFSSteve French1-3/+3
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French10-131/+39
2017-07-08CIFS: Reconnect expired SMB sessionsPavel Shilovsky4-0/+39
2017-07-08CIFS: Display SMB2 error codes in the hex formatPavel Shilovsky1-2/+2
2017-07-08cifs: Use smb 2 - 3 and cifsacl mount options setacl functionShirish Pargaonkar1-3/+60
2017-07-08cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsacl mount optionsShirish Pargaonkar2-12/+30