summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2020-05-22cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg
2020-05-22CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch
2020-02-11CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky
2020-02-11cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski
2020-02-11CIFS: Fix SMB2 oplock break processingPavel Shilovsky
2020-02-11CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky
2019-12-19CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas
2019-12-19CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky
2019-12-19CIFS: Force revalidate inode when dentry is stalePavel Shilovsky
2019-12-19cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryRoss Lagerwall
2019-12-19Fix to check Unique id and FileType when client refer file directly.Nakajima Akira
2019-12-19CIFS: Gracefully handle QueryInfo errors during openPavel Shilovsky
2019-12-10CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky
2019-12-10CIFS: fix max ea value sizeMurphy Zhou
2019-11-22CIFS: Fix use after free of file info structuresPavel Shilovsky
2019-11-22cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panicDave Wysochanski
2019-11-22smb3: send CAP_DFS capability during session setupSteve French
2019-11-22SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky
2019-10-05SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French
2019-10-05cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg
2019-10-05CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas
2019-09-23cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst
2019-08-13cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson
2019-08-13CIFS: keep FileInfo handle live during oplock breakAurelien Aptel
2019-08-13cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg
2019-07-09CIFS: Fix read after write for files with read cachingPavel Shilovsky
2019-07-09CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky
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