summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2017-11-08cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg
2017-11-02SMB3: Validate negotiate request must always be signedSteve French
2017-11-02Fix encryption labels and lengths for SMB3.1.1Steve French
2017-11-02CIFS: Fix NULL pointer deref on SMB2_tcon() failureAurélien Aptel
2017-11-02cifs: Select all required crypto modulesBenjamin Gilbert
2017-10-05SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French
2017-10-05SMB3: handle new statx fieldsSteve French
2017-10-05SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French
2017-10-05SMB3: Warn user if trying to sign connection that authenticated as guestSteve French
2017-10-05SMB3: Fix endian warningSteve French
2017-10-05Fix SMB3.1.1 guest authentication to SambaSteve French
2017-10-05SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French
2017-10-05cifs: release auth_key.response for reconnect.Shu Wang
2017-10-05cifs: release cifs root_cred after exit_cifsShu Wang
2017-10-05cifs: check rsp for NULL before dereferencing in SMB2_openRonnie Sahlberg
2017-09-01Fix warning messages when mounting to older serversSteve French
2017-08-30CIFS: remove endian related sparse warningSteve French
2017-08-30CIFS: Fix maximum SMB2 header sizePavel Shilovsky
2017-08-23cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg
2017-08-23cifs: Fix df output for users with quota limitsSachin Prabhu
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-09cifs: Clean up unused variables in smb2pdu.cChristos Gkekas
2017-07-08[SMB3] Improve security, move default dialect to SMB3 from old CIFSSteve French
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French
2017-07-08CIFS: Reconnect expired SMB sessionsPavel Shilovsky
2017-07-08CIFS: Display SMB2 error codes in the hex formatPavel Shilovsky
2017-07-08cifs: Use smb 2 - 3 and cifsacl mount options setacl functionShirish Pargaonkar
2017-07-08cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsa...Shirish Pargaonkar
2017-07-07Merge tag 'cifs-bug-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-07-05CIFS: fix circular locking dependencyRabin Vincent
2017-07-05cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENTColin Ian King
2017-07-05cifs: Do not modify mid entry after submitting I/O in cifs_call_asyncLong Li
2017-07-05CIFS: add SFM mapping for 0x01-0x1FBjörn JACKE
2017-07-05cifs: hide unused functionsArnd Bergmann
2017-07-05cifs: Use smb 2 - 3 and cifsacl mount options getacl functionsShirish Pargaonkar
2017-07-05cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount op...Shirish Pargaonkar
2017-07-05CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keysAurélien Aptel
2017-07-05cifs: set mapping error when page writeback fails in writepage or launder_pagesJeff Layton
2017-07-02SMB3: Enable encryption for SMB3.1.1Steve French
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-06-21CIFS: Fix some return values in case of error in 'crypt_message'Christophe Jaillet
2017-06-20cifs: remove redundant return in cifs_creation_time_getColin Ian King
2017-06-20CIFS: Improve readdir verbosityPavel Shilovsky
2017-06-20CIFS: check if pages is null rather than bv for a failed allocationColin Ian King
2017-06-20CIFS: Set ->should_dirty in cifs_user_readv()Dan Carpenter
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar
2017-06-19cifs: use get_random_u32 for 32-bit lock randomJason A. Donenfeld
2017-05-12[CIFS] Minor cleanup of xattr query functionSteve French
2017-05-12fs: cifs: transport: Use time_after for time comparisonKarim Eshapa
2017-05-12SMB2: Fix share type handlingChristophe JAILLET