summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2019-05-02CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky
2019-05-02CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky
2019-05-02cifs: Fix potential OOB access of lock element arrayRoss Lagerwall
2019-05-02CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky
2019-04-04CIFS: Enable encryption during session setup phasePavel Shilovsky
2019-04-04Revert "cifs: empty TargetInfo leads to crash on recovery"Ben Hutchings
2019-04-04CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin
2019-02-11cifs: Fix separator when building path from dentryPaulo Alcantara
2019-02-11smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French
2019-02-11smb3: do not attempt cifs operation in smb3 query info error pathSteve French
2019-02-11smb3: allow stats which track session and share reconnects to be resetSteve French
2018-12-16smb2: fix missing files in root share directory listingAurelien Aptel
2018-12-16cifs: integer overflow in in SMB2_ioctl()Dan Carpenter
2018-12-16CIFS: fix wrapping bugs in num_entries()Dan Carpenter
2018-12-16cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter
2018-12-16cifs: connect to servername instead of IP for IPC$ shareThomas Werschlein
2018-12-16smb3: check for and properly advertise directory lease supportSteve French
2018-12-16SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French
2018-12-16cifs: check kmalloc before useNicholas Mc Guire
2018-12-16cifs: add missing debug entries for kconfig optionsSteve French
2018-12-16smb3: fill in statfs fsid and correct namelenSteve French
2018-11-20cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio
2018-11-20cifs: store the leaseKey in the fid on SMB2_openRonnie Sahlberg
2018-11-20cifs: Fix infinite loop when using hard mount optionPaulo Alcantara
2018-11-20cifs: Fix use after free of a mid_q_entryLars Persson
2018-10-21smb3: directory sync should not return an errorSteve French
2018-10-21cifs: Allocate validate negotiation request through kmallocLong Li
2018-10-21cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French
2018-10-21cifs: fix memory leak in SMB2_open()Ronnie Sahlberg
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2018-06-16cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann
2018-06-16CIFS: zero sensitive data when freeingAurelien Aptel
2018-06-16cifs: fix memory leak when password is supplied multiple timesNamjae Jeon
2018-06-16cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson
2018-06-16cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox
2018-06-16cifs: empty TargetInfo leads to crash on recoveryDan Aloni
2018-01-01SMB3: Validate negotiate request must always be signedSteve French
2018-01-01SMB: fix validate negotiate info uninitialised memory useDavid Disseldorp
2018-01-01SMB: fix leak of validate negotiate info response bufferDavid Disseldorp
2018-01-01SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French
2018-01-01SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French
2018-01-01cifs: release auth_key.response for reconnect.Shu Wang
2018-01-01cifs: release cifs root_cred after exit_cifsShu Wang
2018-01-01cifs: check rsp for NULL before dereferencing in SMB2_openRonnie Sahlberg
2017-11-11cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg
2017-11-11CIFS: remove endian related sparse warningSteve French
2017-11-11CIFS: Fix maximum SMB2 header sizePavel Shilovsky
2017-11-11cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg
2017-11-11cifs: Fix df output for users with quota limitsSachin Prabhu
2017-10-12Fix match_prepath()Sachin Prabhu