summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2021-07-25cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara1-0/+3
2021-07-20cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara1-4/+2
2021-07-14cifs: fix missing spinlock around update to ses->statusSteve French2-2/+6
2021-07-14cifs: improve fallocate emulationRonnie Sahlberg1-0/+133
2021-06-03SMB3: incorrect file id in requests compounded with openSteve French1-3/+3
2021-06-03cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel1-0/+7
2021-05-26cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg1-0/+2
2021-05-11smb3: do not attempt multichannel to server which does not support itSteve French1-0/+6
2021-05-11smb3: when mounting with multichannel include it in requested capabilitiesSteve French1-0/+5
2021-05-11smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel1-9/+5
2021-05-11cifs: detect dead connections only when echoes are enabled.Shyam Prasad N1-0/+1
2021-05-11cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky1-1/+1
2021-05-11cifs: Return correct error code from smb2_get_enc_keyPaul Aurich1-1/+1
2021-04-10cifs: Silently ignore unknown oplock break handleVincent Whitchurch1-2/+2
2021-04-10cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg1-0/+1
2021-03-30cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N5-15/+41
2021-03-30smb3: fix cached file size problems in duplicate extents (reflink)Steve French1-3/+15
2021-03-30cifs: change noisy error message to FYIPaulo Alcantara1-1/+1
2021-03-30cifs: ask for more credit on async read/write code pathsAurelien Aptel1-4/+2
2021-03-25cifs: Fix preauth hash corruptionVincent Whitchurch1-1/+6
2021-03-25cifs: fix allocation size on newly created filesSteve French1-1/+9
2021-03-17cifs: do not send close in compound create+close requestsPaulo Alcantara6-17/+18
2021-03-17cifs: fix credit accounting for extra channelAurelien Aptel2-5/+6
2021-03-17cifs: return proper error code in statfs(2)Paulo Alcantara1-1/+1
2021-02-26cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N1-0/+1
2021-02-10smb3: fix crediting for compounding when only one request in flightPavel Shilovsky1-3/+15
2021-02-10smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva1-1/+1
2021-02-10cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel1-2/+20
2021-01-27cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg1-2/+2
2021-01-19cifs: fix interrupted close commandsPaulo Alcantara1-1/+1
2021-01-19cifs: check pointer before freeingTom Rix1-1/+2
2020-12-30SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2-5/+16
2020-12-30SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French1-4/+12
2020-12-30SMB3: avoid confusing warning message on mount to AzureSteve French1-1/+2
2020-12-04cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg2-35/+38
2020-12-04cifs: add NULL check for ses->tcon_ipcAurelien Aptel1-1/+2
2020-12-04smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon1-2/+2
2020-12-01cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara1-0/+2
2020-12-01cifs: allow syscalls to be restarted in __smb_send_rqst()Paulo Alcantara1-2/+2
2020-11-16smb3: Handle error case during offload read pathRohith Surabattula1-1/+19
2020-11-16smb3: Avoid Mid pending list corruptionRohith Surabattula1-9/+46
2020-11-16smb3: Call cifs reconnect from demultiplex threadRohith Surabattula1-5/+8
2020-11-16cifs: fix a memleak with modefromsidNamjae Jeon1-0/+1
2020-10-24cifs: update internal module version numberSteve French1-1/+1
2020-10-23smb3: add some missing definitions from MS-FSCCSteve French2-0/+28
2020-10-23smb3: remove two unused variablesSteve French1-5/+0
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French6-14/+189
2020-10-22SMB3: add support for recognizing WSL reparse tagsSteve French1-1/+24
2020-10-22cifs: remove bogus debug codeDan Carpenter1-8/+8
2020-10-22smb3.1.1: fix typo in compression flagSteve French1-1/+1